Skip to content

Commit

Permalink
fix: Fix mixin not being applied on NeoForge and Forge #218
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Aug 12, 2024
1 parent 7946188 commit 1be9171
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion common/src/main/resources/farmingforblockheads.mixins.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"required": true,
"minVersion": "0.8",
"package": "net.blay09.mods.farmingforblockheads.fabric.mixin",
"package": "net.blay09.mods.farmingforblockheads.mixin",
"compatibilityLevel": "JAVA_17",
"refmap": "${mod_id}.refmap.json",
"mixins": [
"FarmBlockAccessor"
],
"client": [
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"required": true,
"minVersion": "0.8",
"package": "net.blay09.mods.farmingforblockheads.mixin",
"package": "net.blay09.mods.farmingforblockheads.fabric.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
"FarmBlockAccessor"
],
"client": [
],
Expand Down

0 comments on commit 1be9171

Please sign in to comment.