Create/src/main/resources/assets/create/blockstates/drill.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

16 lines
279 B
JSON

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