Re-enable trains by default, add to settingtypes.txt

This commit is contained in:
teknomunk 2024-12-29 20:21:02 -06:00 committed by the-real-herowl
parent 0dbf3fcd62
commit 1656262156
2 changed files with 4 additions and 1 deletions

View file

@ -3,7 +3,7 @@ local modpath = minetest.get_modpath(modname)
local mod = mcl_minecarts
local S = minetest.get_translator(modname)
local submod = {}
local ENABLE_TRAINS = core.settings:get_bool("mcl_minecarts_experimental_trains",false)
local ENABLE_TRAINS = core.settings:get_bool("mcl_minecarts_enable_trains",true)
-- Constants
local mcl_debug,DEBUG = mcl_util.make_mcl_logger("mcl_logging_minecart_debug", "Minecart Debug")

View file

@ -314,6 +314,9 @@ enable_real_maps (Enable Real Maps) bool true
# Hack 1: teleport golems home if they are very far from home
mcl_mob_allow_nav_hacks (Mob navigation hacks) bool false
# Enable minecart trains
mcl_minecarts_enable_trains (Enable minecart trains) bool true
[Additional Features]
# Enable Bookshelf inventories
mcl_bookshelf_inventories (Enable bookshelf inventories) bool true