Skip to content

Commit 5752c6d

Browse files
committed
fix: Remove refmap
1 parent 6d6975e commit 5752c6d

5 files changed

Lines changed: 0 additions & 11 deletions

File tree

common/src/main/resources/balm.api.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.balm.mixin",
5-
"refmap": "${mod_id}.refmap.json",
65
"compatibilityLevel": "JAVA_17",
76
"mixins": [
87
"SlotAccessor"

common/src/main/resources/balm.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.balm.internal.mixin",
5-
"refmap": "${mod_id}.refmap.json",
65
"compatibilityLevel": "JAVA_17",
76
"mixins": [
87
"BlockStateBaseAccessor",

fabric-example/build.gradle

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

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

fabric/build.gradle

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

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

fabric/src/main/resources/balm.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.balm.fabric.internal.mixin",
5-
"refmap": "${mod_id}.refmap.json",
65
"compatibilityLevel": "JAVA_21",
76
"mixins": [
87
"ChunkMapMixin",

0 commit comments

Comments
 (0)