mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-11 14:56:44 +01:00
16 lines
283 B
JSON
16 lines
283 B
JSON
|
{
|
||
|
"forge_marker": 1,
|
||
|
"defaults": {
|
||
|
"model": "create:block/crafter/casing"
|
||
|
},
|
||
|
"variants": {
|
||
|
"facing": {
|
||
|
"north": { "y": 180 },
|
||
|
"south": { },
|
||
|
"west": { "y": 90 },
|
||
|
"up": { "x": 90 },
|
||
|
"down": { "x": 270 },
|
||
|
"east": { "y": 270 }
|
||
|
}
|
||
|
}
|
||
|
}
|