Add trapped chest dummy nodes
This commit is contained in:
parent
20bc1a9134
commit
9fc8ee881e
3 changed files with 57 additions and 32 deletions
|
@ -2,6 +2,12 @@
|
|||
-- These recipes are NOT part of Minecraft. They are added to make some currently unobtainable items accessible.
|
||||
-- TODO: Remove recipes when they become accessible by regular means
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = 'mcl_chests:trapped_chest',
|
||||
recipe = {"mcl_core:iron_ingot", "mcl_core:stick", "group:wood", "mcl_chests:chest"},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "mcl_sponges:sponge",
|
||||
recipe = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue