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/deepslate.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/blockstates/deepslate.json')
| -rwxr-xr-x | assets/minecraft/blockstates/deepslate.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/deepslate.json b/assets/minecraft/blockstates/deepslate.json new file mode 100755 index 00000000..cdfc0802 --- /dev/null +++ b/assets/minecraft/blockstates/deepslate.json | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | { | ||
| 2 | "variants": { | ||
| 3 | "axis=x": [ | ||
| 4 | { | ||
| 5 | "model": "minecraft:block/deepslate", | ||
| 6 | "x": 90, | ||
| 7 | "y": 90 | ||
| 8 | }, | ||
| 9 | { | ||
| 10 | "model": "minecraft:block/deepslate", | ||
| 11 | "x": 90, | ||
| 12 | "y": 90 | ||
| 13 | } | ||
| 14 | ], | ||
| 15 | "axis=y": [ | ||
| 16 | { "model": "minecraft:block/deepslate", "weight": 200 }, | ||
| 17 | { "model": "minecraft:block/deepslate", "weight": 200, "y": 180 } | ||
| 18 | ], | ||
| 19 | "axis=z": [ | ||
| 20 | { | ||
| 21 | "model": "minecraft:block/deepslate", | ||
| 22 | "x": 90 | ||
| 23 | }, | ||
| 24 | { | ||
| 25 | "model": "minecraft:block/deepslate", | ||
| 26 | "x": 90, | ||
| 27 | "y": 180 | ||
| 28 | } | ||
| 29 | ] | ||
| 30 | } | ||
| 31 | } \ No newline at end of file | ||