1
0
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:
Sokomine 2019-02-17 14:32:29 +01:00
parent 479e76b854
commit e9741c0397

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