You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When having a mod that loads this mod with the tweak loader, along with having a standalone copy from the mod (which can happen with different mods requiring the mod api differently), Forge stops the game due to a duplicate mod error (along with causing some other issues seen in log). The main solution to this would probably be to make the downloadable mod simply contain the tweaker and a bundled version. This is also done with Essential, where the container mod and mods both load it the same way.
The tweak loader automatically adds its own jar back to the mod list, but an empty container wouldn't have any mods and would be unnecessary to add back. The hypixel-mod-api-bundled.properties file could have a container property for the tweaker to decide whether or not to load itself as a mod.
When having a mod that loads this mod with the tweak loader, along with having a standalone copy from the mod (which can happen with different mods requiring the mod api differently), Forge stops the game due to a duplicate mod error (along with causing some other issues seen in log). The main solution to this would probably be to make the downloadable mod simply contain the tweaker and a bundled version. This is also done with Essential, where the container mod and mods both load it the same way.
Essential's container mod build: https://github.com/EssentialGG/EssentialLoader/blob/master/container/launchwrapper/build.gradle.kts
The text was updated successfully, but these errors were encountered: