forked from VoxeLibre/VoxeLibre
Rename some things
This commit renames `tnt_griefing` to `explosions_griefing` to better reflect what this setting now does.
This commit is contained in:
parent
af8c4ded93
commit
1a1ea29f6e
|
@ -36,8 +36,8 @@ mcl_weather_dust_particles (Nether dust particles) int 150 0
|
||||||
# Note that blocks never have drops when in Creative Mode.
|
# Note that blocks never have drops when in Creative Mode.
|
||||||
mcl_doTileDrops (Blocks have drops) bool true
|
mcl_doTileDrops (Blocks have drops) bool true
|
||||||
|
|
||||||
# If enabled, TNT explosions destroy blocks.
|
# If enabled, explosions destroy blocks.
|
||||||
mcl_tnt_griefing (TNT destroys blocks) bool true
|
mcl_explosions_griefing (Explosions destroy blocks) bool true
|
||||||
|
|
||||||
# Comma separated list of disabled structure names
|
# Comma separated list of disabled structure names
|
||||||
mcl_disabled_structures (Disabled structures) string
|
mcl_disabled_structures (Disabled structures) string
|
||||||
|
|
Loading…
Reference in New Issue