TerminatorNL / LagGoggles

A minecraft forge mod which visualises lag in the world
GNU General Public License v3.0
54 stars 20 forks source link

Versioning hell / Mixins / Weird behavior #97

Closed TerminatorNL closed 4 years ago

TerminatorNL commented 4 years ago

This issue refers to issues that can be fixed by (partially) moving away from Mixin and using my own IClassTransformer as described in https://github.com/SpongePowered/Mixin/issues/393.

Alongside being version agnostic, it will also allow me to easily integrate Tiquality and LagGoggles as well as a potential multithreading mod that's capable of multithreading SPECIFIC blocks and entities as opposed to everything. However, because I am severely time-constrained I must find a solution that lasts longer than the current implementation.

I will update this issue with progress as it happens.

TerminatorNL commented 4 years ago

Theres a new version now, beware of #99, though