fixed recipe for rope

This commit is contained in:
Sokomine 2019-02-17 14:32:29 +01:00
parent 479e76b854
commit e9741c0397
1 changed files with 1 additions and 1 deletions

View File

@ -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"}
}
})