Add TNT only making Damage in spawning Region

This commit is contained in:
2026-08-13 17:40:57 +02:00
parent 92085e408e
commit ba577e2e47
3 changed files with 17 additions and 0 deletions
@@ -164,6 +164,7 @@ public class DynamicRegionSystem implements RegionSystem {
.map(DynamicRegion.class::cast);
}
@Override
public Stream<Region> getConnectedRegions(Region region) {
Set<Region> regions = regionTypeMap.get(region.getType());