fix: properly requests biomass
Fixes handling of tags
This commit is contained in:
parent
da0344ecb5
commit
341e0bf433
1 changed files with 8 additions and 8 deletions
|
|
@ -43,14 +43,14 @@ local order = {
|
|||
"minecraft:honeycomb"
|
||||
}
|
||||
} },
|
||||
{ tags = {
|
||||
["minecraft:flowers"] = true,
|
||||
["c:crops"] = true,
|
||||
["createaddition:plant_foods"] = true,
|
||||
["createaddition:plants"] = true,
|
||||
["minecraft:saplings"] = true,
|
||||
["minecraft:leaves"] = true,
|
||||
} },
|
||||
{ tags = { _op = "any", value = {
|
||||
{ ["minecraft:flowers"] = true },
|
||||
{ ["c:crops"] = true },
|
||||
{ ["createaddition:plant_foods"] = true },
|
||||
{ ["createaddition:plants"] = true },
|
||||
{ ["minecraft:saplings"] = true },
|
||||
{ ["minecraft:leaves"] = true },
|
||||
} } },
|
||||
}
|
||||
}
|
||||
return ticker.requestFiltered(BIOMASS_PKG, request)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue