Moved entity fake block to entity package

This commit is contained in:
DarkGuardsman 2013-09-23 13:34:58 -04:00
parent dae3de5f57
commit c8212e763c

View file

@ -1,4 +1,4 @@
package dark.core.prefab.helpers;
package dark.core.prefab.entity;
import net.minecraft.entity.Entity;
import net.minecraft.nbt.NBTTagCompound;