@@ -7,14 +7,15 @@ driver-mariadb = "3.5.6"
77driver-mysql = " 8.0.33"
88exposed = " 0.61.0"
99forgegradle = " [6.0,6.2)"
10+ neoforgegradle = " 7.1.6"
1011gradle-buildconfig = " 5.7.0"
1112gradle-ftp = " 0.1.2"
1213gradle-shadow = " 9.2.2"
1314gson = " 2.13.2"
1415guava = " 33.5.0-jre"
1516jda = " 6.1.0"
1617jda-webhook = " 0.8.4"
17- klibs-gradleplugin = " 1.11.1 "
18+ klibs-gradleplugin = " 1.13.2 "
1819klibs-kdi = " 1.4.8"
1920klibs-kstorage = " 4.4.1"
2021klibs-mikro = " 1.16.0"
@@ -29,7 +30,7 @@ ktor = "3.3.1"
2930kyori = " 4.25.0"
3031kyori-adventure = " 4.25.0"
3132mcprotocollib = " 1.21.7-SNAPSHOT"
32- minecraft-astralibs = " 3.28.4 "
33+ minecraft-astralibs = " 3.31.1 "
3334minecraft-bstats = " 3.1.0"
3435minecraft-bungee = " 1.21-R0.5-SNAPSHOT"
3536minecraft-essentialsx = " 2.21.2"
@@ -39,14 +40,16 @@ minecraft-fabric-loader = "0.17.3"
3940minecraft-fabric-loom = " 1.12.5"
4041minecraft-luckperms = " 5.5"
4142minecraft-mockbukkit = " 4.33.2"
42- minecraft-mojang-version = " 1.20 .1"
43- minecraft-packetevents = " 2.10.0 "
43+ minecraft-mojang-version = " 1.21 .1"
44+ minecraft-packetevents = " 2.10.1 "
4445minecraft-papi = " 2.11.6"
4546minecraft-protocollib = " 5.3.0"
4647minecraft-spigot = " 1.21.9-R0.1-SNAPSHOT"
4748minecraft-towny = " 0.101.2.1"
4849minecraft-vault = " 1.7.1"
4950minecraft-velocity = " 4.0.0-SNAPSHOT"
51+ minecraft-forgeversion = " 47.2.20"
52+ minecraft-neoforgeversion = " 21.1.129"
5053shadow = " 8.1.8"
5154telegrambots = " 9.2.0"
5255tests-junit-bom = " 6.0.1"
@@ -92,7 +95,7 @@ ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
9295ktor-client-json = { module = " io.ktor:ktor-client-json" , version.ref = " ktor" }
9396ktor-logging = { module = " io.ktor:ktor-client-logging" , version.ref = " ktor" }
9497ktor-serialization-json = { module = " io.ktor:ktor-serialization-kotlinx-json" , version.ref = " ktor" }
95- kyori-adventure- plain = { module = " net.kyori:adventure-text-serializer-plain" , version.ref = " kyori-adventure" }
98+ kyori-plain = { module = " net.kyori:adventure-text-serializer-plain" , version.ref = " kyori-adventure" }
9699kyori-api = { module = " net.kyori:adventure-api" , version.ref = " kyori" }
97100kyori-gson = { module = " net.kyori:adventure-text-serializer-gson" , version.ref = " kyori" }
98101kyori-legacy = { module = " net.kyori:adventure-text-serializer-legacy" , version.ref = " kyori" }
@@ -101,7 +104,7 @@ mcprotocollib = { module = "org.geysermc.mcprotocollib:protocol", version.ref =
101104minecraft-astralibs-command = { module = " ru.astrainteractive.astralibs:command" , version.ref = " minecraft-astralibs" }
102105minecraft-astralibs-command-bukkit = { module = " ru.astrainteractive.astralibs:command-bukkit" , version.ref = " minecraft-astralibs" }
103106minecraft-astralibs-core-bukkit = { module = " ru.astrainteractive.astralibs:core-bukkit" , version.ref = " minecraft-astralibs" }
104- minecraft-astralibs-core-forge = { module = " ru.astrainteractive.astralibs:core-forge " , version.ref = " minecraft-astralibs" }
107+ minecraft-astralibs-core-neoforge = { module = " ru.astrainteractive.astralibs:core-neoforge " , version.ref = " minecraft-astralibs" }
105108minecraft-astralibs-exposed = { module = " ru.astrainteractive.astralibs:exposed" , version.ref = " minecraft-astralibs" }
106109minecraft-astralibs-menu-bukkit = { module = " ru.astrainteractive.astralibs:menu-bukkit" , version.ref = " minecraft-astralibs" }
107110minecraft-astralibs-orm = { module = " ru.astrainteractive.astralibs:orm" , version.ref = " minecraft-astralibs" }
@@ -124,6 +127,7 @@ minecraft-spigot-core = { module = "org.spigotmc:spigot", version.ref = "minecra
124127minecraft-towny = { module = " com.palmergames.bukkit.towny:towny" , version.ref = " minecraft-towny" }
125128minecraft-vaultapi = { module = " com.github.MilkBowl:VaultAPI" , version.ref = " minecraft-vault" }
126129minecraft-velocity-api = { module = " com.velocitypowered:velocity-api" , version.ref = " minecraft-velocity" }
130+ minecraft-neoforgeversion = { module = " net.neoforged:neoforge" , version.ref = " minecraft-neoforgeversion" }
127131telegrambots-client = { module = " org.telegram:telegrambots-client" , version.ref = " telegrambots" }
128132telegrambots-extensions = { module = " org.telegram:telegrambots-extensions" , version.ref = " telegrambots" }
129133telegrambots-longpolling = { module = " org.telegram:telegrambots-longpolling" , version.ref = " telegrambots" }
@@ -140,13 +144,14 @@ turbine = { module = "app.cash.turbine:turbine", version.ref = "turbine" }
140144fabric-loom = { id = " fabric-loom" , version.ref = " minecraft-fabric-loom" }
141145forgegradle = { id = " net.minecraftforge.gradle" , version.ref = " forgegradle" }
142146gradle-buildconfig = { id = " com.github.gmazzo.buildconfig" , version.ref = " gradle-buildconfig" }
147+ neoforgegradle = { id = " net.neoforged.gradle.userdev" , version.ref = " neoforgegradle" }
143148gradle-ftp = { id = " ru.astrainteractive.ftpplugin.gradleftp" , version.ref = " gradle-ftp" }
144149gradle-shadow = { id = " com.gradleup.shadow" , version.ref = " gradle-shadow" }
145150klibs-gradle-detekt = { id = " ru.astrainteractive.gradleplugin.detekt" , version.ref = " klibs-gradleplugin" }
146151klibs-gradle-detekt-compose = { id = " ru.astrainteractive.gradleplugin.detekt.compose" , version.ref = " klibs-gradleplugin" }
147152klibs-gradle-dokka-module = { id = " ru.astrainteractive.gradleplugin.dokka.module" , version.ref = " klibs-gradleplugin" }
148153klibs-gradle-dokka-root = { id = " ru.astrainteractive.gradleplugin.dokka.root" , version.ref = " klibs-gradleplugin" }
149- klibs-gradle-java-core = { id = " ru.astrainteractive.gradleplugin.java.core " , version.ref = " klibs-gradleplugin" }
154+ klibs-gradle-java-version = { id = " ru.astrainteractive.gradleplugin.java.version " , version.ref = " klibs-gradleplugin" }
150155klibs-gradle-minecraft-empty = { id = " ru.astrainteractive.gradleplugin.minecraft.empty" , version.ref = " klibs-gradleplugin" }
151156klibs-gradle-minecraft-multiplatform = { id = " ru.astrainteractive.gradleplugin.minecraft.multiplatform" , version.ref = " klibs-gradleplugin" }
152157klibs-gradle-publication = { id = " ru.astrainteractive.gradleplugin.publication" , version.ref = " klibs-gradleplugin" }
0 commit comments