{"id":15016192,"url":"https://github.com/itsmeow/betteranimalsplus","last_synced_at":"2025-06-29T15:33:11.252Z","repository":{"id":37545851,"uuid":"146213710","full_name":"itsmeow/betteranimalsplus","owner":"itsmeow","description":"A mod adding new animals to Minecraft","archived":false,"fork":false,"pushed_at":"2023-07-11T06:45:21.000Z","size":30336,"stargazers_count":110,"open_issues_count":33,"forks_count":37,"subscribers_count":8,"default_branch":"1.19","last_synced_at":"2025-04-06T20:35:53.141Z","etag":null,"topics":["animals","architectury","fabric","forge","hacktoberfest","java","minecraft","minecraft-mod","mod"],"latest_commit_sha":null,"homepage":"https://betteranimalsplus.com/","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/itsmeow.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"patreon":"its_meow"}},"created_at":"2018-08-26T20:23:11.000Z","updated_at":"2025-01-25T23:11:21.000Z","dependencies_parsed_at":"2023-02-10T12:16:11.938Z","dependency_job_id":null,"html_url":"https://github.com/itsmeow/betteranimalsplus","commit_stats":null,"previous_names":[],"tags_count":318,"template":false,"template_full_name":null,"purl":"pkg:github/itsmeow/betteranimalsplus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsmeow%2Fbetteranimalsplus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsmeow%2Fbetteranimalsplus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsmeow%2Fbetteranimalsplus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsmeow%2Fbetteranimalsplus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsmeow","download_url":"https://codeload.github.com/itsmeow/betteranimalsplus/tar.gz/refs/heads/1.19","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsmeow%2Fbetteranimalsplus/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262618494,"owners_count":23338010,"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":["animals","architectury","fabric","forge","hacktoberfest","java","minecraft","minecraft-mod","mod"],"created_at":"2024-09-24T19:48:32.112Z","updated_at":"2025-06-29T15:33:11.230Z","avatar_url":"https://github.com/itsmeow.png","language":"Java","funding_links":["https://patreon.com/its_meow"],"categories":[],"sub_categories":[],"readme":"![Better Animals Plus ~ Breathing new life into your worlds](https://i.imgur.com/Y8Q7ud0.png)\n\n[![CurseForge](https://cf.way2muchnoise.eu/short_303557_downloads.svg?badge_style=for_the_badge)](https://minecraft.curseforge.com/projects/betteranimalsplus) [![CurseForge](https://cf.way2muchnoise.eu/versions/303557_all.svg?badge_style=for_the_badge)](https://minecraft.curseforge.com/projects/betteranimalsplus/files) [![Discord](https://img.shields.io/discord/494803762087591947?label=Discord\u0026logo=discord\u0026style=for-the-badge)](https://discord.betteranimalsplus.com/)\n\nBetter Animals Plus seeks to bring new life and creatures to your worlds, all with a unique flair and aesthetic compared to other mods of the same category. The mod adds over 35 animals, and is constantly growing. We add not only animals but a variety of content, from blocks to armor, supplementing the creatures in the mod.\n\nVisit our [website](https://betteranimalsplus.com/) for more information.\n\nFor planned features and development, join our [Discord](https://discord.betteranimalsplus.com/) or check out our [Trello](https://trello.com/b/N9Zznyyf/better-animals-plus-minecraft-mod).\n\n## License Statements\n\nThese are legally required statements regarding software used by the mod.\n\n### IMDLib\n\nBetter Animals Plus depends on and includes [IMDLib](https://github.com/itsmeow/IMDLib), an entity management and configuration library, which is licensed under the [MIT License](https://github.com/itsmeow/IMDLib/blob/1.16/LICENSE).\n\nIMDLib is Copyright itsmeow.\n\n### Fiber\n\nBetter Animals Plus and IMDLib depend on and include [Fiber](https://github.com/FabLabsMC/fiber), a Fabric configuration library, which is licensed under the [Apache License 2.0](https://github.com/FabLabsMC/fiber/blob/master/LICENSE).\n\nFiber is Copyright FabLabsMC. No modifications were made to the original source.\n\n### Jankson\n\nBetter Animals Plus, IMDLib, and Fiber include [Jankson](https://github.com/falkreon/Jankson), an HJSON parser and processor, which is licensed under the [MIT License](https://github.com/falkreon/Jankson/blob/main/LICENSE)\n\nJankson is Copyright Falkreon.\n\n## Technical Stuff\n\n### Setting Up a Development Environment\n\n1. Clone the repository `git clone https://github.com/itsmeow/betteranimalsplus`\n    1. Download \u0026 install [git](https://git-scm.com/downloads) if necessary\n2. Ensure the JDK 16 is installed\n    1. Download \u0026 install [JDK 16](https://adoptopenjdk.net/?variant=openjdk16\u0026jvmVariant=hotspot) if necessary\n3. Open `build.gradle` in IntelliJ IDEA as a project\n   1. Download \u0026 install [IntelliJ IDEA](https://www.jetbrains.com/idea/download/) if neccessary\n4. Go to `File -\u003e Settings -\u003e Build, Execution, and Deployment -\u003e Build Tools -\u003e Gradle` and ensure `Gradle JVM` is set to Java 16 or higher\n5. Wait for the project to sync and index\n6. Run the gradle task `genIntellijRuns`\n7. Done!\n\n### Building\n\n1. Clone the repository `git clone https://github.com/itsmeow/betteranimalsplus`\n   1. Download \u0026 install [git](https://git-scm.com/downloads) if necessary\n2. Ensure the JDK on your system's PATH is Java 16 or higher\n   1. Download \u0026 install [JDK 16](https://adoptopenjdk.net/?variant=openjdk16\u0026jvmVariant=hotspot) if necessary\n3. Run `./gradlew build` or `gradlew build`, depending on your shell. `chmod +x gradlew` may be required on some filesystems.\n4. Done!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsmeow%2Fbetteranimalsplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsmeow%2Fbetteranimalsplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsmeow%2Fbetteranimalsplus/lists"}