aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/github/technus/tectech/entity/fx/BlockHint.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/github/technus/tectech/entity/fx/BlockHint.java b/src/main/java/com/github/technus/tectech/entity/fx/BlockHint.java
index 8983857119..3bcb1e799b 100644
--- a/src/main/java/com/github/technus/tectech/entity/fx/BlockHint.java
+++ b/src/main/java/com/github/technus/tectech/entity/fx/BlockHint.java
@@ -21,7 +21,7 @@ public class BlockHint extends EntityFX {
prevPosY = posY;
prevPosZ = posZ;
noClip = true;
- particleMaxAge = 200 + TecTech.Rnd.nextInt(200);
+ particleMaxAge = 2000 + TecTech.Rnd.nextInt(200);
for (int i = 0; i < 6; i++) icons[i] = block.getIcon(i, meta);
}