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"
|
"minecraft:honeycomb"
|
||||||
}
|
}
|
||||||
} },
|
} },
|
||||||
{ tags = {
|
{ tags = { _op = "any", value = {
|
||||||
["minecraft:flowers"] = true,
|
{ ["minecraft:flowers"] = true },
|
||||||
["c:crops"] = true,
|
{ ["c:crops"] = true },
|
||||||
["createaddition:plant_foods"] = true,
|
{ ["createaddition:plant_foods"] = true },
|
||||||
["createaddition:plants"] = true,
|
{ ["createaddition:plants"] = true },
|
||||||
["minecraft:saplings"] = true,
|
{ ["minecraft:saplings"] = true },
|
||||||
["minecraft:leaves"] = true,
|
{ ["minecraft:leaves"] = true },
|
||||||
} },
|
} } },
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return ticker.requestFiltered(BIOMASS_PKG, request)
|
return ticker.requestFiltered(BIOMASS_PKG, request)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue