Since the log isn't complete I'm not sure, but I assume you register the recipes in preInit. You should never register recipes in there. Use init or potinit instead.
Posts by Aroma1997
-
-
crash logs or it didn't happen
-
For the Energy crystal try using:
CodeItemStack energyCrystal = new ItemStack(IC2Items.getItemAPI().getItem("energy_crystal"), 1, OreDictionary.WILDCARD_VALUE);
Because of the way electric items deal with damage setting the damage in the first place might not actually set the damage properly when using the setter.
Especially when crafting with electric items, but not only there, you might want to use IC2's recipes (Recipes.advRecipes.addRecipe()), which will copy over the energy level of the input items into the output items.
Regarding the crash you sent there. That's caused by you using a different mcp mapping than we do. In minecraft 1.8 and above, forge allows you to use the normal version of the mod in the dev environment. Try using the normal version.
-
-
-
If it still crashes, we need the log file again.
-
Models through the vanilla modeling system are only available in Minecraft 1.8 and above (Minecraft only added that in version 1.8). It can be done with a resource pack.
If you want to have more complex things or want to have it in Minecraft 1.7 and before, you'll have to create an addon to IC2 to make it work.
-
That's weird. I'll take a look at it obce I got time again.
-
It being able to pull out everything but depleted fiel rods would be really strange...
-
All of the mods you mentioned should be able to pull out depleted fuel rods. I personally used refined storage importers, but anything should work. Make sure that you didn't accidentally use the blacklist mode instead of the whitelist mode.
-
With a mass fabricator
-
-
Not anymore xD
-
In-world you can use cables of a lower tier as a fuse. If you for example use something like that:
The cable will melt, when the amount of energy flowing through is too high and the machines won't take any damage.
-
-
-
You can paste the part after the ? in the URL in the Reactor Planner.
-
There are some pretty good reactor designs in this Thread. Just pick one you like and use it
-
-
I think all people need to update. Not sure though. It's safe to try though.