diff options
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", ""}, {"", "", ""}, } }) |