• 0

    posted a message on [Closed] ☆ ☆ ☆ SUPER-EARTH ☆ ☆ ☆ The Original Minecraft Community ☆
    Minecraft In Game Name (case sensitive): edencampo
    Where are you from?: Israel
    Your age? (if your under 13 do your parents agree to you playing here?): 12, Yes
    Have you read and agreed to the rules in the post below? Yes
    Did you vote for us? Yep :biggrin.gif:
    Extra notes?: Nope :smile.gif:
    How did you hear of Super-Earth?: A friend that plays at the server showed me it.
    Posted in: PC Servers
  • 0

    posted a message on [Creating Mods] Miscellaneous Tutorials [01/13/12]
    First, Thank You.

    Now, I tryed by myself, didn't work. 25 errors.
    now I tryed your code and I've got this:
    == MCP v5.0 ==
    > Recompiling client...
    "C:\Program Files\Java\jdk1.6.0_27\bin\javac.exe" -g -source 1.6 -target 1.6 -cl
    asspath "lib/;lib/*;jars/bin/minecraft.jar;jars/bin/jinput.jar;jars/bin/lwjgl.ja
    r;jars/bin/lwjgl_util.jar" -sourcepath src/minecraft -d bin/minecraft src/minecr
    aft\net\minecraft\client\*.java src/minecraft\net\minecraft\src\*.java  conf/pat
    ches/*.java failed.
    Return code : 1
    
    == ERRORS FOUND ==
    
    src\minecraft\net\minecraft\src\EntityFireArrow.java:232: cannot find symbol
    symbol  : variable field_35172_bP
    location: class net.minecraft.src.EntityLiving
    ((EntityLiving)movingobjectposition.entityHit).field_35172_bP++;
    ^
    
    src\minecraft\net\minecraft\src\EntityFireArrow.java:330: cannot find symbol
    symbol  : method func_40546_j()
    location: class net.minecraft.src.EntityDamageSourceIndirect
    return (new EntityDamageSourceIndirect("fireball", entityarrow, entity)).func_40
    546_j().func_40544_c();
    ^
    
    src\minecraft\net\minecraft\src\ItemFireBow.java:54: cannot find symbol
    symbol  : method entityJoinedWorld(net.minecraft.src.EntityFireArrow)
    location: class net.minecraft.src.World
    world.entityJoinedWorld(entityfirearrow);
    ^
    
    3 errors
    ==================
    
    > Done in 7.71 seconds
    > Recompiling server...
    !! Can not find server sources !!
    Press any key to continue . . .

    Any idea what's wrong?

    help please :sad.gif:
    Posted in: Tutorials
  • 0

    posted a message on [ModLoader][1.8.1] Strength's Tutorials/Help (28/11/11) *Generation*
    Ok,Finished Updateing my mod,now i get 3 errors:
    == ERRORS FOUND ==
    
    src\minecraft\net\minecraft\src\ChunkProviderSun.java:172: cannot find symbol
    symbol  : method generate(net.minecraft.src.ChunkProviderSun,net.minecraft.src.W
    orld,int,int,byte[])
    location: class net.minecraft.src.MapGenBase
    field_28076_u.generate(this, field_28081_p, i, j, abyte0);
    ^
    
    src\minecraft\net\minecraft\src\ItemPortalStarter.java:41: cannot find symbol
    symbol  : variable BlockSunPortalStarter
    location: class net.minecraft.src.mod_sun
    world.setBlockWithNotify(i, j, k, mod_sun.BlockSunPortalStarter.blockID);
    ^
    
    src\minecraft\net\minecraft\src\mod_sun.java:246: cannot find symbol
    symbol  : class BlockPortalStarter
    location: class net.minecraft.src.mod_sun
    BlockPortalStarter = new BlockPortalStarter(235, 1, Material.sponge).setHardness
    (0.0F).disableStats().disableNeighborNotifyOnMetadataChange().setBlockName("Bloc
    kNameherePortalStarter");
    ^
    
    3 errors
    ==================

    Can You Help Me Please? :wink.gif:
    Posted in: Tutorials
  • 0

    posted a message on [ModLoader][1.8.1] Strength's Tutorials/Help (28/11/11) *Generation*
    Ok,also i got a prob that i used tmi to get the block portal and it TPed me to the nether ;((didnt tryed ut suggest yet.).
    Posted in: Tutorials
  • 0

    posted a message on [ModLoader][1.8.1] Strength's Tutorials/Help (28/11/11) *Generation*
    Quote from gosutofeisukira

    There are some errors if you're using the latest version of MCP with the dimension code.

    Here's what I think the solution is (haven't tried it yet):
    First off, on line 186 of BlockPortalName.java, the variable "portal" should be renamed "dimension"

    Lines 172 and 173 of ChunkProviderNamehere.java should be this:
    field_28076_u.generate(this, field_28081_p, i, j, abyte0);
    chunk.setChunkModified();


    I'm positive that "field_28076_u.generate(this, field_28081_p, i, j, abyte0);" is correct. I'm not so sure about that second line of code though.

    Please check it,i'm trying it on my mod now.
    Posted in: Tutorials
  • 0

    posted a message on [ModLoader][1.8.1] Strength's Tutorials/Help (28/11/11) *Generation*
    Quote from addemod

    man i got no dimensionbase?? help please??

    Download ShockahPI To Your Minecraft.jar file.
    Posted in: Tutorials
  • 0

    posted a message on [ModLoader][1.8.1] Strength's Tutorials/Help (28/11/11) *Generation*
    EDIT: I fixed The Error,Now how i make the portal?,I didnt chnage something in BLAPortal,
    Posted in: Tutorials
  • 0

    posted a message on [Beginner - Advanced] Madgoblins Modloader Tutorials! for [1.8.1] {closed}
    @CowMoney,
    Not sure what you meen,i remade the armor,changed name's,still,white and weird.



    EDIT:Nvm,Fixed It alone...
    Posted in: Tutorials
  • 0

    posted a message on [ModLoader][1.8.1] Strength's Tutorials/Help (28/11/11) *Generation*
    Can you please finish the new demenssion tuto?
    I really need it ;-/
    Posted in: Tutorials
  • 0

    posted a message on [Beginner - Advanced] Madgoblins Modloader Tutorials! for [1.8.1] {closed}
    WTF?!?!I made armor and tools like in the tuto,tools are great armor is:
    What is this O_O why its not like the PNG?
    Posted in: Tutorials
  • 0

    posted a message on [Beginner - Advanced] Madgoblins Modloader Tutorials! for [1.8.1] {closed}
    Quote from Mine123crafter

    Try this:
    return mod_Test.Test.shiftedIndex;


    Works!!!Thanks Man!!You Are Awesome :biggrin.gif:
    Fell free to ask me for help when you need :tongue.gif:
    Posted in: Tutorials
  • 0

    posted a message on [Beginner - Advanced] Madgoblins Modloader Tutorials! for [1.8.1] {closed}
    Now it cant find the symbol of mod_Test
    Posted in: Tutorials
  • 0

    posted a message on [Beginner - Advanced] Madgoblins Modloader Tutorials! for [1.8.1] {closed}
    @PYROMANIAC702HD,didnt get what you want...
    Here is the error i get when trying to make ReCompile To my mod:


    Here are my classes:
    Mod_Test
    package net.minecraft.src;
    
    import java.util.Random;
    
    public class mod_Test extends BaseMod
    {
    public mod_Test()
    {
    
    ModLoader.RegisterBlock(Ore2);
    
    
    
    
    Ore2.blockIndexInTexture = ModLoader.addOverride("/terrain.png", "/Ore2.png");
    
    Test.iconIndex = ModLoader.addOverride("/gui/items.png", "/Ore2Opacity.png");
    
    
    ModLoader.AddName(Test, "Test");
    
    
    ModLoader.AddRecipe(new ItemStack(Test, 1), new Object[] {
                "XX", Character.valueOf('X'), Block.dirt
            });
    }
    public static final Block Ore2;
    
    public static final Item Test = (new Item(3031)).setItemName("Test");
    
    public String Version()
    {
    return "1"; //The Version of the mod.
    }
    
    }

    And Test(The Item):
    package net.minecraft.src;
    
    public class Test extends ItemFood
    
    {
            public Test(int i, int j, boolean flag, int k)
                    {
                            super(i, j, flag);
                            maxStackSize = 64;
                    }     
    }

    And Ore2 Block File:
    package net.minecraft.src;
    import java.util.Random;
    
    public class Ore2 extends Block
    {
            public Ore2(int i, int j)
                    {
                            super(i, j, Material.rock);
                            setStepSound(soundStoneFootstep);
                    }
            
            public int idDropped(int i, Random random)
        {
            return Item.Test.shiftedIndex;
        }
            public int quantityDropped(Random random)
        {
            return 1;
        }
    }


    Please Help Me Fix this!!
    I dont get whey it cant find the symbol!
    Eden.
    And Thanks again.
    Posted in: Tutorials
  • 0

    posted a message on [Beginner - Advanced] Madgoblins Modloader Tutorials! for [1.8.1] {closed}
    @cowmonkey
    I have a question,how i can make a block when breaked drop Item,Not Block.?
    Posted in: Tutorials
  • 0

    posted a message on [HELP]Problem with generating ore
    Quote from CarlosCH1221

    But the ore is already complete. it's registered in the code it has textures and all that stuff

    You builded a new world?
    And one more thing you can download xray and try to find ur ore :tongue.gif:
    Posted in: Tutorials
  • To post a comment, please .