mirror of
https://github.com/Sokomine/chesttools.git
synced 2025-05-07 11:10:43 +02:00
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;
|
||||
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