We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0659994 commit 027b6bdCopy full SHA for 027b6bd
2 files changed
type.thepark/src/main/java/net/swofty/type/thepark/TrapParticles.java
@@ -29,7 +29,7 @@ public class TrapParticles {
29
30
if (edgeCount == 2) {
31
EDGE_PARTICLES.add(new ParticlePacket(
32
- Particle.COMPOSTER,
+ Particle.HAPPY_VILLAGER,
33
false,
34
35
x, y, z,
type.thepark/src/main/java/net/swofty/type/thepark/TypeTheParkLoader.java
@@ -171,7 +171,7 @@ public void afterInitialize(MinecraftServer server) {
171
i++;
172
}
173
174
- return TaskSchedule.millis(400);
+ return TaskSchedule.millis(800);
175
}, ExecutionType.TICK_START);
176
177
TrialOfFire.init();
0 commit comments