Pack Structure
pack/
├─ assets/
│ └─ ... (vanilla/other assets)
├─ nexo/
│ └─ items/
│ └─ ... (your Nexo items)
└─ ... (other pack files)
pack/
├─ assets/
│ └─ ... (vanilla/other assets)
├─ oraxen/
│ └─ items/
│ └─ ... (your Oraxen items)
└─ ... (other pack files)
pack/
├─ assets/
│ └─ ... (vanilla/other assets)
├─ itemsadder/
│ ├─ contents/
│ │ └─ ... (ItemsAdder namespaces + assets)
│ └─ storage/
│ └─ ... (item_ids_cache.yml)
└─ ... (other pack files)
Last updated