init; changed textures
Some checks failed
luacheck / build (push) Has been cancelled

This commit is contained in:
Rainer 2026-02-12 12:48:27 +01:00
commit 2dfc96ee15
22 changed files with 1268 additions and 0 deletions

14
settingtypes.txt Normal file
View file

@ -0,0 +1,14 @@
# Initial speed of the box
elevator_speed (Initial elevator speed) float 10
# Acceleration of the box
elevator_accel (Elevator acceleration) float 0.1
# Maximum time a box can go without players nearby.
elevator_time (Maximum idle time without players) int 120
# When the elevator is within this number of nodes of the destination, slow down to avoid lag.
elevator_slow_dist (Elevator slow distance) int 16
# Multiplier for speed when the elevator approaches its slow target.
elevator_slow_speed_factor (Elevator slow speed factor) float 0.11