Set default potion color

This commit is contained in:
D3v1s0m 2023-06-25 13:37:36 +05:30
parent 6d4cd5199a
commit 7858cdee8f
No known key found for this signature in database
GPG Key ID: 3B6EC35367B8D82E

@ -48,7 +48,7 @@ public class EntityPropertyRegistryImpl implements EntityPropertyRegistry {
registerType("offhand", ItemStack.class); registerType("offhand", ItemStack.class);
registerType("using_item", false); // TODO: Eating/Drinking/Blocking with sword/etc registerType("using_item", false); // TODO: Eating/Drinking/Blocking with sword/etc
registerType("potion_color", PotionColor.class); // TODO registerType("potion_color", PotionColor.DEFAULT, PotionColor.class);
registerType("potion_ambient", false); // TODO registerType("potion_ambient", false); // TODO
registerType("shaking", false); registerType("shaking", false);
registerType("baby", false); // TODO registerType("baby", false); // TODO