1.19.2 bug
AinSpoh opened this issue ยท 6 comments
Minecraft Version:1.19.2
Forge Version:43.3.0
Mods:Apotheosis6.5.0, Tetra:5.6.0, L2 Complements 1.4.10 (and front mods)
Description of issue :when put apotheosis weapon in tetra workbench,FPS will drop sharply(almost crash)
i asked l2's developer,they said the problem is 1.19.2 apotheosis.(in 1.20.1these mod are running normally)
Hope you can fix this issue as soon as possible
You would need to provide a client render spark profile to triage what is happening. I suspect the issue does not lie with apotheosis.
sorry, this is my first time using Spark
https://spark.lucko.me/uZAWpHBDBz
in case the report dies
not sure who is at fault here
tetra is constantly checking if the item is broken which leads to this being called:
https://github.com/Minecraft-LightLand/L2Complements/blob/9ecad71d6d93e5e2cf62ee98d6d418ccb58f4bb7/src/main/java/dev/xkmc/l2complements/mixin/ItemStackMixin.java#L51
which leads to the whole enchantment (and therefor gem) stuff being checked
which leads to tool actions being checked which are not very performant for tetra items