Add Enum EntityPose.CROUCHING
TheCalypso opened this issue ยท 2 comments
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Can you add this enum: EntityPose.CROUCHING | net.minecraft.server.v1_15_R1.EntityPose in EnumWrappers because Mojang added this in 1.14 and it allows to have the position of the player
I tried to add a new wrapper for it, but I couldn't make it :(
Hopefully someone else knows how to do it.
Please see my comment on this issue:
#864