Jump to content

Cooper Ore is Bugged


minecraft_addicted11

Recommended Posts

I'm making my mod wich adds copper and lithium to the game. I was working into making cooper ore spawn naturally(Wuppy's tutorial) and then, look the thingy that appears:

width=800 height=449http://s20.postimg.org/lv1pr0v31/2013_08_12_21_11_37.png[/img]

So I save, try to fix texture(and that's not texture, I use registerIcons override), and then, the place where "bug ore" was is now a chunk hole.

Help?

Link to comment
Share on other sites

If you are only using one texture for all sides of the block, just use the method that does that (it's some func_######_d or something) and save the headache for tracking down texture problems later. As for the hole appearing, something in your code is making the blocks disappearing. Did you get a warning when you loaded up the world, something about "The ID ### is mismatched between the game and the world."? Make sure you didn't remove/comment the block from being initialized.

Link to comment
Share on other sites

Go to the Icons and Textures tutorial on the wiki, it has the functions for the textures in it. I updated it :P

I am Mew. The Legendary Psychic. I behave oddly and am always playing practical jokes.

 

I have also found that I really love making extremely long and extremely but sometimes not so descriptive variables. Sort of like what I just did there xD

Link to comment
Share on other sites

If you are only using one texture for all sides of the block, just use the method that does that (it's some func_######_d or something) and save the headache for tracking down texture problems later. As for the hole appearing, something in your code is making the blocks disappearing. Did you get a warning when you loaded up the world, something about "The ID ### is mismatched between the game and the world."? Make sure you didn't remove/comment the block from being initialized.

 

it is func_111206

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.



×
×
  • Create New...

Important Information

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