9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-30 04:19:27 +00:00

缓存一般化

This commit is contained in:
XiaoMoMi
2025-05-07 20:03:36 +08:00
parent c3bf97a3f5
commit 9ec258c526
5 changed files with 28 additions and 12 deletions

View File

@@ -357,11 +357,11 @@ chunk-system:
# Settings for injection
injection:
# Requires a restart to apply
# SECTION: Inject the LevelChunkSection (Faster, but may conflict with some plugins)
# SECTION: Inject the LevelChunkSection (Faster & Experimental) since 0.0.53
# PALETTE: Inject the PalettedContainer
target: PALETTE
# Enables faster injection method
# Note: May not work with certain server forks that alter chunk saving behavior
# Note: May not work with certain server forks that alter chunk class structure (In most cases it won't conflict)
use-fast-method: false
# Auto-convert custom blocks -> vanilla blocks when unloading chunks
#