wohaopa / ReplayModFixMod

A mod to fix [ReplayMod](https://github.com/ReplayMod/ReplayMod) not working in GTNH
GNU General Public License v3.0
5 stars 0 forks source link

Deleting `org` not necessary anymore in GNTH 2.5.1 #3

Closed nueadkie closed 7 months ago

nueadkie commented 7 months ago

Previously, Minecraft would crash on load because of the Spongepowered Mixins in the org folder of the Replay mod (as in issue #2), requiring you to delete the org folder. I find that this does not happen anymore in GNTH 2.5.1 running on either Java 8 or Java 21. The game and mod still seem to run fine without it either, though.

wohaopa commented 7 months ago

The previous need to delete org was because unimixin could not be forced to load and compatible with version 0.7 at that time. But now, unimixin has done it.