Guest User

Untitled

a guest
Oct 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.24 KB | None | 0 0
  1. public int id = Block.blocksList.length;
  2. public int Iid = Item.itemsList.length;
  3. {
  4.  
  5. if (id >= 136);{
  6.     setCreativeTab(CreativeTabs.tabMod);//this gives me error
  7.    
  8. }
  9. if (Iid >= 150);{
  10.     setCreativeTab(CreativeTabs.tabMod);//this gives me error
  11. }
  12. }
Add Comment
Please, Sign In to add comment