Jump to content

Custom Block Textures only work in certain areas


juliand665

Recommended Posts

I've been modding using forge for a while now and I'm constantly running into one problem:

In certain areas (which even constantly change), the custom texture files I specify for the blocks don't get used and I get really buggy-looking default textures on my blocks instead:

 

width=800 height=500https://dl.dropbox.com/u/20470051/2013-02-28_00.46.39.png[/img]

 

I have definitely preloaded the texture.

 

Is this a known problem with forge or am I doing something wrong?

Link to comment
Share on other sites

Not all render types support custom textures as not all render codepaths give you the block.

So you're gunan have to either render it yourself or use a system that supports the custom texture sheet, we have hooks for that.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

Not all render types support custom textures as not all render codepaths give you the block.

So you're gunan have to either render it yourself or use a system that supports the custom texture sheet, we have hooks for that.

 

What are the hooks for that? How do I use them?

Link to comment
Share on other sites

Not all render types support custom textures as not all render codepaths give you the block.

So you're gunan have to either render it yourself or use a system that supports the custom texture sheet, we have hooks for that.

 

What are the hooks for that? How do I use them?

I'd really like to learn how to do that. I've looked everywhere I can imagine but can't really find any hooks (or tutorials, for that matter).

Sorry to bother you.

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.