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/blockstates/vine.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/blockstates/vine.json')
| -rwxr-xr-x | assets/minecraft/blockstates/vine.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/vine.json b/assets/minecraft/blockstates/vine.json new file mode 100755 index 00000000..52110253 --- /dev/null +++ b/assets/minecraft/blockstates/vine.json | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | { | ||
| 2 | "multipart": [ | ||
| 3 | { "when": { "OR": [ { "north": "true", "east": "true" }, { "south": "true", "west": "true" }, { "north": "true", "south": "true" }, { "east": "true", "west": "true" } ] }, | ||
| 4 | "apply": { "model": "block/vine_angle" } | ||
| 5 | }, | ||
| 6 | { "when": { "OR": [ { "east": "true", "south": "true" }, { "west": "true", "north": "true" }, { "north": "true", "south": "true" }, { "east": "true", "west": "true" } ] }, | ||
| 7 | "apply": { "model": "block/vine_angle", "y": 90 } | ||
| 8 | }, | ||
| 9 | { "when": { "north": "true", "east": "false", "south": "false", "west": "false" }, | ||
| 10 | "apply": { "model": "block/vine" } | ||
| 11 | }, | ||
| 12 | { "when": { "north": "false", "east": "true", "south": "false", "west": "false" }, | ||
| 13 | "apply": { "model": "block/vine", "y": 90 } | ||
| 14 | }, | ||
| 15 | { "when": { "north": "false", "east": "false", "south": "true", "west": "false" }, | ||
| 16 | "apply": { "model": "block/vine", "y": 180 } | ||
| 17 | }, | ||
| 18 | { "when": { "north": "false", "east": "false", "south": "false", "west": "true" }, | ||
| 19 | "apply": { "model": "block/vine", "y": 270 } | ||
| 20 | }, | ||
| 21 | { "when": { "up": "true" }, | ||
| 22 | "apply": { "model": "block/vine", "x": 270 } | ||
| 23 | } | ||
| 24 | ] | ||
| 25 | } | ||