{"id":34278490,"url":"https://github.com/vazkiimods/botania","last_synced_at":"2026-02-19T20:00:46.341Z","repository":{"id":13186969,"uuid":"15870488","full_name":"VazkiiMods/Botania","owner":"VazkiiMods","description":"A tech mod for Minecraft themed around the magic of nature and plant life.","archived":false,"fork":false,"pushed_at":"2026-02-13T06:45:17.000Z","size":123126,"stargazers_count":1415,"open_issues_count":98,"forks_count":553,"subscribers_count":74,"default_branch":"1.20.x","last_synced_at":"2026-02-13T13:55:48.256Z","etag":null,"topics":["hacktoberfest","java","minecraft"],"latest_commit_sha":null,"homepage":"http://botaniamod.net/index.html","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VazkiiMods.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":"Vazkii","open_collective":null,"ko_fi":null,"liberapay":null,"custom":null}},"created_at":"2014-01-13T14:30:52.000Z","updated_at":"2026-02-11T07:34:27.000Z","dependencies_parsed_at":"2023-09-22T14:16:37.685Z","dependency_job_id":"7880f03f-8a1e-4ed6-8ba8-5a3d47d60955","html_url":"https://github.com/VazkiiMods/Botania","commit_stats":null,"previous_names":["vazkii/botania"],"tags_count":117,"template":false,"template_full_name":null,"purl":"pkg:github/VazkiiMods/Botania","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VazkiiMods%2FBotania","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VazkiiMods%2FBotania/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VazkiiMods%2FBotania/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VazkiiMods%2FBotania/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VazkiiMods","download_url":"https://codeload.github.com/VazkiiMods/Botania/tar.gz/refs/heads/1.20.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VazkiiMods%2FBotania/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29629627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T18:02:07.722Z","status":"ssl_error","status_checked_at":"2026-02-19T18:01:46.144Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["hacktoberfest","java","minecraft"],"created_at":"2025-12-16T22:02:25.198Z","updated_at":"2026-02-19T20:00:46.327Z","avatar_url":"https://github.com/VazkiiMods.png","language":"Java","funding_links":["https://patreon.com/Vazkii"],"categories":[],"sub_categories":[],"readme":"![](web/assets/img/logo.png)  \nWelcome to the Botania repository.  \n\nBotania is a [Minecraft](https://minecraft.net/) tech mod themed around natural magic. It's inspired by other magic mods, such as [Thaumcraft](https://www.curseforge.com/minecraft/mc-mods/thaumcraft) or [Blood Magic](https://www.curseforge.com/minecraft/mc-mods/blood-magic).  \n\nBotania is licensed under the [Botania License](http://botaniamod.net/license.php)\n\nFor information on contributing, please read `CONTRIBUTING.md`.\n\n## Maven info\n\nMaven artifacts are located [here](https://maven.blamejared.com/vazkii/botania/Botania/), each folder representing a version.\n\nNote: As of 1.16, intermediate (non-release) Maven builds are no longer persisted.\nThat is, you must either depend on a *released* version of Botania, e.g. `1.16.2-407`, or specifically opt in to the bleeding-edge\nbuild of the next version. For example, `1.16.2-408-SNAPSHOT` would be the current bleeding edge version of future version `1.16.2-408`. \n\nNote that `-SNAPSHOT` versions can be broken from time to time, and you are strongly discouraged from using them unless you are helping dogfood, test, or contribute to Botania. They may also be pruned from time to time to save disk space on the server. Do *not* rely on `-SNAPSHOT` versions for anything important!\n\nIn Forge, add the following to your `build.gradle`\n```gradle\nrepositories {\n    maven { url 'https://maven.blamejared.com' }\n}\n\ndependencies {\n    // 1.14+\n    compileOnly fg.deobf(\"vazkii.botania:Botania:[VERSION]:api\")\n    runtimeOnly fg.deobf(\"vazkii.botania:Botania:[VERSION]\")\n}\n```\n## Mixin Troubleshooting\n\nRead this if you get crashes when depending on Botania and trying to launch in-dev.\nBotania uses Mixins to implement various features.\nThis may cause issues when depending on Botania in-dev, since ForgeGradle/MixinGradle\ndo not yet properly support this in-dev like Fabric does.\nAs a workaround, disable refmaps by defining the `mixin.env.disableRefMap`\nJVM argument to `true`.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvazkiimods%2Fbotania","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvazkiimods%2Fbotania","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvazkiimods%2Fbotania/lists"}