- all functionality except loot table for the cotton crop block has been added - textures should be considered placeholders and are subject to change
11 lines
200 B
Groovy
11 lines
200 B
Groovy
pluginManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
maven {
|
|
name = 'Fabric'
|
|
url = 'https://maven.fabricmc.net/'
|
|
}
|
|
gradlePluginPortal()
|
|
}
|
|
}
|