{"id":22165334,"url":"https://github.com/firstdarkdev/craterlib","last_synced_at":"2025-09-18T01:49:45.125Z","repository":{"id":50692684,"uuid":"491287583","full_name":"firstdarkdev/CraterLib","owner":"firstdarkdev","description":"A Library mod and modding api used by FDD Mods.","archived":false,"fork":false,"pushed_at":"2025-09-09T09:15:11.000Z","size":2227,"stargazers_count":5,"open_issues_count":1,"forks_count":6,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-09-09T12:26:11.098Z","etag":null,"topics":["minecraft","mod"],"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/firstdarkdev.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-05-11T22:18:38.000Z","updated_at":"2025-09-09T09:15:15.000Z","dependencies_parsed_at":"2023-01-18T18:45:20.176Z","dependency_job_id":"b811f561-5256-4ced-a5d7-e7b6da4d90bf","html_url":"https://github.com/firstdarkdev/CraterLib","commit_stats":null,"previous_names":["firstdarkdev/craterlib"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/firstdarkdev/CraterLib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstdarkdev%2FCraterLib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstdarkdev%2FCraterLib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstdarkdev%2FCraterLib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstdarkdev%2FCraterLib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/firstdarkdev","download_url":"https://codeload.github.com/firstdarkdev/CraterLib/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstdarkdev%2FCraterLib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275696221,"owners_count":25511351,"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","status":"online","status_checked_at":"2025-09-17T02:00:09.119Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["minecraft","mod"],"created_at":"2024-12-02T05:14:28.242Z","updated_at":"2025-09-18T01:49:45.081Z","avatar_url":"https://github.com/firstdarkdev.png","language":"Java","readme":"# CraterLib\n\n![badge-snapshot](https://maven.firstdarkdev.xyz/api/badge/latest/snapshots/me/hypherionmc/craterlib/CraterLib-common-1.20-pre6?color=40c14a\u0026name=CraterLib-Snapshot)\n\n***\n\nA Library mod and modding api for easier multi-version minecraft and mod loader development\n\n***\n\n### Supported Minecraft Versions\n\n| Minecraft Version | Support Status |\n|-------------------| -------------- |\n| \u003c 1.18.2          | ❌              |\n| 1.18.2-1.20.2     | ✳️             |\n| 1.20.4            | ✳️             |\n| 1.20.6            | ❌             |\n| 1.21.x            | ✳️             |\n\n- ❌ - Not Supported; no bug fixes or new features.\n- 🚧 - Work in Progress; not ready for release.\n- ✳️ - Long Term Support; receives changes through backports only.\n- ✅ - In Support; the active version, receiving all bugfixes and features directly.\n\n***\n\n## Library Features\n\n* Universal Config System (TOML Based)\n* Built in Helper Classes for Various minecraft features\n* Built in Optifine-Compat utilities\n* Various utilities for Blockstates, LANG, Math and Rendering\n* Cross Mod-Loader Events - Based on [Acara](https://github.com/Keksuccino/acara)\n* Cross Mod-Loader Config Screens (Based on [Cloth Config Lite](https://github.com/shedaniel/cloth-config-lite))\n* Automatic ModMenu and Forge Config screen registration\n* Built in Cross Mod-Loader Network system\n* Nojang Modding API\n\n***\n\n## Setup Instructions\n\nThere's a **wiki coming soon**, but for now, here's some basic instructions for building the project:\n\n1. `git clone` the project to a safe spot.\n2. Install Java's JDK 17. Make sure you have the development version explicitly:\n    * Fedora: `sudo dnf install java-17-openjdk-devel`\n    * Ubuntu: `sudo apt install openjdk-17-jdk`\n    * macOS: `brew install openjdk@17`\n3. Set it accordingly:\n    * Windows/macOS: Set the `JAVA_HOME` environment variable or use system settings\n    * Linux: `sudo update-alternatives --config java`\n4. Navigate to the CraterLib folder, then run a `gradlew` file depending on your operating system:\n    * Windows: `.\\gradlew.bat build`\n    * macOS/Linux/BSD: `chmod +x gradlew` and `./gradlew`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirstdarkdev%2Fcraterlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirstdarkdev%2Fcraterlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirstdarkdev%2Fcraterlib/lists"}