Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mekanism chemicalInfuser MineTweakerAPI.apply call; incorrect param #213

Closed
ignitediris opened this issue Aug 1, 2015 · 1 comment
Closed

Comments

@ignitediris
Copy link

The MineTweakerAPI.apply call's second parameter in the /src/main/java/modtweaker2/mods/mekanism/handlers/ChemicalInfuser.java file (line 75) is currently:

Recipe.CHEMICAL_DISSOLUTION_CHAMBER.get()

I believe the this should be:

Recipe.CHEMICAL_INFUSER_CHAMBER.get()

This may explain why I get the following failure when I try to remove the Chemical Infuser recipes:

[22:53:13] [Client thread/INFO]: [CHAT] WARNING: [ModTweaker2] No Mekanism Infuser recipe found for <gas:fusionFuelDT>, <gas:deuterium> and <gas:tritium>. Command ignored!
[22:53:13] [Client thread/INFO]: [CHAT] WARNING: [ModTweaker2] No Mekanism Infuser recipe found for <gas:hydrogenChloride>, <gas:hydrogen> and <gas:chlorine>. Command ignored!
[22:53:13] [Client thread/INFO]: [CHAT] WARNING: [ModTweaker2] No Mekanism Infuser recipe found for <gas:sulfuricAcid>, <gas:sulfurTrioxideGas> and <gas:water>. Command ignored!
[22:53:13] [Client thread/INFO]: [CHAT] WARNING: [ModTweaker2] No Mekanism Infuser recipe found for <gas:sulfurTrioxideGas>, <gas:oxygen> and <gas:sulfurDioxideGas>. Command ignored!

The entries in my .zs file are as follows:

mods.mekanism.chemical.Infuser.removeRecipe(<gas:fusionFuelDT>, <gas:deuterium>, <gas:tritium>);
mods.mekanism.chemical.Infuser.removeRecipe(<gas:hydrogenChloride>, <gas:hydrogen>, <gas:chlorine>);
mods.mekanism.chemical.Infuser.removeRecipe(<gas:sulfuricAcid>, <gas:sulfurTrioxideGas>, <gas:water>);
mods.mekanism.chemical.Infuser.removeRecipe(<gas:sulfurTrioxideGas>, <gas:oxygen>, <gas:sulfurDioxideGas>);
@Zixxl
Copy link
Contributor

Zixxl commented Aug 13, 2015

Fixed in ModTweaker2 0.9.2. Please update!

@Zixxl Zixxl closed this as completed Aug 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants