Posted August 13, 201312 yr 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: http://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?
August 13, 201312 yr 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.
August 13, 201312 yr Go to the Icons and Textures tutorial on the wiki, it has the functions for the textures in it. I updated it 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
August 13, 201312 yr 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
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.