summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/crafting_table.json
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
committerGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
commit88e4e8852a5f1c33794abe430411b73c3ade507a (patch)
treeb8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/blockstates/crafting_table.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/blockstates/crafting_table.json')
-rwxr-xr-xassets/minecraft/blockstates/crafting_table.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/crafting_table.json b/assets/minecraft/blockstates/crafting_table.json
new file mode 100755
index 00000000..7d72b894
--- /dev/null
+++ b/assets/minecraft/blockstates/crafting_table.json
@@ -0,0 +1,21 @@
1{
2 "variants": {
3 "": [
4 {
5 "model": "minecraft:block/crafting_table"
6 },
7 {
8 "model": "minecraft:block/crafting_table",
9 "y": 90
10 },
11 {
12 "model": "minecraft:block/crafting_table",
13 "y": 180
14 },
15 {
16 "model": "minecraft:block/crafting_table",
17 "y": 270
18 }
19 ]
20 }
21} \ No newline at end of file