• 0

    posted a message on how many gallons does that aquarium seems to be ?
    Quote from FlackFlashback

    Looks like a 20 gallon aquarium. Just enough for half a squid! :wink.gif:



    hmm are you sure ? its really big .... maybe the picture didnt scale correctly .. it looks soo big can you know from the scales?
    Posted in: General Off Topic
  • 0

    posted a message on how many gallons does that aquarium seems to be ?
    Quote from notoshiro

    this is MINECRAFT sorry about that, just had to state it. Probably 1 1/2 gallons? sorry im quite bad at eyeballing measurements



    1 or 2 gallons man .. ??? wtf... its probably like 100 gallons :tongue.gif: does anyone know ?
    Posted in: General Off Topic
  • 0

    posted a message on how many gallons does that aquarium seems to be ?
    hey im building my own custom aquarium but i would like to know how much gallons it is , heres the picture: , its 83 cm width , 50cm height , 55 cm going back , i will show you how it will look like when it finish :smile.gif:



    Posted in: General Off Topic
  • 0

    posted a message on [1.5_01] Begginers Mob Making Tutorial 2 The Modloader Way!
    Quote from suctioncup

    This is my mod_Suctioncup code:

    package net.minecraft.src;
    
    import java.util.Map;
    
    import java.util.Random;
    
    public class mod_Blasphemy extends BaseMod
    {
    	
    public mod_Suctioncup()
    {
    	
    	ModLoader.RegisterEntityID(EntityDrone.class, "Drone", ModLoader.getUniqueEntityId());
    	ModLoader.AddSpawn(EntityDrone.class, 3, EnumCreatureType.creature);
    	
    	public void AddRenderer(Map map)
    	{
    	    map.put(EntityDrone.class, new RenderDrone(new ModelDrone(), 0.5F));
    	}
    
    			
    }
    public void AddRenderer(Map map)
    {
       
    
    }
    public String Version()
       {
       return "1.6.6";
       }
    
    }


    I get errors on "AddRenderer" and the ")" at the end of the same line.


    Error Report:

    Mods loaded: 1
    ModLoader Beta 1.6.6
    
          Minecraft has crashed!      
          ----------------------      
    
    Minecraft has stopped running because it encountered a problem.
    
    If you wish to report this, please copy this entire text and email it to [email protected].
    Please include a description of what you did when the error occured.
    
    
    
    --- BEGIN ERROR REPORT 72687359 --------
    Generated 5/06/11 1:44 PM
    
    Minecraft: Minecraft Beta 1.6.6
    OS: Windows 7 (x86) version 6.1
    Java: 1.6.0_25, Sun Microsystems Inc.
    VM: Java HotSpot(TM) Client VM (mixed mode, sharing), Sun Microsystems Inc.
    LWJGL: 2.4.2
    OpenGL: GeForce 9500 GT/PCI/SSE2 version 3.2.0, NVIDIA Corporation
    
    java.lang.Error: Unresolved compilation problems: 
    	void is an invalid type for the variable AddRenderer
    	Syntax error on token "(", ; expected
    	Syntax error on token ")", ; expected
    
    	at net.minecraft.src.mod_Blasphemy.<init>(mod_Blasphemy.java:16)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    	at java.lang.reflect.Constructor.newInstance(Unknown Source)
    	at java.lang.Class.newInstance0(Unknown Source)
    	at java.lang.Class.newInstance(Unknown Source)
    	at net.minecraft.src.ModLoader.addMod(ModLoader.java:215)
    	at net.minecraft.src.ModLoader.readFromClassPath(ModLoader.java:1179)
    	at net.minecraft.src.ModLoader.init(ModLoader.java:785)
    	at net.minecraft.src.ModLoader.AddAllRenderers(ModLoader.java:112)
    	at net.minecraft.src.RenderManager.<init>(RenderManager.java:65)
    	at net.minecraft.src.RenderManager.<clinit>(RenderManager.java:158)
    	at net.minecraft.client.Minecraft.startGame(Minecraft.java:138)
    	at net.minecraft.client.Minecraft.run(Minecraft.java:435)
    	at java.lang.Thread.run(Unknown Source)
    --- END ERROR REPORT 6641f4cc ----------


    Please help!

    - Suctioncup



    which version of mcp did you use?
    Posted in: Tutorials
  • 0

    posted a message on [1.5_01] Begginers Mob Making Tutorial 2 The Modloader Way!
    Quote from Gravyerd

    Why cant i find the hearts of my new mob? imean, hes unkillable? xD
    or i have to edit the type EnumCreatureType.java for health change?

    You should say you just need to add the line "health = 20;" .-. its easier :tongue.gif:



    i think it in entityyourmob , or mod_yourmob ...
    Posted in: Tutorials
  • 0

    posted a message on [1.5_01] Begginers Mob Making Tutorial 2 The Modloader Way!
    Quote from noly121

    How do i make the models parts move? i made a creeper how do i make its head and legs move?



    you need to add animations in modelyourmobname.java
    Posted in: Tutorials
  • 0

    posted a message on [1.5_01]Extra_Terrestrial&Terrestrial_Mobs_V26 (Modloader!)*
    Quote from SuperSonic96

    update it plz :smile.gif:



    okay soon :smile.gif:
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.5_01]Extra_Terrestrial&Terrestrial_Mobs_V26 (Modloader!)*
    Quote from shinfokensei

    Ok so I started with Vanilla, all fresh and clean. Installed ModLoader, ran minecraft. No issues. Installed AudioMod. Ran minecraft and no issues. Installed Extra Terrestrials, ran minecraft. Black screen and crash screen (which only flashed up, didnt show me long enough).




    ya because the mod is not updated .. ill update it soon
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.5_01] Begginers Mob Making Tutorial 2 The Modloader Way!
    Quote from WhatTheMinecraft

    Yep, pretty sure I did.



    you can pm me the files and ill see whats wrong if you want
    Posted in: Tutorials
  • 0

    posted a message on [1.5_01] Begginers Mob Making Tutorial 2 The Modloader Way!
    Quote from S0orax

    Hello, I have a little problem, I try to make a mob with four legs, but he remains on two legs.

    Here's the code:

    Model :

    package net.minecraft.src;
    // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
    // Jad home page: http://www.kpdus.com/jad.html
    // Decompiler options: packimports(3) braces deadcode 
    
    
    public class j_ModelPantherenoire extends ModelQuadruped
    {
    
        public j_ModelPantherenoire()
        {
            super(12,0.0F);
    body = new ModelRenderer(20, 6);
    body.addBox(-6F, -10F, 12F, 12, 18, 8);
    body.rotateAngleX = 1.5707963267948966F;
    
    
    head = new ModelRenderer(0, 0);
    head.addBox(-4F, 17F, -12F, 8, 8, 6);
    
    leg1 = new ModelRenderer(0, 17);
    leg1.addBox(-6F, 0F, 7F, 3, 12, 3);
    
    leg2 = new ModelRenderer(0, 17);
    leg2.addBox(-6F, 0F, -8F, 3, 12, 3);
    
    leg3 = new ModelRenderer(0, 17);
    leg3.addBox(3F, 0F, 7F, 3, 12, 3);
    
    leg4 = new ModelRenderer(0, 17);
    leg4.addBox(3F, 0F, -8F, 3, 12, 3);
    
        }
    
        public void render(float f, float f1, float f2, float f3, float f4, float f5)
        {
            super.render(f, f1, f2, f3, f4, f5);
            body.render(f5);
    		head.render(f5);
    		leg1.render(f5);
    		leg2.render(f5);
    		leg3.render(f5);
    		leg4.render(f5);
        }
    
        public void setRotationAngles(float f, float f1, float f2, float f3, float f4, float f5)
        {
            head.rotateAngleY = f3 / 57.29578F;
            head.rotateAngleX = f4 / 57.29578F;
            leg1.rotateAngleX = MathHelper.cos(f * 0.6662F) * 1.4F * f1;
            leg2.rotateAngleX = MathHelper.cos(f * 0.6662F + 3.141593F) * 1.4F * f1;
            leg3.rotateAngleX = MathHelper.cos(f * 0.6662F + 3.141593F) * 1.4F * f1;
            leg4.rotateAngleX = MathHelper.cos(f * 0.6662F) * 1.4F * f1;
        }
    
        public ModelRenderer body;
    	public ModelRenderer head;
    	public ModelRenderer leg1;
    	public ModelRenderer leg2;
    	public ModelRenderer leg3;
    	public ModelRenderer leg4;
    }


    Render :

    package net.minecraft.src;
    // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
    // Jad home page: http://www.kpdus.com/jad.html
    // Decompiler options: packimports(3) braces deadcode 
    
    
    public class j_RenderPantherenoire extends RenderLiving
    {
    
        public j_RenderPantherenoire(ModelBase modelbase, float f)
        {
            super(modelbase, f);
        }
    
        public void func_177_a(j_EntityPantherenoire j_entitypantherenoire, double d, double d1, double d2, 
                float f, float f1)
        {
            super.doRenderLiving(j_entitypantherenoire, d, d1, d2, f, f1);
        }
    
        public void doRenderLiving(EntityLiving entityliving, double d, double d1, double d2, 
                float f, float f1)
        {
            func_177_a((j_EntityPantherenoire)entityliving, d, d1, d2, f, f1);
        }
    
        public void doRender(Entity entity, double d, double d1, double d2, 
                float f, float f1)
        {
            func_177_a((j_EntityPantherenoire)entity, d, d1, d2, f, f1);
        }
    }


    Thanks for the help.




    which tool did you use to make the mob?
    Posted in: Tutorials
  • 0

    posted a message on [1.5_01] Begginers Mob Making Tutorial 2 The Modloader Way!
    Quote from Matthewbe

    How about making an item? Like food?

    I'm having trouble with some lines of the food item scripts.



    see other tutorials they tell you how to make new items etc.... you want to add the food to your custom mob?
    Posted in: Tutorials
  • 0

    posted a message on [1.5_01] Begginers Mob Making Tutorial 2 The Modloader Way!
    Quote from Dina002

    My mob wont walk like me, its just flying on the ground, what should I do ?
    Plz PM me !



    you need to add animations to your mob in modelYourmobname.java
    Posted in: Tutorials
  • 0

    posted a message on [1.5_01] Begginers Mob Making Tutorial 2 The Modloader Way!
    Quote from Dina002

    Is this a Human mob ? can you please tell me, because I made a HUman texture and it didnt work for me, plz tell me



    no... its just an example ... it was my last model made...
    Posted in: Tutorials
  • 0

    posted a message on [1.5_01]Extra_Terrestrial&Terrestrial_Mobs_V26 (Modloader!)*
    Quote from sts x killer

    @eldritchone I have the same problem. i installed everything correctly as usual. but my minecraft does crash. im doing everything correctly as well.




    are you using another mods with my mod? did you install modloader and audiomod ? did you remove meta-inf?
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.5_01]Extra_Terrestrial&Terrestrial_Mobs_V26 (Modloader!)*
    Quote from klitnov

    Ok..... But where is the configuration thing located?



    read page 1 :smile.gif:
    Posted in: Minecraft Mods
  • To post a comment, please .