Skip to content

Commit

Permalink
Default: Craft locked chest from chest plus steel ingot
Browse files Browse the repository at this point in the history
  • Loading branch information
tenplus1 authored and paramat committed Jun 27, 2016
1 parent 6bf552e commit be918d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mods/default/crafting.lua
Expand Up @@ -365,6 +365,12 @@ minetest.register_craft({
}
})

minetest.register_craft( {
type = "shapeless",
output = "default:chest_locked",
recipe = {"default:chest", "default:steel_ingot"},
})

minetest.register_craft({
output = 'default:furnace',
recipe = {
Expand Down

0 comments on commit be918d2

Please sign in to comment.