Add settings from 'mobs_redo'
This commit is contained in:
parent
48ab0660f1
commit
c92ef7cf01
@ -1816,6 +1816,24 @@ creatures.mobs_replace_items = true
|
||||
mobs_animal:sheep_white = 0
|
||||
|
||||
|
||||
# *** mobs_redo ***
|
||||
|
||||
## Disable blood splatter when attacking mobs.
|
||||
# type: bool
|
||||
# default: false
|
||||
#mobs_disable_blood = false
|
||||
|
||||
## Mob difficulty.
|
||||
# type: float
|
||||
# default: 1.0
|
||||
#mob_difficulty = 1.0
|
||||
|
||||
## Show mobs' health when attacked.
|
||||
# type: bool
|
||||
# default: true
|
||||
#mob_show_health = true
|
||||
|
||||
|
||||
# *** sneeker ***
|
||||
|
||||
# Sets maximum number of spawns that can exist in world.
|
||||
|
@ -301,6 +301,17 @@ listitems.enable_generic (Enable generic "list" command) bool false
|
||||
listitems.enable_mobs (Enable "listmobs" command) bool true
|
||||
|
||||
|
||||
[*mobs_redo]
|
||||
|
||||
# Disable blood splatter when attacking mobs.
|
||||
mobs_disable_blood (Disable mobs blood) bool false
|
||||
|
||||
mob_difficulty (Mob difficulty) float 1.0
|
||||
|
||||
# Show mobs' health when attacked.
|
||||
mob_show_health (Show mobs health) bool true
|
||||
|
||||
|
||||
[*pipeworks]
|
||||
|
||||
#Enable pipes.
|
||||
|
Loading…
x
Reference in New Issue
Block a user