Skip to content

Commit

Permalink
Update to latest fabric and new intermediary format, update built-in …
Browse files Browse the repository at this point in the history
…deps
  • Loading branch information
calmilamsy committed Oct 18, 2024
1 parent 98641b4 commit 7f87717
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 21 deletions.
6 changes: 3 additions & 3 deletions patches/babric.intermediary.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"formatVersion": 1,
"libraries": [
{
"name": "babric:intermediary:b1.7.3",
"name": "babric:intermediary-upstream:b1.7.3",
"url": "https://maven.glass-launcher.net/babric"
}
],
"name": "Intermediary Mappings",
"releaseTime": "2022-03-20T00:31:28.800Z",
"releaseTime": "2024-10-18T18:57:03.000Z",
"requires": [
{
"equals": "b1.7.3",
"uid": "net.minecraft"
}
],
"type": "release",
"uid": "babric.intermediary",
"uid": "babric.intermediary-upstream",
"version": "b1.7.3",
"volatile": true
}
18 changes: 9 additions & 9 deletions patches/babric.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,31 +23,31 @@
"name": "org.slf4j:slf4j-api:1.8.0-beta4"
},
{
"name": "org.apache.logging.log4j:log4j-slf4j18-impl:2.16.0"
"name": "org.apache.logging.log4j:log4j-slf4j18-impl:2.18.0"
},
{
"name": "org.apache.logging.log4j:log4j-api:2.16.0"
"name": "org.apache.logging.log4j:log4j-api:2.18.0"
},
{
"name": "org.apache.logging.log4j:log4j-core:2.16.0"
"name": "org.apache.logging.log4j:log4j-core:2.18.0"
},
{
"name": "com.google.code.gson:gson:2.8.9"
"name": "com.google.code.gson:gson:2.9.1"
},
{
"name": "com.google.guava:guava:31.0.1-jre"
"name": "com.google.guava:guava:33.3.1-jre"
},
{
"name": "com.google.guava:failureaccess:1.0.1"
"name": "com.google.guava:failureaccess:1.0.2"
},
{
"name": "org.apache.commons:commons-lang3:3.12.0"
"name": "org.apache.commons:commons-lang3:3.17.0"
},
{
"name": "commons-io:commons-io:2.11.0"
"name": "commons-io:commons-io:2.17.0"
},
{
"name": "commons-codec:commons-codec:1.15"
"name": "commons-codec:commons-codec:1.17.1"
}
]
}
22 changes: 13 additions & 9 deletions patches/net.fabricmc.fabric-loader.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,36 @@
"formatVersion": 1,
"libraries": [
{
"name": "net.fabricmc:sponge-mixin:0.12.5+mixin.0.8.5",
"name": "net.fabricmc:sponge-mixin:0.15.3+mixin.0.8.7",
"url": "https://maven.fabricmc.net/"
},
{
"name": "org.ow2.asm:asm:9.6",
"name": "io.github.llamalad7:mixinextras-fabric:0.4.1",
"url": "https://maven.fabricmc.net/"
},
{
"name": "org.ow2.asm:asm-analysis:9.6",
"name": "org.ow2.asm:asm:9.7.1",
"url": "https://maven.fabricmc.net/"
},
{
"name": "org.ow2.asm:asm-commons:9.6",
"name": "org.ow2.asm:asm-analysis:9.7.1",
"url": "https://maven.fabricmc.net/"
},
{
"name": "org.ow2.asm:asm-tree:9.6",
"name": "org.ow2.asm:asm-commons:9.7.1",
"url": "https://maven.fabricmc.net/"
},
{
"name": "org.ow2.asm:asm-util:9.6",
"name": "org.ow2.asm:asm-tree:9.7.1",
"url": "https://maven.fabricmc.net/"
},
{
"name": "babric:fabric-loader:0.15.6-babric.2",
"url": "https://maven.glass-launcher.net/babric/"
"name": "org.ow2.asm:asm-util:9.7.1",
"url": "https://maven.fabricmc.net/"
},
{
"name": "net.fabric:fabric-loader:0.16.7",
"url": "https://maven.fabricmc.net"
}
],
"mainClass": "net.fabricmc.loader.impl.launch.knot.KnotClient",
Expand All @@ -39,5 +43,5 @@
],
"type": "release",
"uid": "net.fabricmc.fabric-loader",
"version": "0.15.6-babric.2"
"version": "0.16.7"
}

0 comments on commit 7f87717

Please sign in to comment.