From fb1fb50bd3a013a47d0a6d78c3b3119099ea2425 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 26 Jan 2018 18:31:19 +0100 Subject: [PATCH] Add new mob settings in settingtypes.txt --- settingtypes.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/settingtypes.txt b/settingtypes.txt index 69220c5e3..d46fdce81 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -43,6 +43,12 @@ mobs_spawn (Spawn mobs naturally) bool true # This setting is only read at startup. 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 # spawn. # This setting is only read at startup.