13 lines
230 B
Text
13 lines
230 B
Text
plugins {
|
|
id("mod.base-conventions")
|
|
}
|
|
|
|
group = "com.example"
|
|
version = "1.0.0-SNAPSHOT"
|
|
|
|
dependencies {
|
|
implementation(libs.ignite)
|
|
implementation(libs.mixin)
|
|
|
|
paperweight.paperDevBundle("1.19.3-R0.1-SNAPSHOT")
|
|
}
|