Skip to content

Commit

Permalink
Update Fabric stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Dec 5, 2023
1 parent 14fec2e commit dfb21de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ org.gradle.parallel=true
# https://www.curseforge.com/minecraft/mc-mods/fabric-api
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.4
loader_version=0.14.22
loader_version=0.15.0

#Fabric api
fabric_version=0.89.3+1.20.2
fabric_version=0.91.1+1.20.2

# Mod Properties
mod_version = 1.5-MC1.20.2
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],

"depends": {
"fabricloader": ">=0.14.22",
"fabricloader": ">=0.15.0",
"fabric-api": ">=0.76.1",
"minecraft": "~1.20-alpha.23.12.a",
"java": ">=17"
Expand Down

0 comments on commit dfb21de

Please sign in to comment.