top of page
How To Convert Jar To Mcaddon _verified_ »
2️⃣
If you plan to share your converted add‑on, and never redistribute without permission (see section below). how to convert jar to mcaddon
myaddon/ |-- addon.json |-- assets/ | |-- myaddon/ | |-- textures/ | |-- myitem.png | |-- models/ | |-- myitem.json |-- scripts/ 2️⃣ If you plan to share your converted
"type": "data", "uuid": "another-unique-uuid", "version": [1, 0, 0] 0] "format_version": "1.20.0"
"format_version": "1.20.0", "minecraft:item": "description": "identifier": "converted:my_item", "category": "equipment" , "components": "minecraft:icon": "texture": "my_item_texture" , "minecraft:display_name": "value": "My Converted Item" , "minecraft:max_stack_size": 64
bottom of page