Add core mod files, build configuration, mixin for stronghold placement, and data resources to enable extended stronghold generation in Minecraft. Includes Gradle setup, MIT license, mod metadata, and structure definitions.
10 lines
177 B
Groovy
10 lines
177 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
name = 'Fabric'
|
|
url = 'https://maven.fabricmc.net/'
|
|
}
|
|
gradlePluginPortal()
|
|
}
|
|
}
|