Skip to content

Instantly share code, notes, and snippets.

@smbarbour
Created December 10, 2015 21:26
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 smbarbour/87233d3861b693b7c1eb to your computer and use it in GitHub Desktop.
Save smbarbour/87233d3861b693b7c1eb to your computer and use it in GitHub Desktop.
Including Meddle in MCUpdater modpacks
<Module name="Meddle" id="meddle">
<URL priority="0">http://www.fybertech.net/maven/net/fybertech/meddle/1.3/meddle-1.3.jar</URL>
<Required>true</Required>
<ModType order="1" launchArgs="--tweakClass net.fybertech.meddle.Meddle">Library</ModType>
<MD5>20309756363e294c947ea18f73a60430</MD5>
<Size>11867</Size>
<Submodule id="launchwrapper" name="Mojang (LaunchWrapper)">
<URL priority="0">https://libraries.minecraft.net/net/minecraft/launchwrapper/1.11/launchwrapper-1.11.jar</URL>
<URL priority="1">http://files.mcupdater.com/lib/launchwrapper-1.11.jar</URL>
<MD5>189acaecbe31eeb4366bca7ba17d7496</MD5>
<Required>true</Required>
<ModType order="2">Library</ModType>
</Submodule>
<Submodule id="asm" name="Mojang (ASM)">
<URL priority="0">https://libraries.minecraft.net/org/ow2/asm/asm-all/5.0.3/asm-all-5.0.3.jar</URL>
<URL priority="1">http://files.mcupdater.com/lib/asm-all-5.0.3.jar</URL>
<MD5>c5cc4613bbdfba3ccf5f0ab85390d0b8</MD5>
<Required>true</Required>
<ModType order="3">Library</ModType>
</Submodule>
</Module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment