Added recipes and block textures to the path blocks.

This commit is contained in:
WayofTime 2016-01-30 07:58:08 -05:00
parent 8d854a5b69
commit 690cf6c4f3
11 changed files with 21 additions and 8 deletions

View file

@ -11,7 +11,7 @@ import WayofTime.bloodmagic.block.base.BlockString;
public class BlockPath extends BlockString implements IIncensePath
{
public static final String[] names = { "wood", "stone", "wornStone" };
public static final String[] names = { "wood", "stone", "wornstone" };
public BlockPath()
{