Added a lot more framework for the node routing.
This commit is contained in:
parent
1b6e3442ae
commit
269459c5c5
19 changed files with 677 additions and 16 deletions
|
@ -21,6 +21,12 @@ public class BlockMasterRoutingNode extends BlockContainer
|
|||
setHarvestLevel("pickaxe", 2);
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getRenderType()
|
||||
{
|
||||
return 3;
|
||||
}
|
||||
|
||||
@Override
|
||||
public TileEntity createNewTileEntity(World worldIn, int meta)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue