Skip to content

Commit 37e4b1e

Browse files
committed
fix: Remove refmaps
1 parent ec1831b commit 37e4b1e

4 files changed

Lines changed: 0 additions & 10 deletions

File tree

common/src/main/resources/shogi.mixins.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"required": true,
33
"minVersion": "0.8",
44
"package": "net.blay09.mods.shogi.common.mixin",
5-
"refmap": "${mod_id}.refmap.json",
65
"compatibilityLevel": "JAVA_17",
76
"mixins": [
87
"ServerPlayerMixin"

fabric-example/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ loom {
1717
accessWidenerPath.set(aw)
1818
}
1919

20-
mixin {
21-
defaultRefmapName.set("${mod_id}.refmap.json")
22-
}
23-
2420
runs {
2521
client {
2622
client()

fabric/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ loom {
2323
accessWidenerPath.set(aw)
2424
}
2525

26-
mixin {
27-
defaultRefmapName.set("${mod_id}.refmap.json")
28-
}
29-
3026
runs {
3127
client {
3228
client()

fabric/src/main/resources/shogi.fabric.mixins.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"required": true,
33
"minVersion": "0.8",
44
"package": "net.blay09.mods.shogi.fabric.mixin",
5-
"refmap": "${mod_id}.refmap.json",
65
"compatibilityLevel": "JAVA_21",
76
"mixins": [
87
],

0 commit comments

Comments
 (0)