Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
EngineMachiner committed Aug 25, 2024
1 parent 67ea975 commit 8f71c05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.19.2
yarn_mappings=1.19.2+build.28
loader_version=0.15.11
minecraft_version=1.19.1
yarn_mappings=1.19.1+build.6
loader_version=0.16.2
fabric_kotlin_version=1.12.0+kotlin.2.0.10

# Mod Properties
Expand All @@ -15,4 +15,4 @@ maven_group=com.enginemachiner.harmony
archives_base_name=harmony

# Dependencies
fabric_version=0.77.0+1.19.2
fabric_version=0.58.5+1.19.1
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"environment": "*",
"depends": {
"fabricloader": ">=0.15.11",
"minecraft": "~1.19.2",
"minecraft": "~1.19",
"java": ">=17",
"fabric-api": "*",
"fabric": "*",
"fabric-language-kotlin": ">=1.9.24"
},

Expand Down

0 comments on commit 8f71c05

Please sign in to comment.