Add disk manipulator texture

This commit is contained in:
Raoul Van den Berge
2016-09-21 17:42:27 +02:00
parent 90c7420851
commit 41bdbad10d
3 changed files with 16 additions and 24 deletions

View File

@@ -39,4 +39,9 @@ public class BlockDiskManipulator extends BlockNode {
super.breakBlock(world, pos, state);
}
@Override
public EnumPlacementType getPlacementType() {
return null;
}
}