First 1.21.3 drafts

This commit is contained in:
2024-11-26 16:30:24 +01:00
parent df37fa1564
commit d6202f9596
5 changed files with 107 additions and 11 deletions
@@ -146,7 +146,7 @@ public class EventListener implements Listener {
@EventHandler(priority = EventPriority.HIGH)
public void onEntitySpawn(EntitySpawnEvent event) {
if (event.getEntityType() != EntityType.PRIMED_TNT) {
if (event.getEntityType().name().equals("tnt")) {
return;
}
Region tntRegion = Region.getRegion(event.getLocation());