Skip to content

Commit

Permalink
Update loom & yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
EZForever committed Jun 9, 2021
1 parent 6372755 commit 443af85
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 'fabric-loom' version '0.5-SNAPSHOT'
id 'fabric-loom' version '0.8-SNAPSHOT'
id 'maven-publish'
}

Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.16.5
yarn_mappings=1.16.5+build.4
loader_version=0.11.1
yarn_mappings=1.16.5+build.9
loader_version=0.11.3

# Mod Properties
mod_version = 0.2.2+1.16
maven_group = io.github.ezforever
archives_base_name = thatorthis

# Dependencies
#fabric_version=0.30.0+1.16
modmenu_version=1.16.8
#fabric_version=0.34.6+1.16
modmenu_version=1.16.9
gson_version=2.8.0
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-6.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 443af85

Please sign in to comment.