forked from Azanor/Baubles
-
Notifications
You must be signed in to change notification settings - Fork 2
Types
darktire edited this page Mar 24, 2026
·
2 revisions
- this json is used to define types
- your types_json files should be located in
your_minecraft_folder/config/baubles/* - edit the cfg option
typesjsonto set the files you want to load in your game
{
"baubles:elytra": {
"name": "elytra",
"amount": 1,
"priority": 5,
"parent": [
"baubles:body"
]
}
}You can use the resource pack to add textures and i18n names.
Create a new type:
{
"baubles:elytra": {
"name": "elytra",
"amount": 1,
"priority": 5,
"parent": [
"baubles:body"
]
}
}