Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.68 KB | None | 0 0
  1. Object[][] logIDs = {{"Maple Logs", 1517, 45}, {"Maple Pyre Logs", 3444, 50},
  2.             {"Oak Logs", 1521, 15}, {"Oak Pyre Logs", 3440, 20}, {"Pyre Logs", 3438, 5},
  3.             {"Teak Logs", 6333, 35}, {"Teak Pyre Logs", 6211, 40}, {"Willow Logs", 1519, 30},
  4.             {"Willow Pyre Logs", 3442, 35}, {"Yew Logs", 1515, 60}, {"Yew Pyre Logs", 3446, 65},
  5.             {"Achey Tree Logs", 2862, 1}, {"Artic Pine Logs", 10810, 42},
  6.             {"Arctic Pyre Logs", 10808, 47}, {"Eucalyptus Logs", 12581, 58},
  7.             {"Eucalyptus Pyre Logs", 12583, 63}, {"Logs", 1511, 1}, {"Magic Logs", 1513, 75},
  8.             {"Magic Pyre Logs", 3448, 80}, {"Mahogany Logs", 6332, 50}, {"Mahogany Pyre Logs", 6213, 55}
  9.         };
  10.     int logIndex = -1;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement