Member
Level 59
Grandmaster Modder
99

Forum Posts

1 - 5 of 5

    Cube Modding
    06/12/2013 2:01 pm
    Level 59 : Grandmaster Modder
    It would be possible, but it would most likely put a lot of strain on the client. I would set up another camera on the other site of the portal (have it follow the entity, like w/ the player). Not sure if it would work, but it would be cool to try out
    1
    Cube Modding
    04/13/2013 2:21 pm
    Level 59 : Grandmaster Modder
    If its a free host you want, check out http://www.host56.com I dont know if they have a site builder, but they are good for hosting your own site.
    1
    Cube Modding
    04/07/2013 4:18 am
    Level 59 : Grandmaster Modder
    They dont have a 'leader'. Its a group of people, most of who don't know eachother in real life. They pretty much 'fight' or hack for what they believe in. I personally support most of what they do, but I dont recommend becoming one. (I would say join, but its not necessarily a physical group)
    1
    Cube Modding
    03/17/2013 1:43 pm
    Level 59 : Grandmaster Modder
    Guns are pretty hard to make, I recommend starting simple by adding some basic blocks and items. Use the tool MCP to decompile Minecraft, and use Eclipse to make mods. Wuppy29 has some great tutorials, but they are currently outdated. I woud look at his tutorials, and then google how to do textures in 1.5 and then edit the files.

    If you get good enough to code a gun, heres some sample code I just wrote for something else;

    public ItemStack onItemRightClick(ItemStack par1ItemStack, World world, EntityPlayer par3EntityPlayer, EntityFireball fireball, ItemStack var1)
    {
    par1ItemStack.damageItem(100, par3EntityPlayer);

    if (!world.isRemote)
    {
    EntityLargeFireball ef = new EntityLargeFireball(this.worldObj, this, d5, d6, d7);
    ef.field_92057_e = this.explosionStrength;
    double d8 = 4.0D;
    Vec3 vec3 = this.getLook(2.0F);
    ef.posX = this.posX + vec3.xCoord * d6 / 5F;
    ef.posY = this.posY + (double)(this.height / 2.0F) + 0.5D;
    ef.posZ = this.posZ + vec3.zCoord * d8;
    this.worldObj.spawnEntityInWorld(ef);
    this.attackCounter = -numbers.ATTACK_COUNTER_FIRE;
    }
    return par1ItemStack;

    }
    1
    Cube Modding
    02/12/2013 10:46 pm
    Level 59 : Grandmaster Modder
    I, personally, prefer Mac. The reason is that the OS is a lot more reliable and more organized then Windows/Linux. When people say Windows is better for gaming, thats not necessarily true. Windows is simply the operating system, and has almost nothing to do with the hardware. The reason mac cost a lot is because they make there own hardware, and its good. Mac security is (said to be) a lot stronger then windows.

    So, I prefer Mac > Windows.
    1

1 - 5 of 5

Welcome