Fixed some ToDos
This commit is contained in:
parent
f615453106
commit
9f8af3085e
8 changed files with 16 additions and 26 deletions
|
@ -26,7 +26,6 @@ public class EndLotusFlowerBlock extends EndPlantBlock {
|
|||
private static final VoxelShape SHAPE_COLLISION = Block.box(0, 0, 0, 16, 2, 16);
|
||||
|
||||
public EndLotusFlowerBlock() {
|
||||
//TODO: 1.19 Test if we can remove dynamic shape and offsetType
|
||||
super(basePlantSettings(15).offsetType(BlockBehaviour.OffsetType.NONE));
|
||||
}
|
||||
|
||||
|
|
|
@ -116,7 +116,6 @@ public class EndStoneSmelter extends BaseBlockWithEntity implements AlloyingReci
|
|||
@Override
|
||||
@SuppressWarnings("deprecation")
|
||||
public int getAnalogOutputSignal(BlockState state, Level world, BlockPos pos) {
|
||||
//TODO
|
||||
return AbstractContainerMenu.getRedstoneSignalFromBlockEntity(world.getBlockEntity(pos));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue