File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
src/main/resources/assets/minecraft/shaders/program Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ plugins {
1717
1818toolkitLoomHelper {
1919 useOneConfig {
20- version = " 1.0.0-alpha.177 "
21- loaderVersion = " 1.1.0-alpha.53 "
20+ version = " 1.0.0-alpha.181 "
21+ loaderVersion = " 1.1.0-alpha.54 "
2222
2323 usePolyMixin = true
2424 polyMixinVersion = " 0.8.4+build.7"
@@ -46,6 +46,10 @@ toolkitLoomHelper {
4646 }
4747}
4848
49+ repositories {
50+ maven(" https://maven.bawnorton.com/releases" )
51+ }
52+
4953dependencies {
5054 // Add Fabric Language Kotlin and (Legacy) Fabric API as dependencies (these are both optional but are particularly useful).
5155 if (mcData.isFabric) {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ pluginManagement {
2424
2525 plugins {
2626 kotlin(" jvm" ) version(" 2.2.10" )
27- id(" dev.deftu.gradle.multiversion-root" ) version(" 2.58 .0" )
27+ id(" dev.deftu.gradle.multiversion-root" ) version(" 2.64 .0" )
2828 }
2929}
3030
File renamed without changes.
You can’t perform that action at this time.
0 commit comments