{"id":28667923,"url":"https://github.com/solidpack/binder","last_synced_at":"2025-06-13T16:37:23.902Z","repository":{"id":276700628,"uuid":"930000350","full_name":"solidpack/binder","owner":"solidpack","description":"A gradle plugin that generates bindings for blocks and items from a resource pack.","archived":false,"fork":false,"pushed_at":"2025-02-28T15:35:13.000Z","size":71,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-03T22:27:14.029Z","etag":null,"topics":["generation","gradle","gradle-plugin","gradle-plugin-kotlin","minecraft","minecraft-server","plugin","resourcepack"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/solidpack.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":"2025-02-09T21:49:17.000Z","updated_at":"2025-02-28T15:35:00.000Z","dependencies_parsed_at":"2025-05-03T22:38:55.610Z","dependency_job_id":null,"html_url":"https://github.com/solidpack/binder","commit_stats":null,"previous_names":["solid-resourcepack/binder","solidpack/binder"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/solidpack/binder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidpack%2Fbinder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidpack%2Fbinder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidpack%2Fbinder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidpack%2Fbinder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solidpack","download_url":"https://codeload.github.com/solidpack/binder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidpack%2Fbinder/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259681038,"owners_count":22895231,"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":["generation","gradle","gradle-plugin","gradle-plugin-kotlin","minecraft","minecraft-server","plugin","resourcepack"],"created_at":"2025-06-13T16:37:22.855Z","updated_at":"2025-06-13T16:37:23.883Z","avatar_url":"https://github.com/solidpack.png","language":"Kotlin","readme":"# binder ![Gradle Plugin Portal Version](https://img.shields.io/gradle-plugin-portal/v/io.github.solid-resourcepack.binder)\n\nA gradle plugin that generates bindings for blocks and items of a specified minecraft resource pack.\nThis aims to create a typesafe experience through enum classes when creating everything related to resource packs\n(see [example implementation](/test-plugin)).\n\n## Setup\n\n```kotlin\n// build.gradle.kts\n\nplugins {\n    id(\"io.github.solid-resourcepack.binder\") version \"VERSION\"\n}\n\nsourceSets.main {\n    kotlin.srcDir(\"build/generated\") //Include the destination dir\n}\n\ndependencies {\n    api(\"io.github.solid-resourcepack.binder:api:VERSION\")\n}\n\npackBinder {\n    packPath.from(layout.projectDirectory.dir(\"pack-sample\")) //Define paths where your resource packs are\n    nameDepth = 1 //How much depth of the model namespace should be included\n    namespaces.add(\"example\") // Add namespaces you want to generate\n    dest.set(layout.buildDirectory.dir(\"generated\")) //Set the destination dir\n    packageName.set(\"com.example.generated\") //Set the package of the generated classes\n    className.set(\"PackBindings\") //Set the class name of the resulting enum\n}\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolidpack%2Fbinder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolidpack%2Fbinder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolidpack%2Fbinder/lists"}