Go to file
isaiah658 99e0e22b45
Remove unused variable
Forgot to remove the player name variable after removing the protection check.
2018-07-01 08:28:52 -05:00
textures First commit. It works! 2018-05-14 23:17:24 +01:00
.gitignore Initial commit 2018-05-14 23:18:55 +01:00
LICENSE Initial commit 2018-05-14 23:18:55 +01:00
README.md Add link to furm post 2018-05-28 17:19:48 +01:00
depends.txt Add depends.txt 2018-06-30 13:49:21 -05:00
init.lua Remove unused variable 2018-07-01 08:28:52 -05:00

README.md

minetest-floating-anchor

A floating anchor mod for minetest. Adds an item that, when used, places a floating anchor block at the player's position.

A picture of the floating anchor block in mid-air.

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 or send a pull request!)

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.