projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bf552e
)
Default: Craft locked chest from chest plus steel ingot
author
tenplus1
<tenplus1@users.noreply.github.com>
Sun, 22 May 2016 09:31:21 +0000
(10:31 +0100)
committer
paramat
<mat.gregory@virginmedia.com>
Mon, 27 Jun 2016 04:30:20 +0000
(
05:30
+0100)
mods/default/crafting.lua
patch
|
blob
|
history
diff --git
a/mods/default/crafting.lua
b/mods/default/crafting.lua
index 0f10e7f9f771d630c1c45f10e37df67b3c3848de..11cdab763d8ccc011788431b42de63149d42f86f 100644
(file)
--- a/
mods/default/crafting.lua
+++ b/
mods/default/crafting.lua
@@
-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 = {