Cables got tooltip update. Closes #1627
This commit is contained in:
parent
9f3a3eb026
commit
7ce4a022af
2 changed files with 24 additions and 11 deletions
|
@ -145,7 +145,7 @@ public class BlockCable extends BlockContainer {
|
|||
@Nullable
|
||||
@Override
|
||||
public TileEntity createNewTileEntity(World worldIn, int meta) {
|
||||
return new TileCable();
|
||||
return new TileCable(getStateFromMeta(meta).getValue(TYPE));
|
||||
}
|
||||
|
||||
// Block
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue