mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-26 18:39:17 +00:00
update default configs
This commit is contained in:
@@ -163,7 +163,7 @@ public class AdventureManagerImpl extends AdventureManager {
|
||||
case 'm' -> stringBuilder.append("<st>");
|
||||
case 'o' -> stringBuilder.append("<i>");
|
||||
case 'n' -> stringBuilder.append("<u>");
|
||||
case 'k' -> stringBuilder.append("<o>");
|
||||
case 'k' -> stringBuilder.append("<obf>");
|
||||
case 'x' -> {
|
||||
if (i + 13 >= chars.length
|
||||
|| !isColorCode(chars[i+2])
|
||||
|
||||
@@ -101,7 +101,7 @@ mechanics:
|
||||
|
||||
# Sync seasons
|
||||
sync-season:
|
||||
enable: true
|
||||
enable: false
|
||||
reference: world
|
||||
|
||||
# Vanilla farmland settings
|
||||
|
||||
Reference in New Issue
Block a user