Skip to content

Instantly share code, notes, and snippets.

@Trnrr

Trnrr/world conf Secret

Last active April 18, 2019 21:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Trnrr/2d2b80a1fa2dac7806659f7b0284b0ad to your computer and use it in GitHub Desktop.
Save Trnrr/2d2b80a1fa2dac7806659f7b0284b0ad to your computer and use it in GitHub Desktop.
Config {
# Enable or disable caching fake chunks on disk
Cache=true
Deobfuscation {
# Radius to deobfuscate on natural block update, between 1 and 4
NaturalRadius=1
# Radius to deobfuscate on player block update, between 1 and 4
PlayerRadius=2
}
# Enable or disable dynamic obfuscation
Dynamism=true
# Enable or disable Mirage in this world
Enabled=true
# Temporary obfuscation when modifiers are not ready yet
Preobfuscation {
# Blocks that will be hidden by the modifier
Blocks=[
"minecraft:coal_ore",
"minecraft:diamond_ore",
"minecraft:emerald_ore",
"minecraft:gold_ore",
"minecraft:iron_ore",
"minecraft:lapis_ore",
"minecraft:redstone_ore",
"minecraft:chest",
"minecraft:end_portal",
"minecraft:end_portal_frame",
"minecraft:mob_spawner",
"minecraft:monster_egg",
"minecraft:mossy_cobblestone",
"minecraft:portal",
"minecraft:trapped_chest"
]
# Enable or disable preobfuscation in this world
Enabled=false
# The block used to replace hidden blocks
Replacement="minecraft:stone[variant=stone]"
}
# The seed used by the modifier, shouldn't be modified
Seed=4998875581185337687
}
Modifiers=[
{
Options {
# The ground type used to hide real bedrock
Ground="minecraft:stone[variant=stone]"
# The maximum layer where bedrock can be generated
Height=5
}
Type=bedrock
},
{
Options {
# Blocks that will be hidden by the modifier
Blocks=[
"minecraft:sea_lantern",
"minecraft:prismarine",
"minecraft:gold_block"
]
# The dynamic obfuscation distance, between 0 and 10
Dynamism=8
# The maximum Y of the section to obfuscate
MaxY=64
# The minimum Y of the section to obfuscate
MinY=30
# The block used to replace hidden blocks
Replacement="minecraft:water[level=0]"
}
Type=obvious
},
{
Options {
# /blockinfo TO FIND BLOCK META VALUE
# Blocks that will be hidden by the modifier
Blocks=[
"minecraft:redstone_ore",
"minecraft:chest",
"minecraft:portal",
"minecraft:emerald_ore",
"minecraft:diamond_ore",
"minecraft:end_portal",
"minecraft:end_portal_frame",
"minecraft:gold_ore",
"minecraft:mossy_cobblestone",
"minecraft:trapped_chest",
"minecraft:mob_spawner",
"minecraft:iron_ore",
"minecraft:lapis_ore",
"minecraft:coal_ore",
"minecraft:stone",
"minecraft:monster_egg",
"atomicscience:uranium_ore",
"bigreactors:oreanglesite",
"tconstruct:ore",
"bigreactors:oreyellorite",
"bigreactors:orebenitoite",
"appliedenergistics2:charged_quartz_ore",
"appliedenergistics2:quartz_ore",
"techguns:basicore[type=ORE_TITANIUM]",
"mekanism:oreblock",
"thermalfoundation:ore",
"thermalfoundation:ore_fluid[type=REDSTONE]"
]
# The maximum Y of the section to obfuscate
MaxY=255
# The minimum Y of the section to obfuscate
MinY=0
# Blocks and their weight used to randomly replace hidden blocks
Replacements {
"minecraft:coal_ore"=1.0
"minecraft:diamond_ore"=1.0
"minecraft:emerald_ore"=1.0
"minecraft:gold_ore"=1.0
"minecraft:iron_ore"=1.0
"minecraft:lapis_ore"=1.0
"minecraft:redstone_ore"=1.0
"minecraft:stone[variant=stone]"=7.0
}
}
Type=random
}
]
Version=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment