Create/src/main/resources/assets/create/blockstates/harvester.json
simibubi d8ab5dc122 Dynamic Render to go
- Added animation capabilities for blocks usable with the mechanical piston
- New models for the harvester and the drill
2019-10-19 15:42:42 +02:00

14 lines
No EOL
207 B
JSON

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