Tweak contradictory with liteloader
HeartyYF opened this issue ยท 0 comments
- Minecraft Version: 1.12.2
- BetterFps Version: 1.4.8
- Forge/LiteLoader Version (if any): 1.12.2-SNAPSHOT
- Other Mods (if any): OptiFine and CSL but I can tell that they did nothing.
When I try to use both BetterFPS and liteloader as libraries I found that it crashes with no crash-report, I think that's because the game doesn't start at all...I mean, the log part hasn't been loaded yet.
If I delete BetterFPS's tweak or LiteLoader's tweak, then it starts but the mod whose tweak I delete won't get loaded.
And BetterFPS can't be loaded by LiteLoader. I don't want to install a forge. I tried to use forge before and it works well, but Forge eats too much memory.
How to solve it?
log 1:
latest.log
log 2:
latest.log
json:
{ "id": "1.12.2+", "inheritsFrom": "1.12.2", "jar": "1.12.2", "mainClass": "net.minecraft.launchwrapper.Launch", "minecraftArguments": "--username ${auth_player_name} --version ${version_name} --gameDir ${game_directory} --assetsDir ${assets_root} --assetIndex ${assets_index_name} --uuid ${auth_uuid} --accessToken ${auth_access_token} --userType ${user_type} --versionType ${version_type} --tweakClass optifine.OptiFineTweaker --tweakClass guichaguri.betterfps.tweaker.BetterFpsTweaker --tweakClass com.mumfrey.liteloader.launch.LiteLoaderTweaker", "libraries": [ { "name": "betterfps:BetterFps:1.4.8" }, { "name": "org.ow2.asm:asm-all:5.0.3" }, { "name": "optifine:OptiFine:1.12.2_HD_U_C9_pre" }, { "name": "net.minecraft:launchwrapper:1.12" }, { "name":"customskinloader:CustomSkinLoader_1.12.2:14.7" }, { "name": "com.mumfrey:liteloader:1.12.2-SNAPSHOT", "url": "http://dl.liteloader.com/versions/" } ] }