forked from Azanor/Baubles
-
Notifications
You must be signed in to change notification settings - Fork 2
OldFormat
darktire edited this page Feb 3, 2026
·
1 revision
To set bauble's type/types:
{
"minecraft:elytra": {
"types": [
"baubles:body",
"baubles:elytra"
]
}
}To make an item not a bauble:
{
"minecraft:elytra": {
"addition": "remove"
}
}To set a new type:
{
"baubles:elytra": {
"name": "elytra",
"amount": 1,
"priority": 5,
"parent": [
"baubles:body"
]
}
}