diff options
| author | GlodBlock <1356392126@qq.com> | 2021-10-08 16:20:17 +0800 |
|---|---|---|
| committer | GlodBlock <1356392126@qq.com> | 2021-10-08 16:20:17 +0800 |
| commit | 898bcf1e0bd0d8121d76ca1fea068f5c03d9cbea (patch) | |
| tree | 4b04d3cdd25436645f1880b34e98829d71fdb4a4 /src/main/java/GoodGenerator/util | |
| parent | fbb20b2e0368bd114c17eeee1d0d71986ca435a8 (diff) | |
| download | GT5-Unofficial-898bcf1e0bd0d8121d76ca1fea068f5c03d9cbea.tar.gz GT5-Unofficial-898bcf1e0bd0d8121d76ca1fea068f5c03d9cbea.tar.bz2 GT5-Unofficial-898bcf1e0bd0d8121d76ca1fea068f5c03d9cbea.zip | |
replace tectech hint methods
Diffstat (limited to 'src/main/java/GoodGenerator/util')
| -rw-r--r-- | src/main/java/GoodGenerator/util/StructureHelper.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/java/GoodGenerator/util/StructureHelper.java b/src/main/java/GoodGenerator/util/StructureHelper.java index d499921319..4dcbc3f679 100644 --- a/src/main/java/GoodGenerator/util/StructureHelper.java +++ b/src/main/java/GoodGenerator/util/StructureHelper.java @@ -1,6 +1,5 @@ package GoodGenerator.util; -import com.github.technus.tectech.TecTech; import com.gtnewhorizon.structurelib.StructureLibAPI; import com.gtnewhorizon.structurelib.structure.IStructureElement; import gregtech.api.enums.Materials; @@ -47,7 +46,7 @@ public class StructureHelper { mIcons = new IIcon[6]; Arrays.fill(mIcons, aMaterials.mIconSet.mTextures[OrePrefixes.frameGt.mTextureIndex].getIcon()); } - TecTech.proxy.hint_particle_tinted(world, x, y, z, mIcons, aMaterials.mRGBa); + StructureLibAPI.hintParticleTinted(world, x, y, z, mIcons, aMaterials.mRGBa); return true; } |
