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

Support for 1.19.3

This commit is contained in:
LoJoSho
2023-01-11 14:56:25 -06:00
parent dce6e4e0ca
commit 94c646aefc
8 changed files with 360 additions and 3 deletions

View File

@@ -7,5 +7,6 @@ pluginManagement {
rootProject.name = "HMCCosmetics"
include(
"common",
"v1_19_R1"
"v1_19_R1",
"v1_19_R2"
)