Made jar size around 1.5 MB smaller by removing an unused dependency

This commit is contained in:
coolGi
2023-02-12 22:19:36 +10:30
parent 79ba86d8c2
commit e2dcbf48af
5 changed files with 19 additions and 23 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ project(":api").projectDir = file('coreSubProjects/api')
// Minecraft dependent sub-projects
include("common")
include("fabric")
//include("quilt") // Just put this here for once we need it
//include("quilt") // Just put this here for once we need it ;)
//include("forge") // FIXME: Fix forge, its just annoying