fabric: Begin work on commands manager for platform
This commit is contained in:
parent
0722bf6ead
commit
eef98da9c9
16 changed files with 737 additions and 8 deletions
|
|
@ -1,3 +1,12 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
maven("https://maven.fabricmc.net") {
|
||||
name = "fabric"
|
||||
}
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "cloud"
|
||||
|
||||
// Core Modules
|
||||
|
|
@ -16,6 +25,7 @@ setupDiscordModule("cloud-jda")
|
|||
// Minecraft Modules
|
||||
setupMinecraftModule("cloud-brigadier")
|
||||
setupMinecraftModule("cloud-bukkit")
|
||||
setupMinecraftModule("cloud-fabric")
|
||||
setupMinecraftModule("cloud-paper")
|
||||
setupMinecraftModule("cloud-velocity")
|
||||
setupMinecraftModule("cloud-sponge")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue