mirror of
https://github.com/minetest-mods/MoreMesecons.git
synced 2024-12-29 00:47:33 +01:00
settingtypes.txt: add a setting for jammer LBM
This commit is contained in:
parent
b60a719b14
commit
a68e7cb45b
@ -14,6 +14,12 @@ moremesecons_commandblock.nearest_max_distance (Nearest player maximum distance)
|
||||
# Any value less than or equal to 0 will be changed to 1 and a NaN value will be changed to the default value
|
||||
moremesecons_jammer.max_distance (Jammer action range) float 10
|
||||
|
||||
# Whether to enable the registration LBM.
|
||||
# The registration LBM will recover the jammer database if the moremesecons_jammer
|
||||
# mod storage has been removed, and will create that mod storage after an update
|
||||
# from an older version which did not use it.
|
||||
moremesecons_jammer.enable_lbm (Enable Registration LBM) bool false
|
||||
|
||||
[Player Killer]
|
||||
|
||||
# Player Killer action range
|
||||
|
Loading…
Reference in New Issue
Block a user