Fixed Ethanol bucket not showing in JEI (#80)

Moved ethanol from ncFluids to sharedFluids
This commit is contained in:
pat2rome 2022-08-24 04:07:38 -04:00 committed by GitHub
parent cded39c3b5
commit 4fa4014673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -371,7 +371,6 @@ val ncFluids as string[] = [
"calcium_sulfate_solution", "calcium_sulfate_solution",
"condensate_water", "condensate_water",
"diborane", "diborane",
"ethanol",
"ethene", "ethene",
"exhaust_steam", "exhaust_steam",
"ferroboron", "ferroboron",
@ -428,6 +427,7 @@ val sharedFluids as string[] = [
"carbon_monoxide", "carbon_monoxide",
"corium", "corium",
"deuterium", "deuterium",
"ethanol",
"fluorine", "fluorine",
"helium", "helium",
"helium3", "helium3",