diff --git a/minetest.conf.example b/minetest.conf.example index a0ea49ed..659abd9f 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -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. diff --git a/settingtypes.txt b/settingtypes.txt index c3cb5673..764afce2 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -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.