Skip to content

Instantly share code, notes, and snippets.

@unascribed
Last active December 1, 2021 16:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save unascribed/8ae40b4196a4e7e6e9130fbdd28c7115 to your computer and use it in GitHub Desktop.
Save unascribed/8ae40b4196a4e7e6e9130fbdd28c7115 to your computer and use it in GitHub Desktop.
MultiMC Rift 1.13.2 JSON that works in 2021
{
"+tweakers": [
"org.dimdev.riftloader.launch.RiftLoaderClientTweaker"
],
"formatVersion": 1,
"+libraries": [
{
"name": "com.github.unascribed:Rift:FINAL",
"url": "https://jitpack.io/"
},
{
"name": "org.dimdev:mixin:0.7.11-evil",
"url": "https://repo.unascribed.com"
},
{
"name": "org.ow2.asm:asm:6.2",
"url": "http://repo1.maven.org/maven2/"
},
{
"name": "org.ow2.asm:asm-commons:6.2",
"url": "http://repo1.maven.org/maven2/"
},
{
"name": "org.ow2.asm:asm-tree:6.2",
"url": "http://repo1.maven.org/maven2/"
},
{
"name": "net.minecraft:launchwrapper:1.12"
}
],
"mainClass": "net.minecraft.launchwrapper.Launch",
"name": "Rift",
"releaseTime": "2018-07-18T15:11:46+00:00",
"requires": [
{
"equals": "1.13.2",
"uid": "net.minecraft"
}
],
"uid": "org.dimdev.rift",
"version": "1.0.4-2d8bb9bd56"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment