diff --git a/src/content/docs/java/advance/resourcepack/plugins/framework.mdx b/src/content/docs/java/advance/resourcepack/plugins/framework.mdx index fd152962..892bb8a3 100644 --- a/src/content/docs/java/advance/resourcepack/plugins/framework.mdx +++ b/src/content/docs/java/advance/resourcepack/plugins/framework.mdx @@ -148,39 +148,6 @@ CraftEngine 提供了比 [PackSquash](/java/advance/resourcepack/compress) 更 ::: -```yaml title="推荐配置" -protection: - crash-tools: - method-1: true - method-2: true - method-3: true - obfuscation: - enable: true - seed: 0 - fake-directory: true - escape-unicode: true - break-json: true - resource-location: - enable: true - random-namespace: - amount: 64 - length: 9 - random-path: - source: obf - depth: 32 - anti-unzip: true - random-atlas: - images-per-canvas: 32 - use-double: true - bypass-textures: - - "@legacy_unicode" - - "@vanilla_textures" - bypass-models: - - "@vanilla_models" - bypass-sounds: [] - bypass-equipments: [] -``` -