Jump to content

Color Tinting a Block


Recommended Posts

So i looked into making a new texture and it seemed annoyingly complicated ... I could not open Blocktextureatlas .... 

 

I am trying to get a texture for Gore Blocks and am currently using oil shale because it kinda looks organic but I would like it more red.  

 

Is there any guide to going into Blocktextureatlas ?

Link to comment
Share on other sites

On 8/30/2024 at 7:18 PM, Zolokhan said:

 

Many years ago you could do this ... it was simple just had to add RGB into the block file but now it does not seem to work ... 

 

Is there any way to tint a block ? Custom color? 

I think it's this, for the color and hand object

<property name="TintColor" value="#0002FF"/>

 

also in this format

<property name="TintColor" value="0,2,255"/>
<property name="CustomIconTint" value="0,2,255"/>

The icon one being for tinting the icon.

 

 


There was an old bit of code I saw for older alphas on blocks, not sure if its viable still but it was like this

<property name="TintColor" value="#0002FF"/> 
<property name="TintShaderProperties" value="_Color"/>

 

 

Also, Zilox has his material modifer mod to do colorizing and effects. It helps show you how, here:
Zilox - Material Modifier

 

Also sites like this help with various formats for color and complementary colors when you click on them
Color Codes & Charts

Hope you get it working!

Edited by LordSoth01 (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...