0.14 update with fixes!

This commit is contained in:
PietroSainaghi
2023-04-30 10:50:40 -07:00
parent 2a6cdb591d
commit c129c04602
2547 changed files with 53869 additions and 13339 deletions
+19 -1
View File
@@ -615,4 +615,22 @@ var miltenvibraniumalloy = VanillaFactory.createFluid("molten_vibranium_alloy",
miltenvibraniumalloy.register();
var fluixplasma = VanillaFactory.createFluid("fluix_plasma", Color.fromHex("cc7fe3"));
fluixplasma.register();
fluixplasma.register();
var slumberingabyssite = VanillaFactory.createFluid("slumbering_abyssite", Color.fromHex("6ddb65"));
slumberingabyssite.register();
var blazingrefinedfuel = VanillaFactory.createFluid("blazing_refined_fuel", Color.fromHex("ad3a17"));
blazingrefinedfuel.register();
var combustibleglowstone = VanillaFactory.createFluid("combustible_glowstone", Color.fromHex("a39b29"));
combustibleglowstone.register();
var copperlavamix = VanillaFactory.createFluid("copper_lava_mix", Color.fromHex("572424"));
copperlavamix.register();
var energizedlava = VanillaFactory.createFluid("energized_lava", Color.fromHex("d18417"));
energizedlava.register();
var highpressureenergeticfluid = VanillaFactory.createFluid("high_pressure_energetic_fluid", Color.fromHex("ff5f42"));
highpressureenergeticfluid.register();