9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-29 20:09:13 +00:00

默认使用section修复潜在冲突

This commit is contained in:
XiaoMoMi
2025-07-21 04:54:45 +08:00
parent d18d4562d3
commit 8de1acc3ee
4 changed files with 7 additions and 9 deletions

View File

@@ -84,8 +84,6 @@ resource-pack:
ip: "localhost"
port: 8163
protocol: "http"
# The optional URL must be complete and include a trailing slash / at the end.
#url: "http://localhost:8163/"
deny-non-minecraft-request: true
one-time-token: true
rate-limit:
@@ -380,9 +378,9 @@ chunk-system:
# Settings for injection
injection:
# Requires a restart to apply
# SECTION: Inject the LevelChunkSection (Faster & Experimental) since 0.0.53
# SECTION: Inject the LevelChunkSection
# PALETTE: Inject the PalettedContainer
target: PALETTE
target: SECTION
# Enables faster injection method
# Note: May not work with certain server forks that alter chunk class structure (In most cases it won't conflict)
use-fast-method: false