Skip to content

Commit

Permalink
Fix residual mixin data
Browse files Browse the repository at this point in the history
  • Loading branch information
Rektroth committed Jul 11, 2023
1 parent 41884ea commit 7e6ef04
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,11 @@
]
},
"mixins": [
"whiteout.mixins.json",
{
"config": "whiteout.client.mixins.json",
"environment": "client"
}
"whiteout.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.21",
"minecraft": "~1.20.1",
"java": ">=17",
"fabric-api": "*"
"java": ">=17"
}
}

0 comments on commit 7e6ef04

Please sign in to comment.