mirror of
https://github.com/Sokomine/cottages.git
synced 2025-04-21 03:20:24 +02:00
change rope recipe to avoid conflict w/ ethereal
This commit is contained in:
parent
d38159d451
commit
11a223b1b1
@ -4,7 +4,9 @@ if ci.cotton then
|
||||
minetest.register_craft({
|
||||
output = "cottages:rope",
|
||||
recipe = {
|
||||
{ ci.cotton, ci.cotton, ci.cotton },
|
||||
{ ci.cotton, "", "" },
|
||||
{ "", ci.cotton, "" },
|
||||
{ "", "", ci.cotton },
|
||||
},
|
||||
})
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user