Posts by rubi1991

    1.2.4 version works with 1.2.5... Using it now, and even tested my Custom Recipe conversion from Charcoal Dusts -> Coal

    (4:1 ratio, however)

    Is there a chance you could upload that modification and also, if possible, include a config to change the ratio, Id relly like this on my server.
    [EDIT]: When you say that the 1.2 version works for 1.95b do you mean the SSP version because the SMP version is failing completely and its really expected since the port of this from modloaderMP to FML needs to be done
    [EDIT]: I see that the title says its for 1.95 but the SMP isnt working for me this is the log from the console:

    Display Spoiler

    2012-05-14 20:57:19 [FINER] Initializing mod_IC2_CharcoalDust
    2012-05-14 20:57:19 [SEVERE] Unexpected exception
    java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
    at ic2.api.Ic2Recipes.addShapelessCraftingRecipe(Ic2Recipes.java:38)
    at mod_IC2_CharcoalDust.load(mod_IC2_CharcoalDust.java:44)
    at cpw.mods.fml.server.ModLoaderModContainer.init(ModLoaderModContainer.java:271)
    at cpw.mods.fml.common.Loader.modInit(Loader.java:220)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:539)
    at cpw.mods.fml.server.FMLServerHandler.onLoadComplete(FMLServerHandler.java:127)
    at net.minecraft.server.MinecraftServer.s(MinecraftServer.java:203)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:411)
    at dn.run(SourceFile:492)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at ic2.api.Ic2Recipes.addShapelessCraftingRecipe(Ic2Recipes.java:36)
    ... 8 more
    Caused by: java.lang.NullPointerException
    at ic2.common.Util.countInArray(Util.java:23)
    at ic2.common.AdvShapelessRecipe.<init>(AdvShapelessRecipe.java:23)
    at ic2.common.AdvShapelessRecipe.addAndRegister(AdvShapelessRecipe.java:17)
    ... 13 more2012-05-14 20:57:23 [INFO] Stopping server