Skip to content

Instantly share code, notes, and snippets.

@raws
Created December 19, 2011 07:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raws/1495912 to your computer and use it in GitHub Desktop.
Save raws/1495912 to your computer and use it in GitHub Desktop.
Shove Bukkit-friendly versions of ModloaderMp and Minecraft Forge into CraftBukkit
# Install ModloaderMp
cd modloadermp
jar uvMf path/to/craftbukkit.jar *
# Install Minecraft Forge
# Note that we do NOT use -M here, as we want to preserve ModloaderMp's MANIFEST.MF
cd minecraftforge
jar uvf path/to/craftbukkit.jar *
# Install BuildCraft
cd buildcraft
jar uvf path/to/craftbukkit.jar *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment