Dyeable Items
Introduction
Oraxen allows you to create paintable items and furtniture based on POTION
and LEATHER_HORSE_ARMOR
, so let's first see how to do it in BlockBench!
How do I do this?
First step open your Blockbench model

Select the face to be painted

Activate the tint
option
tint
option

And select all the faces of your model with the option!
clock:
displayname: "<white>Clock"
material: LEATHER_HORSE_ARMOR
color: 255, 255, 255 #rgb
Mechanics:
furniture:
barrier: false
drop: # useless if you are not using a barrier
silktouch: false
loots:
- { oraxen_item: clock, probability: 1.0 }
Pack:
generate_model: false
model: custom/furniture/clock
Last updated
Was this helpful?