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

add options for filters

This commit is contained in:
XiaoMoMi
2025-03-24 22:30:20 +08:00
parent 769f9fbb07
commit 53c85298b2
5 changed files with 82 additions and 11 deletions

View File

@@ -13,12 +13,10 @@ resource-pack:
# Should those images in minecraft:default font also work in minecraft:uniform
override-uniform-font: true
# Generate assets for CraftEngine fabric mod
# Note: CraftEngine fabric mod is used for Axiom mod, most users do not need to install it
# Note: fabric mod is used for clientside Axiom/WorldEdit mod
generate-mod-assets: false
# Resource pack protection
protection:
# Warning: Do not attempt to unzip the resource pack with crash tools enabled.
# Warning: Do not attempt to unzip the resource pack with crash tools enabled.
# Warning: Do not attempt to unzip the resource pack with crash tools enabled.
# You can enable all the methods at the same time.
crash-tools:
@@ -55,7 +53,6 @@ resource-pack:
bypass-models: []
bypass-sounds: []
bypass-equipments: []
supported-version:
min: "1.20"
max: LATEST
@@ -140,6 +137,16 @@ furniture:
list:
- "xxx:invalid_furniture"
image:
# Prevent players from using images set in minecraft:default font
# Players with `craftengine.filter.bypass.xxx` would ignore the limitation
illegal-characters-filter:
anvil: true
book: true
chat: true
command: true
sign: true
recipe:
enable: true