diff options
Diffstat (limited to 'assets/minecraft/models/block/template_daylight_detector.json')
| -rwxr-xr-x | assets/minecraft/models/block/template_daylight_detector.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/template_daylight_detector.json b/assets/minecraft/models/block/template_daylight_detector.json new file mode 100755 index 00000000..b456d3b9 --- /dev/null +++ b/assets/minecraft/models/block/template_daylight_detector.json | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/thin_block", | ||
| 3 | "textures": { | ||
| 4 | "particle": "#top" | ||
| 5 | }, | ||
| 6 | "elements": [ | ||
| 7 | { "from": [ 0, 0, 0 ], | ||
| 8 | "to": [ 16, 6, 16 ], | ||
| 9 | "faces": { | ||
| 10 | "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, | ||
| 11 | "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, | ||
| 12 | "north": { "uv": [ 0, 10, 16, 16 ], "texture": "#side", "cullface": "north" }, | ||
| 13 | "south": { "uv": [ 0, 10, 16, 16 ], "texture": "#side", "cullface": "south" }, | ||
| 14 | "west": { "uv": [ 0, 10, 16, 16 ], "texture": "#side", "cullface": "west" }, | ||
| 15 | "east": { "uv": [ 0, 10, 16, 16 ], "texture": "#side", "cullface": "east" } | ||
| 16 | } | ||
| 17 | } | ||
| 18 | ] | ||
| 19 | } | ||