Skip to content

Commit

Permalink
Fixed hard dependency on libstellar 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
StellarWitch7 committed Sep 16, 2024
1 parent f5949ad commit 502a4a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Updated to Trickster 2.0.0-alpha.34
- Fixed hard dependency on libstellar 1.1.7
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=true

# Mod Properties
mod_version=1.0.10
mod_version=1.0.11
maven_group=stellarwitch7
archives_base_name=ram

Expand All @@ -23,7 +23,7 @@ deps.kotlin=1.11.0+kotlin.2.0.0

# Dependencies
deps.fabric-api=0.100.1+1.21
deps.libstellar=1.1.7
deps.libstellar=1.1.8
deps.owo-lib=0.12.10+1.21
deps.lavender=0.1.11+1.21
deps.cardinal-components-api=6.1.1
Expand All @@ -33,4 +33,4 @@ deps.accessories=1.0.0-beta.11+1.21
deps.modmenu=11.0.1

# Optional
deps.sodium=mc1.21-0.5.11
deps.sodium=mc1.21-0.5.11
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"java": ">=21",
"fabric-api": "*",
"fabric-language-kotlin": "*",
"libstellar": "1.1.7",
"libstellar": ">=1.1.8",
"trickster": "2.0.0-alpha.34"
},
"suggests": {
Expand Down

0 comments on commit 502a4a8

Please sign in to comment.