Can't craft the Cooling Core for Gravisuite's Gravichestplate.

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • 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

Furious1964

Well-Known Member
Nov 10, 2012
1,436
70
63
The item ID numbers were give meta data values and now that item is uncraftable. The 60k Coolent Cells from IC2 should be 4216, but is crafted as 4216:1. Same thing goes for the Advanced Heat Exchanger.

Does anyone know of this and will it be fixed?
 
an easy fix for this is to add a script in the scripts folder of your modpack, name it z.zs or something, and paste this in the script:

recipes.removeShaped(<GraviSuite:itemSimpleItem:2>);

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>]
]);

this removes the bad recipe and adds the same one, but with correct metadata