Create/src/generated/resources/assets/create/blockstates/hand_crank.json
simibubi 8ab9118de2 Get registrated
- Set up datagen and registrate chains for all remaining blocks from the contraptions section
2020-05-21 00:15:02 +02:00

30 lines
595 B
JSON

{
"variants": {
"facing=down": {
"model": "create:block/hand_crank/block",
"x": 180
},
"facing=up": {
"model": "create:block/hand_crank/block"
},
"facing=north": {
"model": "create:block/hand_crank/block",
"x": 90
},
"facing=south": {
"model": "create:block/hand_crank/block",
"x": 90,
"y": 180
},
"facing=west": {
"model": "create:block/hand_crank/block",
"x": 90,
"y": 270
},
"facing=east": {
"model": "create:block/hand_crank/block",
"x": 90,
"y": 90
}
}
}