Dyeable Items
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!

Use white to paint better


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
custom_model_data: 76
Last modified 8mo ago