1

Mob Mod Help

tyman231 9/21/11 1:44 am
172
11/18/2011 6:05 pm
Ok, so recently, I have gotten into modding, and was trying to make an NPC.
I coded it correctly (I think) and cannot find out what's causing these errors. Please help!

Errors:
warning: [options] bootstrap class path not set in conjunction with -source 1.6
src\minecraft\net\minecraft\src\ModelMiner.java:3: error: class ModelMob is public, should be declared in a file named ModelMob.java
public class ModelMob extends ModelBiped
^

src\minecraft\net\minecraft\src\RenderMiner.java:14: error: cannot access ModelMiner
public RenderMiner(ModelMiner modelbase, float f)
^

bad source file: src\minecraft\net\minecraft\src\ModelMiner.java
file does not contain class net.minecraft.src.ModelMiner
Please remove or make sure it appears in the correct subdirectory of the sourcepath.
Posted by
tyman231
Level 60 : High Grandmaster Modder
138

  Have something to say?

JoinSign in

4

the5miners
11/18/2011 6:05 pm
Level 35 : Artisan Modder
at the top of ModelMiner.java you need to put package net.minecraft.src; for the bottom error and the top error you need to rename ModelMob ro ModelMiner
1
Aido68
09/21/2011 10:25 pm
Level 1 : New Miner
Could you please post the code?
1
P0CKETLINT13
09/21/2011 1:47 am
Level 22 : Expert Demolitionist
Watch HenryTheCoder on Youtube. o-o
1
tyman231
09/21/2011 1:50 am
Level 60 : High Grandmaster Modder
That's where I got the template. Followed his directions, etc. etc. and still these errors. Any idea?
1

Welcome