mirror of
https://github.com/minetest-mods/towercrane.git
synced 2024-11-26 09:13:53 +01:00
prepared for github
This commit is contained in:
parent
f8c4564070
commit
74d5f3856a
37
README.md
Normal file
37
README.md
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
# Tower Crane Mod
|
||||||
|
In order to simplify the construction of buildings, the crane forms a working area, in which the player fly (like the fly privs)
|
||||||
|
|
||||||
|
The crane can be completely assembled by setting only the base block.
|
||||||
|
The size of the crane (which is the working area) can be configured.
|
||||||
|
|
||||||
|
## Introduction
|
||||||
|
* Place the crane base node.
|
||||||
|
The crane arm will later be build in the same direction you are currently looking
|
||||||
|
|
||||||
|
* Right-click the crane base node and set the crane dimensions in height and width (between 8 and 24 by default).
|
||||||
|
The crane will be build according to this settings.
|
||||||
|
|
||||||
|
* Right-click the crane switch node to place the hook in front of the crane mast
|
||||||
|
|
||||||
|
* Enter the hook by right-clicking the hook
|
||||||
|
|
||||||
|
* "Fly" within the working area (height, width) by means of the (default) controls
|
||||||
|
- Move mouse: Look around
|
||||||
|
- W, A, S, D: Move
|
||||||
|
- Space: move up
|
||||||
|
- Shift: move down
|
||||||
|
|
||||||
|
* Leave the hook by right-clicking the hook or right-clicking the crane switch node
|
||||||
|
|
||||||
|
* To destroy the crane, destroy the base node.
|
||||||
|
|
||||||
|
|
||||||
|
## To Do:
|
||||||
|
- crafting recipe
|
||||||
|
- automatically give the crane owner area protection (based on the areas mod)
|
||||||
|
- output the crane hook position somehow(?) relative to a predefined reference position
|
||||||
|
|
||||||
|
|
||||||
|
# License
|
||||||
|
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
|
29
README.txt
29
README.txt
@ -1,29 +0,0 @@
|
|||||||
Tower Crane Mod
|
|
||||||
===============
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Usage
|
|
||||||
-----
|
|
||||||
|
|
||||||
1) Place the crane base.
|
|
||||||
The crane arm will later be build in the same direction yoi are currently looking
|
|
||||||
|
|
||||||
2) Right-click the crane base node and set the crane dimensions in height and width (between 8 and 24).
|
|
||||||
The crane will be build according to the settings.
|
|
||||||
|
|
||||||
3) Right-click the crane switch node to place the hook in front of the crane mast
|
|
||||||
|
|
||||||
4) Enter the hook by right-clicking the hook
|
|
||||||
|
|
||||||
5) "Fly" within the construction area (height, width) by means of the (default) controls
|
|
||||||
- Move mouse: Look around
|
|
||||||
- W, A, S, D: Move
|
|
||||||
- Space: move up
|
|
||||||
- Shift: move down
|
|
||||||
|
|
||||||
6) Leave the hook by right-clicking the hook or right-clicking the crane switch node
|
|
||||||
|
|
||||||
7) To destroy the crane, destroy the base node.
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user