Make extended pet control default to false
this was never supposed to be default on
This commit is contained in:
parent
73f7228083
commit
79d0ec54b3
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user