{"id":15201823,"url":"https://github.com/spongepowered/spongeforge","last_synced_at":"2025-10-02T18:30:57.567Z","repository":{"id":20495950,"uuid":"23774298","full_name":"SpongePowered/SpongeForge","owner":"SpongePowered","description":"A Forge mod that implements SpongeAPI","archived":true,"fork":false,"pushed_at":"2024-02-27T03:18:06.000Z","size":8021,"stargazers_count":1137,"open_issues_count":134,"forks_count":306,"subscribers_count":112,"default_branch":"stable-7","last_synced_at":"2024-09-25T03:33:31.686Z","etag":null,"topics":["gradle","java","minecraft","minecraft-server","mixin-framework","mixins","sponge","spongeapi","spongeforge","spongepowered"],"latest_commit_sha":null,"homepage":"http://www.spongepowered.org/","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/SpongePowered.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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},"funding":{"patreon":"Sponge"}},"created_at":"2014-09-08T00:01:33.000Z","updated_at":"2024-09-14T23:43:10.000Z","dependencies_parsed_at":"2022-08-30T18:20:43.136Z","dependency_job_id":"eb7de052-9d7d-44ae-b85f-c96961204668","html_url":"https://github.com/SpongePowered/SpongeForge","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpongePowered%2FSpongeForge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpongePowered%2FSpongeForge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpongePowered%2FSpongeForge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpongePowered%2FSpongeForge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpongePowered","download_url":"https://codeload.github.com/SpongePowered/SpongeForge/tar.gz/refs/heads/stable-7","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219875837,"owners_count":16554709,"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":["gradle","java","minecraft","minecraft-server","mixin-framework","mixins","sponge","spongeapi","spongeforge","spongepowered"],"created_at":"2024-09-28T03:40:51.594Z","updated_at":"2025-10-02T18:30:56.989Z","avatar_url":"https://github.com/SpongePowered.png","language":"Java","readme":"SpongeForge [![Build Status](https://travis-ci.org/SpongePowered/SpongeForge.svg?branch=master)](https://travis-ci.org/SpongePowered/SpongeForge)\n=============\n\n## Moved\n\n**This repository is obsolete! Development on modern (1.16+) versions continues in the [Sponge](https://github.com/SpongePowered/Sponge) repository.**\n\n---\n\nA Forge implementation of the Sponge API.\n\n* [Homepage]\n* [Source]\n* [Issues]\n* [Documentation]\n* [Community Chat]: #sponge on irc.esper.net\n* [Development Chat]: #spongedev on irc.esper.net\n\n## Prerequisites\n* [Java] 8\n\n## Cloning\nThe following steps will ensure your project is cloned properly.\n\n1. `git clone --recursive https://github.com/SpongePowered/SpongeForge.git`\n2. `cd SpongeForge`\n3. `cp scripts/pre-commit .git/hooks`\n\n## Setup\n**Note**: SpongeForge uses [Gradle] as its build system. The repo includes the Gradle wrapper that will automatically download the correct Gradle \nversion. Local installations of Gradle may work but are untested. To execute the Gradle wrapper, run the `./gradlew` script on Unix systems or only\n`gradlew` on Windows systems.\n\nBefore you are able to build SpongeForge, you must first prepare the environment:\n\n  - Run `./gradlew setupDecompWorkspace --refresh-dependencies`\n\n### IDE Setup\n__For [Eclipse]__\n  1. Run `./gradlew eclipse`\n  2. Import Sponge as an existing project (File \u003e Import \u003e General)\n  3. Select the root folder for SpongeForge and make sure `Search for nested projects` is enabled\n  4. Check Sponge when it finishes building and click **Finish**\n\n__For [IntelliJ]__\n  1. Make sure you have the Gradle plugin enabled (File \u003e Settings \u003e Plugins).  \n  2. Click File \u003e New \u003e Project from Existing Sources \u003e Gradle and select the root folder for SpongeForge.\n  3. Make sure _Use default gradle wrapper_ is selected. Older/newer Gradle versions may work but we only test using the wrapper.\n  4. Make sure _Create separate module per source set_ is selected. This ensures that Intellij properly handles SpongeForge's Kotlin and Java dependencies.\n\n## Running\n__Note:__ The following is aimed to help you setup run configurations for Eclipse and IntelliJ, if you do not want to be able to run SpongeForge directly from your IDE then you can skip this.\n\n__For [Eclipse]__ \n  1. Running `./gradlew eclipse` should have generated the run configurations automatically.\n  2. When launching the server for the first time, it will shutdown by itself. You will need to modify eula.txt to set eula=true (this means you agree to the Mojang EULA, if you do not wish to do this then you cannot run the server).\n\n__For [IntelliJ]__\n  1. Run `./gradlew genIntelliJRuns`\n  2. Restart IntelliJ IDEA or reload the project, the run configuration should now be generated.\n  3. When launching the server for the first time, it will shutdown by itself. You will need to modify eula.txt to set eula=true (this means you agree to the Mojang EULA, if you do not wish to do this then you cannot run the server).\n\n## Building\n__Note:__ You must [Setup the environment](#setup) before you can build SpongeForge.\n\nIn order to build SpongeForge you simply need to run the `gradlew` command. On Windows systems you should run `gradlew` instead of `./gradlew` to\ninvoke the Gradle wrapper. You can find the compiled JAR files in `./build/libs` but in most cases you'll only need 'spongeforge-x.x.x-x-x.x-x.jar'.\n\n## Updating your Clone\nThe following steps will update your clone with the official repo.\n\n1. `git pull`\n2. `git submodule update --recursive`\n3. `./gradlew setupDecompWorkspace --refresh-dependencies`\n\n## FAQ\n__A dependency was added, but my IDE is missing it! How do I add it?__\n\u003eIf a new dependency was added, you can just restart your IDE and the Gradle plugin for that IDE should pull in the new dependencies.\n\n## Contributing\nAre you a talented programmer looking to contribute some code? We'd love the help!\n* Open a pull request with your changes, following our [guidelines](CONTRIBUTING.md).\n* Please follow the above guidelines for your pull request(s) to be accepted.\n\n__Help! Things are not working!__\n\u003eSome issues can be resolved by deleting the '.gradle' folder in your user directory and running through the setup steps again, or even running `gradle cleanCache` and running through the setup again. Otherwise if you are having trouble with something that the README does not cover, feel free to join our IRC channel and ask for assistance.\n\n[Eclipse]: https://eclipse.org/\n[Gradle]: https://gradle.org/\n[Homepage]: https://spongepowered.org/\n[IntelliJ]: http://www.jetbrains.com/idea/\n[Issues]: https://github.com/SpongePowered/Sponge/issues\n[Documentation]: https://docs.spongepowered.org/\n[Java]: http://java.oracle.com/\n[Source]: https://github.com/SpongePowered/Sponge/\n[MIT License]: http://www.tldrlegal.com/license/mit-license\n[Community Chat]: https://webchat.esper.net/?channels=sponge\n[Development Chat]: https://webchat.esper.net/?channels=spongedev\n[Jenkins]: https://jenkins-ci.org/\n","funding_links":["https://patreon.com/Sponge"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspongepowered%2Fspongeforge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspongepowered%2Fspongeforge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspongepowered%2Fspongeforge/lists"}