forked from mtcontrib/chesttools
added crafting receipe
This commit is contained in:
parent
1fc275ec92
commit
a7779f8be2
6
init.lua
6
init.lua
@ -468,3 +468,9 @@ minetest.register_node( 'chesttools:shared_chest', {
|
|||||||
return nil;
|
return nil;
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
output = 'chesttools:shared_chest',
|
||||||
|
type = 'shapeless',
|
||||||
|
recipe = { 'default:steel_ingot', 'default:chest_locked' },
|
||||||
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user