Waterloggable fixes with the cell and cables
This commit is contained in:
parent
86fdbae7b2
commit
727bd418fa
2 changed files with 2 additions and 3 deletions
|
@ -29,6 +29,7 @@ import net.minecraft.block.BlockRenderType;
|
|||
import net.minecraft.block.BlockState;
|
||||
import net.minecraft.block.BlockWithEntity;
|
||||
import net.minecraft.block.Material;
|
||||
import net.minecraft.block.Waterloggable;
|
||||
import net.minecraft.block.entity.BlockEntity;
|
||||
import net.minecraft.entity.Entity;
|
||||
import net.minecraft.entity.EntityContext;
|
||||
|
@ -71,7 +72,7 @@ import java.util.Map;
|
|||
/**
|
||||
* Created by modmuss50 on 19/05/2017.
|
||||
*/
|
||||
public class CableBlock extends BlockWithEntity {
|
||||
public class CableBlock extends BlockWithEntity implements Waterloggable {
|
||||
|
||||
public static final BooleanProperty EAST = BooleanProperty.of("east");
|
||||
public static final BooleanProperty WEST = BooleanProperty.of("west");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue