1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-21 11:13:00 +01:00

Silly me, prismarine isn't an ore.

This commit is contained in:
t00thpick1
2014-12-18 14:11:54 -05:00
parent 32336b712b
commit 8c2f3cff8f
2 changed files with 1 additions and 1 deletions

View File

@@ -18,7 +18,6 @@ public final class MaterialUtils {
case QUARTZ_ORE:
case REDSTONE_ORE:
case EMERALD_ORE:
case PRISMARINE:
return true;
default:
return mcMMO.getModManager().isCustomOre(data);