added it for all the machines, can you test? Im about to give up on it ;(

This commit is contained in:
modmuss50 2015-05-27 12:28:13 +01:00
parent bed71bd732
commit 046b7d7375
16 changed files with 95 additions and 113 deletions

View file

@ -1,15 +0,0 @@
package techreborn.util;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import net.minecraft.client.Minecraft;
import net.minecraft.world.World;
public class ClientUtil {
@SideOnly(Side.CLIENT)
public static World getWorld(){
return Minecraft.getMinecraft().theWorld;
}
}