Skip to content

Commit 892854e

Browse files
committed
fix: Remove refmaps
1 parent 53f9a8d commit 892854e

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"minVersion": "0.8",
44
"package": "net.blay09.mods.cookingforblockheads.mixin",
55
"compatibilityLevel": "JAVA_17",
6-
"refmap": "cookingforblockheads.refmap.json",
76
"mixins": [
87
"ShapelessRecipeAccessor",
98
"ShapedRecipeAccessor",

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/cookingforblockheads.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.cookingforblockheads.fabric.mixin",
5-
"refmap": "${mod_id}.refmap.json",
65
"compatibilityLevel": "JAVA_17",
76
"mixins": [
87
],

0 commit comments

Comments
 (0)