Ported to 1.16.2-pre

This commit is contained in:
Sebastian Hartte
2020-08-01 17:14:12 +02:00
parent 3d1a919e69
commit 1b31185cdb
90 changed files with 356 additions and 258 deletions
@@ -96,7 +96,7 @@ public final class SingularityEntity extends AEBaseItemEntity {
// check... other name.
if (!matches) {
Tag<Item> tag = ItemTags.getContainer().get(TAG_ENDER_PEARL);
Tag<Item> tag = ItemTags.getTagGroup().getTag(TAG_ENDER_PEARL);
if (tag != null && other.getItem().isIn(tag)) {
matches = true;
}