Block Attributes

modelTexture

This attribute defines the model texture for the open lid chest. An example can be found in minecraft.jar/assets/minecraft/textures/entity/chest/normal.png. Texture files for this attribute go into the assets/{mod name}/textures/entity/chest directory of your mod.

Examples

// Default value
modelTexture = "/normal.png";

modelTexture = "myChest.png";