![GregTech Classic](https://media.forgecdn.net/avatars/thumbnails/206/493/256/256/636957852335170918.png)
Custom industrial centrifuge recipe not using the right amount of resources.
impactwinter opened this issue ยท 2 comments
I made a custom recipe for the industrial centrifuge using CraftTweaker but it doesn't use the right amount of nitre/saltpeter. It should be using 9 but it only uses 1
Here's the one line of ZenScript:
IndustrialCentrifuge.addCellRecipe([<gtclassic:test_tube>.withTag({Fluid: {FluidName: "oxygen", Amount: 1000}}) * 3, <gtclassic:test_tube>.withTag({Fluid: {FluidName: "nitrogen", Amount: 1000}}), <gtclassic:test_tube>.withTag({Fluid: {FluidName: "potassium", Amount: 1000}})], <ore:dustNiter> * 9, 5, 32000);
I'm using the most recent version of GT-Classic (1.1.6)
Yah it's a known issue with our crafttweaker compat, if the input ingredient is an oredict with more then one entry in the oredict, then in jei it will only show requireing an amount of 1, the recipe itself though still requiresthe correct amount. We are don't really have any idea how to fix the issue, it seems to be in other mods that add crafttweaker support for both ic2 classic and experimental, so ic2 tweaker for example.