Holiday mostly finished, added eternal orb to traders on restock. Disabled arcanite crafting for now.

This commit is contained in:
mstoppelli
2018-12-16 04:59:25 -05:00
parent 968f46cd39
commit 403124eb38
25 changed files with 387 additions and 35 deletions

View File

@@ -49,8 +49,8 @@ public class ArcaniteNecklace implements ItemTypes, MiscConstants {
logger.info("initCreationEntry()");
if(templateId > 0){
logger.info("Creating "+name+" creation entry, ID = "+templateId);
CreationEntryCreator.createSimpleEntry(SkillList.SMITHING_GOLDSMITHING, ItemList.anvilSmall, ItemList.seryllBar,
templateId, false, true, 0.0f, false, false, CreationCategories.JEWELRY);
//CreationEntryCreator.createSimpleEntry(SkillList.SMITHING_GOLDSMITHING, ItemList.anvilSmall, ItemList.seryllBar,
//templateId, false, true, 0.0f, false, false, CreationCategories.JEWELRY);
//final AdvancedCreationEntry entry = CreationEntryCreator.createAdvancedEntry(SkillList.SMITHING_WEAPON_HEADS,
// ItemList.ironBand, ItemList.shaft, templateId, false, false, 0f, true, false, CreationCategories.TOOLS);
//entry.addRequirement(new CreationRequirement(1, ItemList.woodenHandleSword, 2, true));