PC-541
Covers all possible eventualities of redstone ore and glowing redstone ore
This commit is contained in:
parent
e96f7f1217
commit
5644589b10
@ -325,7 +325,7 @@ public class RecreationData
|
||||
}
|
||||
|
||||
//Fix for glowing redstone ore
|
||||
if (expectedState.getType() == Material.REDSTONE_ORE && currentBlock.getType() == Material.GLOWING_REDSTONE_ORE)
|
||||
if ((expectedState.getType() == Material.REDSTONE_ORE && currentBlock.getType() == Material.GLOWING_REDSTONE_ORE) || (expectedState.getType() == Material.GLOWING_REDSTONE_ORE && currentBlock.getType() == Material.REDSTONE_ORE))
|
||||
{
|
||||
score++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user