-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change: disable suppressGhostMushrooms for now
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
patches/main/0011-Disable-suppressGhostMushrooms-for-now.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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") |