Skip to content

Commit

Permalink
Update MixinExtras and TinyRemapper (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 authored Feb 13, 2024
1 parent c563866 commit 9969579
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ dependencies {
// impl dependencies
include 'org.ow2.sat4j:org.ow2.sat4j.core:2.3.6'
include 'org.ow2.sat4j:org.ow2.sat4j.pb:2.3.6'
include "net.fabricmc:tiny-remapper:0.10.0"
include "net.fabricmc:tiny-remapper:0.10.1"
include "net.fabricmc:access-widener:2.1.0"
include ('net.fabricmc:mapping-io:0.5.0') {
// Mapping-io depends on ASM, dont bundle
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ url = https://github.com/FabricMC/fabric-loader

asm_version = 9.6
mixin_version = 0.12.5+mixin.0.8.5
mixin_extras_version = 0.3.2
mixin_extras_version = 0.3.5
12 changes: 6 additions & 6 deletions src/main/resources/fabric-installer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@
],
"development": [
{
"name": "io.github.llamalad7:mixinextras-fabric:0.3.2",
"name": "io.github.llamalad7:mixinextras-fabric:0.3.5",
"url": "https://maven.fabricmc.net/",
"md5": "de356324f66d567e011be2203e8b2847",
"sha1": "33c53c7014a170a9cdfbc801f7a77a0eefd3bd00",
"sha256": "31a3ea710fcf8da5ab9fc9a3f7d2f3d6013e8203e7731650fa432091cdfd0180",
"sha512": "01e4cac72217dca4b873a2baff099e161be8830519b014e3cfb7535ba8d2cad7154bc66ceec2d555d13a6ca39fbb484e9706a68eb7fa59cbd134602d78ec4b01",
"size": 169184
"md5": "be5981bf56d3b747835482e0b5874c3f",
"sha1": "3b577be20ea942610b3045e4f0cd909fa415a9d3",
"sha256": "743bf47e4fa24642f843b9f85a5f1ba5125fb4b7e656e96b9c010a5043396047",
"sha512": "6ab94b7d310dd0af8b18c626cfa29fcd3008910db0d3937e07dc32af611d7fcea5e7ef938f76823c28e0ca230bb268662f6effb92beed3b68ca98d2dbfee80e2",
"size": 175184
}
]
},
Expand Down
12 changes: 6 additions & 6 deletions src/main/resources/fabric-installer.launchwrapper.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@
],
"development": [
{
"name": "io.github.llamalad7:mixinextras-fabric:0.3.2",
"name": "io.github.llamalad7:mixinextras-fabric:0.3.5",
"url": "https://maven.fabricmc.net/",
"md5": "de356324f66d567e011be2203e8b2847",
"sha1": "33c53c7014a170a9cdfbc801f7a77a0eefd3bd00",
"sha256": "31a3ea710fcf8da5ab9fc9a3f7d2f3d6013e8203e7731650fa432091cdfd0180",
"sha512": "01e4cac72217dca4b873a2baff099e161be8830519b014e3cfb7535ba8d2cad7154bc66ceec2d555d13a6ca39fbb484e9706a68eb7fa59cbd134602d78ec4b01",
"size": 169184
"md5": "be5981bf56d3b747835482e0b5874c3f",
"sha1": "3b577be20ea942610b3045e4f0cd909fa415a9d3",
"sha256": "743bf47e4fa24642f843b9f85a5f1ba5125fb4b7e656e96b9c010a5043396047",
"sha512": "6ab94b7d310dd0af8b18c626cfa29fcd3008910db0d3937e07dc32af611d7fcea5e7ef938f76823c28e0ca230bb268662f6effb92beed3b68ca98d2dbfee80e2",
"size": 175184
}
]
},
Expand Down

0 comments on commit 9969579

Please sign in to comment.