summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/jack_o_lantern.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/blockstates/jack_o_lantern.json')
-rwxr-xr-xassets/minecraft/blockstates/jack_o_lantern.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/jack_o_lantern.json b/assets/minecraft/blockstates/jack_o_lantern.json
new file mode 100755
index 00000000..121449bd
--- /dev/null
+++ b/assets/minecraft/blockstates/jack_o_lantern.json
@@ -0,0 +1,20 @@
1{
2 "variants": {
3 "facing=east": [
4 { "model": "minecraft:block/jack_o_lantern", "y": 90, "weight": 8 },
5 { "model": "minecraft:block/jack_o_lantern_2", "y": 90, "weight": 1 }
6 ],
7 "facing=north": [
8 { "model": "minecraft:block/jack_o_lantern", "weight": 8 },
9 { "model": "minecraft:block/jack_o_lantern_2", "weight": 1 }
10 ],
11 "facing=south": [
12 { "model": "minecraft:block/jack_o_lantern", "y": 180, "weight": 8 },
13 { "model": "minecraft:block/jack_o_lantern_2", "y": 180, "weight": 1 }
14 ],
15 "facing=west": [
16 { "model": "minecraft:block/jack_o_lantern", "y": 270, "weight": 8 },
17 { "model": "minecraft:block/jack_o_lantern_2", "y": 270, "weight": 1 }
18 ]
19 }
20} \ No newline at end of file