From 401000facb13aa7877b2d8d9e1871b3d9ef71357 Mon Sep 17 00:00:00 2001 From: jhqwqmc Date: Mon, 11 May 2026 01:30:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E8=BF=87=E6=97=B6=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resourcepack/plugins/framework.mdx | 33 ------------------- 1 file changed, 33 deletions(-) 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: [] -``` -