Skip to content

Commit 80212ac

Browse files
committed
recovery value
1 parent 8909f95 commit 80212ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/adccadc/rust/Rust.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public void onInitialize() {
145145

146146
// 氧化过程
147147
ServerTickEvents.END_WORLD_TICK.register(world -> {
148-
if (world.getTime() % 60 == 0) { // 5min一次
148+
if (world.getTime() % 6000 == 0) { // 5min一次
149149
if (world instanceof ServerWorld serverWorld) {
150150
for (PlayerEntity player : serverWorld.getPlayers()) {
151151
Random random = new Random();

0 commit comments

Comments
 (0)