9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-19 15:09:19 +00:00

feat: remove nms in HMCC, update to support Hibiscus Commons 0.1.8

This commit is contained in:
LoJoSho
2023-12-23 12:37:20 -06:00
parent 967349f5af
commit 74feb112f6
30 changed files with 40 additions and 1248 deletions

View File

@@ -7,12 +7,5 @@ pluginManagement {
rootProject.name = "HMCCosmetics"
include(
"common",
"v1_18_R2",
"v1_19_R1",
"v1_19_R2",
"v1_19_R3",
"v1_20_R1",
"v1_20_R2",
"v1_20_R3"
"common"
)