Move damage particles setting to Graphics
This commit is contained in:
parent
ce2826339a
commit
b6800b4274
@ -101,9 +101,6 @@ mobs_drop_items (Mob drops) bool true
|
|||||||
# If enabled, mobs can take, place, change and destroy blocks around them.
|
# If enabled, mobs can take, place, change and destroy blocks around them.
|
||||||
mobs_griefing (Mob griefing) bool true
|
mobs_griefing (Mob griefing) bool true
|
||||||
|
|
||||||
# If enabled, mobs will emit damage particles when they get hurt.
|
|
||||||
mcl_damage_particles (Damage particles) bool true
|
|
||||||
|
|
||||||
# Should wither follow the player who spawned him around
|
# Should wither follow the player who spawned him around
|
||||||
wither_follow_spawner (Wither follows his spawner) bool true
|
wither_follow_spawner (Wither follows his spawner) bool true
|
||||||
|
|
||||||
@ -159,6 +156,9 @@ mcl_animated_chests (Animated chests) bool true
|
|||||||
# Enable dust particles in the nether
|
# Enable dust particles in the nether
|
||||||
mcl_nether_dust (Nether dust particles) bool true
|
mcl_nether_dust (Nether dust particles) bool true
|
||||||
|
|
||||||
|
# If enabled, mobs will emit damage particles when they get hurt.
|
||||||
|
mcl_damage_particles (Damage particles) bool true
|
||||||
|
|
||||||
# The maximum number of boss bars to simultaneously display on the screen
|
# The maximum number of boss bars to simultaneously display on the screen
|
||||||
mcl_max_bossbars (Maximum boss bars) int 5
|
mcl_max_bossbars (Maximum boss bars) int 5
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user