Add setting to turn hamburgers on and off

This commit is contained in:
cora 2022-11-15 17:27:46 +01:00
parent 2b3ec8d944
commit ce95f034b4
2 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,9 @@
--- DateTime: 10/23/22 4:50 AM
---
-- LOCALIZATION
if not minetest.settings:get_bool("mcl_enable_hamburger",true) then return end
local S = minetest.get_translator("hamburger_mod")
local modname = minetest.get_current_modname()

View File

@ -225,6 +225,9 @@ 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
# Enable hamburgers for villagers to follow
mcl_enable_hamburger (Enable Hamburger) bool true
[Debugging]
# If enabled, this will show the itemstring of an item in the description.
mcl_item_id_debug (Item ID Debug) bool false