9 lines
108 B
Groovy
9 lines
108 B
Groovy
plugins {
|
|
id 'root'
|
|
id 'io.github.pacifistmc.forgix' version '2.+'
|
|
}
|
|
|
|
forgix {
|
|
autoRun = true
|
|
}
|