CodeChicken Lib 1.8.+

CodeChicken Lib 1.8.+

128M Downloads

someone wrote flase on line 18

d3rpp opened this issue ยท 3 comments

commented

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

commented

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

commented

Thankyou, I will try this later

:-)

commented

Hi, Your second issue there, you're using the deobf version of CCL, you need the universal version.
As to the original post, seems like a bug, there might be a trailing space, try deleting the line in the config file and letting it re-generate it and change the value again.