1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. Hi there Guest! You should join our Minecraft server @ meepcraft.com
  3. We also have a Discord server that you can join @ https://discord.gg/B4shfCZjYx
  4. Purchase a rank upgrade and get it instantly in-game! Cookies Minecraft Discord Upgrade

Post your Ctrl + V

Discussion in 'Forum Games' started by Mikee, Apr 20, 2015.

  1. Klitch

    Klitch

    Offline
    Messages:
    3,916
    Likes Received:
    6,017
    My post is extremely inappropriate let's just leave it at that.
     
  2. SpongeyStar

    SpongeyStar Professor in Wumbology

    Offline
    Messages:
    4,605
    Likes Received:
    20,741
    And I should be worried.... o_O
     
  3. MrsMegan

    MrsMegan Celebrity Meeper

    Offline
    Messages:
    853
    Likes Received:
    1,067
  4. Klitch

    Klitch

    Offline
    Messages:
    3,916
    Likes Received:
    6,017
    Hey at least I didn't post it.
     
    SpongeyStar likes this.
  5. jrs25872

    jrs25872 Popular Meeper

    Offline
    Messages:
    339
    Likes Received:
    296


    Yeah, Im weird
     
    SpongeyStar likes this.
  6. MAJORKAIGER

    MAJORKAIGER Popular Meeper

    Offline
    Messages:
    125
    Likes Received:
    67
  7. Acceleradiance

    Acceleradiance Celebrity Meeper

    Offline
    Messages:
    390
    Likes Received:
    651
    Lu Buwei, a rich merchant from the State of Wey, met the Qin prince Yiren, who resided at the court of Zhao as a hostage to guarantee the armistice between the two states.Lü Buwei's manipulation helped Yiren become King Zhuangxiang of Qin.

    In 246 BC, when King Zhuangxiang died after a short reign of just three years, he was succeeded on the throne by his 13-year-old son. At the time, Zhao Zheng was still young, so Lu Buwei acted as the regent prime minister of the State of Qin, which was still waging war against the other six states.

    Chengjiao, the Lord Chang'an (长安君),was Zhao Zheng's legitimate half-brother, by the same father but from a different mother. After Zhao Zheng inherited the throne, Chengjiao rebelled at Tunliu and surrendered to the state of Zhao. Chengjiao's remaining retainers and families were executed by Zhao Zheng.
     
  8. Toostenheimer

    Toostenheimer Legendary Meeper

    Offline
    Messages:
    7,200
    Likes Received:
    12,026
    ( ͡° ͜ʖ ͡°)
     
  9. Bloopers

    Bloopers Legendary Meeper

    Offline
    Messages:
    3,224
    Likes Received:
    3,756
    package net.minecraft.item;

    import net.minecraft.block.Block;
    import net.minecraft.creativetab.CreativeTabs;
    import net.minecraft.entity.player.EntityPlayer;
    import net.minecraft.world.World;

    import net.minecraftforge.common.EnumPlantType;
    import net.minecraftforge.common.ForgeDirection;
    import net.minecraftforge.common.IPlantable;

    public class ItemSeeds extends Item implements IPlantable
    {
    /**
    * The type of block this seed turns into (wheat or pumpkin stems for instance)
    */
    private int blockType;

    /** BlockID of the block the seeds can be planted on. */
    private int soilBlockID;

    public ItemSeeds(int par1, int par2, int par3)
    {
    super(par1);
    this.blockType = par2;
    this.soilBlockID = par3;
    this.setCreativeTab(CreativeTabs.tabMaterials);
    }

    /**
    * Callback for item usage. If the item does something special on right clicking, he will have one of those. Return
    * True if something happen and false if it don't. This is for ITEMS, not BLOCKS
    */
    public boolean onItemUse(ItemStack par1ItemStack, EntityPlayer par2EntityPlayer, World par3World, int par4, int par5, int par6, int par7, float par8, float par9, float par10)
    {
    if (par7 != 1)
    {
    return false;
    }
    else if (par2EntityPlayer.canPlayerEdit(par4, par5, par6, par7, par1ItemStack) && par2EntityPlayer.canPlayerEdit(par4, par5 + 1, par6, par7, par1ItemStack))
    {
    int i1 = par3World.getBlockId(par4, par5, par6);
    Block soil = Block.blocksList[i1];

    if (soil != null && soil.canSustainPlant(par3World, par4, par5, par6, ForgeDirection.UP, this) && par3World.isAirBlock(par4, par5 + 1, par6))
    {
    par3World.setBlock(par4, par5 + 1, par6, this.blockType);
    --par1ItemStack.stackSize;
    return true;
    }
    else
    {
    return false;
    }
    }
    else
    {
    return false;
    }
    }

    @Override
    public EnumPlantType getPlantType(World world, int x, int y, int z)
    {
    return (blockType == Block.netherStalk.blockID ? EnumPlantType.Nether : EnumPlantType.Crop);
    }

    @Override
    public int getPlantID(World world, int x, int y, int z)
    {
    return blockType;
    }

    @Override
    public int getPlantMetadata(World world, int x, int y, int z)
    {
    return 0;
    }
    }





    lol, minecraft seed code
     
  10. PegasusFirestar

    PegasusFirestar Popular Meeper

    Offline
    Messages:
    165
    Likes Received:
    310
  11. Videogames321

    Videogames321 Celebrity Meeper

    Offline
    Messages:
    2,234
    Likes Received:
    2,602
    shop.meepcraft.com was using a proxy.
     
  12. XxNine_TailsxX

    XxNine_TailsxX Legendary Meeper

    Offline
    Messages:
    3,366
    Likes Received:
    8,755
  13. Wubb8t

    Wubb8t Celebrity Meeper

    Offline
    Messages:
    822
    Likes Received:
    1,291
    Moonlight (feat. Aloma Steele) by Varien, SirensCeol, Aloma Steele
     
  14. iiwars

    iiwars Celebrity Meeper

    Offline
    Messages:
    1,637
    Likes Received:
    1,959
    I have to go to a biased new site.
    I've watched that like 5 times, it will always be glorious.
     
    Llamazon likes this.
  15. Summers

    Summers Hot Meeper

    Offline
    Messages:
    1,698
    Likes Received:
    4,094
  16. Llamazon

    Llamazon Celebrity Meeper

    Offline
    Messages:
    1,270
    Likes Received:
    3,290
    YAS
     
  17. Acceleradiance

    Acceleradiance Celebrity Meeper

    Offline
    Messages:
    390
    Likes Received:
    651
  18. Bob_ThePotato

    Bob_ThePotato Meeper

    Offline
    Messages:
    33
    Likes Received:
    30
    [​IMG]

    wut is dis
     
  19. buildmaster1000x

    buildmaster1000x Popular Meeper

    Offline
    Messages:
    608
    Likes Received:
    273
     
    GroovyGrevous likes this.
  20. Joohy

    Joohy Popular Meeper

    Offline
    Messages:
    71
    Likes Received:
    95
    [​IMG]
    This is a school computer as well............
     
    nhjed likes this.

Share This Page