From b1f0ded17316dcaf729c3dc2d7d21aed70c2b7ca Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Tue, 17 May 2016 21:40:05 +0100 Subject: Ethereal NG 1.20 release for minetest 0.4.14 --- crystal.lua | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'crystal.lua') diff --git a/crystal.lua b/crystal.lua index f5eb490..38c02e2 100644 --- a/crystal.lua +++ b/crystal.lua @@ -28,9 +28,8 @@ minetest.register_craftitem("ethereal:crystal_ingot", { minetest.register_craft({ output = "ethereal:crystal_ingot", recipe = { - {"default:mese_crystal", "ethereal:crystal_spike", ""}, - {"ethereal:crystal_spike", "default:mese_crystal", ""}, - {"", "", ""}, + {"default:mese_crystal", "ethereal:crystal_spike"}, + {"ethereal:crystal_spike", "default:mese_crystal"}, } }) @@ -82,9 +81,9 @@ minetest.register_tool("ethereal:sword_crystal", { minetest.register_craft({ output = "ethereal:sword_crystal", recipe = { - {"", "ethereal:crystal_ingot", ""}, - {"", "ethereal:crystal_ingot", ""}, - {"", "default:steel_ingot", ""}, + {"ethereal:crystal_ingot"}, + {"ethereal:crystal_ingot"}, + {"default:steel_ingot"}, } }) @@ -186,9 +185,9 @@ minetest.register_tool("ethereal:shovel_crystal", { minetest.register_craft({ output = "ethereal:shovel_crystal", recipe = { - {"", "ethereal:crystal_ingot", ""}, - {"", "default:steel_ingot", ""}, - {"", "default:steel_ingot", ""}, + {"ethereal:crystal_ingot"}, + {"default:steel_ingot"}, + {"default:steel_ingot"}, } }) -- cgit v1.2.3