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 14, 2025
2 parents 5317bec + 4fa13d4 commit 9c8aae1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1347,6 +1347,15 @@ public void run() {
GTOreDictUnificator.get(OrePrefixes.cellPlasma, Materials.CosmicNeutronium, 1L),
ItemList.Cell_Empty.get(1L));

GTFluidFactory.builder("molten.cosmicneutronium")
.withLocalizedName("Molten Cosmic Neutronium")
.withStateAndTemperature(MOLTEN, 9900)
.buildAndRegister()
.configureMaterials(Materials.CosmicNeutronium)
.registerBContainers(
GTOreDictUnificator.get(OrePrefixes.cellMolten, Materials.CosmicNeutronium, 1L),
ItemList.Cell_Empty.get(1L));

GTFluidFactory.builder("fieryblood")
.withLocalizedName("Fiery Blood")
.withStateAndTemperature(LIQUID, 6400)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"animation": {
"frametime": 2,
"frametime": 1,
"frames": [
0,
1,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9c8aae1

Please sign in to comment.