Skip to content

Commit

Permalink
update to loader 0.15.1, api 0.91.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Saikel-Orado-Liu committed Dec 9, 2023
1 parent b06b848 commit e6e3021
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 @@ -6,14 +6,14 @@ org.gradle.parallel=true
# check these on https://fabricmc.net/develop
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.1
loader_version=0.15.0
loader_version=0.15.1

# Mod Properties
mc_main_version=1.20.4
mod_id=silk-api
mod_version=0.1.1
mod_version=0.1.2
maven_group=pers.saikel0rado1iu
archives_base_name=Silk-API

# Dependencies
fabric_version=0.91.1+1.20.4
fabric_version=0.91.2+1.20.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 @@ -50,8 +50,8 @@
"depends": {
"java": ">=17",
"minecraft": ">=1.20.3",
"fabricloader": ">=0.15.0",
"fabric-api": ">=0.91.1"
"fabricloader": ">=0.15.1",
"fabric-api": ">=0.91.2"
},
"suggests": {
"another-mod": "*"
Expand Down

0 comments on commit e6e3021

Please sign in to comment.