{"id":15016180,"url":"https://github.com/blakebr0/mysticalagriculture","last_synced_at":"2025-04-12T18:41:30.754Z","repository":{"id":13539873,"uuid":"74707642","full_name":"BlakeBr0/MysticalAgriculture","owner":"BlakeBr0","description":"Adds Resource Crops, Armor, Tools, and other cool things!","archived":false,"fork":false,"pushed_at":"2025-04-01T05:11:25.000Z","size":7398,"stargazers_count":158,"open_issues_count":11,"forks_count":76,"subscribers_count":11,"default_branch":"1.21","last_synced_at":"2025-04-03T21:12:58.533Z","etag":null,"topics":["forge","minecraft","mods"],"latest_commit_sha":null,"homepage":"https://blakesmods.com/mystical-agriculture","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BlakeBr0.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,"zenodo":null}},"created_at":"2016-11-24T22:02:08.000Z","updated_at":"2025-04-01T05:11:29.000Z","dependencies_parsed_at":"2023-02-18T22:15:55.820Z","dependency_job_id":"1e4db981-17dd-4736-90ae-68a0c9612c18","html_url":"https://github.com/BlakeBr0/MysticalAgriculture","commit_stats":{"total_commits":1324,"total_committers":29,"mean_commits":45.6551724137931,"dds":"0.030211480362537735","last_synced_commit":"52968617b0c17af7447384e75e796ed1d6515f9e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlakeBr0%2FMysticalAgriculture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlakeBr0%2FMysticalAgriculture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlakeBr0%2FMysticalAgriculture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlakeBr0%2FMysticalAgriculture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlakeBr0","download_url":"https://codeload.github.com/BlakeBr0/MysticalAgriculture/tar.gz/refs/heads/1.21","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248616851,"owners_count":21134146,"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":["forge","minecraft","mods"],"created_at":"2024-09-24T19:48:31.084Z","updated_at":"2025-04-12T18:41:30.733Z","avatar_url":"https://github.com/BlakeBr0.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mystical Agriculture\n\n\u003cp align=\"left\"\u003e\n    \u003ca href=\"https://blakesmods.com/mystical-agriculture\" alt=\"Downloads\"\u003e\n        \u003cimg src=\"https://img.shields.io/endpoint?url=https://api.blakesmods.com/v2/badges/mysticalagriculture/downloads\u0026style=for-the-badge\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://blakesmods.com/mystical-agriculture\" alt=\"Latest Version\"\u003e\n        \u003cimg src=\"https://img.shields.io/endpoint?url=https://api.blakesmods.com/v2/badges/mysticalagriculture/version\u0026style=for-the-badge\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://blakesmods.com/mystical-agriculture\" alt=\"Minecraft Version\"\u003e\n        \u003cimg src=\"https://img.shields.io/endpoint?url=https://api.blakesmods.com/v2/badges/mysticalagriculture/mc_version\u0026style=for-the-badge\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://blakesmods.com/docs/mysticalagriculture\" alt=\"Docs\"\u003e\n        \u003cimg src=\"https://img.shields.io/static/v1?label=docs\u0026message=view\u0026color=brightgreen\u0026style=for-the-badge\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://blakesmods.com/wiki/mysticalagriculture\" alt=\"Wiki\"\u003e\n        \u003cimg src=\"https://img.shields.io/static/v1?label=wiki\u0026message=view\u0026color=brightgreen\u0026style=for-the-badge\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\nAdds Resource Crops, Armor, Tools, and other cool things!\n\n## Download\n\nThe official release builds can be downloaded from the following websites.\n\n- [Blake's Mods](https://blakesmods.com/mystical-agriculture/download)\n- [CurseForge](https://www.curseforge.com/minecraft/mc-mods/mystical-agriculture)\n- [Modrinth](https://modrinth.com/mod/mystical-agriculture)\n\n## Development\n\nTo use this mod in a development environment, you will need to add the following to your `build.gradle`.\n\n```groovy\nrepositories {\n    maven {\n        url 'https://maven.blakesmods.com'\n    }\n}\n\ndependencies {\n    implementation 'com.blakebr0.cucumber:Cucumber:\u003cminecraft_version\u003e-\u003cmod_version\u003e'\n    implementation 'com.blakebr0.mysticalagriculture:MysticalAgriculture:\u003cminecraft_version\u003e-\u003cmod_version\u003e'\n}\n```\n\n## License\n\n[MIT License](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblakebr0%2Fmysticalagriculture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblakebr0%2Fmysticalagriculture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblakebr0%2Fmysticalagriculture/lists"}