Added PlayerDectector closes #286
This commit is contained in:
parent
05e7ecf2f3
commit
d545521d04
4 changed files with 168 additions and 2 deletions
|
@ -125,6 +125,7 @@ public class ModBlocks {
|
|||
|
||||
playerDetector = new BlockPlayerDetector();
|
||||
GameRegistry.registerBlock(playerDetector, ItemBlockPlayerDetector.class, "playerDetector");
|
||||
GameRegistry.registerTileEntity(TilePlayerDectector.class, "TilePlayerDectectorTR");
|
||||
|
||||
MachineCasing = new BlockMachineCasing(Material.rock);
|
||||
GameRegistry.registerBlock(MachineCasing, ItemBlockMachineCasing.class, "machinecasing");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue