Add disk manipulator texture
This commit is contained in:
@@ -39,4 +39,9 @@ public class BlockDiskManipulator extends BlockNode {
|
||||
|
||||
super.breakBlock(world, pos, state);
|
||||
}
|
||||
|
||||
@Override
|
||||
public EnumPlacementType getPlacementType() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user