mirror of
https://github.com/Sokomine/cottages.git
synced 2024-11-14 22:40:31 +01:00
change barrel recipe to avoid conflict w/ wine
This commit is contained in:
parent
11a223b1b1
commit
3d4dc75712
|
@ -4,9 +4,9 @@ if ci.wood and ci.steel then
|
|||
minetest.register_craft({
|
||||
output = "cottages:barrel",
|
||||
recipe = {
|
||||
{ ci.wood, ci.wood, ci.wood },
|
||||
{ ci.steel, "", ci.steel },
|
||||
{ ci.wood, ci.wood, ci.wood },
|
||||
{ ci.wood, ci.steel, ci.wood },
|
||||
{ ci.wood, "", ci.wood },
|
||||
{ ci.wood, ci.steel, ci.wood },
|
||||
},
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user