summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/calibrated_sculk_sensor_inactive.json
blob: ec9404fe1e8bb7f61bfb0f12c392b3151da13c46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "parent": "block/calibrated_sculk_sensor",
    "textures": {
        "amethyst": "block/calibrated_sculk_sensor_amethyst",
        "bottom": "block/calibrated_sculk_sensor_bottom",
        "side": "block/calibrated_sculk_sensor_output_side",
        "calibrated_side": "block/calibrated_sculk_sensor_input_side",
        "tendrils": "block/sculk_sensor_tendril_inactive",
        "top": "block/calibrated_sculk_sensor_top",
        "particle": "block/sculk_particle"
    }
}