summaryrefslogtreecommitdiff
path: root/crystal.lua
diff options
context:
space:
mode:
authortenplus1 <kinsellaja@yahoo.com>2015-02-04 10:26:48 +0000
committertenplus1 <kinsellaja@yahoo.com>2015-02-04 10:26:48 +0000
commite18a5e913a0ed6f10668ac6b9051980259c5d087 (patch)
tree605d142c7c6b4375059013fb658b01e4edef73c9 /crystal.lua
parent741504fbf3be92017e705fe7eb34ebe786403912 (diff)
Update: add light staff and change crystal usage
Diffstat (limited to 'crystal.lua')
-rw-r--r--crystal.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/crystal.lua b/crystal.lua
index d8fcc73..300f07d 100644
--- a/crystal.lua
+++ b/crystal.lua
@@ -27,7 +27,7 @@ minetest.register_craft({
output = "ethereal:crystal_ingot",
recipe = {
{"default:mese_crystal", "ethereal:crystal_spike", ""},
- {"", "", ""},
+ {"ethereal:crystal_spike", "default:mese_crystal", ""},
{"", "", ""},
}
})