You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pageIndex.add(newGuiPage(Page, newGuiButton(id, x, y, 100, 20, ore.oreName + ": " + (ore.draw ? "On" : "Off")))); // create new button and set the text to Name: On||Off
84
78
buttons.put( ore.oreName, newOreButtons( ore.oreName, id, ore ) ); // Add this new button to the buttons hashmap.
85
79
y += 21.8; // Next button should be placed down from this one.
86
-
80
+
87
81
// this should reset each page to split the list :)
0 commit comments