mirror of
https://github.com/Samsuik/Sakura.git
synced 2025-12-19 14:59:30 +00:00
@@ -82,7 +82,7 @@ public final class WorldConfiguration extends ConfigurationPart {
|
|||||||
|
|
||||||
public Explosion explosion = new Explosion();
|
public Explosion explosion = new Explosion();
|
||||||
public class Explosion extends ConfigurationPart {
|
public class Explosion extends ConfigurationPart {
|
||||||
public boolean optimiseProtectedRegions = true;
|
public boolean optimiseProtectedRegions = false;
|
||||||
public boolean avoidRedundantBlockSearches = false;
|
public boolean avoidRedundantBlockSearches = false;
|
||||||
public Map<Block, DurableMaterial> durableMaterials = Util.make(new Reference2ObjectOpenHashMap<>(), map -> {
|
public Map<Block, DurableMaterial> durableMaterials = Util.make(new Reference2ObjectOpenHashMap<>(), map -> {
|
||||||
map.put(Blocks.OBSIDIAN, new DurableMaterial(4, Blocks.COBBLESTONE.getExplosionResistance()));
|
map.put(Blocks.OBSIDIAN, new DurableMaterial(4, Blocks.COBBLESTONE.getExplosionResistance()));
|
||||||
|
|||||||
Reference in New Issue
Block a user