Skip to content

Commit

Permalink
1.20 version, compatible with 1.19.4 by chance
Browse files Browse the repository at this point in the history
  • Loading branch information
FoundationGames committed Jun 21, 2023
1 parent 7f2be87 commit 2d08028
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
org.gradle.jvmargs=-Xmx1G

minecraft_version=1.19.4
yarn_mappings=1.19.4+build.2
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.3
loader_version=0.14.21

#Fabric api
fabric_version=0.83.0+1.19.4
fabric_version=0.83.1+1.20.1

mod_version = 0.6+1.19.4
mod_version = 0.6+1.20
maven_group = io.github.foundationgames
archives_base_name = animatica

2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"depends": {
"fabricloader": ">=0.11.3",
"fabric": "*",
"minecraft": "1.19.x",
"minecraft": ["1.19.4", "1.20.x"],
"java": ">=16"
}
}

0 comments on commit 2d08028

Please sign in to comment.