forked from VoxeLibre/VoxeLibre
Add setting to turn hamburgers on and off
This commit is contained in:
parent
2b3ec8d944
commit
ce95f034b4
|
@ -4,6 +4,9 @@
|
||||||
--- DateTime: 10/23/22 4:50 AM
|
--- DateTime: 10/23/22 4:50 AM
|
||||||
---
|
---
|
||||||
-- LOCALIZATION
|
-- LOCALIZATION
|
||||||
|
|
||||||
|
if not minetest.settings:get_bool("mcl_enable_hamburger",true) then return end
|
||||||
|
|
||||||
local S = minetest.get_translator("hamburger_mod")
|
local S = minetest.get_translator("hamburger_mod")
|
||||||
|
|
||||||
local modname = minetest.get_current_modname()
|
local modname = minetest.get_current_modname()
|
||||||
|
|
|
@ -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
|
# 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 true
|
||||||
|
|
||||||
|
# Enable hamburgers for villagers to follow
|
||||||
|
mcl_enable_hamburger (Enable Hamburger) bool true
|
||||||
|
|
||||||
[Debugging]
|
[Debugging]
|
||||||
# If enabled, this will show the itemstring of an item in the description.
|
# If enabled, this will show the itemstring of an item in the description.
|
||||||
mcl_item_id_debug (Item ID Debug) bool false
|
mcl_item_id_debug (Item ID Debug) bool false
|
||||||
|
|
Loading…
Reference in New Issue