towercrane/README.md

58 lines
2.4 KiB
Markdown
Raw Normal View History

2018-01-03 13:37:03 +01:00
# Tower Crane Mod
In order to simplify the construction of buildings, the crane forms a construction area in which the player gets fly privs.
2017-06-05 20:20:16 +02:00
2018-01-04 22:11:49 +01:00
Browse on: ![GitHub](https://github.com/minetest-mods/towercrane)
2017-06-10 20:51:04 +02:00
2018-01-04 22:11:49 +01:00
Download: ![GitHub](https://github.com/minetest-mods/towercrane/archive/master.zip)
2017-06-10 20:49:48 +02:00
2017-06-05 20:20:16 +02:00
The crane can be completely assembled by setting only the base block.
2017-07-11 20:17:16 +02:00
The size of the crane (which is the construction area) and the rope length can be configured.
2017-06-05 20:20:16 +02:00
2018-01-04 22:11:49 +01:00
![Tower Crane](https://github.com/minetest-mods/towercrane/blob/master/towercrane640.png)
2017-06-05 20:43:13 +02:00
2017-06-05 20:20:16 +02:00
## Introduction
2017-06-06 12:26:11 +02:00
* Place the crane base block.
2017-06-05 20:20:16 +02:00
The crane arm will later be build in the same direction you are currently looking
* Right-click the crane base block and set the crane dimensions in height and width (between 8 and 32 by default).
2017-06-05 20:20:16 +02:00
The crane will be build according to this settings.
2017-06-10 20:43:15 +02:00
If there is not enough free space for the crane mast/arm or the potential construction area of the
crane intersects a protected area from another player, the crane will not be build.
2017-06-05 20:20:16 +02:00
* Right-click the crane switch block to switch to fly privs. The player will be placed in front of the crane.
2017-06-05 20:20:16 +02:00
2017-06-10 20:57:06 +02:00
* To remove the crane, destroy the base block.
2017-06-05 20:20:16 +02:00
2017-06-10 20:51:04 +02:00
## Dependencies
2017-06-10 20:57:06 +02:00
default
2017-06-05 20:20:16 +02:00
# License
Copyright (C) 2017-2019 Joachim Stolberg
2017-06-10 20:57:06 +02:00
Code: Licensed under the GNU LGPL version 2.1 or later. See LICENSE.txt and http://www.gnu.org/licenses/lgpl-2.1.txt
2017-06-10 20:49:48 +02:00
Textures: CC0
# History:
* 2017-06-04 v0.01 first version
* 2017-06-06 v0.02 Hook bugfix
* 2017-06-07 v0.03 fixed 2 bugs, added config.lua and sound
* 2017-06-08 v0.04 recipe and rope length now configurable
* 2017-06-10 v0.05 resizing bugfix, area protection added
* 2017-07-11 v0.06 fixed the space check bug, settingtypes added
* 2017-07-16 v0.07 crane remove bug fix
* 2017-07-16 v0.08 player times out bugfix
* 2017-08-19 v0.09 crane protection area to prevent crane clusters
* 2017-08-27 v0.10 hook instance and sound switch off bug fixes
* 2017-09-09 v0.11 further player bugfixes
* 2017-09-24 v0.12 Switched from entity hook model to real fly privs
* 2017-10-17 v0.13 Area protection bugfix
* 2017-11-01 v0.14 Crane handing over bugfix
* 2017-11-07 v0.15 Working zone is now restricted to areas with necessary rights
* 2018-02-27 v0.16 "fly privs" bug fixed (issue #2)
* 2018-04-12 v0.17 "area owner changed" bug fixed (issue #3)
* 2018-05-28 v1.0 Mod released
* 2019-09-08 v2.0 Completely restructured, protection areas removed