Issue with Big Reactors 1.6.4
Machiavelli1990 opened this issue ยท 10 comments
I'm having an issue with big reactors 1.6.4.
I have no idea on how to fix it, kinda dumb in terms of coding 'n stuff.
Crash report located here: http://pastebin.com/FMVWcLjg
Thanks in advance.
What you mean by not supported? With forge? Why does it work on launchers like FTB?
So you're saying that I can't do anything with the mod, simply because it just doesn't work? that's just...great
I haven't added anything, except the mod and got that crash. I'll have a look again and see. Thanks for the help :).
Edit: Alright, managed to fix it, finally. Thank you. Topic can be closed or whatever you want to do with it, :) I'm done.
After taking a closer look: its forge micro blocks. You added the reactor glass as a microblock, and then tried to use it.
It has nothing to do with big reactors at all.
For posterity: This appears to be an ID remapping problem. You had blocks with a given ID (likely from another mod) in your world, which then mapped to BR blocks. When removing/adding mods, make sure to do it like this:
1 - Remove any mods you wish to remove.
2 - Load the world. This will set all blocks from the removed mods to air.
3 - Add any new mods.