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

dyable -> dyeable in cosmetic configs

This commit is contained in:
LoJoSho
2022-12-09 09:56:24 -06:00
parent fbc6dbc47a
commit ed56eeb946

View File

@@ -19,7 +19,7 @@ public class Cosmetic {
setSlot(CosmeticSlot.valueOf(config.node("slot").getString()));
setEquipable(false);
setDyable(config.node("dyable").getBoolean(false));
setDyable(config.node("dyeable").getBoolean(false));
Cosmetics.addCosmetic(this);
}