Improved the way we handle other mods
This commit is contained in:
parent
0d20ba6d55
commit
6deb0b1d32
27 changed files with 2074 additions and 1969 deletions
src/main/java/techreborn/tiles
|
@ -13,10 +13,6 @@ import java.util.List;
|
|||
|
||||
public abstract class TileMachineBase extends TileEntity {
|
||||
|
||||
@Deprecated
|
||||
/**
|
||||
* Try not to use this
|
||||
*/
|
||||
public void syncWithAll() {
|
||||
if (!worldObj.isRemote) {
|
||||
PacketHandler.sendPacketToAllPlayers(getDescriptionPacket(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue