Skip to content

Commit

Permalink
Mfw accidental breaking change in controlify. Malding rn.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjarai committed Jul 10, 2024
1 parent 8f8c752 commit 329aebd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'dev.architectury.loom' version '1.6-SNAPSHOT' apply(false)
id 'dev.architectury.loom' version '1.7-SNAPSHOT' apply(false)
id 'me.fallenbreath.yamlang' version '1.3.1' apply(false)
id "me.modmuss50.mod-publish-plugin" version "0.4.4" apply(false)
id 'maven-publish'
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false

# Project
mod_version=3.6.0
mod_version=3.6.1
group=nl.enjarai

# Common
Expand Down Expand Up @@ -55,7 +55,7 @@ modmenu_version=7.2.1
# https://github.com/isXander/YetAnotherConfigLib/releases
yacl_version=3.2.1+1.20
# https://github.com/isXander/Controlify/releases
controlify_version=2.0.0-beta.9+1.20.1
controlify_version=2.0.0-beta.13+1.20.1-fabric
mixin_extras_version=0.3.2
mixin_squared_version=0.1.1
permissions_api_version=0.2-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ plugins {
rootProject.name = 'do-a-barrel-roll'
include("common")
include("fabric")
include("forge")
//include("forge")

0 comments on commit 329aebd

Please sign in to comment.