diff options
Diffstat (limited to 'assets/minecraft/blockstates/sticky_piston.json')
| -rwxr-xr-x | assets/minecraft/blockstates/sticky_piston.json | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/sticky_piston.json b/assets/minecraft/blockstates/sticky_piston.json new file mode 100755 index 00000000..fb1ff402 --- /dev/null +++ b/assets/minecraft/blockstates/sticky_piston.json | |||
| @@ -0,0 +1,50 @@ | |||
| 1 | { | ||
| 2 | "variants": { | ||
| 3 | "extended=false,facing=down": { | ||
| 4 | "model": "minecraft:block/sticky_piston", | ||
| 5 | "x": 90 | ||
| 6 | }, | ||
| 7 | "extended=false,facing=east": { | ||
| 8 | "model": "minecraft:block/sticky_piston", | ||
| 9 | "y": 90 | ||
| 10 | }, | ||
| 11 | "extended=false,facing=north": { | ||
| 12 | "model": "minecraft:block/sticky_piston" | ||
| 13 | }, | ||
| 14 | "extended=false,facing=south": { | ||
| 15 | "model": "minecraft:block/sticky_piston", | ||
| 16 | "y": 180 | ||
| 17 | }, | ||
| 18 | "extended=false,facing=up": { | ||
| 19 | "model": "minecraft:block/sticky_piston", | ||
| 20 | "x": 270 | ||
| 21 | }, | ||
| 22 | "extended=false,facing=west": { | ||
| 23 | "model": "minecraft:block/sticky_piston", | ||
| 24 | "y": 270 | ||
| 25 | }, | ||
| 26 | "extended=true,facing=down": { | ||
| 27 | "model": "minecraft:block/sticky_piston_base", | ||
| 28 | "x": 90 | ||
| 29 | }, | ||
| 30 | "extended=true,facing=east": { | ||
| 31 | "model": "minecraft:block/sticky_piston_base", | ||
| 32 | "y": 90 | ||
| 33 | }, | ||
| 34 | "extended=true,facing=north": { | ||
| 35 | "model": "minecraft:block/sticky_piston_base" | ||
| 36 | }, | ||
| 37 | "extended=true,facing=south": { | ||
| 38 | "model": "minecraft:block/sticky_piston_base", | ||
| 39 | "y": 180 | ||
| 40 | }, | ||
| 41 | "extended=true,facing=up": { | ||
| 42 | "model": "minecraft:block/sticky_piston_base", | ||
| 43 | "x": 270 | ||
| 44 | }, | ||
| 45 | "extended=true,facing=west": { | ||
| 46 | "model": "minecraft:block/sticky_piston_base", | ||
| 47 | "y": 270 | ||
| 48 | } | ||
| 49 | } | ||
| 50 | } \ No newline at end of file | ||