Hi everyone!
First of all, If you see any spelling or grammar mistakes that's because english is not my mother tongue, so my apologies in before.
Said that, I'm getting this error message when trying to run IC2 v1.97 and Nuclear Control v1.95:
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at ic2.api.Ic2Recipes.addCraftingRecipe(Ic2Recipes.java:27)
at nuclearcontrol.IC2NuclearControl.addRecipes(IC2NuclearControl.java:64)
at nuclearcontrol.IC2NuclearControl.modsLoaded(IC2NuclearControl.java:243)
at ModLoader.init(ModLoader.java:899)
at ModLoader.addAllRenderers(ModLoader.java:189)
at ahu.<init>(ahu.java:77)
at ahu.<clinit>(ahu.java:8)
at net.minecraft.client.Minecraft.a(Minecraft.java:394)
at net.minecraft.client.Minecraft.run(Minecraft.java:732)
at java.lang.Thread.run(Unknown Source)
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.addCraftingRecipe(Ic2Recipes.java:25)
... 9 more
Caused by: java.lang.RuntimeException: invalid recipe, invalid object type in ingredient list
at ic2.common.AdvRecipe.<init>(AdvRecipe.java:60)
at ic2.common.AdvRecipe.addAndRegister(AdvRecipe.java:20)
... 14 more
Is it a problem of IC2 or it belongs to Nuclear Control? Do you need the whole error log? Because I'm using MagicLauncher and I don't know where it is (although I could run Minecraft from the Vanilla launcher and see what happens).
I also have a couple of suggestions:
- It would be very useful if the Reactor Information Panel could emit a redstone pulse when the uranium cells are depleted (not sure if suggested before).
- The format of the last two digits (the seconds) for the remaining time in the Reactor Information Panel should always be ##. For instance, 1:34:02.
Besides, I'm going to translate your mod into spanish (which is my mother tongue) but I don't know how to code the letters with accents (such as the ó in "Fusión", etc). How is it made? I'm also Googleing the answer, but not having very much success.
Many more to come.
BTW, this is one of the finest and best addons of an addon out there, I must say. Keep up the good work, Shedar!