mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 11:48:02 -04:00
Eh?
This commit is contained in:
parent
e4eb4ae8f6
commit
ebac31b71a
@ -21,9 +21,9 @@ trait TileEntity extends net.minecraft.tileentity.TileEntity {
|
|||||||
|
|
||||||
def block = getBlockType
|
def block = getBlockType
|
||||||
|
|
||||||
val isClient = FMLCommonHandler.instance.getEffectiveSide.isClient
|
def isClient = FMLCommonHandler.instance.getEffectiveSide.isClient
|
||||||
|
|
||||||
val isServer = FMLCommonHandler.instance.getEffectiveSide.isServer
|
def isServer = FMLCommonHandler.instance.getEffectiveSide.isServer
|
||||||
|
|
||||||
// ----------------------------------------------------------------------- //
|
// ----------------------------------------------------------------------- //
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user