9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2026-01-06 15:52:03 +00:00

添加overlay选项

This commit is contained in:
XiaoMoMi
2025-12-19 03:44:52 +08:00
parent b001b93e72
commit 6e2241f01e
2 changed files with 11 additions and 2 deletions

View File

@@ -146,11 +146,14 @@ resource-pack:
obfuscation:
enable: false
seed: 0 # 0 = random seed
# Determines the number and length of obfuscated namespaces.
# Determines the length of obfuscated overlay directories
overlay:
length: 4 # 0 = disable
# Determines the number and length of obfuscated namespaces
namespace:
amount: 32 # 0 = disable
length: 2
# Determines the depth of the obfuscated path.
# Determines the depth and length of the obfuscated path
path:
depth: 4
length: 2