From db4eca8b7370a8754d2ce916ac36464fb691091c Mon Sep 17 00:00:00 2001 From: minertestdude <43986027+minertestdude@users.noreply.github.com> Date: Sat, 11 Apr 2020 15:02:05 +0200 Subject: MineClone2 support for Elevator mod and few improvements (#13) * deprecating outdated file * Add files via upload * Mineclone2 compatibility, externalization of few settings, inability to break by hand - integrated full Mineclone2 game compatibility layer - externalized elevator settings (easier upgrades for server owners) - turn off the ability to destroy shafts by hand, as this could lead to accidents * Add mineclone textures These textures are MIT licensed and motor texture is done by me, likewise MIT. License added. * Add license about mineclone2 variant of textures * Update readme with support information about Mineclone2. * This should finally nail the correct groups for mineclone2. Sorry. --- settingtypes.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 settingtypes.txt (limited to 'settingtypes.txt') diff --git a/settingtypes.txt b/settingtypes.txt new file mode 100644 index 0000000..d950bbb --- /dev/null +++ b/settingtypes.txt @@ -0,0 +1,8 @@ +# 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 -- cgit v1.2.3