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

Balloons can no longer be dyed

This commit is contained in:
LoJoSho
2023-01-08 21:13:26 -06:00
parent f535849d57
commit 41eebc19b1

View File

@@ -23,6 +23,8 @@ public class CosmeticBalloonType extends Cosmetic {
String modelId = config.node("model").getString();
this.modelName = modelId;
setDyable(false);
}
@Override