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/bamboo_fence.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/blockstates/bamboo_fence.json')
| -rwxr-xr-x | assets/minecraft/blockstates/bamboo_fence.json | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/bamboo_fence.json b/assets/minecraft/blockstates/bamboo_fence.json new file mode 100755 index 00000000..de30672c --- /dev/null +++ b/assets/minecraft/blockstates/bamboo_fence.json | |||
| @@ -0,0 +1,73 @@ | |||
| 1 | { | ||
| 2 | "multipart": [ | ||
| 3 | { | ||
| 4 | "when": { "north": "false", "east": "false", "south": "false", "west": "false" }, | ||
| 5 | "apply": { | ||
| 6 | "model": "minecraft:block/bamboo_fence_post" | ||
| 7 | } | ||
| 8 | }, | ||
| 9 | { | ||
| 10 | "when": { "north": "true" }, | ||
| 11 | "apply": { | ||
| 12 | "model": "minecraft:block/bamboo_fence_post_tied" | ||
| 13 | } | ||
| 14 | }, | ||
| 15 | { | ||
| 16 | "when": { "east": "true" }, | ||
| 17 | "apply": { | ||
| 18 | "model": "minecraft:block/bamboo_fence_post_tied" | ||
| 19 | } | ||
| 20 | }, | ||
| 21 | { | ||
| 22 | "when": { "south": "true" }, | ||
| 23 | "apply": { | ||
| 24 | "model": "minecraft:block/bamboo_fence_post_tied" | ||
| 25 | } | ||
| 26 | }, | ||
| 27 | { | ||
| 28 | "when": { "west": "true" }, | ||
| 29 | "apply": { | ||
| 30 | "model": "minecraft:block/bamboo_fence_post_tied" | ||
| 31 | } | ||
| 32 | }, | ||
| 33 | { | ||
| 34 | "when": { | ||
| 35 | "north": "true" | ||
| 36 | }, | ||
| 37 | "apply": { | ||
| 38 | "model": "minecraft:block/bamboo_fence_side", | ||
| 39 | "uvlock": false | ||
| 40 | } | ||
| 41 | }, | ||
| 42 | { | ||
| 43 | "when": { | ||
| 44 | "east": "true" | ||
| 45 | }, | ||
| 46 | "apply": { | ||
| 47 | "model": "minecraft:block/bamboo_fence_side", | ||
| 48 | "y": 90, | ||
| 49 | "uvlock": false | ||
| 50 | } | ||
| 51 | }, | ||
| 52 | { | ||
| 53 | "when": { | ||
| 54 | "south": "true" | ||
| 55 | }, | ||
| 56 | "apply": { | ||
| 57 | "model": "minecraft:block/bamboo_fence_side", | ||
| 58 | "y": 180, | ||
| 59 | "uvlock": false | ||
| 60 | } | ||
| 61 | }, | ||
| 62 | { | ||
| 63 | "when": { | ||
| 64 | "west": "true" | ||
| 65 | }, | ||
| 66 | "apply": { | ||
| 67 | "model": "minecraft:block/bamboo_fence_side", | ||
| 68 | "y": 270, | ||
| 69 | "uvlock": false | ||
| 70 | } | ||
| 71 | } | ||
| 72 | ] | ||
| 73 | } \ No newline at end of file | ||