Advertisement
imBEheAR

Untitled

Aug 6th, 2021
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.31 KB | None | 0 0
  1.             if (slot == 2 || slot == 3 || slot == 4 || slot == 5 || slot == 6
  2.                  || slot == 18 || slot == 26 || slot == 27 || slot == 35
  3.                  || slot == 47 || slot == 48 || slot == 49 || slot == 50 || slot == 51){
  4.                 inventory.setItem(slot, blackglass);
  5.                 continue;
  6.             }
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement