Make extended pet control default to false

this was never supposed to be default on
This commit is contained in:
cora 2023-05-19 00:12:19 +02:00
parent 73f7228083
commit 79d0ec54b3
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ local DEFAULT_FALL_SPEED = -9.81*1.5
local MAX_MOB_NAME_LENGTH = 30
local old_spawn_icons = minetest.settings:get_bool("mcl_old_spawn_icons",false)
local extended_pet_control = minetest.settings:get_bool("mcl_extended_pet_control",true)
local extended_pet_control = minetest.settings:get_bool("mcl_extended_pet_control",false)
local difficulty = tonumber(minetest.settings:get("mob_difficulty")) or 1.0
-- get node but use fallback for nil or unknown

View File

@ -226,7 +226,7 @@ mcl_bookshelf_inventories (Enable bookshelf inventories) bool true
mcl_enable_fapples (Enable swiftness on enchanted golden apples) bool true
# All tameable mobs listen to the "sit" righclick like dogs
mcl_extended_pet_control (Extended pet control) bool true
mcl_extended_pet_control (Extended pet control) bool false
[Debugging]
# If enabled, this will show the itemstring of an item in the description.