23 lines
828 B
TOML
23 lines
828 B
TOML
# Default configuration file for Fabric AntiXray mod by DrexHD
|
|
|
|
# Default values
|
|
enabled = false
|
|
usePermission = false
|
|
|
|
# World specific values
|
|
[overworld]
|
|
enabled = true
|
|
engineMode = 1
|
|
maxBlockHeight = 256
|
|
updateRadius = 2
|
|
lavaObscures = false
|
|
hiddenBlocks = ["#c:ores", "raw_copper_block", "raw_iron_block", "raw_gold_block", "!#antixray:hidden_only_ores"]
|
|
replacementBlocks = ["#antixray:hidden_only_ores", "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 = 1
|
|
maxBlockHeight = 128
|
|
updateRadius = 2
|
|
lavaObscures = true
|
|
hiddenBlocks = ["ancient_debris", "nether_quartz_ore", "nether_gold_ore", "gold_block", "gilded_blackstone"]
|