Skip to content

Commit

Permalink
fix mixins
Browse files Browse the repository at this point in the history
  • Loading branch information
ferriarnus committed Feb 29, 2024
1 parent c3de7ec commit dcb9d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jar {
"Implementation-Version" : project.jar.archiveVersion,
"Implementation-Vendor" : "SleepyTrousers",
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"),
"MixinConfigs" : "enderio.mixins.json"
"MixinConfigs" : "mixins.enderio.json"
])
}

Expand Down

0 comments on commit dcb9d9e

Please sign in to comment.