Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Storage
- for (int i = 0; i < 3; i++)
- {
- for (int j = 0; j < 5; j++)
- {
- //Graphics2D g = mc.;
- int A = 44 + j * 18;
- int B = 17 + i * 18;
- addSlotToContainer(new Slot(te, slotID++, A, B));
- Gui.drawRect(A, B, A+18, B+18, 800909);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement