Octo-Studios / nerb

7 stars 0 forks source link

Recommendation about CurseForge desc #2

Closed Kasualix closed 1 year ago

Kasualix commented 1 year ago

You can elaborate further on the performance improvements of this mod.

If you have a fully unlocked recipe book in a large modpack and run the command /data get entity @s, you will see how horrible the amount of data it gives (most of them are recipe names). However, after installing this mod, these recipe names will disappear, which greatly improves the performance of CraftTweaker / KubeJS (e.g. using event.player.data in event scripts) or other mods to read player data, and speeds up data sync between the server and the client & makes player join world faster.

Kasualix commented 1 year ago

Also, it seems your mod is incompatible with newer versions of 1.19.2 JEI. I don't have crash-report as I just heard people say this. Maybe you can check it out? (I don't player 1.19.2 at all.)