summaryrefslogtreecommitdiff
path: root/cottages/nodes_mining.lua
diff options
context:
space:
mode:
Diffstat (limited to 'cottages/nodes_mining.lua')
-rw-r--r--cottages/nodes_mining.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/cottages/nodes_mining.lua b/cottages/nodes_mining.lua
index b33ec3d..2098afe 100644
--- a/cottages/nodes_mining.lua
+++ b/cottages/nodes_mining.lua
@@ -31,7 +31,7 @@ minetest.register_node("cottages:rope", {
minetest.register_craft({
output = "cottages:rope",
recipe = {
- {"default:cotton","default:cotton","default:cotton"}
+ {"farming:cotton","farming:cotton","farming:cotton"}
}
})
@@ -54,7 +54,7 @@ minetest.register_node("cottages:ladder_with_rope_and_rail", {
},
groups = {choppy=2,oddly_breakable_by_hand=3,rail=1,connect_to_raillike=1}, --connect_to_raillike=minetest.raillike_group("rail")},
legacy_wallmounted = true,
- sounds = default.node_sound_wood_defaults,
+ sounds = cottages.sounds.wood,
})