Fix default block properties.
This commit is contained in:
@@ -27,7 +27,7 @@ import net.minecraft.block.material.Material;
|
||||
public class BlockChunkloader extends AEBaseTileBlock<TileChunkLoader> {
|
||||
|
||||
public BlockChunkloader() {
|
||||
super(Block.Properties.create(Material.IRON));
|
||||
super(defaultProps(Material.IRON));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user