forked from PatchworkMC/patchwork-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle
38 lines (35 loc) · 952 Bytes
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
pluginManagement {
repositories {
jcenter()
gradlePluginPortal()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenLocal()
}
}
rootProject.name = "patchwork-api"
include 'patchwork-biomes'
include 'patchwork-capabilities'
include 'patchwork-data-generators'
include 'patchwork-dispatcher'
include 'patchwork-enum-hacks'
include 'patchwork-events-entity'
include 'patchwork-events-input'
include 'patchwork-events-lifecycle'
include 'patchwork-events-rendering'
include 'patchwork-events-world'
include 'patchwork-extensions'
include 'patchwork-extensions-block'
include 'patchwork-extensions-item'
include 'patchwork-extensions-shearing'
include 'patchwork-fml'
include 'patchwork-gui'
include 'patchwork-level-generators'
include 'patchwork-loot'
include 'patchwork-networking'
include 'patchwork-networking-messages'
include 'patchwork-recipes'
include 'patchwork-registries'
include 'patchwork-vanilla-patches'