Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit b4f1f87

Browse files
committed
update geg
1 parent 51c68f6 commit b4f1f87

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ repositories {
6666

6767
dependencies {
6868
"deobfCompile"("mezz.jei:jei_1.12.2:+")
69-
"provided"(files("libs/gregtech-1.12.2-2.1.0-beta.jar"))
69+
"provided"(files("libs/gregtech-1.12.2-2.1.4-beta.jar"))
7070
"deobfCompile"("codechicken-lib-1-8:CodeChickenLib-1.12.2:3.2.3.358:universal")
7171
"deobfCompile"("codechicken:ChickenASM:1.12-1.0.2.9")
7272
"deobfCompile"("mcjty.theoneprobe:TheOneProbe-1.12:1.12-1.4.23-16")

src/main/java/net/htmlcsjs/htmlTech/api/unification/materials/HTMaterials.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package net.htmlcsjs.htmlTech.api.unification.materials;
22

3+
import gregtech.api.fluids.fluidType.FluidTypes;
34
import gregtech.api.unification.material.Material;
45
import gregtech.api.unification.material.info.MaterialFlag;
56
import gregtech.api.unification.material.properties.DustProperty;
@@ -39,7 +40,7 @@ public static void register() {
3940
.build();
4041

4142
NaquadriaTetratrinite = new Material.Builder(21001, "naquadria_tetratrinite")
42-
.fluid(Material.FluidType.GAS).fluidTemp(32012)
43+
.fluid(FluidTypes.GAS).fluidTemp(32012)
4344
.components(Naquadria, 1, Trinium, 4)
4445
.flags(DECOMPOSITION_BY_CENTRIFUGING)
4546
.color(0x560909)

0 commit comments

Comments
 (0)