Skip to content

Commit

Permalink
Update to 24w14potato
Browse files Browse the repository at this point in the history
  • Loading branch information
shedaniel committed Apr 2, 2024
1 parent cfefa1d commit da76be5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
- v12
- v13
- v14
- v14-24w14potato

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ dependencies {
modCompileOnly("com.terraformersmc:modmenu:${mod_menu_version}") {
transitive(false)
}
// modLocalRuntime("com.terraformersmc:modmenu:${mod_menu_version}") {
// transitive(false)
// }
modLocalRuntime("com.terraformersmc:modmenu:${mod_menu_version}") {
transitive(false)
}

common(project(path: ":common", configuration: "namedElements")) { transitive false }
shadowCommon(project(path: ":common", configuration: "transformProductionFabric")) { transitive false }
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false

minecraft_version=24w09a
supported_version=1.20.5 (24w09a)
minecraft_version=24w14potato
supported_version=24w14potato April Fools

archives_base_name=cloth-config
archives_base_name_snapshot=cloth-config-snapshot
Expand All @@ -13,9 +13,9 @@ jankson_version=1.2.0
toml4j_version=0.7.2
snakeyaml_version=1.27

fabric_loader_version=0.15.7
fabric_api_version=0.96.4+1.20.5
mod_menu_version=9.0.0
fabric_loader_version=0.15.9
fabric_api_version=0.96.14+24w14potato
mod_menu_version=10.0.0-alpha.1

forge_version=49.0.3
neoforge_version=20.4.3-beta
Expand Down

0 comments on commit da76be5

Please sign in to comment.