juliand665 Posted February 27, 2013 Posted February 27, 2013 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: https://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? Quote
LexManos Posted February 28, 2013 Posted February 28, 2013 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. Quote I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
juliand665 Posted March 2, 2013 Author Posted March 2, 2013 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? Quote
juliand665 Posted March 6, 2013 Author Posted March 6, 2013 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. Quote
Recommended Posts
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.