Advertisement
Creepinson

so far

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