Add stone to usesData HashSet.
This commit is contained in:
@ -728,6 +728,7 @@ public enum BlockType {
|
|||||||
*/
|
*/
|
||||||
private static final Set<Integer> usesData = new HashSet<Integer>();
|
private static final Set<Integer> usesData = new HashSet<Integer>();
|
||||||
static {
|
static {
|
||||||
|
usesData.add(BlockID.STONE);
|
||||||
usesData.add(BlockID.DIRT);
|
usesData.add(BlockID.DIRT);
|
||||||
usesData.add(BlockID.WOOD);
|
usesData.add(BlockID.WOOD);
|
||||||
usesData.add(BlockID.SAPLING);
|
usesData.add(BlockID.SAPLING);
|
||||||
|
|||||||
Reference in New Issue
Block a user