Skip to content
Snippets Groups Projects
Commit d239decc authored by tenplus1's avatar tenplus1 Committed by Milan
Browse files

merge upstream commit: Default: Craft locked chest from chest plus steel ingot

parent 9c288600
No related branches found
No related tags found
No related merge requests found
......@@ -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 = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment