Bedrock Snippets

Precise Interaction

View Source

precise_interaction > rp > textures > terrain_texture.json

{
    "resource_pack_name": "precise-interaction",
    "texture_name": "atlas.terrain",
    "texture_data": {
        "wiki:pigeonholes_empty": {
            "textures": "textures/blocks/pigeonholes_empty"
        },
        "wiki:pigeonholes_occupied": {
            "textures": "textures/blocks/pigeonholes_occupied"
        },
        "wiki:double_flower_pot_dirt": {
            "textures": {
                "path": "textures/blocks/dirt",
                "tint_color": "#999999"
            }
        },
        "wiki:double_flower_pot_handle": {
            "textures": "textures/blocks/double_pot_handle"
        }
    }
}
Copied to Clipboard