package jp.plusplus.fbs.entity; import cpw.mods.fml.common.registry.EntityRegistry; import jp.plusplus.fbs.FBS; import jp.plusplus.fbs.Registry; import net.minecraft.entity.ai.EntityAIBase; import net.minecraft.entity.ai.EntityAIFollowGolem; import net.minecraft.entity.ai.EntityAITasks; import net.minecraft.entity.ai.EntityAIVillagerMate; import net.minecraft.entity.passive.EntityVillager; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.init.Items; import net.minecraft.item.ItemStack; import net.minecraft.world.World; import shift.mceconomy2.api.MCEconomyAPI; /** * Created by plusplus_F on 2016/02/24. */ public class EntityMagicAuthor extends EntityVillager { public EntityMagicAuthor(World p_i1748_1_) { super(p_i1748_1_); //必要のないタスクを削除 for(int i=0;i