GregTechCEu / GregTech

GregTech CE 1.12 fork continuing progression and development
GNU Lesser General Public License v3.0
244 stars 178 forks source link

[BUG] The Arc Furnace does not accept liquid from CraftTweaker recipes. #176

Closed Exzept1on closed 2 years ago

Exzept1on commented 2 years ago

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 1) Install GTCEu 2) Install CraftTweaker 3) Install script(on screenshot) 4) See.

Expected behavior There should be no error in the chat

Screenshots image image

But the recipe is in the game. The main question is why the error appears. image

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.

TechLord22 commented 2 years ago

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.

Exzept1on commented 2 years ago

I will delete this line and then check the error and write here

Exzept1on commented 2 years ago

image It's works, Thanks!