feat: new BlockAndSeekMap param waterDealsDamage

This commit is contained in:
2025-12-09 17:03:20 +03:00
parent 3e274a03ff
commit 42f2a97cd4

View File

@@ -64,4 +64,7 @@ public class BlockAndSeekMap extends OkaeriConfig {
@Comment("Available prop blocks for hiders") @Comment("Available prop blocks for hiders")
private List<PropBlock> blocks = new ArrayList<>(List.of(new PropBlock(new ItemStack(Material.TARGET), Rarity.LEGENDARY))); private List<PropBlock> blocks = new ArrayList<>(List.of(new PropBlock(new ItemStack(Material.TARGET), Rarity.LEGENDARY)));
@Comment("Deals small damage for props if they touches water")
private boolean waterDealsDamage = true;
} }