Skip to content

Commit

Permalink
Get rid of mixins since they are not used
Browse files Browse the repository at this point in the history
  • Loading branch information
Dianliang233 committed Mar 30, 2024
1 parent 9b6d854 commit 5f9a988
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 28 deletions.
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,10 @@
"environment": "*",
"entrypoints": {
"client": [
"wiki.mc.rtfw.RTFWClient"
"wiki.mc.rtfw.FTFWClient"
]
},
"mixins": [
"rtfw.mixins.json",
{
"config": "rtfw.client.mixins.json",
"environment": "client"
}
],
"mixins": [],
"depends": {
"fabricloader": ">=0.15.7",
"minecraft": "~1.20.4",
Expand Down
10 changes: 0 additions & 10 deletions src/client/resources/rtfw.client.mixins.json

This file was deleted.

10 changes: 0 additions & 10 deletions src/main/resources/rtfw.mixins.json

This file was deleted.

0 comments on commit 5f9a988

Please sign in to comment.