Holiday mostly finished, added eternal orb to traders on restock. Disabled arcanite crafting for now.
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user