Skip to content

Commit

Permalink
Upgrade to latest fabric/loom
Browse files Browse the repository at this point in the history
  • Loading branch information
magicus committed Apr 15, 2022
1 parent 9b1ed16 commit b023c0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.8-SNAPSHOT'
id 'fabric-loom' version '0.10-SNAPSHOT'
id 'maven-publish'
}

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/versions.html
minecraft_version=1.18.1
yarn_mappings=1.18.1+build.12
loader_version=0.12.12
yarn_mappings=1.18.1+build.22
loader_version=0.13.3

# Mod Properties
mod_version = 1.1.0+1.18.1
Expand All @@ -15,4 +15,4 @@ archives_base_name = statuseffecttimer
# Dependencies
# Fabric api
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api (or https://fabricmc.net/versions.html)
fabric_version=0.45.0+1.18
fabric_version=0.46.6+1.18

0 comments on commit b023c0a

Please sign in to comment.