Skip to content

Commit

Permalink
🚑 Fix mixins
Browse files Browse the repository at this point in the history
  • Loading branch information
CallMeEchoCodes committed Jul 30, 2024
1 parent c0bc43c commit fe43b74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.jvmargs=-Xmx2G
org.gradle.parallel=true

mod.version = 1.2.2
mod.version = 1.2.3
mod.group = dev.callmeecho
mod.id = hollow

Expand Down
6 changes: 5 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
]
},
"mixins": [
"hollow.mixins.json"
"hollow.mixins.json",
{
"config": "hollow.client.mixins.json",
"environment": "client"
}
],
"accessWidener": "hollow.accesswidener",
"depends": {
Expand Down

0 comments on commit fe43b74

Please sign in to comment.