Jump to content

Updating to 1.4.6


Thor597

Recommended Posts

For the most part, just click on the 'src' folder of minecraft, and press Ctrl-Shift-O. It will automatically correct most of the errors.

Protip: try and find answers yourself before asking on the forum.

It's pretty likely that there is an answer.

 

Was I helpful? Give me a thank you!

 

 

width=635 height=903http://bit.ly/HZ03zy[/img]

 

 

Tired of waiting for mods to port to bukkit?

use BukkitForge! (now with a working version of WorldEdit!)

Link to comment
Share on other sites

Why do I get errors like:

 

The method registerModEntity(Class<? extends Entity>, String, int, Object, int, int, boolean) in the type EntityRegistry is not applicable for the arguments (Class<ThorMod_EntityEmeraldPrimed>, String, int, ThorMod, int, int, boolean)

 

on

 

EntityRegistry.registerModEntity(ThorMod_EntityEmeraldPrimed.class, "EmBomb", EntityRegistry.findGlobalUniqueEntityId(), this, 64, 10, true);

 

and: The method setBlockName(String) is undefined for the type ThorMod_Ores

 

at

 

Ores = new ThorMod_Ores(oresStartId, Material.rock).setBlockName("ThorOres").setCreativeTab(tBlocksTab).setHardness(4F);

 

It's driving me nuts!

Link to comment
Share on other sites

It's because the imports are incorrect, after fixing them all will be good ;)

Protip: try and find answers yourself before asking on the forum.

It's pretty likely that there is an answer.

 

Was I helpful? Give me a thank you!

 

 

width=635 height=903http://bit.ly/HZ03zy[/img]

 

 

Tired of waiting for mods to port to bukkit?

use BukkitForge! (now with a working version of WorldEdit!)

Link to comment
Share on other sites

So ThorMod_EntityEmeraldPrimed extends Entity, and all the imports are correct?

Protip: try and find answers yourself before asking on the forum.

It's pretty likely that there is an answer.

 

Was I helpful? Give me a thank you!

 

 

width=635 height=903http://bit.ly/HZ03zy[/img]

 

 

Tired of waiting for mods to port to bukkit?

use BukkitForge! (now with a working version of WorldEdit!)

Link to comment
Share on other sites

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.