{"id":27117644,"url":"https://github.com/ravetr/nexus","last_synced_at":"2026-04-16T13:31:46.270Z","repository":{"id":285239147,"uuid":"957075712","full_name":"RaveTr/Nexus","owner":"RaveTr","description":"Bulk of common platform-agnostic utilities aimed at reducing boilerplate/compatibility issues, thereby streamlining mod development on MultiLoader.","archived":false,"fork":false,"pushed_at":"2025-04-06T19:42:28.000Z","size":454,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"1.20.1-multiloader","last_synced_at":"2025-04-06T20:24:22.843Z","etag":null,"topics":["api","fabric","fabricmc","fabricmc-mod","forge","forge-mod","java","java-edition","library","mc","minecraft","minecraft-mod","multiloader","nexus"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RaveTr.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":"2025-03-29T13:54:04.000Z","updated_at":"2025-04-06T19:42:31.000Z","dependencies_parsed_at":"2025-03-30T14:41:24.337Z","dependency_job_id":null,"html_url":"https://github.com/RaveTr/Nexus","commit_stats":null,"previous_names":["ravetr/nexus"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaveTr%2FNexus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaveTr%2FNexus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaveTr%2FNexus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaveTr%2FNexus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RaveTr","download_url":"https://codeload.github.com/RaveTr/Nexus/tar.gz/refs/heads/1.20.1-multiloader","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247603257,"owners_count":20965172,"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":["api","fabric","fabricmc","fabricmc-mod","forge","forge-mod","java","java-edition","library","mc","minecraft","minecraft-mod","multiloader","nexus"],"created_at":"2025-04-07T06:25:59.000Z","updated_at":"2026-04-16T13:31:46.265Z","avatar_url":"https://github.com/RaveTr.png","language":"Java","readme":"# Nexus API [W.I.P]\n\nBulk of common platform-agnostic utilities aimed at reducing boilerplate/compatibility issues,\nthereby streamlining mod development on MultiLoader.\n\n# Getting Started\n\nAdd the following to your `build.gradle` file:\n\n```groovy\nrepositories { // Specific repo block depends on the platform you're building your mod on\n    maven {\n        name = \"Meme Man Maven\"\n        url = \"https://dl.cloudsmith.io/public/meme-man-mods/nexus/maven/\"\n    }\n}\n\ndependencies { // Choose based on the platform you're developing for\n    // Forge (ForgeGradle)\n    implementation fg.deobf(\"com.mememan:nexus-forge-${minecraft_version}:${nexus_version}\")\n    \n    // Fabric (Loom)\n    modImplementation(\"com.mememan:nexus-fabric-${minecraft_version}:${nexus_version}\")\n    \n    // NeoForge (LegacyForge/ModDevGradle)\n    modImplementation(\"com.mememan:nexus-forge-${minecraft_version}:${nexus_version}\")\n    \n    // MultiLoader (VanillaGradle/LegacyForge - Common)\n    implementation(\"com.mememan:nexus-common-${minecraft_version}:${nexus_version}\")\n    \n    // Architectury (ArchLoom - Common)\n    modImplementation(\"com.mememan:nexus-common-${minecraft_version}:${nexus_version}\")\n}\n```\n\nNexus API also has a [Github Wiki](https://github.com/RaveTr/Nexus/wiki).\n\n# Primary Feature Set\n\n- Platform-agnostic registrar (supports all Vanilla-supported registry types, see the [wiki](https://github.com/RaveTr/Nexus/wiki) for more info)\n- Platform-agnostic loader-specific operations (see the [wiki](https://github.com/RaveTr/Nexus/wiki) for more info)\n- Platform-agnostic networking (see the [wiki](https://github.com/RaveTr/Nexus/wiki) for more info)\n- Platform-agnostic datagen (see the [wiki](https://github.com/RaveTr/Nexus/wiki) for more info)\n- Platform-agnostic event system (see the [wiki](https://github.com/RaveTr/Nexus/wiki) for more info)\n- Natively-provided utilities (see the [wiki](https://github.com/RaveTr/Nexus/wiki) for more info)\n- Property Wrapper system (see the [wiki](https://github.com/RaveTr/Nexus/wiki) for more info)\n\n... and a whole lot more.\n\n# Cheat Sheet\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fravetr%2Fnexus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fravetr%2Fnexus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fravetr%2Fnexus/lists"}