Add trapped chest dummy nodes

This commit is contained in:
Wuzzy 2017-03-16 01:48:52 +01:00
parent 20bc1a9134
commit 9fc8ee881e
3 changed files with 57 additions and 32 deletions

View file

@ -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 = {