Files
meatballcraft/scripts/CustomFluids.zs
T
PietroSainaghi 35aff91e33 Finally a GIT!
2022-10-06 18:38:10 -07:00

345 lines
13 KiB
Plaintext

#loader contenttweaker
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Fluid;
import mods.contenttweaker.Color;
var PE = VanillaFactory.createFluid("liquid_pe", Color.fromHex("1DB8B2"));
PE.temperature = 3000;
PE.register();
var LP = VanillaFactory.createFluid("liquid_lp", Color.fromHex("8c0f06"));
LP.register();
var DF = VanillaFactory.createFluid("eternal_dragon_fire", Color.fromHex("662105"));
DF.register();
var overnether = VanillaFactory.createFluid("dimensional_essence", Color.fromHex("57327a"));
overnether.register();
var liqvoid = VanillaFactory.createFluid("liquid_void", Color.fromHex("000000"));
liqvoid.register();
var overfluid = VanillaFactory.createFluid("overworldian_fluid", Color.fromHex("056b11"));
overfluid.register();
var enrichcanola = VanillaFactory.createFluid("enriched_canola_oil", Color.fromHex("3b270b"));
enrichcanola.register();
var nethenfluid = VanillaFactory.createFluid("nethengeic_fluid", Color.fromHex("a14f4f"));
nethenfluid.register();
var liquiduu = VanillaFactory.createFluid("liquid_uu_matter", Color.fromHex("a607a6"));
liquiduu.register();
var spatmatt = VanillaFactory.createFluid("spatial_matter", Color.fromHex("a604a4"));
spatmatt.register();
var denseplasma = VanillaFactory.createFluid("dense_plasma", Color.fromHex("e84382"));
denseplasma.register();
var dragonplasticfluid = VanillaFactory.createFluid("dragons_blood_plastic", Color.fromHex("ab4949"));
dragonplasticfluid.register();
var fossilrefinedoil = VanillaFactory.createFluid("fossile_refined_oil", Color.fromHex("a6a381"));
fossilrefinedoil.register();
var aerialmoonshine = VanillaFactory.createFluid("aerial_moonshine", Color.fromHex("999999"));
aerialmoonshine.register();
var spicypyrotheum = VanillaFactory.createFluid("spicy_pyrotheum", Color.fromHex("999999"));
spicypyrotheum.register();
var lightlava = VanillaFactory.createFluid("luminous_lava", Color.fromHex("7d7b37"));
lightlava.register();
var cosmicmatter = VanillaFactory.createFluid("cosmic_matter", Color.fromHex("12122b"));
cosmicmatter.register();
var nightwater = VanillaFactory.createFluid("nightly_water", Color.fromHex("00044f"));
nightwater.register();
var daywater = VanillaFactory.createFluid("sunstruck_water", Color.fromHex("d46b20"));
daywater.register();
var twilightwater = VanillaFactory.createFluid("crepuscular_water", Color.fromHex("08618a"));
twilightwater.register();
var gravestone = VanillaFactory.createFluid("seared_grave_stone", Color.fromHex("08618a"));
gravestone.register();
var astralwater = VanillaFactory.createFluid("astral_water", Color.fromHex("c9c9c9"));
astralwater.register();
var madnessliq = VanillaFactory.createFluid("liquid_madness", Color.fromHex("000000"));
madnessliq.register();
var ethfabric = VanillaFactory.createFluid("ethereal_fabric", Color.fromHex("c9c9c9"));
ethfabric.register();
var ghostmat = VanillaFactory.createFluid("ghostly_matter", Color.fromHex("c9c9c9"));
ghostmat.register();
var liquidlife = VanillaFactory.createFluid("liquid_life", Color.fromHex("c9c9c9"));
liquidlife.register();
var pixonialymph = VanillaFactory.createFluid("lymph_of_pixonia", Color.fromHex("c9c9c9"));
pixonialymph.register();
var galacticmatter = VanillaFactory.createFluid("galactic_matter", Color.fromHex("302f10"));
galacticmatter.register();
var milkestchocolate = VanillaFactory.createFluid("milkiest_chocolate", Color.fromHex("632f02"));
milkestchocolate.register();
var alchemicalgoo = VanillaFactory.createFluid("alchemical_goo", Color.fromHex("17237a"));
alchemicalgoo.register();
var twilightmatter = VanillaFactory.createFluid("twilight_matter", Color.fromHex("948f04"));
twilightmatter.register();
var weakenedcryotheoum = VanillaFactory.createFluid("weakened_cryotheoum", Color.fromHex("94fffb"));
weakenedcryotheoum.register();
var livinggoldnak = VanillaFactory.createFluid("lving_gold_nak", Color.fromHex("948f04"));
livinggoldnak.register();
var chaoticmatter = VanillaFactory.createFluid("chaotic_matter", Color.fromHex("15054f"));
chaoticmatter.register();
var nightmarematter = VanillaFactory.createFluid("nightmarish_matter", Color.fromHex("68e393"));
nightmarematter.register();
var twilightfire = VanillaFactory.createFluid("twilight_fire", Color.fromHex("68e393"));
twilightfire.register();
var universalmatter = VanillaFactory.createFluid("universal_matter", Color.fromHex("eaff00"));
universalmatter.register();
var shyreweedoil = VanillaFactory.createFluid("shyre_weed_oil", Color.fromHex("ded776"));
shyreweedoil.register();
var energizedmulch = VanillaFactory.createFluid("energized_mulch", Color.fromHex("614a2d"));
energizedmulch.register();
var refinedplasma = VanillaFactory.createFluid("hyperdense_plasma", Color.fromHex("140c02"));
refinedplasma.register();
var cursedmyrmitite = VanillaFactory.createFluid("cursed_myrmitite", Color.fromHex("40311f"));
cursedmyrmitite.register();
var nautrinoplasma = VanillaFactory.createFluid("netrino_plasma", Color.fromHex("312733"));
nautrinoplasma.register();
var matterfissure = VanillaFactory.createFluid("decomposed_matter", Color.fromHex("e1d8e3"));
matterfissure.register();
var atomicnuclei = VanillaFactory.createFluid("atomic_nuclei", Color.fromHex("e1d8e3"));
atomicnuclei.register();
var electrons = VanillaFactory.createFluid("electrons", Color.fromHex("e1d8e3"));
electrons.register();
var bosons = VanillaFactory.createFluid("bosons", Color.fromHex("e1d8e3"));
bosons.register();
var protons = VanillaFactory.createFluid("protons", Color.fromHex("e1d8e3"));
protons.register();
var neutrons = VanillaFactory.createFluid("neutrons", Color.fromHex("e1d8e3"));
neutrons.register();
var higgs = VanillaFactory.createFluid("higgs", Color.fromHex("e1d8e3"));
higgs.register();
var gravitrons = VanillaFactory.createFluid("gravitrons", Color.fromHex("e1d8e3"));
gravitrons.register();
var strings = VanillaFactory.createFluid("strings", Color.fromHex("ffd18c"));
strings.register();
var muons = VanillaFactory.createFluid("muons", Color.fromHex("8cf7ff"));
muons.register();
var fierypeat = VanillaFactory.createFluid("fiery_peat", Color.fromHex("4a250f"));
fierypeat.register();
var halitefluid = VanillaFactory.createFluid("halite_fluid", Color.fromHex("30fc03"));
halitefluid.register();
var hintinsanity = VanillaFactory.createFluid("hint_of_insanity", Color.fromHex("ff0000"));
hintinsanity.register();
var hintdivinity = VanillaFactory.createFluid("hint_of_divinity", Color.fromHex("ffed24"));
hintdivinity.register();
var magnatarstable = VanillaFactory.createFluid("magnatar_stabilizer", Color.fromHex("cf6bcf"));
magnatarstable.register();
var moltenrealmite = VanillaFactory.createFluid("molten_realmite", Color.fromHex("b5682a"));
moltenrealmite.register();
var moltenarlemite = VanillaFactory.createFluid("molten_arlemite", Color.fromHex("30b524"));
moltenarlemite.register();
var moltenrupee = VanillaFactory.createFluid("molten_rupee", Color.fromHex("2441bf"));
moltenrupee.register();
var moltennetherite = VanillaFactory.createFluid("molten_netherite", Color.fromHex("de241b"));
moltennetherite.register();
var lumiotheum = VanillaFactory.createFluid("lumiotheum", Color.fromHex("946b28"));
lumiotheum.register();
var eptane = VanillaFactory.createFluid("eptane", Color.fromHex("946b28"));
eptane.register();
var gluons = VanillaFactory.createFluid("gluons", Color.fromHex("e1d8e3"));
gluons.register();
var quarks = VanillaFactory.createFluid("quarks", Color.fromHex("e1d8e3"));
quarks.register();
var leptons = VanillaFactory.createFluid("leptons", Color.fromHex("e1d8e3"));
leptons.register();
var ilarityessence = VanillaFactory.createFluid("essence_of_ilarity", Color.fromHex("d66813"));
ilarityessence.register();
var evanescentbifrost = VanillaFactory.createFluid("evanescent_bifrost", Color.fromHex("469094"));
evanescentbifrost.register();
var vibratingmatter = VanillaFactory.createFluid("vibrating_matter", Color.fromHex("469094"));
vibratingmatter.register();
var unstablehassium = VanillaFactory.createFluid("unstable_hassium", Color.fromHex("469094"));
unstablehassium.register();
var etherealgoo = VanillaFactory.createFluid("radioactive_ethereal_goo", Color.fromHex("c7b2b1"));
etherealgoo.register();
var astatine = VanillaFactory.createFluid("astatine", Color.fromHex("7aff7a"));
astatine.register();
var theobromine = VanillaFactory.createFluid("theobromine", Color.fromHex("a88732"));
theobromine.register();
var nitrogen16 = VanillaFactory.createFluid("nitrogen_16", Color.fromHex("92e0c8"));
nitrogen16.register();
var potassium41 = VanillaFactory.createFluid("potassium_41", Color.fromHex("b7c726"));
potassium41.register();
var unholyradioactivemix = VanillaFactory.createFluid("unholy_radioactive_mix", Color.fromHex("27cc3a"));
unholyradioactivemix.register();
var vitallymph = VanillaFactory.createFluid("vital_lymph", Color.fromHex("0a4a11"));
vitallymph.register();
var resonatingmatter = VanillaFactory.createFluid("resonating_matter", Color.fromHex("0a2a11"));
resonatingmatter.register();
var chaotichoney1 = VanillaFactory.createFluid("chaotic_honey_1", Color.fromHex("85946a"));
chaotichoney1.register();
var chaotichoney2 = VanillaFactory.createFluid("chaotic_honey_2", Color.fromHex("859461"));
chaotichoney2.register();
var chaotichoney3 = VanillaFactory.createFluid("chaotic_honey_3", Color.fromHex("859462"));
chaotichoney3.register();
var chaotichoney4 = VanillaFactory.createFluid("chaotic_honey_4", Color.fromHex("859460"));
chaotichoney4.register();
var fluidsubconscious = VanillaFactory.createFluid("fluid_subconscius", Color.fromHex("992b46"));
fluidsubconscious.register();
var meatane = VanillaFactory.createFluid("meatane", Color.fromHex("c29f4e"));
meatane.register();
var hydrajuices = VanillaFactory.createFluid("hydra_juices", Color.fromHex("c29f2e"));
hydrajuices.register();
var neon = VanillaFactory.createFluid("neon", Color.fromHex("ed7d32"));
neon.register();
var silicon = VanillaFactory.createFluid("molten_silicon", Color.fromHex("78716d"));
silicon.register();
var phosphorous = VanillaFactory.createFluid("molten_phosphorus", Color.fromHex("888f42"));
phosphorous.register();
var chlorine = VanillaFactory.createFluid("chlorine", Color.fromHex("0d4c54"));
chlorine.register();
var argon = VanillaFactory.createFluid("argon", Color.fromHex("4a2f61"));
argon.register();
var scandium = VanillaFactory.createFluid("molten_scandium", Color.fromHex("575757"));
scandium.register();
var vanadium = VanillaFactory.createFluid("molten_vanadium", Color.fromHex("91492a"));
vanadium.register();
var gallium = VanillaFactory.createFluid("molten_gallium", Color.fromHex("707070"));
gallium.register();
var germanium = VanillaFactory.createFluid("molten_germanium", Color.fromHex("6e6c59"));
germanium.register();
var selenium = VanillaFactory.createFluid("selenium", Color.fromHex("473118"));
selenium.register();
var bromine = VanillaFactory.createFluid("bromine", Color.fromHex("a6743c"));
bromine.register();
var krypton = VanillaFactory.createFluid("krypton", Color.fromHex("a6743c"));
krypton.register();
var noblegasmix = VanillaFactory.createFluid("noble_gas_mix", Color.fromHex("ffffff"));
noblegasmix.register();
var coolednoblegasmix = VanillaFactory.createFluid("supercooled_noble_gas_mix", Color.fromHex("ffffff"));
coolednoblegasmix.register();
var kryptonxenon = VanillaFactory.createFluid("krypton_xenon_mix", Color.fromHex("ffffff"));
kryptonxenon.register();
var xenon = VanillaFactory.createFluid("xenon", Color.fromHex("4b2aa1"));
xenon.register();
var saltwater = VanillaFactory.createFluid("salt_water", Color.fromHex("496fd6"));
saltwater.register();
var moltencalcite = VanillaFactory.createFluid("molten_calcite", Color.fromHex("496fd6"));
moltencalcite.register();
var brine = VanillaFactory.createFluid("brine", Color.fromHex("496fd6"));
brine.register();
var unelectrolisedwater = VanillaFactory.createFluid("mineral_water", Color.fromHex("496fd6"));
unelectrolisedwater.register();
var salinecompounds = VanillaFactory.createFluid("saline_remains", Color.fromHex("496fd6"));
salinecompounds.register();
var francium = VanillaFactory.createFluid("francium", Color.fromHex("496fd6"));
francium.register();
var yttrium = VanillaFactory.createFluid("yttrium", Color.fromHex("496fd6"));
yttrium.register();
var yttriumoxide = VanillaFactory.createFluid("yttrium_oxide", Color.fromHex("496fd6"));
yttriumoxide.register();
var yttriumfluoride = VanillaFactory.createFluid("yttrium_fluoride", Color.fromHex("496fd6"));
yttriumfluoride.register();
var hydrochloricacid = VanillaFactory.createFluid("hydrochloric_acid", Color.fromHex("496fd6"));
hydrochloricacid.register();
var barium = VanillaFactory.createFluid("barium", Color.fromHex("496fd6"));
barium.register();
var mildlyrecursivegoo = VanillaFactory.createFluid("mildly_recursive_goo", Color.fromHex("534a54"));
mildlyrecursivegoo.register();