Thin Air [Forge & Fabric]

Thin Air [Forge & Fabric]

2M Downloads

[Bug]: air quality checks for all mobs destroy TPS

screret opened this issue ยท 1 comments

commented

Mod Loader (Required)

Forge

Minecraft Version(s) (Required)

1.20.1

Mod Version(s) (Required)

88.1.5

Minimal Setup (Required)

No

Notes (Required)

we have ~20 villagers on my server. together, these mobs are eating 8-10% of my TPS via thinair air quality checks every tick.
image
a couple of profiles:
https://spark.lucko.me/aVoOvFtzDd
https://spark.lucko.me/9uXQxVHRh6

log doesn't have much in it.

latest.log (Required)

https://gist.github.com/screret/c58a4c4d78914cd55a650776514277b7

commented

(I'm not dev of the mod)
I guess this is common situation - if the entity is affected by something, every tick entity is pressuring TPS by being ticked. I suggest just remove Villagers from list of affected mobs (go to mod's jar file, open it by 7zip or it's alternatives, go to data - thinair - tags - entity types - air quality sensitive.json, open it in Note++, and remove (or add) any entity you do(not) want to being affected by mod.

#23