You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
148 lines
4.2 KiB
148 lines
4.2 KiB
# Configuration file
|
|
|
|
general {
|
|
# Flag 1 will cause a block update. Flag 2 will send the change to clients. Flag 4 will prevent the block from
|
|
# being re-rendered, if this is a client world. Flag 8 will force any re-renders to run on the main thread instead
|
|
# of the worker pool, if this is a client world and flag 4 is clear. Flag 16 will prevent observers from seeing this change
|
|
# Flags can be added together to obtain multiple flag properties [range: 1 ~ 16, default: 3]
|
|
I:"Block State Flag"=3
|
|
|
|
# Sets the amount of chunks to clear on X-axis [range: 1 ~ 2147483647, default: 3]
|
|
I:"Chunk Radius X"=3
|
|
|
|
# Sets the amount of chunks to clear on Z-axis [range: 1 ~ 2147483647, default: 3]
|
|
I:"Chunk Radius Z"=3
|
|
|
|
# A list of blocks to strip away from the world [default: [Ljava.lang.String;@41156ea0]
|
|
S:"Profile 1" <
|
|
minecraft:dirt
|
|
minecraft:grass
|
|
minecraft:stone
|
|
minecraft:gravel
|
|
minecraft:sand
|
|
minecraft:sandstone
|
|
minecraft:log
|
|
minecraft:log2
|
|
minecraft:leaves
|
|
minecraft:leaves2
|
|
minecraft:water
|
|
minecraft:flowing_water
|
|
minecraft:lava
|
|
minecraft:flowing_lava
|
|
minecraft:netherrack
|
|
minecraft:end_stone
|
|
minecraft:red_flower
|
|
minecraft:yellow_flower
|
|
minecraft:tallgrass
|
|
minecraft:double_plant
|
|
quark:marble
|
|
quark:limestone
|
|
quark:biome_cobblestone
|
|
quark:biome_cobblestone:1
|
|
>
|
|
|
|
# A list of blocks to strip away from the world [default: [Ljava.lang.String;@7468255a]
|
|
S:"Profile 2" <
|
|
minecraft:dirt
|
|
minecraft:grass
|
|
minecraft:stone
|
|
minecraft:gravel
|
|
minecraft:sand
|
|
minecraft:sandstone
|
|
minecraft:log
|
|
minecraft:log2
|
|
minecraft:leaves
|
|
minecraft:leaves2
|
|
minecraft:water
|
|
minecraft:flowing_water
|
|
minecraft:lava
|
|
minecraft:flowing_lava
|
|
minecraft:netherrack
|
|
minecraft:end_stone
|
|
minecraft:red_flower
|
|
minecraft:yellow_flower
|
|
minecraft:tallgrass
|
|
minecraft:double_plant
|
|
>
|
|
|
|
# A list of blocks to strip away from the world [default: [Ljava.lang.String;@3ec7d7e0]
|
|
S:"Profile 3" <
|
|
minecraft:dirt
|
|
minecraft:grass
|
|
minecraft:stone
|
|
minecraft:gravel
|
|
minecraft:sand
|
|
minecraft:sandstone
|
|
minecraft:log
|
|
minecraft:log2
|
|
minecraft:leaves
|
|
minecraft:leaves2
|
|
minecraft:water
|
|
minecraft:flowing_water
|
|
minecraft:lava
|
|
minecraft:flowing_lava
|
|
minecraft:netherrack
|
|
minecraft:end_stone
|
|
minecraft:red_flower
|
|
minecraft:yellow_flower
|
|
minecraft:tallgrass
|
|
minecraft:double_plant
|
|
>
|
|
|
|
# A list of blocks to strip away from the world [default: [Ljava.lang.String;@7f0364f9]
|
|
S:"Profile 4" <
|
|
minecraft:dirt
|
|
minecraft:grass
|
|
minecraft:stone
|
|
minecraft:gravel
|
|
minecraft:sand
|
|
minecraft:sandstone
|
|
minecraft:log
|
|
minecraft:log2
|
|
minecraft:leaves
|
|
minecraft:leaves2
|
|
minecraft:water
|
|
minecraft:flowing_water
|
|
minecraft:lava
|
|
minecraft:flowing_lava
|
|
minecraft:netherrack
|
|
minecraft:end_stone
|
|
minecraft:red_flower
|
|
minecraft:yellow_flower
|
|
minecraft:tallgrass
|
|
minecraft:double_plant
|
|
>
|
|
|
|
# A list of blocks to strip away from the world [default: [Ljava.lang.String;@158965d7]
|
|
S:"Profile 5" <
|
|
minecraft:dirt
|
|
minecraft:grass
|
|
minecraft:stone
|
|
minecraft:gravel
|
|
minecraft:sand
|
|
minecraft:sandstone
|
|
minecraft:log
|
|
minecraft:log2
|
|
minecraft:leaves
|
|
minecraft:leaves2
|
|
minecraft:water
|
|
minecraft:flowing_water
|
|
minecraft:lava
|
|
minecraft:flowing_lava
|
|
minecraft:netherrack
|
|
minecraft:end_stone
|
|
minecraft:red_flower
|
|
minecraft:yellow_flower
|
|
minecraft:tallgrass
|
|
minecraft:double_plant
|
|
>
|
|
|
|
# Replaces every block removed by the stripper with this block [default: minecraft:air]
|
|
S:"Replacement Block"=minecraft:air
|
|
|
|
# Selected Profile [range: 1 ~ 5, default: 1]
|
|
I:"Selected Profile:"=1
|
|
}
|
|
|
|
|