made block placer rotateable
This commit is contained in:
parent
aabcf7d469
commit
1e0ad25077
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
package resonantinduction.mechanical.blockeditor;
|
||||
|
||||
import calclavia.lib.content.module.prefab.TileInventory;
|
||||
import calclavia.lib.prefab.tile.IRotatable;
|
||||
import net.minecraft.block.material.Material;
|
||||
import net.minecraft.world.IBlockAccess;
|
||||
import net.minecraftforge.common.ForgeDirection;
|
||||
|
@ -9,7 +10,7 @@ import net.minecraftforge.common.ForgeDirection;
|
|||
* @since 18/03/14
|
||||
* @author tgame14
|
||||
*/
|
||||
public class BlockTilePlacer extends TileInventory
|
||||
public class BlockTilePlacer extends TileInventory implements IRotatable
|
||||
{
|
||||
public BlockTilePlacer ()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue