aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/GoodGenerator/util
diff options
context:
space:
mode:
authorGlodBlock <1356392126@qq.com>2021-10-08 16:20:17 +0800
committerGlodBlock <1356392126@qq.com>2021-10-08 16:20:17 +0800
commit898bcf1e0bd0d8121d76ca1fea068f5c03d9cbea (patch)
tree4b04d3cdd25436645f1880b34e98829d71fdb4a4 /src/main/java/GoodGenerator/util
parentfbb20b2e0368bd114c17eeee1d0d71986ca435a8 (diff)
downloadGT5-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.java3
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;
}