Re-enable trains by default, add to settingtypes.txt
This commit is contained in:
parent
0dbf3fcd62
commit
1656262156
@ -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")
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user