DabbingEevee / Moar-TCon

Literally just a TConstruct addon.
Other
5 stars 5 forks source link

CT Unable to Modify Fluid Recipes #20

Closed EdwinYoungSteve closed 2 months ago

EdwinYoungSteve commented 2 months ago

Use examples such as Alloy.removeRecipe(<fluid:liquidrotiron>); The CraftTweaker script for Molten Rotiron will not remove molten Rotiron's alloy recipe, which can cause serious interference with modpack production, causing some players to obtain the fluid in ways modpacker does not want. Presumably you are adding an enhancement script to the MOD to prevent the recipe from failing, if you can fix this, great, thank you very much :)

DabbingEevee commented 2 months ago

Issue will be investigated.

However, I am not using a script to add in the recipes. I am simply calling a method to add the recipes in using Java There is no priority afaik.

DabbingEevee commented 2 months ago

this has been fixed and will be present in the next update

EdwinYoungSteve commented 2 months ago

Thank u very much :)

DabbingEevee commented 2 months ago

np