From f34b9b00c6c1e025754a71536ffd1b112cbce874 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Sun, 4 Dec 2016 10:58:20 +0000 Subject: few recipe changes (thanks RQWorldblender) --- crystal.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'crystal.lua') diff --git a/crystal.lua b/crystal.lua index ffacfe4..343b9fc 100644 --- a/crystal.lua +++ b/crystal.lua @@ -171,7 +171,6 @@ minetest.register_tool("ethereal:shovel_crystal", { description = S("Crystal (soft touch) Shovel"), inventory_image = "crystal_shovel.png", wield_image = "crystal_shovel.png^[transformR90", - sound = {breaks = "default_tool_breaks"}, on_use = function(itemstack, user, pointed_thing) @@ -232,10 +231,11 @@ minetest.register_tool("ethereal:crystal_gilly_staff", { }) minetest.register_craft({ + type = "shapeless", output = "ethereal:crystal_gilly_staff", recipe = { - {"ethereal:green_moss", "ethereal:gray_moss", "ethereal:fiery_moss"}, - {"ethereal:crystal_moss", "ethereal:crystal_ingot", "ethereal:mushroom_moss"}, - {"", "ethereal:crystal_ingot", ""}, - } + "ethereal:green_moss", "ethereal:gray_moss", "ethereal:fiery_moss", + "ethereal:crystal_moss", "ethereal:crystal_ingot", "ethereal:mushroom_moss", + "ethereal:crystal_ingot" + }, }) -- cgit v1.2.3