Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
trainvoi committed Jan 30, 2025
1 parent 6357321 commit 8500197
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ dependencies {
implementation rfg.deobf('curse.maven:gregicality-multiblocks-564858:5508050')
// AE2UEL 0.55.6 (transitive gt dep)
compileOnly rfg.deobf("curse.maven:ae2-extended-life-570458:4402048")
// Supercritical 0.0.1
implementation rfg.deobf("curse.maven:supercritical-1185871:6118700")

//GeckoLib
implementation rfg.deobf('curse.maven:geckolib-388172:4020277')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ private static void changeProperties() {

Materials.Strontium.setProperty(PropertyKey.DUST, new DustProperty());

Materials.Zirconium.setProperty(PropertyKey.DUST, new DustProperty());
//Materials.Zirconium.setProperty(PropertyKey.DUST, new DustProperty());

Materials.Technetium.setProperty(PropertyKey.DUST, new DustProperty());

Expand All @@ -110,7 +110,7 @@ private static void changeProperties() {

Materials.Ytterbium.setProperty(PropertyKey.DUST, new DustProperty());

Materials.Hafnium.setProperty(PropertyKey.DUST, new DustProperty());
//Materials.Hafnium.setProperty(PropertyKey.DUST, new DustProperty());

Materials.Rhenium.setProperty(PropertyKey.DUST, new DustProperty());

Expand All @@ -122,7 +122,7 @@ private static void changeProperties() {

Materials.RockSalt.setProperty(PropertyKey.FLUID, new FluidProperty(FluidStorageKeys.LIQUID, new FluidBuilder()));

Materials.Salt.setProperty(PropertyKey.FLUID, new FluidProperty(FluidStorageKeys.LIQUID, new FluidBuilder()));
//Materials.Salt.setProperty(PropertyKey.FLUID, new FluidProperty(FluidStorageKeys.LIQUID, new FluidBuilder()));

Materials.SodiumHydroxide.setProperty(PropertyKey.FLUID, new FluidProperty(FluidStorageKeys.LIQUID, new FluidBuilder()));

Expand Down

0 comments on commit 8500197

Please sign in to comment.