13 lines
248 B
Text
13 lines
248 B
Text
plugins {
|
|
id("mod.base-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
remapper("net.fabricmc:tiny-remapper:0.10.4:fat")
|
|
|
|
compileOnly(libs.ignite)
|
|
compileOnly(libs.mixin)
|
|
compileOnly(libs.mixinExtras)
|
|
|
|
paperweight.paperDevBundle(libs.versions.paper)
|
|
}
|