From 8309e6a777b15a5f9b324c93ff9d89045ebc0eb5 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Thu, 1 Dec 2016 09:41:23 +0000 Subject: code tweaks and additions (thanks RQWorldblender) --- extra.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'extra.lua') diff --git a/extra.lua b/extra.lua index 8922fc8..b8a4bc0 100644 --- a/extra.lua +++ b/extra.lua @@ -163,9 +163,9 @@ minetest.register_node("ethereal:stone_ladder", { minetest.register_craft({ output = "ethereal:stone_ladder 4", recipe = { - {"default:cobble", "", "default:cobble"}, - {"default:cobble", "default:cobble", "default:cobble"}, - {"default:cobble", "", "default:cobble"}, + {"group:stone", "", "group:stone"}, + {"group:stone", "group:stone", "group:stone"}, + {"group:stone", "", "group:stone"}, } }) @@ -262,6 +262,7 @@ minetest.register_tool("ethereal:light_staff", { description = S("Staff of Light"), inventory_image = "light_staff.png", wield_image = "light_staff.png", + sound = {breaks = "default_tool_breaks"}, stack_max = 1, on_use = function(itemstack, user, pointed_thing) -- cgit v1.2.3