@@ -107,13 +107,13 @@ public enum CraftingItem {
107
107
DRAGONSTONE_BRACELET ("Dragonstone bracelet" , "Bracelets" , 6 , CraftingType .JEWELLERY , 74 , 110 , CraftingConstants .BRACELET_MOULD , CraftingConstants .GOLD_BAR , new ItemReq ("Dragonstone" , 1 )),
108
108
ONYX_BRACELET ("Onyx bracelet" , "Bracelets" , 7 , CraftingType .JEWELLERY , 84 , 125 , CraftingConstants .BRACELET_MOULD , CraftingConstants .GOLD_BAR , new ItemReq ("Onyx" , 1 )),
109
109
110
- GOLD_AMULET ("Gold amulet" , "Amulets" , 1 , CraftingType .JEWELLERY , 8 , 30 , CraftingConstants .AMULET_MOULD , CraftingConstants .GOLD_BAR ),
111
- SAPPHIRE_AMULET ("Sapphire amulet" , "Amulets" , 2 , CraftingType .JEWELLERY , 24 , 65 , CraftingConstants .AMULET_MOULD , CraftingConstants .GOLD_BAR , new ItemReq ("Sapphire" , 1 )),
112
- EMERALD_AMULET ("Emerald amulet" , "Amulets" , 3 , CraftingType .JEWELLERY , 31 , 70 , CraftingConstants .AMULET_MOULD , CraftingConstants .GOLD_BAR , new ItemReq ("Emerald" , 1 )),
113
- RUBY_AMULET ("Ruby amulet" , "Amulets" , 4 , CraftingType .JEWELLERY , 50 , 85 , CraftingConstants .AMULET_MOULD , CraftingConstants .GOLD_BAR , new ItemReq ("Ruby" , 1 )),
114
- DIAMOND_AMULET ("Diamond amulet" , "Amulets" , 5 , CraftingType .JEWELLERY , 70 , 100 , CraftingConstants .AMULET_MOULD , CraftingConstants .GOLD_BAR , new ItemReq ("Diamond" , 1 )),
115
- DRAGONSTONE_AMULET ("Dragonstone amulet" , "Amulets" , 6 , CraftingType .JEWELLERY , 80 , 150 , CraftingConstants .AMULET_MOULD , CraftingConstants .GOLD_BAR , new ItemReq ("Dragonstone" , 1 )),
116
- ONYX_AMULET ("Onyx amulet" , "Amulets" , 7 , CraftingType .JEWELLERY , 90 , 165 , CraftingConstants .AMULET_MOULD , CraftingConstants .GOLD_BAR , new ItemReq ("Onyx" , 1 )),
110
+ GOLD_AMULET ("Gold amulet (u) " , "Amulets" , 1 , CraftingType .JEWELLERY , 8 , 30 , CraftingConstants .AMULET_MOULD , CraftingConstants .GOLD_BAR ),
111
+ SAPPHIRE_AMULET ("Sapphire amulet(u) " , "Amulets" , 2 , CraftingType .JEWELLERY , 24 , 65 , CraftingConstants .AMULET_MOULD , CraftingConstants .GOLD_BAR , new ItemReq ("Sapphire" , 1 )),
112
+ EMERALD_AMULET ("Emerald amulet(u) " , "Amulets" , 3 , CraftingType .JEWELLERY , 31 , 70 , CraftingConstants .AMULET_MOULD , CraftingConstants .GOLD_BAR , new ItemReq ("Emerald" , 1 )),
113
+ RUBY_AMULET ("Ruby amulet(u) " , "Amulets" , 4 , CraftingType .JEWELLERY , 50 , 85 , CraftingConstants .AMULET_MOULD , CraftingConstants .GOLD_BAR , new ItemReq ("Ruby" , 1 )),
114
+ DIAMOND_AMULET ("Diamond amulet(u) " , "Amulets" , 5 , CraftingType .JEWELLERY , 70 , 100 , CraftingConstants .AMULET_MOULD , CraftingConstants .GOLD_BAR , new ItemReq ("Diamond" , 1 )),
115
+ DRAGONSTONE_AMULET ("Dragonstone amulet(u) " , "Amulets" , 6 , CraftingType .JEWELLERY , 80 , 150 , CraftingConstants .AMULET_MOULD , CraftingConstants .GOLD_BAR , new ItemReq ("Dragonstone" , 1 )),
116
+ ONYX_AMULET ("Onyx amulet(u) " , "Amulets" , 7 , CraftingType .JEWELLERY , 90 , 165 , CraftingConstants .AMULET_MOULD , CraftingConstants .GOLD_BAR , new ItemReq ("Onyx" , 1 )),
117
117
118
118
HOLY_SYMBOL ("Holy symbol" , "Saradomin" , CraftingType .JEWELLERY , 16 , 50 , new ItemReq ("Holy mould" ), new ItemReq ("Silver bar" , 1 )),
119
119
UNHOLY_SYMBOL ("Unholy symbol" , "Unholy" , CraftingType .JEWELLERY , 17 , 50 , new ItemReq ("Unholy mould" ), new ItemReq ("Silver bar" , 1 )),
0 commit comments