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-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
|
|
|
}
|