So you have finished your model and want to save it, its textures and it's animations, simply follow the steps below for each asset.
Exporting the geo.json model.
- Open
Fileand then selectExportand chooseExport Azurelib .geo Model
Danger
This file MUST be saved in the geo folder
Info
You can save these files into sub folders of the geo folder to help organize your assets.
Examples:
- Entities:
/assets/modid/geo/entities - Block Entities:
/assets/modid/geo/blockentities - Items:
/assets/modid/geo/items - Armor:
/assets/modid/geo/armors
- Now save this file to your projects geo assets folder (Example:
/assets/modid/geo/)
Exporting the Item Display Settings
If your model is one that will be used an item or reused as an Item, you will want to export your Item Display Settings file then.
Danger
This file MUST be saved as the same as items resource name, so if it's called yourmodid:superitem in game, it must be saved as superitem.json in your /assets/modid/models/item/ folder
- Open
Fileand then selectExportand chooseExport Azurelib Display Settings
Exporting the texture file
Info
You can save these files into sub folders of the textures folder to help organize your assets.
Examples:
- Entities:
/assets/modid/textures/entities - Block Entities:
/assets/modid/textures/blockentities - Items:
/assets/modid/textures/items - Armor:
/assets/modid/textures/armors
- Right-click the texture in the Textures panel and choose
Save As
Exporting the Animation JSON
-
Open
Animateto open the Animation screen -
Now open the
Animationmenu in the top left corner. -
Click
Export Animations...
Danger
This file MUST be saved in the animations folder
Info
You can save these files into sub folders of the animations folder to help organize your assets.
Examples:
- Entities:
/assets/modid/animations/entities - Block Entities:
/assets/modid/animations/blockentities - Items:
/assets/modid/animations/items - Armor:
/assets/modid/animations/armors
- Click confirm to save your JSON file to your projects animations assets folder (Example:
/assets/animations/geo/)