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

update BalloonEntity on color

This commit is contained in:
LoJoSho
2023-01-05 10:47:54 -06:00
parent 6c1611d146
commit 33b33ceef2

View File

@@ -42,6 +42,7 @@ public class BalloonEntity {
if (color != null) {
modeledEntity.getModels().forEach((d, singleModel) -> {
singleModel.getRendererHandler().setColor(color);
singleModel.getRendererHandler().update();
});
}
this.modeledEntity = modeledEntity;