Files
minecraft-assets/assets/minecraft/blockstates/piston_head.json
2020-03-04 20:43:00 +00:00

96 lines
2.7 KiB
JSON

{
"variants": {
"facing=down,short=false,type=normal": {
"x": 90,
"model": "minecraft:block/piston_head"
},
"facing=down,short=false,type=sticky": {
"x": 90,
"model": "minecraft:block/piston_head_sticky"
},
"facing=down,short=true,type=normal": {
"x": 90,
"model": "minecraft:block/piston_head_short"
},
"facing=down,short=true,type=sticky": {
"x": 90,
"model": "minecraft:block/piston_head_short_sticky"
},
"facing=east,short=false,type=normal": {
"y": 90,
"model": "minecraft:block/piston_head"
},
"facing=east,short=false,type=sticky": {
"y": 90,
"model": "minecraft:block/piston_head_sticky"
},
"facing=east,short=true,type=normal": {
"y": 90,
"model": "minecraft:block/piston_head_short"
},
"facing=east,short=true,type=sticky": {
"y": 90,
"model": "minecraft:block/piston_head_short_sticky"
},
"facing=north,short=false,type=normal": {
"model": "minecraft:block/piston_head"
},
"facing=north,short=false,type=sticky": {
"model": "minecraft:block/piston_head_sticky"
},
"facing=north,short=true,type=normal": {
"model": "minecraft:block/piston_head_short"
},
"facing=north,short=true,type=sticky": {
"model": "minecraft:block/piston_head_short_sticky"
},
"facing=south,short=false,type=normal": {
"y": 180,
"model": "minecraft:block/piston_head"
},
"facing=south,short=false,type=sticky": {
"y": 180,
"model": "minecraft:block/piston_head_sticky"
},
"facing=south,short=true,type=normal": {
"y": 180,
"model": "minecraft:block/piston_head_short"
},
"facing=south,short=true,type=sticky": {
"y": 180,
"model": "minecraft:block/piston_head_short_sticky"
},
"facing=up,short=false,type=normal": {
"x": 270,
"model": "minecraft:block/piston_head"
},
"facing=up,short=false,type=sticky": {
"x": 270,
"model": "minecraft:block/piston_head_sticky"
},
"facing=up,short=true,type=normal": {
"x": 270,
"model": "minecraft:block/piston_head_short"
},
"facing=up,short=true,type=sticky": {
"x": 270,
"model": "minecraft:block/piston_head_short_sticky"
},
"facing=west,short=false,type=normal": {
"y": 270,
"model": "minecraft:block/piston_head"
},
"facing=west,short=false,type=sticky": {
"y": 270,
"model": "minecraft:block/piston_head_sticky"
},
"facing=west,short=true,type=normal": {
"y": 270,
"model": "minecraft:block/piston_head_short"
},
"facing=west,short=true,type=sticky": {
"y": 270,
"model": "minecraft:block/piston_head_short_sticky"
}
}
}