diff options
Diffstat (limited to 'assets/minecraft/models/block/sculk_sensor.json')
| -rwxr-xr-x | assets/minecraft/models/block/sculk_sensor.json | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/sculk_sensor.json b/assets/minecraft/models/block/sculk_sensor.json new file mode 100755 index 00000000..0d29044f --- /dev/null +++ b/assets/minecraft/models/block/sculk_sensor.json | |||
| @@ -0,0 +1,60 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/block", | ||
| 3 | "textures": { | ||
| 4 | "bottom": "block/sculk_sensor_bottom", | ||
| 5 | "side": "block/sculk_sensor_side", | ||
| 6 | "tendrils": "block/sculk_sensor_tendril_inactive", | ||
| 7 | "top": "block/sculk_sensor_top", | ||
| 8 | "particle": "block/sculk_particle" | ||
| 9 | }, | ||
| 10 | "elements": [ | ||
| 11 | { | ||
| 12 | "from": [0, 0, 0], | ||
| 13 | "to": [16, 8, 16], | ||
| 14 | "faces": { | ||
| 15 | "north": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "north"}, | ||
| 16 | "east": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "east"}, | ||
| 17 | "south": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "south"}, | ||
| 18 | "west": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "west"}, | ||
| 19 | "up": {"uv": [0, 0, 16, 16], "texture": "#top"}, | ||
| 20 | "down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"} | ||
| 21 | } | ||
| 22 | }, | ||
| 23 | { | ||
| 24 | "from": [-1, 8, 3], | ||
| 25 | "to": [7, 16, 3], | ||
| 26 | "rotation": {"angle": 45, "axis": "y", "origin": [3, 12, 3]}, | ||
| 27 | "faces": { | ||
| 28 | "north": {"uv": [4, 8, 12, 16], "texture": "#tendrils" }, | ||
| 29 | "south": {"uv": [12, 8, 4, 16], "texture": "#tendrils" } | ||
| 30 | } | ||
| 31 | }, | ||
| 32 | { | ||
| 33 | "from": [9, 8, 3], | ||
| 34 | "to": [17, 16, 3], | ||
| 35 | "rotation": {"angle": -45, "axis": "y", "origin": [13, 12, 3]}, | ||
| 36 | "faces": { | ||
| 37 | "north": {"uv": [12, 8, 4, 16], "texture": "#tendrils" }, | ||
| 38 | "south": {"uv": [4, 8, 12, 16], "texture": "#tendrils" } | ||
| 39 | } | ||
| 40 | }, | ||
| 41 | { | ||
| 42 | "from": [9, 8, 13], | ||
| 43 | "to": [17, 16, 13], | ||
| 44 | "rotation": {"angle": 45, "axis": "y", "origin": [13, 12, 13]}, | ||
| 45 | "faces": { | ||
| 46 | "north": {"uv": [12, 8, 4, 16], "texture": "#tendrils" }, | ||
| 47 | "south": {"uv": [4, 8, 12, 16], "texture": "#tendrils" } | ||
| 48 | } | ||
| 49 | }, | ||
| 50 | { | ||
| 51 | "from": [-1, 8, 13], | ||
| 52 | "to": [7, 16, 13], | ||
| 53 | "rotation": {"angle": -45, "axis": "y", "origin": [3, 12, 13]}, | ||
| 54 | "faces": { | ||
| 55 | "north": {"uv": [4, 8, 12, 16], "texture": "#tendrils" }, | ||
| 56 | "south": {"uv": [12, 8, 4, 16], "texture": "#tendrils" } | ||
| 57 | } | ||
| 58 | } | ||
| 59 | ] | ||
| 60 | } \ No newline at end of file | ||