JitseB / NPCLib

(Minecraft) NPCLib – Basic non-player character library.
MIT License
197 stars 49 forks source link

Fix NPCState#CROUCHED for 1.14.x -> 1.16.x #126

Closed Mooselk closed 3 years ago

Mooselk commented 3 years ago

It's not pretty but, it works.

Mooselk commented 3 years ago

129 bug doesn’t occur here for versions 1.14.x -> 1.16.x

There’s probably a better way to track states than what I have here.

JitseB commented 3 years ago

Oh yeah, that would work just fine.

Merging!