Swap the order of BloodStoneBrick
Now matches the Crystal blocks
This commit is contained in:
parent
70f9b9f101
commit
22a0e2b8a9
5 changed files with 10 additions and 10 deletions
|
@ -7,7 +7,7 @@ import net.minecraft.block.material.Material;
|
|||
|
||||
public class BlockBloodStoneBrick extends BlockString
|
||||
{
|
||||
public static final String[] names = { "normal", "large" };
|
||||
public static final String[] names = { "large", "normal" };
|
||||
|
||||
public BlockBloodStoneBrick()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue