Skip to content

Commit

Permalink
Remove "fabric" from loaders under Modrinth
Browse files Browse the repository at this point in the history
  • Loading branch information
Ampflower committed Jan 17, 2023
1 parent f9e861a commit f7c6139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@ modrinth {
)
uploadFile.set(tasks.remapJar.get())
gameVersions.set(minecraftCompatible.split(","))
loaders.addAll("fabric", "quilt")
loaders.addAll("quilt")
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ org.gradle.jvmargs=-Xmx1G

# Your project's version
group=net.kjp12
projectVersion=0.0.1
projectVersion=0.0.2
modrinthId=z23qey0b
minecraftCompatible=1.19,1.19.1,1.19.2

0 comments on commit f7c6139

Please sign in to comment.