Posted October 3, 201411 yr looking to reach out a lil bit here i have coded all my creative tabs my ore gen and pu the proper png were they need to go to render but in the console i get [22:38:59] [Client thread/ERROR]: Using missing texture, unable to load aerocorp:textures/items/NickleIngot.png java.io.FileNotFoundException: aerocorp:textures/items/NickleIngot.png for all my ores 5 of my ores generate in the creative tabs the other is a funky black and purple box either way they are not generating in world i can load some of my main code if youd like to see it this is a learning experiance for me so if theres a better way please dont hesitate to fill my inexperianced self in aerocorp is my mod i have and loaded copper tin vandinium titanium carbon and nickle the only texture in the creaative tab that done show up is nickle thanks in advance
October 3, 201411 yr Author https://github.com/colbyjr heres the base code and file structure if you have time to chk it out
October 3, 201411 yr Hi This link might help http://www.minecraftforge.net/forum/index.php/topic,18371.msg92948.html#msg92948 -TGG
October 3, 201411 yr Author the only thing i can see in my files is my .png files are capitalized ie CopperOre.png should it be with no caps in the png file cases
October 3, 201411 yr Not sure I understand the problem, if I got it right: 1) you get the "missing texture" error and black-and-pink texture for your nickelingot.png 2) in the creative tab, your other ores show up fine but when you place them in the world you don't see anything? 1) is probably because there's no nickelingot.png in src/main/resources/assets/aerocorp/textures/items For (2), what do you see? anything at all? are you sure the block is there? -TGG
October 3, 201411 yr Author blocks and ingots/dusts are in the creative tab i can place them in world but worldgen is not worldgening them at all not even a little bit http://imgur.com/kDvVPJh,G39f0O0#0 http://imgur.com/kDvVPJh,G39f0O0#1 as you can tell the names are a little skrewy but they are ingame placed and in inventory but no ore generation https://github.com/colbyjr/aerocorp there is my code ive been on it for 2 days not sure what i did wrong as im very new to the coding
October 3, 201411 yr Author so i think you were right in the registering of my ore gen so i tested a few things 1 i commented out ACWorldGen eventWorldGen = new ACWorldGen 2 added in the pre init phase Gameregistry.registerWorldGenaerator(new ACWorldgen(),1); also set diffeerent weight verible to get something to spawn still nothing not sure what i did but it is so not working trying to get my ores tidy up so i can ad 1 more pile of skull gen then idk machines and recipes mabe idk any help in this matter is much appreciated
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.