mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-12 07:16:54 +01:00
8 lines
296 B
JSON
8 lines
296 B
JSON
|
{
|
||
|
"variants": {
|
||
|
"facing=north": { "model": "create:block/harvester", "y": 180 },
|
||
|
"facing=south": { "model": "create:block/harvester" },
|
||
|
"facing=east": { "model": "create:block/harvester", "y": 270 },
|
||
|
"facing=west": { "model": "create:block/harvester", "y": 90 }
|
||
|
}
|
||
|
}
|