Resource Pack Data
data class ResourcePackData(val texture: String, val up: String? = null, val down: String? = null, val north: String? = null, val south: String? = null, val east: String? = null, val west: String? = null, val particle: String? = null)
Block textures for the generated cube model (minecraft:block/cube). texture is the main texture used for every face and the particle; override any single face with up/down/north/south/ east/west (or particle) — a null override falls back to texture. When building the model use the resolved *Texture accessors.