AjayXD__ Posted October 27, 2023 Posted October 27, 2023 I'm trying to make some leaves for my mod that I can use 1 texture for all of the leaves and make it so I can specify what colour I want the leaves to be, but I can't find ANY forge documentation anywhere so some help would be nice. Quote
Luis_ST Posted October 28, 2023 Posted October 28, 2023 You have to use a black and white texture for your leaves like vanilla and then register a BlockColor for your Block(s) in RegisterColorHandlersEvent.Block. You can look at the vanilla examples in BlockColors class. Quote
alfabendy Posted January 4 Posted January 4 the RegisterColorHandlersEvent.Block is something that i need to add in my mod or i need to modify in minecraft code ? 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.