{"id":18898345,"url":"https://github.com/brainstone/spacepackextended","last_synced_at":"2025-08-20T15:32:57.824Z","repository":{"id":69186523,"uuid":"75311240","full_name":"BrainStone/SpacePackExtended","owner":"BrainStone","description":null,"archived":false,"fork":false,"pushed_at":"2020-01-07T22:35:20.000Z","size":14725,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-31T19:25:49.582Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BrainStone.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}},"created_at":"2016-12-01T16:29:57.000Z","updated_at":"2023-07-25T14:05:46.000Z","dependencies_parsed_at":"2023-09-15T06:24:24.547Z","dependency_job_id":null,"html_url":"https://github.com/BrainStone/SpacePackExtended","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/BrainStone/SpacePackExtended","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrainStone%2FSpacePackExtended","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrainStone%2FSpacePackExtended/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrainStone%2FSpacePackExtended/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrainStone%2FSpacePackExtended/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BrainStone","download_url":"https://codeload.github.com/BrainStone/SpacePackExtended/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrainStone%2FSpacePackExtended/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267820861,"owners_count":24149291,"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-07-30T02:00:09.044Z","response_time":70,"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":[],"created_at":"2024-11-08T08:42:03.985Z","updated_at":"2025-07-30T06:08:29.968Z","avatar_url":"https://github.com/BrainStone.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[Space Pack Extended](https://minecraft.curseforge.com/projects/space-extended-mod)\n===================================================================================\n\n[![Curse Forge](http://cf.way2muchnoise.eu/short_252607_downloads.svg)](https://minecraft.curseforge.com/projects/space-extended-mod)\n[![Build Status](https://gitlab.brainstonemod.com/BrainStone/SpacePackExtended/badges/master/build.svg)](https://gitlab.brainstonemod.com/BrainStone/SpacePackExtended/commits/master)\n\nStarts where all others end\n\n[Issue Reporting](https://github.com/BrainStone/SpacePackExtended/issues)\n------------------------------------------------------------------\n\nIf you found a bug or even are experiencing a crash please report it so we can fix it. Please check at first if a bug report for the issue already [exits]\n(https://github.com/BrainStone/SpacePackExtended/issues). If not just create a [new issue](https://github.com/BrainStone/SpacePackExtended/issues/new) and fill\nout the form.\n\nPlease include the following:\n\n* Minecraft version\n* Brain Stone Mod version\n* Forge version/build\n* Versions of any mods potentially related to the issue \n* Any relevant screenshots are greatly appreciated.\n* For crashes:\n  * Steps to reproduce\n  * ForgeModLoader-client-0.log (the FML log) from the root folder of the client\n \n*(When creating a new issue please follow the template)*\n\n[Feature Requests](https://github.com/BrainStone/SpacePackExtended/issues)\n-------------------------------------------------------------------\n\nIf you want a new feature added, go ahead an open a [new issue](https://github.com/BrainStone/SpacePackExtended/issues/new), remove the existing form and\ndescribe your feature the best you can. The more details you provide the easier it will be implementing it.  \nYou can also talk to me on IRC on my channel #BrainStone on esper.net\n\nDeveloping with My Mod\n----------------------\n\nSo you want to use items or blocks from my mod, add support or even develop an addon for my mod then you can easily add it to your development environment! All\nreleases beginning from version 1.11-2.0.0-alpha get uploaded to my maven repository.  \nSo all you have to do to include the mod is add these lines *(in the appropriate places)* to your build.gradle\n\n    repositories {\n        maven { // Space Pack Extended\n            url \"http://maven.brainstonemod.com\"\n        }\n        // Other repos...\n    }\n    \n    dependencies {\n        compile \"com.space.extended:SpacePackExtended:\u003cversion\u003e:deobf\"\n        // Other dependencies\n    }\n\nSetting up a Workspace/Compiling from Source\n--------------------------------------------\n\n* Setup: Run [gradle] in the repository root: `gradlew[.bat] [setupDevWorkspace|setupDecompWorkspace] installLombok [eclipse|idea]`\n* Build: Run [gradle] in the repository root: `gradlew[.bat] build`\n* If obscure Gradle issues are found try running `gradlew clean` and `gradlew cleanCache`\n\nLicenses\n--------\n\nCode, Textures and binaries are licensed under the [GPLv3](https://www.gnu.org/licenses/#GPL).\n\nYou are allowed to use the mod in your modpack.  \nAny modpack which uses Space Pack Extended takes **full** responsibility for user support queries. For anyone else, we only support official builds from\ncurseforge, not custom built jars. We do take bug reports for outdated builds of Minecraft. However we cannot promise to fix any issues. We will try regardless.\n\nAny alternate licenses are noted where appropriate.\n\nJar Signing\n-----------\n\nAll jars from all official download sources will be signed begining from version 1.11-2.0.0-alpha. The signature will always have a SHA-1 hash of\n`2238d4a92d81ab407741a2fdb741cebddfeacba6` and you are free to verify it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainstone%2Fspacepackextended","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrainstone%2Fspacepackextended","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainstone%2Fspacepackextended/lists"}