diff options
Diffstat (limited to 'node_crate.lua')
-rw-r--r-- | node_crate.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/node_crate.lua b/node_crate.lua index 9168911..99fa270 100644 --- a/node_crate.lua +++ b/node_crate.lua @@ -1,12 +1,3 @@ -minetest.register_craft({ - output = "digtron:empty_crate", - recipe = { - {"","default:chest",""}, - {"","digtron:digtron_core",""}, - {"","default:mese_crystal",""} - } -}) - minetest.register_node("digtron:empty_crate", { description = "Digtron Crate (Empty)", _doc_items_longdesc = digtron.doc.empty_crate_longdesc, |