File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ object Versions {
3434 const val FABRIC_YARN_MAPPINGS = " 1.21.8+build.1"
3535 val FABRIC_MINECRAFT = FABRIC_YARN_MAPPINGS .substringBefore(' +' )
3636 const val FABRIC_LOADER = " 0.17.2"
37- const val FABRIC_COMMAND_API_V2 = " 2.3.4+33df5e6e5d "
37+ const val FABRIC_COMMAND_API_V2 = " 2.3.4+33df5e6ee1 "
3838 const val FABRIC_COMMAND_API_V1 = " 1.2.56+f71b366f73"
39- const val FABRIC_LIFECYCLE_EVENTS_V1 = " 2.6.7+33df5e6e5d "
39+ const val FABRIC_LIFECYCLE_EVENTS_V1 = " 2.6.7+33df5e6ee1 "
4040
4141 // TelegramBots
4242 const val TELEGRAM_BOTS = " 9.0.0"
Original file line number Diff line number Diff line change 11plugins {
22 id(" java" )
3- id(" fabric-loom" ) version " 1.11.7 "
3+ id(" fabric-loom" ) version " 1.11.8 "
44}
55
66java {
@@ -23,7 +23,7 @@ dependencies {
2323 minecraft(" com.mojang:minecraft:$minecraftVersion " )
2424
2525 modImplementation(" net.fabricmc:fabric-loader:0.17.2" )
26- modImplementation(" net.fabricmc.fabric-api:fabric-api:0.133.0 +1.21.9" )
26+ modImplementation(" net.fabricmc.fabric-api:fabric-api:0.133.6 +1.21.9" )
2727
2828 modLocalRuntime(" maven.modrinth:fabric-permissions-api:0.4.0" )
2929 modLocalRuntime(" maven.modrinth:luckperms:5.4.36-forge" )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 `litecommands- java- 17 `
33 `litecommands- repositories`
44 `litecommands- publish`
5- id(" fabric-loom" ) version " 1.11.7 "
5+ id(" fabric-loom" ) version " 1.11.8 "
66}
77
88repositories {
You can’t perform that action at this time.
0 commit comments