Last active
February 7, 2025 01:21
-
-
Save unascribed/8ae40b4196a4e7e6e9130fbdd28c7115 to your computer and use it in GitHub Desktop.
MultiMC Rift 1.13.2 JSON that works in 2025
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"+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": "https://repo1.maven.org/maven2/" | |
}, | |
{ | |
"name": "org.ow2.asm:asm-commons:6.2", | |
"url": "https://repo1.maven.org/maven2/" | |
}, | |
{ | |
"name": "org.ow2.asm:asm-tree:6.2", | |
"url": "https://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