Skip to content

Commit

Permalink
Upgrade loom versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Elikill58 committed Jun 18, 2024
1 parent 6b7cc11 commit 66f06dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

plugins {
id 'fabric-loom' version '1.0.9'
id 'fabric-loom' version '1.7-SNAPSHOT'
id 'io.github.goooler.shadow'
}

Expand Down
12 changes: 5 additions & 7 deletions fabric/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.19.2
yarn_mappings=1.19.2+build.28
loader_version=0.14.10
minecraft_version=1.20.6
yarn_mappings=1.20.6+build.3
loader_version=0.15.11

#Fabric api
fabric_version=0.66.0+1.19.2

org.gradle.jvmargs=-Xmx6G
# Fabric API
fabric_version=0.100.2+1.20.6

0 comments on commit 66f06dc

Please sign in to comment.