From 7858cdee8ff86606d660431d066a824d6849c8d9 Mon Sep 17 00:00:00 2001 From: D3v1s0m <49519439+D3v1s0m@users.noreply.github.com> Date: Sun, 25 Jun 2023 13:37:36 +0530 Subject: [PATCH] Set default potion color --- .../lol/pyr/znpcsplus/entity/EntityPropertyRegistryImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/java/lol/pyr/znpcsplus/entity/EntityPropertyRegistryImpl.java b/plugin/src/main/java/lol/pyr/znpcsplus/entity/EntityPropertyRegistryImpl.java index e792100..c09258d 100644 --- a/plugin/src/main/java/lol/pyr/znpcsplus/entity/EntityPropertyRegistryImpl.java +++ b/plugin/src/main/java/lol/pyr/znpcsplus/entity/EntityPropertyRegistryImpl.java @@ -48,7 +48,7 @@ public class EntityPropertyRegistryImpl implements EntityPropertyRegistry { registerType("offhand", ItemStack.class); 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("shaking", false); registerType("baby", false); // TODO