Cables got tooltip update. Closes #1627

This commit is contained in:
drcrazy 2018-11-07 03:03:26 +03:00
parent 9f3a3eb026
commit 7ce4a022af
2 changed files with 24 additions and 11 deletions

View file

@ -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