Skip to content

Commit

Permalink
Merge branch 'GTNewHorizons:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jude123412 authored Feb 13, 2025
2 parents 8253949 + d64d1bc commit 11ca546
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 11ca546

Please sign in to comment.