Files
terra-originum/settings.gradle
CosmoOrSth f06ceb345c partial implementation of cotton crop
- all functionality except loot table for the cotton crop block has been added
- textures should be considered placeholders and are subject to change
2024-05-31 20:44:23 +05:30

11 lines
200 B
Groovy

pluginManagement {
repositories {
mavenCentral()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}