Add SilkSpawners mod source files, configuration, mixins, Gradle build scripts, and metadata for Fabric. Implements spawner drop logic, config loading/saving, and required interfaces/mixins for custom spawner behavior.
10 lines
177 B
Groovy
10 lines
177 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
name = 'Fabric'
|
|
url = 'https://maven.fabricmc.net/'
|
|
}
|
|
gradlePluginPortal()
|
|
}
|
|
}
|