summaryrefslogtreecommitdiff
path: root/extra.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2016-12-01 09:41:23 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2016-12-01 09:41:23 +0000
commit8309e6a777b15a5f9b324c93ff9d89045ebc0eb5 (patch)
tree97b84df63337c7e224ac351f5a097a4b616dc84e /extra.lua
parent06495be4a079c780f2be6f5099475852913fb0ef (diff)
code tweaks and additions (thanks RQWorldblender)
Diffstat (limited to 'extra.lua')
-rw-r--r--extra.lua7
1 files changed, 4 insertions, 3 deletions
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)