Add settings from 'mobs_redo'

This commit is contained in:
Jordan Irwin 2017-08-16 20:07:44 -07:00
parent 48ab0660f1
commit c92ef7cf01
2 changed files with 29 additions and 0 deletions

View File

@ -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.

View File

@ -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.