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:
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 ----------
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
0
hmm are you sure ? its really big .... maybe the picture didnt scale correctly .. it looks soo big can you know from the scales?
0
1 or 2 gallons man .. ??? wtf... its probably like 100 gallons :tongue.gif: does anyone know ?
0
0
which version of mcp did you use?
0
i think it in entityyourmob , or mod_yourmob ...
0
you need to add animations in modelyourmobname.java
0
okay soon :smile.gif:
0
ya because the mod is not updated .. ill update it soon
0
you can pm me the files and ill see whats wrong if you want
0
which tool did you use to make the mob?
0
see other tutorials they tell you how to make new items etc.... you want to add the food to your custom mob?
0
you need to add animations to your mob in modelYourmobname.java
0
no... its just an example ... it was my last model made...
0
are you using another mods with my mod? did you install modloader and audiomod ? did you remove meta-inf?
0
read page 1 :smile.gif: