added it for all the machines, can you test? Im about to give up on it ;(
This commit is contained in:
parent
bed71bd732
commit
046b7d7375
16 changed files with 95 additions and 113 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue