Skip to content

Commit

Permalink
Bit heavy.
Browse files Browse the repository at this point in the history
  • Loading branch information
wizjany committed May 14, 2019
1 parent 11b85e1 commit 8d8dd56
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -616,7 +616,7 @@ public final class Materials {
MATERIAL_FLAGS.put(Material.WALL_SIGN, 0);
MATERIAL_FLAGS.put(Material.DANDELION_YELLOW, MODIFIES_BLOCKS);
MATERIAL_FLAGS.put(Material.ROSE_RED, MODIFIES_BLOCKS);
MATERIAL_FLAGS.put(MATERIAL.CACTUS_GREEN, MODIFIES_BLOCKS);
MATERIAL_FLAGS.put(Material.CACTUS_GREEN, MODIFIES_BLOCKS);
} catch (NoSuchFieldError ignored) { // missing fields in 1.14
}

Expand Down

0 comments on commit 8d8dd56

Please sign in to comment.