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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user