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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user