|
|
|
@ -14,6 +14,7 @@ import com.zivilon.cinder_loe.command.CommandSetDestination;
|
|
|
|
import com.zivilon.cinder_loe.command.CommandWarband;
|
|
|
|
import com.zivilon.cinder_loe.command.CommandWarband;
|
|
|
|
import com.zivilon.cinder_loe.entity.*;
|
|
|
|
import com.zivilon.cinder_loe.entity.*;
|
|
|
|
import com.zivilon.cinder_loe.entity.animals.Monkey;
|
|
|
|
import com.zivilon.cinder_loe.entity.animals.Monkey;
|
|
|
|
|
|
|
|
import com.zivilon.cinder_loe.entity.boss.CryptBoss;
|
|
|
|
import com.zivilon.cinder_loe.entity.corrupt.*;
|
|
|
|
import com.zivilon.cinder_loe.entity.corrupt.*;
|
|
|
|
import com.zivilon.cinder_loe.entity.npc.*;
|
|
|
|
import com.zivilon.cinder_loe.entity.npc.*;
|
|
|
|
import com.zivilon.cinder_loe.entity.npc.dwarf.RedDwarfArbalest;
|
|
|
|
import com.zivilon.cinder_loe.entity.npc.dwarf.RedDwarfArbalest;
|
|
|
|
@ -373,7 +374,7 @@ public class CinderLoE {
|
|
|
|
// event.registerServerCommand(new CommandMobileSound());
|
|
|
|
// event.registerServerCommand(new CommandMobileSound());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public void registerEntities() { // Last ID added: 63
|
|
|
|
public void registerEntities() { // Last ID added: 64
|
|
|
|
///GameRegistry.registerTileEntity(TileEntityMistBlock.class, "TileEntityMistBlock");
|
|
|
|
///GameRegistry.registerTileEntity(TileEntityMistBlock.class, "TileEntityMistBlock");
|
|
|
|
///.registerBlock(TileEntityRustedSword, "TileEntityRustedSword");
|
|
|
|
///.registerBlock(TileEntityRustedSword, "TileEntityRustedSword");
|
|
|
|
|
|
|
|
|
|
|
|
@ -412,6 +413,7 @@ public class CinderLoE {
|
|
|
|
EntityRegistry.registerModEntity(LOTREntitySauron.class, "LOTREntitySauron", (entityID + 28), this, 64, 1, true);
|
|
|
|
EntityRegistry.registerModEntity(LOTREntitySauron.class, "LOTREntitySauron", (entityID + 28), this, 64, 1, true);
|
|
|
|
EntityRegistry.registerModEntity(UtumnoSlaveTrader.class, "UtumnoSlaveTrader", (entityID + 30), this, 64, 1, true);
|
|
|
|
EntityRegistry.registerModEntity(UtumnoSlaveTrader.class, "UtumnoSlaveTrader", (entityID + 30), this, 64, 1, true);
|
|
|
|
EntityRegistry.registerModEntity(Monkey.class, "Monkey", (entityID + 62), this, 64, 1, true);
|
|
|
|
EntityRegistry.registerModEntity(Monkey.class, "Monkey", (entityID + 62), this, 64, 1, true);
|
|
|
|
|
|
|
|
EntityRegistry.registerModEntity(CryptBoss.class, "CryptBoss", (entityID + 63), this, 64, 1, true);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|