Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public static void buildMob(BlockPos pos, World world, EntityPlayer player) {
- ArrayList<ItemStack> mutantzombie_4l = new ArrayList<ItemStack>();
- BlockPos posmain = pos.up(1);
- TileEntity tec = world.getTileEntity(posmain);
- ItemStack meep = ((TileEntityChest) tec).getStackInSlot(i);
- {
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement