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

修改默认版本支持范围

This commit is contained in:
XiaoMoMi
2025-07-30 15:56:24 +08:00
parent 4947b47310
commit 663236a153
2 changed files with 9 additions and 5 deletions

View File

@@ -57,8 +57,12 @@ resource-pack:
enable: true
# Define the name of the overlay folders
overlay-format: "ce_overlay_{version}"
# Allowed values:
# - 1.20.1, 1.21, 1.21.8, etc.
# - LATEST: the latest client version
# - SERVER: the current server version
supported-version:
min: "1.20"
min: SERVER
max: LATEST
# Remove 1.21.5+ tinted_leaves particles
remove-tinted-leaves-particle: true