Jump to content

Recommended Posts

Posted

Hello,

I want to make a UltimateFist Item for my Friend(UltimateFist should mine all Blocks except Bedrock).

But I have a problem with the toolMaterial.

I followed Wuppy's Tutorial to add a Pickaxe, but eclipse shows me two Errors in 2 Files.

 

Base.java:

 

  Reveal hidden contents

 

 

UltimaFist.java:

 

  Reveal hidden contents

 

 

What is did i false?

Posted

Could you tell us where the errors are to save us time?

 

Also please don't name your unlocalized items like this:

"GarbageCan"

 

change that to

"garbageCan"

 

Same goes with your field names.

Kain

Posted

The Errors are:

UltimaFist = new com.timm638.skyStone.items.UltimaFist(matUF).setUnlocalizedName("UltimaFist").setTextureName(MODID + ":UltimaFist"); //ERROR : The constructor UltimaFist(matUF) refers to the missing type matUF 

The Second in UltimaFist.java:

protected UltimaFist(matUF material) { // ERROR :matUF cannot be resolved to a type

I use Eclipse.

Why should i write like "garbageCan" instead of "GarbageCan"?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.