Block Attributes

iconFile

This attribute defines texture file for the door item. Texture files for this attribute go into the textures/items directory of your mod.

Examples

// Uses textures/items/myDoorItem.png from the mod's directory
iconFile = "myDoorItem.png";

// Uses textures/items/doorWood.png from the minecraft.jar
iconFile = "/doorWood.png";