Go to file
Panquesito7 a3a45d0863 Improve README.md (#6)
* Update mod.conf

Another *big* typo on "mod.conf". 😒

* Improve README.md

Add installation instructions, requierments, dependencies, and more.

* Typo

* Add link to the license...

...to README.md

* Tweak README.md

Re-organized some stuff.

* Update README.md according to...

...@TumeniNodes comment.
Sorry for any inconvenience!
2019-07-14 23:05:49 -04:00
models add_big_changes (#2) 2019-07-09 15:19:35 -04:00
screenshots add_big_changes (#2) 2019-07-09 15:19:35 -04:00
textures fix_bar_door_texture (#5) 2019-07-10 19:24:46 -04:00
todo add_big_changes (#2) 2019-07-09 15:19:35 -04:00
LICENSE Create LICENSE 2019-07-03 16:25:40 -04:00
README.md Improve README.md (#6) 2019-07-14 23:05:49 -04:00
init.lua Add files via upload 2019-07-03 16:16:04 -04:00
license.txt Add files via upload 2019-07-03 16:16:04 -04:00
mod.conf Improve README.md (#6) 2019-07-14 23:05:49 -04:00
pkarcs.lua Replace deprecated functions with newer ones (#3) 2019-07-10 17:38:28 -04:00
pkarcs_doors.lua add_bar_door (#4) 2019-07-10 19:02:18 -04:00
screenshot.png add_big_changes (#2) 2019-07-09 15:19:35 -04:00

README.md

Simple Arcs

This mod adds arc-nodes to Minetest as well as arcs for inner and outer corners. 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.

Dependencies

  • default (included in minetest_game)
  • doors (included in minetest_game)
  • mesecons (optional dependency!)

Requierments

Works with MT/MTG 5.0.0+.

License

Click here 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.
If you know how to fix an issue, or want something to be added, consider opening a pull request.

Screenshot

Preview

Provided nodes

  • default:cobble

  • default:mossycobble

  • default:stone

  • default:stonebrick

  • default:stone_block

  • default:desert_cobble

  • default:desert_stone

  • default:desert_stonebrick

  • default:desert_stone_block

  • default:sandstone

  • default:sandstonebrick

  • default:sandstone_block

  • default:brick

  • default:obsidian

  • default:obsidianbrick

  • default:obsidian_block

  • default:wood

  • default:junglewood

  • default:pine_wood

  • default:acacia_wood

  • default:aspen_wood

Announcing the new doors

TumeniNodes 2017-07-03

Added pkarcs doors. Arched doors which work exclusively with pkarcs.

Basic options for doors are wood and metal types. (sorry, no glass types, you can add if you like)

Acacia Wood

Apple Wood (typically known as just "wood" in Minetest Game)

Aspen Wood

Jungle Wood

Pine Wood

Bronze

Copper

Iron

Steel

Tin

Additional info

If you want to get additional info about this fork, go to the Minetest Forums.
If you want to go to the original topic of the mod, click here.