Create/src/generated/resources/assets/create/blockstates/funnel.json
simibubi 785c79786d Get registrated, Part II
- Set up datagen and registrate chains for all remaining blocks
2020-05-22 20:02:07 +02:00

34 lines
832 B
JSON

{
"variants": {
"belt=false,facing=north": {
"model": "create:block/funnel/horizontal"
},
"belt=true,facing=north": {
"model": "create:block/funnel/horizontal_belt"
},
"belt=false,facing=south": {
"model": "create:block/funnel/horizontal",
"y": 180
},
"belt=true,facing=south": {
"model": "create:block/funnel/horizontal_belt",
"y": 180
},
"belt=false,facing=west": {
"model": "create:block/funnel/horizontal",
"y": 270
},
"belt=true,facing=west": {
"model": "create:block/funnel/horizontal_belt",
"y": 270
},
"belt=false,facing=east": {
"model": "create:block/funnel/horizontal",
"y": 90
},
"belt=true,facing=east": {
"model": "create:block/funnel/horizontal_belt",
"y": 90
}
}
}