mirror of
https://github.com/Sokomine/cottages.git
synced 2025-07-17 15:10:22 +02:00
fixed recipe for rope
This commit is contained in:
@ -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"}
|
||||
}
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user