Skip to content

Commit

Permalink
Bump loom version
Browse files Browse the repository at this point in the history
  • Loading branch information
DrexHD committed Jan 17, 2024
1 parent 736014d commit 4a41062
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.3-SNAPSHOT'
id 'fabric-loom' version '1.5-SNAPSHOT'
id 'maven-publish'
}

Expand Down Expand Up @@ -40,8 +40,6 @@ dependencies {
modImplementation include(fabricApi.module(it, project.fabric_version))
}

include(implementation(annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:${project.mixin_extras_version}")))

modImplementation include("com.github.samolego.Config2Brigadier:config2brigadier-fabric:${project.config2brigadier_version}") {
exclude group: "net.fabricmc.fabric-api"
}
Expand Down
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
minecraft_version=1.20.2
loader_version=0.14.24
loader_version=0.15.5
# Mod Properties
mod_version=4.1.2
maven_group=me.drex
Expand All @@ -12,5 +12,4 @@ fabric_version=0.90.7+1.20.2
mod_menu_version=8.0.0
cloth_config_version=12.0.109
fiber_version=0.23.0-2
mixin_extras_version=0.2.0
config2brigadier_version=1.2.5
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 4a41062

Please sign in to comment.