We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8909f95 commit 80212acCopy full SHA for 80212ac
1 file changed
src/main/java/com/adccadc/rust/Rust.java
@@ -145,7 +145,7 @@ public void onInitialize() {
145
146
// 氧化过程
147
ServerTickEvents.END_WORLD_TICK.register(world -> {
148
- if (world.getTime() % 60 == 0) { // 5min一次
+ if (world.getTime() % 6000 == 0) { // 5min一次
149
if (world instanceof ServerWorld serverWorld) {
150
for (PlayerEntity player : serverWorld.getPlayers()) {
151
Random random = new Random();
0 commit comments