Jump to content

Block Creation help


Fat_Lizardman

Recommended Posts

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

Link to comment
Share on other sites

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)

Link to comment
Share on other sites

 

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?

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.