{"id":27194831,"url":"https://github.com/ocelot5836/pinwheel","last_synced_at":"2025-04-09T19:36:41.778Z","repository":{"id":157870014,"uuid":"617283168","full_name":"Ocelot5836/pinwheel","owner":"Ocelot5836","description":"🧍 Java parser and API for Minecraft Bedrock Engine formats","archived":false,"fork":false,"pushed_at":"2025-04-03T22:26:39.000Z","size":273,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T23:26:01.012Z","etag":null,"topics":["animation","api","bedrock","geometry","java","minecraft","parser","particle"],"latest_commit_sha":null,"homepage":"","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/Ocelot5836.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}},"created_at":"2023-03-22T03:58:37.000Z","updated_at":"2025-04-03T22:26:43.000Z","dependencies_parsed_at":"2025-04-03T23:36:22.338Z","dependency_job_id":null,"html_url":"https://github.com/Ocelot5836/pinwheel","commit_stats":{"total_commits":30,"total_committers":2,"mean_commits":15.0,"dds":"0.033333333333333326","last_synced_commit":"89d3376fcfee89366fc70a6cc3b0dd3d0662bbd8"},"previous_names":["ocelot5836/pinwheel"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ocelot5836%2Fpinwheel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ocelot5836%2Fpinwheel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ocelot5836%2Fpinwheel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ocelot5836%2Fpinwheel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ocelot5836","download_url":"https://codeload.github.com/Ocelot5836/pinwheel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248098539,"owners_count":21047460,"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":["animation","api","bedrock","geometry","java","minecraft","parser","particle"],"created_at":"2025-04-09T19:36:41.161Z","updated_at":"2025-04-09T19:36:41.768Z","avatar_url":"https://github.com/Ocelot5836.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Release](https://jitpack.io/v/MoonflowerTeam/pinwheel.svg)](https://jitpack.io/#MoonflowerTeam/pinwheel)\n\n# Pinwheel\n\nJava parser and renderer for Minecraft Bedrock models, animations, and particles.\n\n# How to add to your workspace\n\nThere are two main ways to use this in your application. If you are writing a Minecraft Mod with Forge or Fabric,\ninstall [Pollen](https://github.com/MoonflowerTeam/pollen) which already has the library shadowed. If you do not want\nto add another library to your mod, you can just manually shadow this library into your mod.\n\n```gradle\nplugins {\n    id 'com.github.johnrengelman.shadow' version \"4.0.4\"\n}\n\nconfigurations {\n    shade\n}\n\nrepositories {\n    maven {\n        name = \"JitPack\"\n        url = \"https://jitpack.io\"\n    }\n}\n\ndependencies {\n    implementation \"com.github.MoonflowerTeam:pinwheel:version\"\n    shade \"com.github.MoonflowerTeam:pinwheel:version\"\n}\n\nshadowJar {\n    configurations = [project.configurations.shade]\n    relocate 'io.github.ocelot', 'your.project.lib.ocelot'\n}\n```\n\nThis is only required in a modded workspace\n\n```gradle\nreobf {\n    shadowJar {}\n}\n\nartifacts {\n    archives jar\n    archives shadowJar\n}\n\nbuild.dependsOn reobfShadowJar\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Focelot5836%2Fpinwheel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Focelot5836%2Fpinwheel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Focelot5836%2Fpinwheel/lists"}