Skip to content

Commit

Permalink
Merge pull request #4 from RappyLabyAddons/fix/legacyMixin
Browse files Browse the repository at this point in the history
bug: Fix mixins not being loaded in 1.8.9 and 1.12.2
  • Loading branch information
RappyTV authored Oct 17, 2024
2 parents 39232cd + 27323c1 commit ea85d28
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 @@ -6,7 +6,7 @@ plugins {
val versions = providers.gradleProperty("net.labymod.minecraft-versions").get().split(";")

group = "com.rappytv.signsearch"
version = providers.environmentVariable("VERSION").getOrElse("1.0.1")
version = providers.environmentVariable("VERSION").getOrElse("1.0.2")

labyMod {
defaultPackageName = "com.rappytv.signsearch" //change this to your main package name (used by all modules)
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
rootProject.name = "signsearch"

pluginManagement {
val labyGradlePluginVersion = "0.5.5"
val labyGradlePluginVersion = "0.5.6"
buildscript {
repositories {
maven("https://dist.labymod.net/api/v1/maven/release/")
Expand Down

0 comments on commit ea85d28

Please sign in to comment.