File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed
Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -6,25 +6,24 @@ mavenGroup=com.lambda
66modAuthors =Constructor, Blade, Edouard127
77
88# General
9- minecraftVersion =1.20.4
9+ minecraftVersion =1.20.3
1010mixinExtrasVersion =0.3.6
1111kotlinVersion =2.0.0
1212kotlinxCoroutinesVersion =1.9.0-RC
1313javaVersion =17
1414
1515# Fabric https://fabricmc.net/develop/
1616fabricLoaderVersion =0.15.11
17- yarnMappings =build.3
18- fabricApiVersion =0.97 .1
17+ yarnMappings =build.1
18+ fabricApiVersion =0.91 .1
1919kotlinFabricVersion =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
2423kotlinForgeVersion =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/
3029kotlin.code.style =official
You can’t perform that action at this time.
0 commit comments