mirror of
https://github.com/minetest-mods/MoreMesecons.git
synced 2025-11-17 07:45:29 +01:00
rewrite timegate to make use of nodetimers
- fixes a crash with timer=NaN - fixes 1-tick circels with timer=0 - fixes timegates getting stuck when unloaded in on-state
This commit is contained in:
@@ -69,6 +69,11 @@ moremesecons_teleporter.max_p2t_distance (Maximum Player To Teleporter distance)
|
||||
# from an older version which did not use it.
|
||||
moremesecons_teleporter.enable_lbm (Enable Registration LBM) bool false
|
||||
|
||||
[Timegate]
|
||||
|
||||
# Minimum authorized length for the timegate signal. Timegates with a shorter time will not respond.
|
||||
moremesecons_timegate.min_delay (Minimum timegate delay) float 0.5
|
||||
|
||||
[Wireless]
|
||||
|
||||
# Whether to enable the wireless jammer node
|
||||
|
||||
Reference in New Issue
Block a user