Actually Updated The Fabric Loom Version

This commit is contained in:
Alex Evelyn 2020-09-17 22:42:27 -04:00
parent 0f1973da45
commit 4c5fa10c51
No known key found for this signature in database
GPG Key ID: 8E697DD55187FD29
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
plugins { plugins {
id 'fabric-loom' version '0.4-SNAPSHOT' id 'fabric-loom' version '0.5-SNAPSHOT'
id 'maven-publish' id 'maven-publish'
} }

View File

@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/use # check these on https://fabricmc.net/use
minecraft_version=1.16.3 minecraft_version=1.16.3
yarn_mappings=1.16.3+build.1 yarn_mappings=1.16.3+build.7
loader_version=0.9.3+build.207 loader_version=0.9.3+build.207
# Mod Properties # Mod Properties