Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions src/content/docs/java/advance/resourcepack/plugins/framework.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
```

</TabItem>

<TabItem value="nexo" label="Nexo">
Expand Down
Loading