Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Diamond
- if ((itemUsed == 1617 || otherItem == 1617) && (itemUsed == 1755 || otherItem == 1755)) {
- crafting(752, 1617, 1601, 43);
- }
- //Ruby
- if ((itemUsed == 1619 || otherItem == 1619) && (itemUsed == 1755 || otherItem == 1755)) {
- crafting(595, 1619, 1603, 34);
- }
- //Emerald
- if ((itemUsed == 1621 || otherItem == 1621) && (itemUsed == 1755 || otherItem == 1755)) {
- crafting(472, 1621, 1605, 27);
- }
- //Sapphire
- if ((itemUsed == 1623 || otherItem == 1623) && (itemUsed == 1755 || otherItem == 1755)) {
- crafting(350, 1623, 1607, 20);
- }
- //Dragonstone
- if ((itemUsed == 1631 || otherItem == 1631) && (itemUsed == 1755 || otherItem == 1755)) {
- crafting(959, 1631, 1615, 55);
- }
- //Onyx
- if ((itemUsed == 6571 || otherItem == 6571) && (itemUsed == 1755 || otherItem == 1755)) {
- crafting(1750, 6571, 6573, 67);
- }
Advertisement
Add Comment
Please, Sign In to add comment