2019-04-23 18:46:23 -04:00
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
jcenter()
|
|
|
|
gradlePluginPortal()
|
|
|
|
maven {
|
|
|
|
name = 'Fabric'
|
|
|
|
url = 'https://maven.fabricmc.net/'
|
|
|
|
}
|
|
|
|
mavenLocal()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-04-24 13:15:08 -04:00
|
|
|
rootProject.name = "fabric-api"
|
|
|
|
|
2019-04-23 18:56:30 -04:00
|
|
|
include 'fabric-commands'
|
2019-04-23 18:46:23 -04:00
|
|
|
include 'fabric-containers'
|
2019-04-23 18:56:30 -04:00
|
|
|
include 'fabric-content-registries'
|
2019-04-23 18:46:23 -04:00
|
|
|
include 'fabric-crash-report-info'
|
|
|
|
include 'fabric-events-interaction'
|
|
|
|
include 'fabric-events-lifecycle'
|
2019-04-23 18:27:12 -04:00
|
|
|
include 'fabric-item-groups'
|
2019-04-23 18:46:23 -04:00
|
|
|
include 'fabric-lib'
|
2019-04-27 16:05:10 -04:00
|
|
|
include 'fabric-keybindings'
|
2019-04-23 18:46:23 -04:00
|
|
|
include 'fabric-mining-levels'
|
2019-04-23 18:56:30 -04:00
|
|
|
include 'fabric-models'
|
2019-04-23 18:46:23 -04:00
|
|
|
include 'fabric-networking'
|
|
|
|
include 'fabric-networking-blockentity'
|
|
|
|
include 'fabric-object-builders'
|
|
|
|
include 'fabric-registry-sync'
|
2019-04-27 16:05:10 -04:00
|
|
|
include 'fabric-rendering-hooks'
|
2019-04-23 18:46:23 -04:00
|
|
|
include 'fabric-resource-loader'
|
2019-04-23 18:51:01 -04:00
|
|
|
include 'fabric-tag-hooks'
|
2019-04-23 18:56:30 -04:00
|
|
|
include 'fabric-textures'
|