add config files
This commit is contained in:
parent
2333e3b581
commit
2c3eeb7fc1
26 changed files with 2284 additions and 1 deletions
23
config/antixray.toml
Normal file
23
config/antixray.toml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# 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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue