Add TNT only making Damage in spawning Region

This commit is contained in:
2026-03-16 21:08:26 +01:00
parent 800705d7fd
commit 7c23af3a7d
4 changed files with 53 additions and 0 deletions
@@ -75,4 +75,9 @@ public class FixedRegionSystem implements RegionSystem {
public Stream<Region> getRegions() {
return REGION_MAP.values().stream();
}
@Override
public @NonNull Stream<Region> getConnectedRegions(Region region) {
return Stream.empty();
}
}