forked from mtcontrib/plantlife_modpack
fix broken flowers-in-pots recipes
This commit is contained in:
parent
bd1300409d
commit
9d06a3137b
@ -164,7 +164,7 @@ for i in ipairs(flowers_list) do
|
|||||||
output = "flowers:potted_"..flower,
|
output = "flowers:potted_"..flower,
|
||||||
recipe = {
|
recipe = {
|
||||||
"flowers:flower_pot",
|
"flowers:flower_pot",
|
||||||
"flowers:flower_"..flower
|
"flowers:"..flower
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user