worldborder-ignite-mod/build.gradle.kts

14 lines
248 B
Text
Raw Permalink Normal View History

2023-02-11 23:48:36 +01:00
plugins {
2024-01-07 03:04:18 +01:00
id("mod.base-conventions")
2023-02-11 23:48:36 +01:00
}
dependencies {
2024-11-22 13:13:08 +01:00
remapper("net.fabricmc:tiny-remapper:0.10.4:fat")
2024-01-07 03:04:18 +01:00
compileOnly(libs.ignite)
compileOnly(libs.mixin)
2024-02-04 10:06:58 +01:00
compileOnly(libs.mixinExtras)
2023-02-11 23:48:36 +01:00
2024-01-07 03:04:18 +01:00
paperweight.paperDevBundle(libs.versions.paper)
2023-02-11 23:48:36 +01:00
}