mirror of
https://github.com/minetest-mods/towercrane.git
synced 2024-11-26 09:13:53 +01:00
Dependencies, Links added
This commit is contained in:
parent
274d4cab47
commit
8e0df3bc68
14
README.md
14
README.md
@ -1,6 +1,9 @@
|
|||||||
# Tower Crane Mod
|
# Tower Crane Mod V0.05
|
||||||
In order to simplify the construction of buildings, the crane forms a construction area in which the player can fly (similar to fly privs).
|
In order to simplify the construction of buildings, the crane forms a construction area in which the player can fly (similar to fly privs).
|
||||||
|
|
||||||
|
Browse on: ![GitHub](https://github.com/joe7575/Minetest-Towercrane)
|
||||||
|
Download: ![GitHub](https://github.com/joe7575/Minetest-Towercrane/archive/master.zip)
|
||||||
|
|
||||||
The crane can be completely assembled by setting only the base block.
|
The crane can be completely assembled by setting only the base block.
|
||||||
The size of the crane (which is the construction area) can be configured.
|
The size of the crane (which is the construction area) can be configured.
|
||||||
The owner of the crane get automatically area protection over the complete construction area (therefore the area Mod is required).
|
The owner of the crane get automatically area protection over the complete construction area (therefore the area Mod is required).
|
||||||
@ -30,14 +33,19 @@ The owner of the crane get automatically area protection over the complete const
|
|||||||
* Leave the hook by right-clicking the hook or right-clicking the crane switch node
|
* Leave the hook by right-clicking the hook or right-clicking the crane switch node
|
||||||
|
|
||||||
* To remove the crane, destroy the base block.
|
* To remove the crane, destroy the base block.
|
||||||
*Hint:* The construction area of the crane will also be removed. In order to protect your building again,
|
**Hint:** The construction area of the crane will also be removed. In order to protect your building again,
|
||||||
you have to use the normal chat commands.
|
you have to use the normal chat commands.
|
||||||
|
|
||||||
|
|
||||||
## To Do:
|
## To Do:
|
||||||
- output the crane hook coordinates in the HUD relative to a predefined reference position
|
- output the crane hook coordinates in the HUD relative to a predefined reference position
|
||||||
|
|
||||||
|
# Dependencies
|
||||||
|
- default
|
||||||
|
- areas (optional)
|
||||||
|
|
||||||
# License
|
# License
|
||||||
Copyright (C) 2017 Joachim Stolberg
|
Copyright (C) 2017 Joachim Stolberg
|
||||||
Licensed under the GNU LGPL version 2.1 or later. See LICENSE.txt and http://www.gnu.org/licenses/lgpl-2.1.txt
|
Code: Licensed under the GNU LGPL version 2.1 or later. See LICENSE.txt and http://www.gnu.org/licenses/lgpl-2.1.txt
|
||||||
|
Textures: CC0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user