Set default potion color
This commit is contained in:
parent
6d4cd5199a
commit
7858cdee8f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue