added alternate receipe for cottages:rope

This commit is contained in:
Sokomine 2025-09-06 21:20:01 +02:00
parent bc151062f2
commit 3ecbf207fa

View File

@ -35,6 +35,21 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "cottages:rope",
recipe = {
{"farming:cotton","","farming:cotton"},
{"","farming:cotton",""}
}
})
minetest.register_craft({
output = "cottages:rope 3",
recipe = {
{"cottages:hay_mat"}
}
})
-- Note: This rope also counts as a rail node; thus, carts can move through it
minetest.register_node("cottages:ladder_with_rope_and_rail", {