diff options
| author | 2024-01-20 02:25:44 +0200 | |
|---|---|---|
| committer | 2024-01-20 02:25:44 +0200 | |
| commit | 88e4e8852a5f1c33794abe430411b73c3ade507a (patch) | |
| tree | b8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/block/calibrated_sculk_sensor_inactive.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/calibrated_sculk_sensor_inactive.json')
| -rwxr-xr-x | assets/minecraft/models/block/calibrated_sculk_sensor_inactive.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/calibrated_sculk_sensor_inactive.json b/assets/minecraft/models/block/calibrated_sculk_sensor_inactive.json new file mode 100755 index 00000000..ec9404fe --- /dev/null +++ b/assets/minecraft/models/block/calibrated_sculk_sensor_inactive.json | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/calibrated_sculk_sensor", | ||
| 3 | "textures": { | ||
| 4 | "amethyst": "block/calibrated_sculk_sensor_amethyst", | ||
| 5 | "bottom": "block/calibrated_sculk_sensor_bottom", | ||
| 6 | "side": "block/calibrated_sculk_sensor_output_side", | ||
| 7 | "calibrated_side": "block/calibrated_sculk_sensor_input_side", | ||
| 8 | "tendrils": "block/sculk_sensor_tendril_inactive", | ||
| 9 | "top": "block/calibrated_sculk_sensor_top", | ||
| 10 | "particle": "block/sculk_particle" | ||
| 11 | } | ||
| 12 | } | ||