Android station shape

This commit is contained in:
DBotThePony 2021-08-18 16:43:07 +07:00
parent d3286c30de
commit 1b8f3a5030
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -20,11 +20,12 @@ import ru.dbotthepony.mc.otm.Registry;
import ru.dbotthepony.mc.otm.block.entity.BlockEntityAndroidStation;
import ru.dbotthepony.mc.otm.capability.IAndroidCapability;
import ru.dbotthepony.mc.otm.capability.MatteryCapability;
import ru.dbotthepony.mc.otm.shapes.BlockShapes;
import javax.annotation.Nullable;
public class BlockAndroidStation extends BlockMattery implements EntityBlock {
private final VoxelShape SHAPE = Shapes.box(0, 0, 0, 1, 0.5, 1);
private final VoxelShape SHAPE = BlockShapes.ANDROID_STATION.computeShape();
public BlockAndroidStation() {
super();