minetest-floating_anchor/README.md

31 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2018-05-14 15:18:55 -07:00
# minetest-floating-anchor
2018-05-28 09:19:48 -07:00
> A floating anchor mod for minetest. Adds an item that, when used, places a floating anchor block at the player's position.
2018-05-15 03:25:07 -07:00
2018-05-27 07:16:24 -07:00
![A picture of the floating anchor block in mid-air.](https://i.imgur.com/4RYlEDO.png)
2018-05-28 09:19:48 -07:00
- [Forum Post](https://forum.minetest.net/viewtopic.php?f=9&t=20180)
2018-05-15 07:25:09 -07:00
## Installation
Clone this repository into the `worldmods` subfolder of the folder that contains your world. If it doesn't exist, then you'll need to create it.
## Usage
This mod adds two items:
1. A floating anchor node
2. A floating anchor item
As indicated by the description, the node is _not_ the one you should use. For general use, it's the item you want. If you try and place the item like a node (even if you're not pointing at anything), the node form will be placed at your current position.
Upon breaking, the node form will drop the item form again for you to re-use use. If you somehow end up with the node form in your inventory, simply place it normally and break it again to turn it back into the more useful item form.
## Contributing
Pull requests are welcome! By contributing, you agree to release your contribution under the same licenses that this repository is currently under.
### Todo List
- Don't deduct an item from players in creative mode when placing
- Don't drop an item for creative players breaking the node form
- ...? ([Open an issue](https://github.com/sbrl/minetest-floating_anchor/issues/new) or [send a pull request](https://github.com/sbrl/minetest-floating_anchor/compare)!)
2018-05-15 03:25:07 -07:00
## License
Everything here is licensed under the _Mozilla Public License 2.0_ - except the textures (which can be found in the `textures/` folder), which are licensed under CC-BY-SA (https://creativecommons.org/licenses/by-sa/4.0/). A copy of the Mozilla Public License 2.0 can be found in the `LICENSE` file in this repository.