summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/rail.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/blockstates/rail.json')
-rwxr-xr-xassets/minecraft/blockstates/rail.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/rail.json b/assets/minecraft/blockstates/rail.json
new file mode 100755
index 00000000..eefbe9b1
--- /dev/null
+++ b/assets/minecraft/blockstates/rail.json
@@ -0,0 +1,41 @@
1{
2 "variants": {
3 "shape=ascending_east": {
4 "model": "minecraft:block/rail_up",
5 "y": 90
6 },
7 "shape=ascending_north": {
8 "model": "minecraft:block/rail_up"
9 },
10 "shape=ascending_south": {
11 "model": "minecraft:block/rail_up",
12 "y": 180
13 },
14 "shape=ascending_west": {
15 "model": "minecraft:block/rail_up",
16 "y": 270
17 },
18 "shape=east_west": {
19 "model": "minecraft:block/rail",
20 "y": 90
21 },
22 "shape=north_east": {
23 "model": "minecraft:block/rail_corner2",
24 "y": 270
25 },
26 "shape=north_south": {
27 "model": "minecraft:block/rail"
28 },
29 "shape=north_west": {
30 "model": "minecraft:block/rail_corner",
31 "y": 180
32 },
33 "shape=south_east": {
34 "model": "minecraft:block/rail_corner"
35 },
36 "shape=south_west": {
37 "model": "minecraft:block/rail_corner2",
38 "y": 90
39 }
40 }
41} \ No newline at end of file