Creepinson

Untitled

Feb 19th, 2017
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. public static void buildMob(BlockPos pos, World world, EntityPlayer player, ItemStack meep) {
  2.  
  3.  
  4. ArrayList<ItemStack> mutantzombie_4l = new ArrayList<ItemStack>();
  5.  
  6. BlockPos posmain = pos.up(1);
  7. TileEntity tet = world.getTileEntity(posmain);
  8. TileEntityChest tec = new TileEntityChest();
  9.  
  10.  
  11. for (int i = 0; i < tec.getSizeInventory(); i++) {{
  12.  
  13. ItemStack stackie = tec.getStackInSlot(i);
  14. BlockMobChamber.check(mutantzombie_4l, meep);
  15.  
  16.  
  17. }
  18.  
  19.  
  20. {
  21.  
  22. }
  23. }
  24.  
  25. }
Add Comment
Please, Sign In to add comment