Skip to content

Commit de62647

Browse files
committed
Fixed #9
1 parent ab8a0f4 commit de62647

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

build.gradle.kts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ plugins {
1717

1818
toolkitLoomHelper {
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+
4953
dependencies {
5054
// Add Fabric Language Kotlin and (Legacy) Fabric API as dependencies (these are both optional but are particularly useful).
5155
if (mcData.isFabric) {

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/main/resources/assets/minecraft/shaders/post/color_saturation.fsh renamed to src/main/resources/assets/minecraft/shaders/program/color_saturation.fsh

File renamed without changes.

0 commit comments

Comments
 (0)