Skip to content

Commit

Permalink
fix: Create Fabric version does not follow semver in a supported way!
Browse files Browse the repository at this point in the history
Fixes issue by adding all compatible versions of Create Fabric to the dependency list.

And, bump version.
  • Loading branch information
der_frühling committed Apr 9, 2024
1 parent 01b7dac commit 1d74690
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- Implemented Architectury. Create: Train Perspective now supports Fabric as well!

Full Changelog: https://github.com/der-fruhling/create-train-perspective/compare/v0.1.2...v0.2.0
Full Changelog: https://github.com/der-fruhling/create-train-perspective/compare/v0.2.0...v0.2.1
6 changes: 5 additions & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
],
"depends": {
"architectury": "*",
"create": ">=0.5.1",
"create": [
"0.5.1-d-build.1161+mc1.20.1",
"0.5.1-f-build.1335+mc1.20.1",
"0.5.1-f-build.1417+mc1.20.1"
],
"minecraft": "1.20.1"
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ quilt_loader_version=0.21.2-beta.2
quilt_fabric_api_version=7.4.0+0.90.0-1.20.1

mod_id=create_train_perspective
mod_version=0.2.0
mod_version=0.2.1
maven_group=net.derfruhling.minecraft
archives_base_name=create-train-perspective

Expand Down

0 comments on commit 1d74690

Please sign in to comment.