Create/src/main/resources/assets/create/blockstates/harvester.json

14 lines
207 B
JSON
Raw Normal View History

{
"forge_marker": 1,
"defaults": {
"model": "create:block/harvester"
},
"variants": {
"facing": {
"north": { "y": 180 },
"south": {},
"east": { "y": 270 },
"west": { "y": 90 }
}
}
}