finished mob (I think)

This commit is contained in:
StevenRS11
2013-05-30 02:30:17 -04:00
parent 68c6ea8de5
commit 364241a162
7 changed files with 186 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import StevenDimDoors.mod_pocketDimClient.ClientTickHandler;
import net.minecraft.entity.Entity;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.nbt.CompressedStreamTools;
@@ -138,4 +140,6 @@ public class CommonProxy implements IGuiHandler
{
}
}