feat: configure xray
This commit is contained in:
parent
64820d502a
commit
4c42a8961b
1 changed files with 59 additions and 0 deletions
59
configs/anti-xray.toml
Normal file
59
configs/anti-xray.toml
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
# Global defaults
|
||||
enabled = false
|
||||
usePermission = false
|
||||
|
||||
[overworld]
|
||||
enabled = true
|
||||
engineMode = 3
|
||||
maxBlockHeight = 256
|
||||
updateRadius = 2
|
||||
lavaObscures = true
|
||||
hiddenBlocks = [
|
||||
"#c:ores",
|
||||
"raw_copper_block",
|
||||
"raw_iron_block",
|
||||
"raw_gold_block",
|
||||
]
|
||||
replacementBlocks = [
|
||||
"stone",
|
||||
"deepslate",
|
||||
"andesite",
|
||||
"calcite",
|
||||
"diorite",
|
||||
"dirt",
|
||||
"granite",
|
||||
"gravel",
|
||||
"sand",
|
||||
"tuff",
|
||||
"mossy_cobblestone",
|
||||
"obsidian",
|
||||
"clay",
|
||||
"infested_stone",
|
||||
"amethyst_block",
|
||||
"budding_amethyst",
|
||||
"chest",
|
||||
]
|
||||
|
||||
[the_nether]
|
||||
enabled = true
|
||||
engineMode = 3
|
||||
maxBlockHeight = 128
|
||||
updateRadius = 2
|
||||
lavaObscures = true
|
||||
hiddenBlocks = [
|
||||
"ancient_debris",
|
||||
"nether_gold_ore",
|
||||
"nether_quartz_ore",
|
||||
"gold_block",
|
||||
"gilded_blackstone",
|
||||
]
|
||||
replacementBlocks = [
|
||||
"netherrack",
|
||||
"blackstone",
|
||||
"basalt",
|
||||
"soul_sand",
|
||||
"soul_soil",
|
||||
"gravel",
|
||||
"magma_block",
|
||||
"nether_bricks",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue