mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-14 22:44:07 +01:00
d8ab5dc122
- Added animation capabilities for blocks usable with the mechanical piston - New models for the harvester and the drill
16 lines
279 B
JSON
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 }
|
|
}
|
|
}
|
|
} |