diff options
author | tenplus1 <kinsellaja@yahoo.com> | 2015-02-04 10:26:48 +0000 |
---|---|---|
committer | tenplus1 <kinsellaja@yahoo.com> | 2015-02-04 10:26:48 +0000 |
commit | e18a5e913a0ed6f10668ac6b9051980259c5d087 (patch) | |
tree | 605d142c7c6b4375059013fb658b01e4edef73c9 /crystal.lua | |
parent | 741504fbf3be92017e705fe7eb34ebe786403912 (diff) |
Update: add light staff and change crystal usage
Diffstat (limited to 'crystal.lua')
-rw-r--r-- | crystal.lua | 2 |
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", ""}, {"", "", ""}, } }) |