Posted September 7, 201213 yr hey, im trying to make a mod that adds different kinds of blocks, for some friends and i cant seem to figure out how to texture the blocks, i can load them just fine and they show up purple ingame, any help would be appreciated. i need to figure out how to 1: texture the blocks 2: make a block with textures on the top and bottom, that are different than the sides (kinda like a log) 3: texture slabs and i was wanting to do this using forges infinite sprite system, so if anyone would like to explain to me what id need to do, to accomplish this id appreciate it
September 7, 201213 yr http://wuppy29.blogspot.nl/2012/08/modding-custom-textures-part-1.html Check this out You might also want to check his other tutorials after this one If you guys dont get it.. then well ya.. try harder...
September 7, 201213 yr http://wuppy29.blogspot.nl/2012/08/modding-custom-textures-part-1.html Check this out You might also want to check his other tutorials after this one I followed that tutorial about adding custom textures, but I still get an error in the code with proxy.registerRenderThings(); The error is: Syntax error on token "registerRenderThings", Identifier expected after this token I have no idea what this means. I've done everything else correctly. http://pastebin.com/T6a8igZU (<----CommonProxyAether) http://pastebin.com/UyKXVaCk (<----ClientProxyAether) http://pastebin.com/xNKzUtbf (<----- Main class)
September 7, 201213 yr I followed that tutorial about adding custom textures, but I still get an error in the code with proxy.registerRenderThings(); The error is: Syntax error on token "registerRenderThings", Identifier expected after this token I have no idea what this means. I've done everything else correctly. http://pastebin.com/T6a8igZU (<----CommonProxyAether) http://pastebin.com/UyKXVaCk (<----ClientProxyAether) http://pastebin.com/xNKzUtbf (<----- Main class) Perhaps you need to put it into a method?
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.