File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ publishing {
107107
108108dependencies {
109109 // dummy version
110- minecraft(" com.mojang:minecraft:26.1-snapshot-4 " )
110+ minecraft(" com.mojang:minecraft:26.1-snapshot-5 " )
111111
112112 include(" com.viaversion:viaversion:${rootProject.extra[" viaver_version" ]} " )
113113
Original file line number Diff line number Diff line change 1313 },
1414 "depends" : {
1515 "minecraft" : [
16- " 26.1-alpha.4 "
16+ " 26.1-alpha.5 "
1717 ],
1818 "viaversion" : " >=5.0.0"
1919 },
Original file line number Diff line number Diff line change 11dependencies {
2- minecraft(" com.mojang:minecraft:26.1-snapshot-4 " )
2+ minecraft(" com.mojang:minecraft:26.1-snapshot-5 " )
33
4- implementation(fabricApi.module(" fabric-api-base" , " 0.142.1 +26.1" ))
5- implementation(fabricApi.module(" fabric-resource-loader-v0" , " 0.142.1 +26.1" ))
6- implementation(fabricApi.module(" fabric-command-api-v2" , " 0.142.1 +26.1" ))
7- implementation(fabricApi.module(" fabric-lifecycle-events-v1" , " 0.142.1 +26.1" ))
8- implementation(fabricApi.module(" fabric-screen-api-v1" , " 0.142.1 +26.1" ))
9- implementation(fabricApi.module(" fabric-registry-sync-v0" , " 0.142.1 +26.1" ))
4+ implementation(fabricApi.module(" fabric-api-base" , " 0.142.3 +26.1" ))
5+ implementation(fabricApi.module(" fabric-resource-loader-v0" , " 0.142.3 +26.1" ))
6+ implementation(fabricApi.module(" fabric-command-api-v2" , " 0.142.3 +26.1" ))
7+ implementation(fabricApi.module(" fabric-lifecycle-events-v1" , " 0.142.3 +26.1" ))
8+ implementation(fabricApi.module(" fabric-screen-api-v1" , " 0.142.3 +26.1" ))
9+ implementation(fabricApi.module(" fabric-registry-sync-v0" , " 0.142.3 +26.1" ))
1010 compileOnly(" com.terraformersmc:modmenu:16.0.0-rc.1" )
1111}
Original file line number Diff line number Diff line change 5656 },
5757 "depends" : {
5858 "fabric-resource-loader-v0" : " *" ,
59- "minecraft" : " 26.1-alpha.4 " ,
59+ "minecraft" : " 26.1-alpha.5 " ,
6060 "viafabric" : " *"
6161 },
6262 "recommends" : {
You can’t perform that action at this time.
0 commit comments