MarkusBordihn / BOs-Adaptive-Performance-Tweaks

Adaptive Performance Tweaks is a collection of Minecraft Forge server-side Mod which automatically adjust specific settings on the server to allow a more balanced TPS/FPS.
Other
4 stars 2 forks source link

[QUESTION] Does your mod work with ISNT #37

Closed Camawama closed 1 year ago

Camawama commented 1 year ago

It Shall Not Tick is a mod that stops entities from ticking under certain conditions. I am wondering if your mod conflicts as they do similar things?

Camawama commented 1 year ago

https://github.com/nanite/ItShallNotTick/issues/26

MarkusBordihn commented 1 year ago

Adaptive Performance Tweaks is not really modify any ticking or so, it's only preventing the spawn of a specific amount of entities on a higher server load. Furthermore it's dynamically adjusting game rules and clustering items to avoid higher loads.

So from the technical side I see no "conflict", but ItShallNotTick using Mixin's / Core Modding, which could cause issues in general with other mods which modding the same functionality.