Skip to content

Commit

Permalink
Attempting to upgrade got stuck on fabric-loom version
Browse files Browse the repository at this point in the history
  • Loading branch information
Asriel115 committed Sep 24, 2024
1 parent 60f753c commit 403b3aa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.6-SNAPSHOT'
id 'fabric-loom' version '1.7'
id 'maven-publish'
//id 'com.github.johnrengelman.shadow' version '8.1.1'
}
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx8G
org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.6
yarn_mappings=1.20.6+build.3
loader_version=0.15.11
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
loader_version=0.16.5

# Mod Properties
mod_version = 1.0.3.1e
Expand All @@ -15,12 +15,12 @@ org.gradle.parallel=true

# Dependencies
midnightlib_version=1.5.0-fabric
fabric_version=0.100.8+1.20.6
fabric_version=0.105.0+1.21.1
#locki_version = 0.8.0
cca_version = 6.0.0
#portal_version = 0.0.1-beta50-1.18
energy_api_version = 4.0.1
geko_version = 4.5.4
geko_version = 4.6.5
obj = 1.2.0
REI = 15.0.728
#expandability_version = 6.0.0
Expand Down

0 comments on commit 403b3aa

Please sign in to comment.