someone wrote flase on line 18
d3rpp opened this issue ยท 3 comments
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from CodeChicken Lib (codechickenlib)
Caused by: codechicken.lib.configuration.ConfigFile$ConfigException: codechicken.lib.configuration.ConfigParseException: Invalid Boolean qualifier! flase on line: 18, supported: true, 1, yes, false, 0, no
at codechicken.lib.configuration.ConfigFile.load(ConfigFile.java:61)
at codechicken.lib.configuration.ConfigFile.(ConfigFile.java:43)
at codechicken.lib.configuration.ConfigFile.(ConfigFile.java:29)
at codechicken.lib.configuration.ConfigFile.(ConfigFile.java:19)
I Cloned this repo to try opening it, idk whats wrong
I Found the problem in the .cfg file mentioned in the previous problem and fixed it, now am getting a different error
Caused by: java.lang.NoSuchMethodError: net.minecraft.client.Minecraft.getMinecraft()Lnet/minecraft/client/Minecraft; at codechicken.lib.util.ResourceUtils.getResourceManager(ResourceUtils.java:35) at codechicken.lib.util.ResourceUtils.registerReloadListener(ResourceUtils.java:67) at codechicken.lib.render.particle.CustomParticleHandler.init(CustomParticleHandler.java:271) at codechicken.lib.internal.proxy.ProxyClient.preInit(ProxyClient.java:58) at codechicken.lib.CodeChickenLib.preInit(CodeChickenLib.java:52)Caused by: java.lang.NoSuchMethodError: net.minecraft.client.Minecraft.getMinecraft()Lnet/minecraft/client/Minecraft; at codechicken.lib.util.ResourceUtils.getResourceManager(ResourceUtils.java:35) at codechicken.lib.util.ResourceUtils.registerReloadListener(ResourceUtils.java:67) at codechicken.lib.render.particle.CustomParticleHandler.init(CustomParticleHandler.java:271) at codechicken.lib.internal.proxy.ProxyClient.preInit(ProxyClient.java:58) at codechicken.lib.CodeChickenLib.preInit(CodeChickenLib.java:52)
i have no clue what this means