Skip to content

Commit 3662030

Browse files
committed
1.20.3
1 parent 5e99813 commit 3662030

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

build.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ subprojects {
3535

3636
dependencies {
3737
"minecraft"("com.mojang:minecraft:$minecraftVersion")
38-
"mappings"("net.fabricmc:yarn:$minecraftVersion+$yarnMappings:v2")
38+
"mappings"(loom.layered {
39+
mappings("net.fabricmc:yarn:$minecraftVersion+$yarnMappings:v2")
40+
mappings(rootDir.resolve("fix/yarnpatch.tiny"))
41+
})
3942
}
4043

4144
if (path == ":common") return@subprojects

fix/yarnpatch.tiny

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
tiny 2 0 intermediary named
2+
c net/minecraft/class_1927 net/minecraft/world/explosion/Explosion
3+
m ()Lnet/minecraft/class_243; method_55109 getPositionYarn

gradle.properties

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,24 @@ mavenGroup=com.lambda
66
modAuthors=Constructor, Blade, Edouard127
77

88
# General
9-
minecraftVersion=1.20.4
9+
minecraftVersion=1.20.3
1010
mixinExtrasVersion=0.3.6
1111
kotlinVersion=2.0.0
1212
kotlinxCoroutinesVersion=1.9.0-RC
1313
javaVersion=17
1414

1515
# Fabric https://fabricmc.net/develop/
1616
fabricLoaderVersion=0.15.11
17-
yarnMappings=build.3
18-
fabricApiVersion=0.97.1
17+
yarnMappings=build.1
18+
fabricApiVersion=0.91.1
1919
kotlinFabricVersion=1.11.0+kotlin.2.0.0
2020

2121
# Forge https://files.minecraftforge.net/
22-
# Please do not change this version it will implode and create a black hole
23-
forgeVersion=49.0.31
22+
forgeVersion=49.0.2
2423
kotlinForgeVersion=4.11.0
2524

2625
# NeoForge https://neoforged.net
27-
neoVersion=20.4.237
26+
neoVersion=20.3.8-beta
2827

2928
# Kotlin https://kotlinlang.org/
3029
kotlin.code.style=official

0 commit comments

Comments
 (0)