summaryrefslogtreecommitdiff
path: root/node_crate.lua
diff options
context:
space:
mode:
authorFaceDeer <derksenmobile@gmail.com>2017-01-20 00:34:01 -0700
committerFaceDeer <derksenmobile@gmail.com>2017-01-20 00:34:01 -0700
commit2e4f894f9ebbb1a22639933300ac60647a3bb67b (patch)
treeeec49f7f392102d200505ce977d92f7fb7b597f2 /node_crate.lua
parentf3cda1f5db7adadeb993a88e05006c6952d53c87 (diff)
Move crate recipe into the recipes file
Diffstat (limited to 'node_crate.lua')
-rw-r--r--node_crate.lua9
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,