Skip to content

Commit

Permalink
Update to StationAPI 2.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
telvarost committed Dec 23, 2024
1 parent 8f7b626 commit aa4cc20
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,13 @@ dependencies {
transitive false
}

modRuntimeOnly ("com.github.matthewperiut:stapi-fast-intro:17a7ed0") {
transitive false
}
// modImplementation("com.github.paulevsGitch:BHCreative:${project.bhcreative_version}"){
// transitive false
// }

// modRuntimeOnly ("com.github.matthewperiut:stapi-fast-intro:17a7ed0") {
// transitive false
// }
}

processResources {
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ maven_group = pl.telvarost
archives_base_name = mojangfixstationapi

# Dependencies
stapi_version=2.0-alpha.2.4
stapi_version=2.0.0-alpha.3
mixinextras_version = 0.2.1

# Extra Dependencies
glass_networking_version=1.0.3
gcapi_version=3.0.1
alwaysmoreitems_version=1.0.4
gcapi_version=3.0.2
alwaysmoreitems_version=1.4.0
modmenu_version=1.8.5-beta.9
bhcreative_version=0.4.6
spawneggs_version=1.9.1
retrocommands_version=0.5.2
retrocommands_version=0.5.4

0 comments on commit aa4cc20

Please sign in to comment.