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 00ba4d3 commit 2603857
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.24
loader_version=0.15.0

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

# Mod Properties
mod_version = v7.39.1-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 @@ -29,7 +29,7 @@
"accessWidener" : "wurst.accesswidener",

"depends": {
"fabricloader": ">=0.14.22",
"fabricloader": ">=0.15.0",
"fabric-api": ">=0.88.4",
"minecraft": "~1.20.2-beta.4",
"java": ">=17"
Expand Down

0 comments on commit 2603857

Please sign in to comment.