mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 10:57:11 +00:00
Added 1.3 blocks to isNaturalTerrainBlock.
This commit is contained in:
parent
22ed05576c
commit
7c4cf0494f
@ -790,6 +790,7 @@ public enum BlockType {
|
||||
isNaturalTerrainBlock.add(BlockID.DIAMOND_ORE);
|
||||
isNaturalTerrainBlock.add(BlockID.REDSTONE_ORE);
|
||||
isNaturalTerrainBlock.add(BlockID.GLOWING_REDSTONE_ORE);
|
||||
isNaturalTerrainBlock.add(BlockID.EMERALD_ORE);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user