Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Feb 23, 2024
1 parent 0d80128 commit 7f947c5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 16 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ java {
withSourcesJar()
}

loom {
accessWidenerPath = file("src/main/resources/itfollows.accesswidener")
}

tasks {
processResources {
inputs.property("version", libs.versions.mod.get())
Expand Down
14 changes: 0 additions & 14 deletions gradle.properties

This file was deleted.

4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
]
},
"mixins": [
"it_follows.mixins.json"
"itfollows.mixins.json"
],
"accessWidener": "it_follows.accesswidener",
"accessWidener": "itfollows.accesswidener",

"depends": {
"fabricloader": "*",
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 7f947c5

Please sign in to comment.