Skip to content

Commit

Permalink
change: disable suppressGhostMushrooms for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed Dec 30, 2024
1 parent c7c55e8 commit e33b0df
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions patches/main/0011-Disable-suppressGhostMushrooms-for-now.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: ishland <[email protected]>
Date: Mon, 30 Dec 2024 23:41:13 +0800
Subject: [PATCH] Disable suppressGhostMushrooms for now


diff --git a/c2me-rewrites-chunk-system/src/main/java/com/ishland/c2me/rewrites/chunksystem/common/Config.java b/c2me-rewrites-chunk-system/src/main/java/com/ishland/c2me/rewrites/chunksystem/common/Config.java
index 3c314cf8..429088b8 100644
--- a/c2me-rewrites-chunk-system/src/main/java/com/ishland/c2me/rewrites/chunksystem/common/Config.java
+++ b/c2me-rewrites-chunk-system/src/main/java/com/ishland/c2me/rewrites/chunksystem/common/Config.java
@@ -42,7 +42,7 @@ public class Config {

This should not affect other worldgen behavior and game mechanics in general
""")
- .getBoolean(true, false);
+ .getBoolean(false, false);

public static final boolean syncPlayerTickets = new ConfigSystem.ConfigAccessor()
.key("chunkSystem.syncPlayerTickets")

0 comments on commit e33b0df

Please sign in to comment.