{"id":15014966,"url":"https://github.com/telepathicgrunt/bumblezone","last_synced_at":"2025-04-12T18:51:54.469Z","repository":{"id":38289248,"uuid":"238371791","full_name":"TelepathicGrunt/Bumblezone","owner":"TelepathicGrunt","description":"A bee dimension just for fun!","archived":false,"fork":false,"pushed_at":"2025-04-09T01:02:45.000Z","size":40621,"stargazers_count":188,"open_issues_count":2,"forks_count":44,"subscribers_count":5,"default_branch":"1.21-Arch","last_synced_at":"2025-04-11T02:14:47.072Z","etag":null,"topics":["bees","dimension","fabric-mod","forge-mod","minecraft","minecraft-fabric-mod","minecraft-forge-mod","minecraft-mod","minecraft-quilt-mod","quilt-mod"],"latest_commit_sha":null,"homepage":"https://www.curseforge.com/minecraft/mc-mods/the-bumblezone-forge","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TelepathicGrunt.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"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},"funding":{"github":null,"open_collective":null,"ko_fi":"telepathicgrunt","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-02-05T05:00:55.000Z","updated_at":"2025-04-09T01:01:28.000Z","dependencies_parsed_at":"2024-12-11T01:03:33.643Z","dependency_job_id":"dc07f0bf-c668-4ade-87c4-f13936e6e09b","html_url":"https://github.com/TelepathicGrunt/Bumblezone","commit_stats":{"total_commits":3244,"total_committers":27,"mean_commits":"120.14814814814815","dds":"0.25339087546239214","last_synced_commit":"7db4620f981064816a31470cd96a82cedfd731fd"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TelepathicGrunt%2FBumblezone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TelepathicGrunt%2FBumblezone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TelepathicGrunt%2FBumblezone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TelepathicGrunt%2FBumblezone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TelepathicGrunt","download_url":"https://codeload.github.com/TelepathicGrunt/Bumblezone/tar.gz/refs/heads/1.21-Arch","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248618229,"owners_count":21134200,"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":["bees","dimension","fabric-mod","forge-mod","minecraft","minecraft-fabric-mod","minecraft-forge-mod","minecraft-mod","minecraft-quilt-mod","quilt-mod"],"created_at":"2024-09-24T19:46:20.230Z","updated_at":"2025-04-12T18:51:54.441Z","avatar_url":"https://github.com/TelepathicGrunt.png","language":"Java","funding_links":["https://ko-fi.com/telepathicgrunt"],"categories":[],"sub_categories":[],"readme":"![The banner logo for The Bumblezone with a friendly and hostile bee shown below the mod name](https://github.com/TelepathicGrunt/Bumblezone/assets/40846040/968c8470-6ff7-4b11-8f45-da255d1de7ca)\n\n# See the wiki for more details about this bee-tastic mod!\n\n***\n\n## COMPILEONLY MAVEN\n\nFor developers that want to add Bumblezone to their mod's workspace:\n\n```gradle\nrepositories {\n  maven {\n     url \"https://nexus.resourcefulbees.com/repository/telepathicgrunt/\"\n  }\n}\n```\n\n\u0026nbsp;\n\nDon't forget to change \u0026lt;modversion\u003e with the actual latest version of this mod like `7.5.0` for example. (See older branches's README.md for their stuff)\n\n```gradle\ndependencies {\n   ...\n   NEOFORGE: \n     compileOnly \"com.telepathicgrunt:Bumblezone:\u003cmodversion\u003e+1.20.6-neoforge\"\n     \n   FABRIC/QUILT: \n     modCompileOnly \"com.telepathicgrunt:Bumblezone:\u003cmodversion\u003e+1.20.6-fabric\"\n     \n   ARCH COMMON MODULE: \n     modCompileOnly \"com.telepathicgrunt:Bumblezone:\u003cmodversion\u003e+1.20.6-common\"\n}\n```\n\n***\n\n## IMPLEMENTATION MAVEN\n\nFor developers that want to add Bumblezone to their mod's workspace:\n\n```gradle\nrepositories {\n    maven {\n        url = 'https://nexus.resourcefulbees.com/repository/maven-public/'\n        content {\n            includeGroup 'com.telepathicgrunt'\n            includeGroup 'earth.terrarium.athena'\n            includeGroup 'com.teamresourceful.resourcefullib'\n        }\n    }\n    \n    // Fabric/Quilt only\n    maven {\n        url = 'https://api.modrinth.com/maven/'\n        content {\n            includeGroup 'maven.modrinth'\n        }\n    }\n    maven {\n        name = \"Ladysnake Mods\"\n        url = 'https://maven.ladysnake.org/releases'\n    }\n}\n```\n\n\u0026nbsp;\n\nDon't forget to change \u0026lt;modversion\u003e with the actual latest version of this mod like `7.5.0` for example. (See older branches's README.md for their stuff)\n\n```gradle\ndependencies {\n   ...\n   NEOFORGE: \n     implementation \"com.telepathicgrunt:Bumblezone:\u003cmodversion\u003e+1.20.6-neoforge\"\n     implementation \"earth.terrarium.athena:athena-forge-1.20.5:3.4.0\"\n     implementation \"com.teamresourceful.resourcefullib:resourcefullib-forge-1.20.5:2.6.0-beta.7\"\n     \n   FABRIC/QUILT: \n     modImplementation \"com.telepathicgrunt:Bumblezone:\u003cmodversion\u003e+1.20.6-fabric\"\n     modImplementation \"earth.terrarium.athena:athena-fabric-1.20.5:3.4.0\"\n     implementation \"com.teamresourceful.resourcefullib:resourcefullib-fabric-1.20.5:2.6.0-beta.7\"\n     modImplementation \"maven.modrinth:midnightlib:1.5.5-fabric\" \n   \n   ARCH COMMON MODULE: \n     modCompileOnly \"com.telepathicgrunt:Bumblezone:\u003cmodversion\u003e+1.20.6-common\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelepathicgrunt%2Fbumblezone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftelepathicgrunt%2Fbumblezone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelepathicgrunt%2Fbumblezone/lists"}