Skip to content

Commit 93aaa54

Browse files
committed
Fix, 5.1
1 parent 90e9951 commit 93aaa54

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fabric.loom.multiProjectOptimisation=true
2222
spasm_version = 0.2.2
2323

2424
# Mod Properties
25-
mod_version = 2.0.0-alpha.5
25+
mod_version = 2.0.0-alpha.5.1
2626
maven_group = net.modificationstation
2727
archives_base_name = StationAPI
2828

station-resource-loader-v0/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ addModuleDependencies(project,
77
"station-api-base",
88
"station-maths-v0",
99
"station-lifecycle-events-v0",
10-
"station-world-events-v0"
10+
"station-world-events-v0",
11+
"station-api-configuration"
1112
)

0 commit comments

Comments
 (0)