- Config {
- # 是否允许将虚假区块缓存于磁盘(译者注:默认为trye)
- Cache=true
- # (译者注:反混淆,即被混淆的方块同玩家之间的距离在此阈值之内才会反混淆为原始方块)
- Deobfuscation {
- # 自然方块更新时的反混淆范围。介于1-4之间
- NaturalRadius=1
- # 由玩家放置的方块在更新时的反混淆范围。介于1-4之间
- PlayerRadius=2
- }
- # 是否在此世界启用AntiXray(译者注:建议再采集世界开启,无关的主城世界、地皮世界、小游戏世界请关闭以节省运算)
- Enabled=true
- # 当修改器没有配置好之前,进行临时混淆的方块
- Preobfuscation {
- # 用于被修改器混淆为石头方块的方块列表
- Blocks=[
- "minecraft:gold_ore",
- "minecraft:coal_ore",
- "minecraft:redstone_ore",
- "minecraft:emerald_ore",
- "minecraft:lapis_ore",
- "minecraft:iron_ore",
- "minecraft:diamond_ore"
- ]
- # 是否在此世界启用预混淆
- Enabled=false
- # 用于替换被隐藏的方块的呈现方块(译者注:默认为石头)
- Replacement="minecraft:stone[variant=stone]"
- }
- # 修改器使用的种子,请勿编辑
- Seed=8642957064391878907
- }
- Modifiers=[
- {
- Id=bedrock
- Options {
- # 用于隐藏真正的基岩的地面类型(译者注:默认为石头)
- Ground="minecraft:stone[variant=stone]"
- # The maximum layer where bedrock can be generated
- Height=5
- }
- },
- {
- Id=obvious
- Options {
- # 用于被修改器混淆为石头方块的方块列表
- Blocks=[
- "minecraft:gold_ore",
- "minecraft:coal_ore",
- "minecraft:redstone_ore",
- "minecraft:emerald_ore",
- "minecraft:lapis_ore",
- "minecraft:iron_ore",
- "minecraft:diamond_ore"
- ]
- # 用于替换被隐藏的方块的呈现方块(译者注:默认为石头)
- Replacement="minecraft:stone[variant=stone]"
- }
- }
- ]
- # 译者注:请勿擅自修改
- Version=1
复制代码
|