Skip to content

Commit

Permalink
fix: Ignore DragonPhase of ender_dragon
Browse files Browse the repository at this point in the history
  • Loading branch information
kbinani committed May 7, 2024
1 parent b4b9e69 commit 4634c81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/j2b2j.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,8 @@ static void CheckEntityJ(std::u8string const &id, CompoundTag const &entityE, Co
CHECK(totalE == totalA);
} else if (id == u8"minecraft:parrot") {
blacklist.insert(u8"NoGravity");
} else if (id == u8"minecraft:ender_dragon") {
blacklist.insert(u8"DragonPhase");
}

CheckTextComponent(entityE, entityA, u8"CustomName");
Expand Down

0 comments on commit 4634c81

Please sign in to comment.