Auto-Sync

This commit is contained in:
DarkGuardsman 2013-11-26 00:30:12 -05:00
parent b2674a5711
commit 54b4b91c94
5 changed files with 6 additions and 11 deletions

View file

@ -1,13 +1,8 @@
package dark.farmtech.entities;
import cpw.mods.fml.common.registry.EntityRegistry;
import dark.farmtech.FarmTech;
import net.minecraft.entity.Entity;
import net.minecraft.entity.EntityLiving;
import net.minecraft.entity.EnumCreatureType;
import net.minecraft.entity.passive.EntityChicken;
import net.minecraft.world.World;
import net.minecraft.world.biome.BiomeGenBase;
/** Enum of different birds that can be spawned by an egg or in the world threw normal spawning
*

View file

@ -17,9 +17,9 @@ import net.minecraftforge.oredict.OreDictionary;
import universalelectricity.core.vector.Vector3;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import dark.core.helpers.ItemWorldHelper;
import dark.core.interfaces.IExtraInfo.IExtraItemInfo;
import dark.core.prefab.ModPrefab;
import dark.core.helpers.ItemWorldHelper;
import dark.farmtech.FarmTech;
/** Item for storing all kinds of food based items including meats, fruits, pies, cakes, breads, etc