Oraxen
Search…
Getting started
Frequently Asked Questions
Usage
Commands
Default items
Recipes
Configuration
Understand the basics
Plugin settings
Items (beginners)
Items (advanced)
Dyeable Items
Custom Armors
Item Appearance
Glyphs
Mechanics
Introduction
All mechanics
Furniture Mechanic
Block mechanic
StringBlock Mechanic
Compatibility
BossShopPro - shop
CrateReloaded - crates
ModelEngine - custom mobs
MythicMobs - custom mobs
TrMenu - custom inventories
MMoItems
World Generators
Developers
Create your own Mechanic
Add Compatibility with a plugin
Custom hosting service
API
Powered By
GitBook
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
Use white to paint better
And select all the faces of your model with the option!
1
clock
:
2
displayname
:
"<white>Clock"
3
material
:
LEATHER_HORSE_ARMOR
4
color
:
255
,
255
,
255
#rgb
5
Mechanics
:
6
furniture
:
7
rotation
:
NONE
8
barrier
:
false
9
drop
:
# useless if you are not using a barrier
10
silktouch
:
false
11
loots
:
12
-
{
oraxen_item
:
clock
,
probability
:
1.0
}
13
Pack
:
14
generate_model
:
false
15
model
:
custom/furniture/clock
16
custom_model_data
:
76
Copied!
Configuration - Previous
Items (advanced)
Next - Configuration
Custom Armors
Last modified
2mo ago
Copy link
Contents
Introduction
How do I do this?