Fix capture of misc entity categories #175

Merged
Rover656 merged 1 commit from fix/soul-vial-misc into dev/1.20.1 2023-07-01 19:23:23 +00:00
Rover656 commented 2023-07-01 14:29:46 +00:00 (Migrated from github.com)

Description

We were excluding the "misc" category of entities to avoid having arrows and minecarts and such, but turns out villagers etc. are misc! Now we grab all living entities exclusively and we avoid doing that check.

Checklist:

  • My code follows the style guidelines of this project (.editorconfig, most IDEs will use this for you)
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
# Description We were excluding the "misc" category of entities to avoid having arrows and minecarts and such, but turns out villagers etc. are misc! Now we grab all living entities exclusively and we avoid doing that check. # Checklist: - [x] My code follows the style guidelines of this project (.editorconfig, most IDEs will use this for you) - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have made corresponding changes to the documentation <!-- Thanks to: https://embeddedartistry.com/blog/2017/08/04/a-github-pull-request-template-for-your-projects/ for the building blocks of this template -->
Sign in to join this conversation.
No reviewers
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Team-EnderIO/EnderIO#175
No description provided.