PrismarineJS / prismarine-physics

Provide the physics engine for minecraft entities
MIT License
35 stars 41 forks source link

Add missing null check for item nbt #16

Closed IdanHo closed 4 years ago

IdanHo commented 4 years ago

fixes #15

rom1504 commented 4 years ago

When bugs like this are found, it would be great to think how regression tests to avoid this class of bugs could be added to this package. Otherwise more similar bugs will for sure be added with new code ;)