The newest version of RP has added a tin and copper block which allows them to be cut into micro-blocks. It seems like the IC2 blocks are being crafted and these cannot be cut. I tried converting my ic2 ingots into rp ingots via nuggets and crafting these also yielded ic2 versions of the blocks. I'm not sure if there are any steps I could take on my end to get the RP blocks.
IC2 overriding new RP Tin/Copper Blocks
-
-
The newest version of RP has added a tin and copper block which allows them to be cut into micro-blocks. It seems like the IC2 blocks are being crafted and these cannot be cut. I tried converting my ic2 ingots into rp ingots via nuggets and crafting these also yielded ic2 versions of the blocks. I'm not sure if there are any steps I could take on my end to get the RP blocks.
Sounds like a derp on forges side, try checking out the forge lexicon.
-
One would have to disable the IC²-Crafting Recipe for these Blocks as they use the Ore Dictionary for crafting (OreDict for crafting is good for anything but Storage Blocks), this needs a seperate Mod to achieve. It happens to me, that I know an Addon, which adds this Functionality, to re-enable Redpowers Storageblocks, by doing so. Its linked in my Signature.
-
Unfortunately, the lexicon won't convert the storage blocks, and the rp ingots make ic2 blocks, so that way is a no go.
While your mod does fix my issue, I don't think I am personally ready for the sheer amount of awesomeness that is contained inside it. Looks seriously amazing though.
I just wanted to be able to use tin micro-blocks so I could stop cutting up iron blocks. I suppose I could just cheat-smelt my tin to iron for micro-block usage. To the alloy furnace! -
rename ic2 jar to something like zzzic2
it related only to mod registration order and this CAN be done on existing world, if you keep config.
this is very very sad, that you need mod for this...
-
SPECIAL NOTE (breaking news)
this wont work on dev versions of IC due invalid implementation of item\recipe registration by ic2.
no matter how mods loaded, ic2 will load recipes first.
-
due invalid implementation of item\recipe registration by ic2.
no matter how mods loaded, ic2 will load recipes first.
Not to mention that Redpower has the same Problem (registers Recipes at least in the load Phase, if not even earlier), what kinda surprised me, as I was able to detect the Storage Block Recipes of Redpower in the load Phase.
-
with current "public" builds of mods this will work.
-
forge shoud force "good manners" just like bukkit did in new builds by rejecting recipe-item-blocks registration on any stage expect specially deticated to this.