Skip to content

Instantly share code, notes, and snippets.

@NielsPilgaard
Last active April 5, 2020 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NielsPilgaard/b5aee47d8c764e3e59db58eddad86665 to your computer and use it in GitHub Desktop.
Save NielsPilgaard/b5aee47d8c764e3e59db58eddad86665 to your computer and use it in GitHub Desktop.
Modded Minecraft Common Issues & Solutions

Table of Contents

SpongeForge

SpongeForge

You're very much on your own when it comes to Sponge. Sponge changes a lot around in Forge, which can break Forge itself, so Forge doesn't support Sponge. It can also break the function of mods, so mods don't support Sponge. As modpack creators, who don't build for Sponge, we can't support Sponge for stuff that breaks or doesn't work. And since we don't test with Sponge, it's hard to give support when something breaks.

@MorganSimic
Copy link

Disco made a really good comment concerning sponge. It's not too common a question but comes up often enough and the answer is always the same. So i think it might be something for this list. This is discos message copied from Discord.

You're very much on your own when it comes to Sponge. Sponge changes a lot around in Forge, which can break Forge itself, so Forge doesn't support Sponge. It can also break the function of mods, so mods don't support Sponge. As modpack creators, who don't build for Sponge, we can't support Sponge for stuff that breaks or doesn't work. And since we don't test with Sponge, it's hard to give support when something breaks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment