9
0
mirror of https://github.com/Samsuik/Sakura.git synced 2025-12-28 11:19:08 +00:00

Make explosion resistant items more configurable

This commit is contained in:
Samsuik
2024-12-25 23:06:07 +00:00
parent a89426aa40
commit b20694524f
2 changed files with 2 additions and 1 deletions

View File

@@ -195,6 +195,7 @@ public final class WorldConfiguration extends ConfigurationPart {
public Items items = new Items();
public class Items extends ConfigurationPart {
public boolean useWhitelistForExplosionResistantItems = true;
public List<Item> explosionResistantItems = List.of();
}