Open 2.3.3: 60k coolant cell wrong ID

  • This section is closed. Please do bug reports over at the FTB GitHub repos.
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Patrikwa

New Member
Jul 29, 2019
13
0
0
Version:
2.3.3

What is the bug:
So, another IC2 recipe, 60k coolant cell gets the wrong ID and cannot be used in other crafting recipies.
I think there were others as well, try crafting the GraviSuit chestplate (the highest tier that uses Quantum Suit chestplate) and there are some issues with the gravitation recipies due to faulty IC2 ones.

Bottom line, the gravisuite chest plate cannot be crafted.

Note: I have tested with and without the script fixes in "known bugs" thread and its not working.

Note2: Im actually on 2.3.5 but its not available in the list of versions here.

Mod & Version:


Paste.feed-the-beast.com log:


Can it be repeated:
Yes always.

Known Fix:
None
 

Chocohead

New Member
Jul 29, 2019
233
0
0
there are some issues with the gravitation recipies due to faulty IC2 ones.
It's Gravisuite that's faulty as it's not updated since the 14th of September 2014. Just use these to fix the Engine Booster + Cooling Core:
Code:
recipes.addShaped(<GraviSuite:itemSimpleItem:6>,
[[<minecraft:glowstone_dust>,<IC2:itemPartAlloy:0>,<minecraft:glowstone_dust>],
[<IC2:itemPartCircuitAdv>,<IC2:upgradeModule:0>,<IC2:itemPartCircuitAdv>],
[<IC2:itemPartAlloy:0>,<IC2:reactorVentDiamond:1>,<IC2:itemPartAlloy:0>]
]);
recipes.addShaped(<GraviSuite:itemSimpleItem:2>,
[[<IC2:reactorCoolantSix:1>,<IC2:reactorHeatSwitchDiamond:1>,<IC2:reactorCoolantSix:1>],
[<IC2:reactorPlatingHeat>,<IC2:itemPartIridium>,<IC2:reactorPlatingHeat>],
[<IC2:reactorCoolantSix:1>,<IC2:reactorHeatSwitchDiamond:1>,<IC2:reactorCoolantSix:1>]
]);