forked from VoxeLibre/VoxeLibre
Add new mob settings in settingtypes.txt
This commit is contained in:
parent
0e88453a85
commit
fb1fb50bd3
|
@ -43,6 +43,12 @@ mobs_spawn (Spawn mobs naturally) bool true
|
||||||
# This setting is only read at startup.
|
# This setting is only read at startup.
|
||||||
only_peaceful_mobs (Spawn only peaceful mobs) bool false
|
only_peaceful_mobs (Spawn only peaceful mobs) bool false
|
||||||
|
|
||||||
|
# If enabled, mobs might drop items when they die.
|
||||||
|
mobs_drop_items (Mobs drop items) bool true
|
||||||
|
|
||||||
|
# If enabled, mobs can take and place blocks around them.
|
||||||
|
mobs_griefing (Mobs change blocks) bool true
|
||||||
|
|
||||||
# If enabled, players respawn at the bed they last lay on instead of normal
|
# If enabled, players respawn at the bed they last lay on instead of normal
|
||||||
# spawn.
|
# spawn.
|
||||||
# This setting is only read at startup.
|
# This setting is only read at startup.
|
||||||
|
|
Loading…
Reference in New Issue