File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed
Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ org.gradle.jvmargs=-Xms32M -Xmx4G -XX:+UseG1GC -XX:+UseStringDeduplication
44loader_version =0.18.6
55viaver_version =5.9.0-SNAPSHOT
66
7- publish_mc_versions =26.1.1, 26.1
7+ publish_mc_versions =26.1.2, 26.1. 1, 26.1
Original file line number Diff line number Diff line change 1414 "depends" : {
1515 "minecraft" : [
1616 " 26.1" ,
17- " 26.1.1"
17+ " 26.1.1" ,
18+ " 26.1.2"
1819 ],
1920 "viaversion" : " >=5.0.0"
2021 },
Original file line number Diff line number Diff line change 11dependencies {
2- minecraft(" com.mojang:minecraft:26.1.1 " )
2+ minecraft(" com.mojang:minecraft:26.1.2 " )
33
4- implementation(fabricApi.module(" fabric-api-base" , " 0.145.2 +26.1.1 " ))
5- implementation(fabricApi.module(" fabric-resource-loader-v0" , " 0.145.2 +26.1.1 " ))
6- implementation(fabricApi.module(" fabric-command-api-v2" , " 0.145.2 +26.1.1 " ))
7- implementation(fabricApi.module(" fabric-lifecycle-events-v1" , " 0.145.2 +26.1.1 " ))
8- implementation(fabricApi.module(" fabric-screen-api-v1" , " 0.145.2 +26.1.1 " ))
9- implementation(fabricApi.module(" fabric-registry-sync-v0" , " 0.145.2 +26.1.1 " ))
4+ implementation(fabricApi.module(" fabric-api-base" , " 0.145.4 +26.1.2 " ))
5+ implementation(fabricApi.module(" fabric-resource-loader-v0" , " 0.145.4 +26.1.2 " ))
6+ implementation(fabricApi.module(" fabric-command-api-v2" , " 0.145.4 +26.1.2 " ))
7+ implementation(fabricApi.module(" fabric-lifecycle-events-v1" , " 0.145.4 +26.1.2 " ))
8+ implementation(fabricApi.module(" fabric-screen-api-v1" , " 0.145.4 +26.1.2 " ))
9+ implementation(fabricApi.module(" fabric-registry-sync-v0" , " 0.145.4 +26.1.2 " ))
1010 compileOnly(" com.terraformersmc:modmenu:18.0.0-alpha.8" )
1111}
Original file line number Diff line number Diff line change 5656 },
5757 "depends" : {
5858 "fabric-resource-loader-v0" : " *" ,
59- "minecraft" : " >=26.1 <=26.1.1 " ,
59+ "minecraft" : " >=26.1 <=26.1.2 " ,
6060 "viafabric" : " *"
6161 },
6262 "recommends" : {
You can’t perform that action at this time.
0 commit comments