summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/calibrated_sculk_sensor_active.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/calibrated_sculk_sensor_active.json')
-rwxr-xr-xassets/minecraft/models/block/calibrated_sculk_sensor_active.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/calibrated_sculk_sensor_active.json b/assets/minecraft/models/block/calibrated_sculk_sensor_active.json
new file mode 100755
index 00000000..61d47336
--- /dev/null
+++ b/assets/minecraft/models/block/calibrated_sculk_sensor_active.json
@@ -0,0 +1,12 @@
1{
2 "parent": "block/calibrated_sculk_sensor",
3 "textures": {
4 "amethyst": "block/calibrated_sculk_sensor_amethyst_active",
5 "bottom": "block/calibrated_sculk_sensor_bottom_active",
6 "side": "block/calibrated_sculk_sensor_output_side_active",
7 "calibrated_side": "block/calibrated_sculk_sensor_input_side",
8 "tendrils": "block/sculk_sensor_tendril_active",
9 "top": "block/calibrated_sculk_sensor_top",
10 "particle": "block/sculk_particle"
11 }
12}