Skip to content

Commit fa02294

Browse files
committed
Fixing mixin refmaps!
1 parent 5f1cd6c commit fa02294

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Common/src/main/resources/noophaestus-common.mixins.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"compatibilityLevel": "JAVA_17",
55
"minVersion": "0.8",
66
"mixinextras": {"minVersion": "0.5.0"},
7+
"refmap": "noophaestus-common.refmap.json",
78
"client": [
89
"MixinItemStack"
910
],

Fabric/src/main/resources/noophaestus-fabric.mixins.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"required": true,
33
"package": "at.ski.noophaestus.fabric.mixin",
44
"compatibilityLevel": "JAVA_17",
5+
"refmap": "noophaestus-fabric.refmap.json",
56
"minVersion": "0.8",
67
"client": [
78
],

Forge/src/main/resources/noophaestus-forge.mixins.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"package": "at.ski.noophaestus.forge.mixin",
44
"compatibilityLevel": "JAVA_17",
55
"minVersion": "0.8",
6+
"refmap": "noophaestus-forge.refmap.json",
67
"client": [
78
],
89
"mixins": [

0 commit comments

Comments
 (0)