Skip to content

Commit

Permalink
Replace dependency on qfapi to fapi in qmj.
Browse files Browse the repository at this point in the history
  • Loading branch information
quinn-semele committed Oct 28, 2024
1 parent b79d351 commit bf7c037
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Constants {
const val GROUP = "dev.compasses.expandedstorage"
const val MOD_ID = "expandedstorage"
const val MOD_NAME = "Expanded Storage"
const val MOD_VERSION = "15.0.0-beta.1"
const val MOD_VERSION = "15.0.0-beta.2"
const val LICENSE = "Multiple"
const val DESCRIPTION = "A mod adding various storage types, including double iron chests."

Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Update to 1.21.3, likely to contain a few issues still.
- Allow either Fabric API or Quilted Fabric API to be used on Quilt.
4 changes: 2 additions & 2 deletions quilt/src/main/resources/quilt.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"versions": ">=${quilt_loader_version}"
},
{
"id": "quilted_fabric_api",
"versions": ">=${quilt_api_version}"
"id": "fabric-api",
"versions": ">=${fabric_api_version}"
},
{
"id": "minecraft",
Expand Down

0 comments on commit bf7c037

Please sign in to comment.