-
-
Notifications
You must be signed in to change notification settings - Fork 4
File Specification
This document is a rough draft and is meant to provide a starting point for those wanting to create assets for the Community Resource Pack. More detailed information (and example assets for simple additions) will be added at a later date.
An items model definition (assets/<namespace>/items/<id>.json) is required (and is what is indexed by Item Customization).
items models may point to one or more plain models (usually under /assets/<namespace>/models/item/<id>.json).
Plain models may point to one or more textures (usually under assets/<namespace>/textures/item/<id>.png).
An equipment definition (assets/<namespace>/equipment/<id>.json) is required (and is what is indexed by Item Customization).
Equipment definitions may point to one or more equipment textures (usually under assets/<namespace>/textures/entity/equipment/<layer_type>/<id>.png).
A camera overlay texture is required, located at assets/<namespace>/textures/misc/<id>.png.
Two textures are required, one at assets/<namespace>/textures/gui/sprites/tooltip/<id>_background.png, and the other at assets/<namespace>/textures/gui/sprites/tooltip/<id>_frame.png. See the vanilla textures for an example on how to format these.
TODO: write docs
A jukebox song definition must be added to the smp-handler datapack. Contact igalaxy for more info.
An instrument definition must be added to the smp-handler datapack. Contact igalaxy for more info.
A painting variant definition must be added to the smp-handler datapack. Contact igalaxy for more info.