{"id":22473136,"url":"https://github.com/bas080/vines","last_synced_at":"2026-03-10T02:33:36.876Z","repository":{"id":3907288,"uuid":"4995926","full_name":"bas080/vines","owner":"bas080","description":"Vines mod for minetest. Also adds ropes.","archived":false,"fork":false,"pushed_at":"2026-03-09T09:35:34.000Z","size":1146,"stargazers_count":9,"open_issues_count":10,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-03-09T14:10:17.273Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://forum.minetest.net/viewtopic.php?id=2344","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/bas080.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2012-07-11T22:18:41.000Z","updated_at":"2026-03-03T01:11:24.000Z","dependencies_parsed_at":"2025-08-02T10:30:59.283Z","dependency_job_id":"579e73fe-4d9d-424e-93a8-f91c16ddf397","html_url":"https://github.com/bas080/vines","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bas080/vines","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bas080%2Fvines","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bas080%2Fvines/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bas080%2Fvines/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bas080%2Fvines/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bas080","download_url":"https://codeload.github.com/bas080/vines/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bas080%2Fvines/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30322645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T01:36:58.598Z","status":"online","status_checked_at":"2026-03-10T02:00:06.579Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-12-06T12:19:22.963Z","updated_at":"2026-03-10T02:33:36.848Z","avatar_url":"https://github.com/bas080.png","language":"Lua","readme":"# Vines\n\n## Features\n- Rope block for spawning rope that slowly drops into the deep.\n- Vines are climbable and slowly grow downward.\n- Shears that allow the collecting of vines.\n- Spawns vines on jungletree leaves.\n- Roots on the bottom of dirt and dirt with grass nodes.\n- Spawns vines on trees located in swampy area.\n- Jungle vines that spawn on the side of jungletrees\n\n## API\nThe API is very minimal. It allows the registering of vines and the spawning of\nexisting vines on nodes of your own.\n\nIf you want vines to spawn on a certain node then you can choose which vine by\nadding to the node groups the unique group of that vine. This is determined by\nthe name of the vine ( see vines.lua ) appended with '_vines'.\nAn example would be.\n\n\"willow_vines\" or \"jungle_vines\"\n\nThere are two types of vines. One that spawns at the bottom of nodes and uses the\nplantlike drawtype, and vines that spawn on the side that use signlike\ndrawtype. The type is determined by the spawn_on_side property in the biome\ntable.\n\n### Example\n*taken from mod*\n\n```lua\n\n  vines.register_vine( name, definitions, biome )\n\n  --e.g.\n\n  vines.register_vine( 'vine', {\n    description = \"Vines\",\n    average_length = 9\n  }, biome )\n\n```\n\n### definitions\n|key|           type|  description|\n|---|           ---|   ---|\n|description|   string|The vine's tooltip description|\n|average_length|int|   The average length of vines|\n\nFor biome definitions please see the [plants_lib API documentation](https://github.com/VanessaE/plantlife_modpack/blob/master/API.txt)\n\n## Notice\nVines use after_destruct on registered leave nodes to remove vines from which\nthe leaves are removed. This is done by using the override function.\nMalfunctions may occur if other mods override the after_destruct of these nodes\nalso.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbas080%2Fvines","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbas080%2Fvines","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbas080%2Fvines/lists"}