astei / krypton

A Fabric mod that optimizes the Minecraft networking stack and entity tracker.
GNU Lesser General Public License v3.0
367 stars 34 forks source link

Request: Backport 0.2.6 to mc1.20.1 #113

Closed rabbit-time closed 10 months ago

rabbit-time commented 10 months ago

Fixing a memory leak in 0.2.6 is significant and should probably be backported to mc1.20.1 which is currently the most popular modding version for newer versions of Minecraft.

astei commented 10 months ago

The memory leak in 0.2.6 that was fixed was in fact a bug in Krypton, for a fix to an issue that was actually in Fabric API.

I am not going to "backport" to older versions of Minecraft. I simply do not have the time to do this.

astei commented 10 months ago

Also, you can just use an older version of the Fabric API to work around the issue anyway.