{"id":15141146,"url":"https://github.com/tumeninodes/pkarcs","last_synced_at":"2025-10-23T18:30:34.446Z","repository":{"id":242325778,"uuid":"206140821","full_name":"TumeniNodes/pkarcs","owner":"TumeniNodes","description":"Adds arched doors and arched nodes","archived":false,"fork":false,"pushed_at":"2024-08-13T09:41:36.000Z","size":3002,"stargazers_count":4,"open_issues_count":8,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-30T20:12:53.627Z","etag":null,"topics":["building","lua","minetest","minetest-game","minetest-modpack"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TumeniNodes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-03T18:03:10.000Z","updated_at":"2024-08-13T03:07:21.000Z","dependencies_parsed_at":"2024-06-02T09:12:51.548Z","dependency_job_id":"21ae61fe-bed4-4ec4-9ebd-1b1ae91e493f","html_url":"https://github.com/TumeniNodes/pkarcs","commit_stats":null,"previous_names":["tumeninodes/pkarcs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TumeniNodes%2Fpkarcs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TumeniNodes%2Fpkarcs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TumeniNodes%2Fpkarcs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TumeniNodes%2Fpkarcs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TumeniNodes","download_url":"https://codeload.github.com/TumeniNodes/pkarcs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237869199,"owners_count":19379285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["building","lua","minetest","minetest-game","minetest-modpack"],"created_at":"2024-09-26T09:00:27.579Z","updated_at":"2025-10-23T18:30:33.808Z","avatar_url":"https://github.com/TumeniNodes.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Arcs\nThis modpack includes 3 mods: \n\n- pkarcs\n- pkarcs_doors\n- pkarcs_doors3\n\nNote this is a fork of PEAK's mod Simple Arcs (pkarcs) https://forum.minetest.net/viewtopic.php?f=11\u0026t=14541 which adds arched doors made to work specifically with the mod.\n\n## Requirements\nWorks with MT/MTG 5.0.0+.\n\n## License\nClick [here](https://github.com/TumeniNodes/pkarcs/blob/master/LICENSE) to see the license.\n\n## Installation\n- Unzip the archive, rename the folder to pkarcs and\nplace it in .. minetest/mods/\n\n- GNU/Linux: If you use a system-wide installation place\n    it in ~/.minetest/mods/.\n\n- If you only want this to be used in a single world, place\n    the folder in .. worldmods/ in your world directory.\n\nFor further information or help, see:  \nhttps://wiki.minetest.net/Installing_Mods\n\n## Compatibility with mods\nTo make arcs from nodes of your mod, add \"optional_depends = pkarcs\" (**without the quotes**) to your \"mod.conf\",\nand call this function in your `init.lua`:\n\n`if minetest.get_modpath(\"pkarcs\") then\n\tpkarcs.register_node(\"your_mod:your_nodename\")\nend`\n\n## Bugs, suggestions, features \u0026 bugfixes.\nReport bugs or suggest ideas by [creating an issue](https://github.com/TumeniNodes/pkarcs/issues/new).    \nIf you know how to fix an issue, or want something to be added, consider opening a [pull request](https://github.com/TumeniNodes/pkarcs/compare).\n\n## Screenshots\n![Preview](https://github.com/TumeniNodes/pkarcs/blob/master/pkarcs/screenshot.png)\n\n![Preview](https://github.com/TumeniNodes/pkarcs/blob/master/pkarcs_doors/screenshot.png)\n\n![Preview](https://github.com/TumeniNodes/pkarcs/blob/master//pkarcs_doors3/screenshot.png)\n\n## Provided nodes\n- default:cobble\n- default:mossycobble\n- default:stone\n- default:stonebrick\n- default:stone_block\n- default:desert_cobble\n- default:desert_stone\n- default:desert_stonebrick\n- default:desert_stone_block\n- default:sandstone\n- default:sandstonebrick\n- default:sandstone_block\n- default:brick\n- default:obsidian\n- default:obsidianbrick\n- default:obsidian_block\n- default:wood\n- default:junglewood\n- default:pine_wood\n- default:acacia_wood\n\n- default:aspen_wood\n\n## Announcing the new doors\nTumeniNodes 2017-07-03\n\nAdded pkarcs doors. Arched doors which work exclusively with pkarcs.\n\nBasic options for doors are wood and metal types. (sorry, no glass types, you can add if you like)\n\nAcacia Wood\n\nApple Wood (typically known as just \"wood\" in Minetest Game)\n\nAspen Wood\n\nJungle Wood\n\nPine Wood\n\nBronze\n\nCopper\n\nIron\n\nSteel\n\nTin\n\n## Additional info\nIf you want to get additional info about this fork, go to the [Minetest Forums](https://forum.minetest.net/viewtopic.php?f=9\u0026t=22839).  \nIf you want to go to the original topic of the mod, click [here](https://forum.minetest.net/viewtopic.php?f=11\u0026t=14541).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftumeninodes%2Fpkarcs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftumeninodes%2Fpkarcs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftumeninodes%2Fpkarcs/lists"}