How to link a custom tinting map to blockstates of a block?

Started by ItsErtHere on

Topic category: Help with modding (Java Edition)

Last seen on 20:55, 3. Mar 2024
Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to link a custom tinting map to blockstates of a block?

How would I add tint to a JSON model and connect the tint to a blockstate of the block? (eg. exampleBlockstate:40 makes the block blue, while exampleBlockstate: 200 makes it red, and the color IS NOT impacted by the biome the block is in)

Last seen on 20:55, 3. Mar 2024
Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Also, how to tint a…
Sun, 05/14/2023 - 22:09

Also, how to tint a transparent texture? (I tried using the texture for light gray stained glass on a block with grass tint and the block stayed gray when placing it instead of turning green)