mirror of
https://github.com/Sokomine/cottages.git
synced 2024-12-27 11:10:36 +01:00
fixed recipe for rope
This commit is contained in:
parent
479e76b854
commit
e9741c0397
@ -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"}
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user