Note this is a fork of PEAK's mod Simple Arcs (pkarcs) https://forum.minetest.net/viewtopic.php?f=11&t=14541 which adds arched doors made to work specifically with the mod.
## Requirements
Works with MT/MTG 5.0.0+.
## License
Click [here](https://github.com/TumeniNodes/pkarcs/blob/master/LICENSE) to see the license.
## Installation
- Unzip the archive, rename the folder to pkarcs and
place it in .. minetest/mods/
- GNU/Linux: If you use a system-wide installation place
it in ~/.minetest/mods/.
- If you only want this to be used in a single world, place
the folder in .. worldmods/ in your world directory.
For further information or help, see:
https://wiki.minetest.net/Installing_Mods
## Compatibility with mods
To make arcs from nodes of your mod, add "optional_depends = pkarcs" (**without the quotes**) to your "mod.conf",
and call this function in your `init.lua`:
`if minetest.get_modpath("pkarcs") then
pkarcs.register_node("your_mod:your_nodename")
end`
## Bugs, suggestions, features & bugfixes.
Report bugs or suggest ideas by [creating an issue](https://github.com/TumeniNodes/pkarcs/issues/new).
If you know how to fix an issue, or want something to be added, consider opening a [pull request](https://github.com/TumeniNodes/pkarcs/compare).