Infinity bow settings

This commit is contained in:
William Blake Galbreath
2025-01-09 19:31:29 -08:00
committed by granny
parent 6f8ae53ef5
commit 13ce5ce283
3 changed files with 28 additions and 47 deletions

View File

@@ -126,6 +126,11 @@ public class PurpurWorldConfig {
entityLifeSpan = getInt("gameplay-mechanics.entity-lifespan", entityLifeSpan);
}
public boolean infinityWorksWithoutArrows = false;
private void infinityArrowsSettings() {
infinityWorksWithoutArrows = getBoolean("gameplay-mechanics.infinity-bow.works-without-arrows", infinityWorksWithoutArrows);
}
public List<Item> itemImmuneToCactus = new ArrayList<>();
public List<Item> itemImmuneToExplosion = new ArrayList<>();
public List<Item> itemImmuneToFire = new ArrayList<>();