Skip to content

Commit

Permalink
Updated dependencies to support Minecraft 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentTem committed Feb 8, 2024
1 parent e6f1f74 commit df7764f
Show file tree
Hide file tree
Showing 3 changed files with 5 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 '1.2-SNAPSHOT'
id 'fabric-loom' version '1.5-SNAPSHOT'
id 'maven-publish'
}

Expand Down
7 changes: 3 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ org.gradle.jvmargs=-Xmx4G

# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10
loader_version=0.14.23
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.6

# Mod Properties
mod_version = 1.0.0
maven_group = net.lopymine
archives_base_name = CollisionFix

2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
],
"depends": {
"fabricloader": ">=${loader_version}",
"minecraft": ["1.20", "1.20.1", "1.20.2", "1.20.3"]
"minecraft": ["1.20.4"]
}
}

0 comments on commit df7764f

Please sign in to comment.