Hi, I want to initialize a tile entity (in its constructor with no parameters), and I want to do something only on the logical server. What is the best way to achieve this? I can't use the worldObj, as it is not initialized in the constructor. Is FMLCommonHandler.instance().getEffectiveSide() the only possibility?