|
|
|
@ -259,6 +259,11 @@ public class CinderLoE {
|
|
|
|
// public static Item bowserpent;
|
|
|
|
// public static Item bowserpent;
|
|
|
|
//public static Item swordUsurper;
|
|
|
|
//public static Item swordUsurper;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Great swords, idk where else to put them
|
|
|
|
|
|
|
|
public static Item greatswordAngmar;
|
|
|
|
|
|
|
|
public static Item greatswordLindon;
|
|
|
|
|
|
|
|
public static Item greatswordDale;
|
|
|
|
|
|
|
|
public static Item greatswordNumenor;
|
|
|
|
|
|
|
|
|
|
|
|
// Red Dwarves
|
|
|
|
// Red Dwarves
|
|
|
|
public static Item redDwarfSteel;
|
|
|
|
public static Item redDwarfSteel;
|
|
|
|
@ -540,10 +545,8 @@ public class CinderLoE {
|
|
|
|
// verticalWeaponRack = new VerticalWeaponRack();
|
|
|
|
// verticalWeaponRack = new VerticalWeaponRack();
|
|
|
|
// GameRegistry.registerTileEntity(LOTRTileEntityWeaponRack.class, "verticalWeaponRack");
|
|
|
|
// GameRegistry.registerTileEntity(LOTRTileEntityWeaponRack.class, "verticalWeaponRack");
|
|
|
|
// GameRegistry.registerBlock(verticalWeaponRack, "verticalWeaponRack");
|
|
|
|
// GameRegistry.registerBlock(verticalWeaponRack, "verticalWeaponRack");
|
|
|
|
|
|
|
|
|
|
|
|
//Decor
|
|
|
|
//Decor
|
|
|
|
///rustedsword = (new RustedSword());
|
|
|
|
|
|
|
|
///GameRegistry.registerBlock(rustedsword, "rustedsword");
|
|
|
|
|
|
|
|
// Barrel
|
|
|
|
|
|
|
|
fishBarrel = (new FishBarrel());
|
|
|
|
fishBarrel = (new FishBarrel());
|
|
|
|
GameRegistry.registerBlock(fishBarrel, "fishbarrel");
|
|
|
|
GameRegistry.registerBlock(fishBarrel, "fishbarrel");
|
|
|
|
|
|
|
|
|
|
|
|
@ -645,16 +648,7 @@ public class CinderLoE {
|
|
|
|
|
|
|
|
|
|
|
|
spawnEgg = new CinderLoESpawnEgg();
|
|
|
|
spawnEgg = new CinderLoESpawnEgg();
|
|
|
|
|
|
|
|
|
|
|
|
// Wizard Staves
|
|
|
|
|
|
|
|
radagastStaff = (new RadagastStaff()).setUnlocalizedName("lotr:radagastStaff").setTextureName("lotr:radagastStaff");
|
|
|
|
|
|
|
|
pallandoStaff = (new PallandoStaff()).setUnlocalizedName("lotr:pallandoStaff").setTextureName("lotr:pallandoStaff");
|
|
|
|
|
|
|
|
alatarStaff = (new AlatarStaff()).setUnlocalizedName("lotr:alatarStaff").setTextureName("lotr:alatarStaff");
|
|
|
|
|
|
|
|
sarumanStaff = (new SarumanStaff()).setUnlocalizedName("lotr:sarumanStaff").setTextureName("lotr:sarumanStaff");
|
|
|
|
|
|
|
|
sarumanWhiteStaff = (new SarumanWhiteStaff()).setUnlocalizedName("lotr:sarumanWhiteStaff").setTextureName("lotr:sarumanStaff");
|
|
|
|
|
|
|
|
// Relics
|
|
|
|
|
|
|
|
welfRelic = (new WoodElfRelic()).setUnlocalizedName("lotr:welfRelic").setTextureName("lotr:welfRelic");
|
|
|
|
|
|
|
|
ulukai = (new Ulukai()).setUnlocalizedName("lotr:ulukai").setTextureName("lotr:ulukai");
|
|
|
|
|
|
|
|
unitLevelTool = (new unitLevelTool()).setUnlocalizedName("lotr:unitLevelTool").setTextureName("stick");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Item Registation
|
|
|
|
* Item Registation
|
|
|
|
@ -737,13 +731,39 @@ public class CinderLoE {
|
|
|
|
linkLOTRWeapon(sarumanStaff, "sarumanStaff");
|
|
|
|
linkLOTRWeapon(sarumanStaff, "sarumanStaff");
|
|
|
|
linkLOTRWeapon(sarumanWhiteStaff, "sarumanWhiteStaff");
|
|
|
|
linkLOTRWeapon(sarumanWhiteStaff, "sarumanWhiteStaff");
|
|
|
|
|
|
|
|
|
|
|
|
//Relics
|
|
|
|
// Wizard Staves
|
|
|
|
|
|
|
|
radagastStaff = (new RadagastStaff()).setUnlocalizedName("lotr:radagastStaff").setTextureName("lotr:radagastStaff");
|
|
|
|
|
|
|
|
pallandoStaff = (new PallandoStaff()).setUnlocalizedName("lotr:pallandoStaff").setTextureName("lotr:pallandoStaff");
|
|
|
|
|
|
|
|
alatarStaff = (new AlatarStaff()).setUnlocalizedName("lotr:alatarStaff").setTextureName("lotr:alatarStaff");
|
|
|
|
|
|
|
|
sarumanStaff = (new SarumanStaff()).setUnlocalizedName("lotr:sarumanStaff").setTextureName("lotr:sarumanStaff");
|
|
|
|
|
|
|
|
sarumanWhiteStaff = (new SarumanWhiteStaff()).setUnlocalizedName("lotr:sarumanWhiteStaff").setTextureName("lotr:sarumanStaff");
|
|
|
|
|
|
|
|
// Relics
|
|
|
|
|
|
|
|
welfRelic = (new WoodElfRelic()).setUnlocalizedName("lotr:welfRelic").setTextureName("lotr:welfRelic");
|
|
|
|
|
|
|
|
ulukai = (new Ulukai()).setUnlocalizedName("lotr:ulukai").setTextureName("lotr:ulukai");
|
|
|
|
ItemRegistration.register(welfRelic, "welfRelic", 6704);
|
|
|
|
ItemRegistration.register(welfRelic, "welfRelic", 6704);
|
|
|
|
ItemRegistration.register(ulukai, "ulukai", 6706);
|
|
|
|
ItemRegistration.register(ulukai, "ulukai", 6706);
|
|
|
|
|
|
|
|
|
|
|
|
linkLOTRWeapon(welfRelic, "welfRelic");
|
|
|
|
linkLOTRWeapon(welfRelic, "welfRelic");
|
|
|
|
|
|
|
|
unitLevelTool = (new unitLevelTool()).setUnlocalizedName("lotr:unitLevelTool").setTextureName("stick");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Great Swords
|
|
|
|
|
|
|
|
greatswordAngmar = (new LoEGreatSword(LOTRMaterial.ANGMAR)).setUnlocalizedName("lotr:greatswordAngmar").setTextureName("lotr:greatswordAngmar");
|
|
|
|
|
|
|
|
greatswordLindon = (new LoEGreatSword(LOTRMaterial.HIGH_ELVEN).setIsElvenBlade()).setUnlocalizedName("lotr:greatswordLindon").setTextureName("lotr:greatswordLindon");
|
|
|
|
|
|
|
|
greatswordDale = (new LoEGreatSword(LOTRMaterial.DALE)).setUnlocalizedName("lotr:greatswordDale").setTextureName("lotr:greatswordDale");
|
|
|
|
|
|
|
|
greatswordNumenor = (new LoEGreatSword(LOTRMaterial.BLACK_NUMENOREAN)).setUnlocalizedName("lotr:greatswordNumenor").setTextureName("lotr:greatswordNumenor");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ItemRegistration.register(greatswordAngmar,"greatswordAngmar",6707);
|
|
|
|
|
|
|
|
ItemRegistration.register(greatswordLindon,"greatswordLindon",6708);
|
|
|
|
|
|
|
|
ItemRegistration.register(greatswordDale,"greatswordDale",6709);
|
|
|
|
|
|
|
|
ItemRegistration.register(greatswordNumenor,"greatswordNumenor",6710);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
linkLOTRWeapon(greatswordAngmar, "greatswordAngmar");
|
|
|
|
|
|
|
|
linkLOTRWeapon(greatswordLindon, "greatswordLindon");
|
|
|
|
|
|
|
|
linkLOTRWeapon(greatswordDale, "greatswordDale");
|
|
|
|
|
|
|
|
linkLOTRWeapon(greatswordNumenor, "greatswordNumenor");
|
|
|
|
|
|
|
|
|
|
|
|
// Misc
|
|
|
|
// Misc
|
|
|
|
|
|
|
|
MATERIAL_JADE = getLOTRMaterialByName("JADE");
|
|
|
|
cinderFurItem = (new CinderFurItem()).setUnlocalizedName("cinder_fur_item").setTextureName("lotr:cinder_fur_item_0");
|
|
|
|
cinderFurItem = (new CinderFurItem()).setUnlocalizedName("cinder_fur_item").setTextureName("lotr:cinder_fur_item_0");
|
|
|
|
ItemRegistration.register(cinderFurItem,"cinderFurItem",6004);
|
|
|
|
ItemRegistration.register(cinderFurItem,"cinderFurItem",6004);
|
|
|
|
|
|
|
|
|
|
|
|
@ -800,7 +820,6 @@ public class CinderLoE {
|
|
|
|
|
|
|
|
|
|
|
|
ItemRegistration.register(cleaver,"cleaver",6109);
|
|
|
|
ItemRegistration.register(cleaver,"cleaver",6109);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ItemRegistration.register(warDart,"warDart",6111);
|
|
|
|
ItemRegistration.register(warDart,"warDart",6111);
|
|
|
|
ItemRegistration.register(warDartHeads,"warDartHeads",6500);
|
|
|
|
ItemRegistration.register(warDartHeads,"warDartHeads",6500);
|
|
|
|
|
|
|
|
|
|
|
|
|