Skip to content

Commit

Permalink
Update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed May 25, 2024
1 parent 91c044a commit 7061892
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions version.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -256,18 +256,12 @@ dependencies {
bundle(dependency)
}

bundleImplementation("org.quiltmc.parsers:json:0.2.1")
bundleImplementation("org.semver4j:semver4j:5.2.2")
bundleImplementation("org.quiltmc.parsers:json:0.3.0")
bundleImplementation("org.semver4j:semver4j:5.3.0")
if (isForgeLike) {
"minecraftLibraries"("org.quiltmc.parsers:json:0.2.1")
"minecraftLibraries"("org.quiltmc.parsers:json:0.3.0")
}

//TODO: bump to unimined 1.1.0+ to use these, also enable the processor in unimined's mixin config settings
// includeImplementation("com.github.LlamaLad7.MixinExtras:mixinextras-${mcData.loader.name}:0.2.0-beta.6")h
// if (mcData.isForge) {
// implementation("com.github.LlamaLad7.MixinExtras:mixinextras-common:0.2.0-beta.6")
// }

if (isFabric) {
when (mcVersion) {
1_20_06 -> "10.0.0-beta.1"
Expand Down

0 comments on commit 7061892

Please sign in to comment.