Skip to content

Commit be918d2

Browse files
tenplus1paramat
authored andcommittedJun 27, 2016
Default: Craft locked chest from chest plus steel ingot
1 parent 6bf552e commit be918d2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

Diff for: ‎mods/default/crafting.lua

+6
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,12 @@ minetest.register_craft({
365365
}
366366
})
367367

368+
minetest.register_craft( {
369+
type = "shapeless",
370+
output = "default:chest_locked",
371+
recipe = {"default:chest", "default:steel_ingot"},
372+
})
373+
368374
minetest.register_craft({
369375
output = 'default:furnace',
370376
recipe = {

0 commit comments

Comments
 (0)
Please sign in to comment.