Skip to content

Commit

Permalink
Merge remote-tracking branch 'jude123412/master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Feb 13, 2025
2 parents 91309a2 + 11ca546 commit 303799f
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1338,6 +1338,15 @@ public void run() {
GTOreDictUnificator.get(OrePrefixes.cellPlasma, Materials.Bedrockium, 1L),
ItemList.Cell_Empty.get(1L));

GTFluidFactory.builder("plasma.cosmicneutronium")
.withLocalizedName("Cosmic Neutronium Plasma")
.withStateAndTemperature(PLASMA, 10000)
.buildAndRegister()
.configureMaterials(Materials.CosmicNeutronium)
.registerBContainers(
GTOreDictUnificator.get(OrePrefixes.cellPlasma, Materials.CosmicNeutronium, 1L),
ItemList.Cell_Empty.get(1L));

GTFluidFactory.builder("fieryblood")
.withLocalizedName("Fiery Blood")
.withStateAndTemperature(LIQUID, 6400)
Expand Down

0 comments on commit 303799f

Please sign in to comment.