Skip to content

Commit

Permalink
Update template to 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Big-Iron-Cheems authored and MineGame159 committed Aug 3, 2023
1 parent cb5d054 commit 52b2757
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 "1.1-SNAPSHOT"
id "fabric-loom" version "1.2-SNAPSHOT"
}

sourceCompatibility = targetCompatibility = JavaVersion.VERSION_17
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
org.gradle.jvmargs=-Xmx2G

# Fabric Properties (https://fabricmc.net/develop)
minecraft_version=1.19.4
yarn_mappings=1.19.4+build.2
loader_version=0.14.19
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10
loader_version=0.14.22

# Mod Properties
mod_version=0.1.0
Expand All @@ -13,4 +13,4 @@ archives_base_name=addon-template
# Dependencies

# Meteor (https://maven.meteordev.org)
meteor_version=0.5.3-SNAPSHOT
meteor_version=0.5.4-SNAPSHOT

0 comments on commit 52b2757

Please sign in to comment.