Removed the stat trackers for the downgrades and prevented downgrades from combining with each other in an anvil.
This commit is contained in:
parent
ed8427c04e
commit
f74f46ab4a
25 changed files with 122 additions and 742 deletions
|
@ -484,7 +484,7 @@ public class ModRecipes
|
|||
ItemStack bowStack = new ItemStack(Items.BOW);
|
||||
|
||||
Map<ItemStack, Pair<String, int[]>> dialogueMap = new HashMap<ItemStack, Pair<String, int[]>>();
|
||||
dialogueMap.put(bowStack, Pair.of("bow", new int[] { 1, 200, 400, 600 }));
|
||||
dialogueMap.put(bowStack, Pair.of("bow", new int[] { 1, 100, 300, 500 }));
|
||||
|
||||
for (Entry<ItemStack, Pair<String, int[]>> entry : dialogueMap.entrySet())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue