Skip to content
darktire edited this page Mar 24, 2026 · 2 revisions

Description

  • this json is used to define types
  • your types_json files should be located in your_minecraft_folder/config/baubles/*
  • edit the cfg option typesjson to set the files you want to load in your game

Format

{
  "baubles:elytra": {
    "name": "elytra",
    "amount": 1,
    "priority": 5,
    "parent": [
      "baubles:body"
    ]
  }
}

You can use the resource pack to add textures and i18n names.

Example

Create a new type:

{
  "baubles:elytra": {
    "name": "elytra",
    "amount": 1,
    "priority": 5,
    "parent": [
      "baubles:body"
    ]
  }
}

Clone this wiki locally