Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nimrod committed Oct 22, 2023
1 parent d1c9869 commit 3df62a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10
minecraft_version=1.19.4
yarn_mappings=1.19.4+build.2
loader_version=0.14.23

# Mod Properties
Expand All @@ -14,4 +14,4 @@ org.gradle.parallel=true
archives_base_name = noads

# Dependencies
fabric_version=0.90.0+1.20.1
fabric_version=0.87.1+1.19.4
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
],

"depends": {
"fabricloader": ">=0.14.21",
"fabricloader": ">=0.14.18",
"fabric-api": "*",
"minecraft": ">=1.20",
"minecraft": ">=1.19.3",
"java": ">=17"
}
}

0 comments on commit 3df62a4

Please sign in to comment.