16 lines
300 B
Kotlin
16 lines
300 B
Kotlin
rootProject.name = "RefinedStorage"
|
|
|
|
plugins {
|
|
id("dev.scaffoldit") version "0.2.+"
|
|
}
|
|
|
|
hytale {
|
|
usePatchline("release")
|
|
useVersion("latest")
|
|
|
|
manifest {
|
|
Group = "RefinedStorage"
|
|
Name = "RefinedStorage2"
|
|
Main = "dev.refinedstorage.RefinedStoragePlugin"
|
|
}
|
|
}
|