File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ object Versions {
3131
3232 // Fabric
3333 // check these on https://fabricmc.net/develop
34- const val FABRIC_YARN_MAPPINGS = " 1.21.8 +build.1"
34+ const val FABRIC_YARN_MAPPINGS = " 1.21.11-pre5 +build.1"
3535 val FABRIC_MINECRAFT = FABRIC_YARN_MAPPINGS .substringBefore(' +' )
36- const val FABRIC_LOOM_PLUGIN = " 1.12.2 "
37- const val FABRIC_LOADER = " 0.17.2 "
38- const val FABRIC_COMMAND_API_V2 = " 2.3.4+33df5e6e5d "
36+ const val FABRIC_LOOM_PLUGIN = " 1.14.10 "
37+ const val FABRIC_LOADER = " 0.18.4 "
38+ const val FABRIC_COMMAND_API_V2 = " 2.4.8+9c919dacc9 "
3939 const val FABRIC_COMMAND_API_V1 = " 1.2.56+f71b366f73"
40- const val FABRIC_LIFECYCLE_EVENTS_V1 = " 2.6.7+33df5e6e5d "
40+ const val FABRIC_LIFECYCLE_EVENTS_V1 = " 2.6.16+9c919dacc9 "
4141
4242 // TelegramBots
4343 const val TELEGRAM_BOTS = " 9.2.0"
Original file line number Diff line number Diff line change 11plugins {
22 id(" java" )
3- id(" fabric-loom" ) version " 1.12.2 "
3+ id(" fabric-loom" ) version " 1.14.10 "
44}
55
66java {
@@ -17,13 +17,13 @@ repositories {
1717}
1818
1919dependencies {
20- val yarnVersion = " 1.21.8 +build.1"
20+ val yarnVersion = " 1.21.11-pre5 +build.1"
2121 val minecraftVersion = yarnVersion.substringBefore(' +' )
2222 mappings(" net.fabricmc:yarn:$yarnVersion " )
2323 minecraft(" com.mojang:minecraft:$minecraftVersion " )
2424
25- modImplementation(" net.fabricmc:fabric-loader:0.17.2 " )
26- modImplementation(" net.fabricmc.fabric-api:fabric-api:0.132.0+1.21.8 " )
25+ modImplementation(" net.fabricmc:fabric-loader:0.18.4 " )
26+ modImplementation(" net.fabricmc.fabric-api:fabric-api:0.141.1+26.1 " )
2727
2828 modLocalRuntime(" maven.modrinth:fabric-permissions-api:0.5.0" )
2929 modLocalRuntime(" maven.modrinth:luckperms:5.4.36-forge" )
You can’t perform that action at this time.
0 commit comments