feat: new BlockAndSeekMap param waterDealsDamage
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user