order fix
This commit is contained in:
parent
11d94d15c0
commit
8f976996b1
1 changed files with 3 additions and 3 deletions
|
@ -131,12 +131,12 @@ public class EntityPropertyRegistryImpl implements EntityPropertyRegistry {
|
|||
registerType("fox_sleeping", false);
|
||||
registerType("fox_faceplanted", false);
|
||||
|
||||
// Pufferfish
|
||||
registerType("puff_state", null); // TODO: Make a puff state enum class
|
||||
|
||||
// Frog
|
||||
registerType("frog_variant", FrogVariant.TEMPERATE);
|
||||
|
||||
// Pufferfish
|
||||
registerType("puff_state", null); // TODO: Make a puff state enum class
|
||||
|
||||
// Tropical Fish
|
||||
registerType("tropical_fish_variant", null); // TODO: Maybe make an enum class for this? its just an int on wiki.vg
|
||||
|
||||
|
|
Loading…
Reference in a new issue