[BUG] The Arc Furnace does not accept liquid from CraftTweaker recipes.
Exzept1on opened this issue ยท 3 comments
Describe the bug
The Arc Furnace does not accept liquid from CraftTweaker recipes.
Versions
Forge: 1.12.2-2855
GTCEu: [f89043d]: re-balance gallium from sphalerite electrolysis (tech22)
Modpack: TerraFirmaGreg 1.12.2
Setup
Playing Solo/Multiplayer/Both
Steps To Reproduce
- Install GTCEu
- Install CraftTweaker
- Install script(on screenshot)
- See.
Expected behavior
There should be no error in the chat
But the recipe is in the game. The main question is why the error appears.
Additional context
UPD. 07.10. An interesting remark. This error occurs only when using "oxygen". But if I use, for example, "water" or "oil", there is no error. It's very strange.
I am unable to reproduce this. Usually CT sends that error when the name of the fluid is wrong, or has not been registered. The only thing I can think of is that the script may be in a file with a #loader
specified, instead of none, but that should have caused a bunch of other errors so it is probably not that either. I don't know what else might be causing it.
Additionally, arc furnace recipes can have the oxygen and plasma recipes automatically added and calculated when no .fluidInputs()
are specified, so that might help remove the message if you're still getting it.