Skip to content

Commit

Permalink
Updated to 1.20.4
Browse files Browse the repository at this point in the history
Loom was updated to 1.4-Snapshot
Mixinextras was updated to using the included version in fabric loader 1.5
  • Loading branch information
Byte-Oracle committed Dec 11, 2023
1 parent 0dd621a commit 46064e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 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.0.4'
id 'fabric-loom' version '1.4-SNAPSHOT'
id 'maven-publish'
}

Expand Down Expand Up @@ -37,8 +37,6 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

include(implementation("com.github.LlamaLad7:MixinExtras:0.1.0-rc5"))
include(annotationProcessor("com.github.LlamaLad7:MixinExtras:0.1.0-rc5"))
modImplementation("com.github.Lortseam.completeconfig:base:2.5.2")
}

Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html

minecraft_version=1.20.3
yarn_mappings=1.20.3+build.1
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.1
loader_version=0.15.1
# Mod Properties
mod_version=1.20.3-0.2.8
mod_version=1.20.4-0.2.8
maven_group=PixelPacker
archives_base_name=FishingRework
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.91.1+1.20.3
fabric_version=0.91.2+1.20.4
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-7.4.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 46064e6

Please sign in to comment.