summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrismAutomata <gitbot@scrumplex.net>2025-03-24 09:23:50 +0000
committerPrismAutomata <gitbot@scrumplex.net>2025-03-24 09:23:50 +0000
commitb624bcf6d9350e1947bfa13a9132068fae14ae46 (patch)
treee3f92a1c2308f57e594cb7274dff7eaeec202c3f
parentbeb6bef8f491dd3411497a2d80ef2b78fb9fbc27 (diff)
downloadMeta-Upstream-b624bcf6d9350e1947bfa13a9132068fae14ae46.tar.gz
Meta-Upstream-b624bcf6d9350e1947bfa13a9132068fae14ae46.zip
Update 2025-03-24
-rw-r--r--fabric/loader-installer-json/0.2.0.71.json57
1 files changed, 57 insertions, 0 deletions
diff --git a/fabric/loader-installer-json/0.2.0.71.json b/fabric/loader-installer-json/0.2.0.71.json
index e69de29bb..1cfcd35e3 100644
--- a/fabric/loader-installer-json/0.2.0.71.json
+++ b/fabric/loader-installer-json/0.2.0.71.json
@@ -0,0 +1,57 @@
+{
+ "arguments": {
+ "client": [],
+ "common": [],
+ "server": []
+ },
+ "launchwrapper": {
+ "tweakers": {
+ "client": [
+ "net.fabricmc.loader.launch.FabricClientTweaker"
+ ],
+ "common": [],
+ "server": [
+ "net.fabricmc.loader.launch.FabricServerTweaker"
+ ]
+ }
+ },
+ "libraries": {
+ "client": [],
+ "common": [
+ {
+ "name": "net.minecraft:launchwrapper:1.12"
+ },
+ {
+ "name": "net.fabricmc:sponge-mixin:0.7.11.10",
+ "url": "https://maven.modmuss50.me/"
+ },
+ {
+ "name": "net.fabricmc:tiny-remapper:0.1.0.20",
+ "url": "https://maven.modmuss50.me/"
+ },
+ {
+ "name": "org.ow2.asm:asm:7.0",
+ "url": "http://repo.maven.apache.org/maven2/"
+ },
+ {
+ "name": "org.ow2.asm:asm-analysis:7.0",
+ "url": "http://repo.maven.apache.org/maven2/"
+ },
+ {
+ "name": "org.ow2.asm:asm-commons:7.0",
+ "url": "http://repo.maven.apache.org/maven2/"
+ },
+ {
+ "name": "org.ow2.asm:asm-tree:7.0",
+ "url": "http://repo.maven.apache.org/maven2/"
+ },
+ {
+ "name": "org.ow2.asm:asm-util:7.0",
+ "url": "http://repo.maven.apache.org/maven2/"
+ }
+ ],
+ "server": []
+ },
+ "mainClass": "net.minecraft.launchwrapper.Launch",
+ "version": 1
+} \ No newline at end of file