mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-16 13:03:12 +01:00
1853ddf31b
Crates are no longer full blocks. Cleaned up blockstate files.
20 lines
No EOL
409 B
JSON
20 lines
No EOL
409 B
JSON
{
|
|
"forge_marker": 1,
|
|
"defaults": {
|
|
"model": "actuallyadditions:blockCoalGenerator",
|
|
"textures": {
|
|
"particle": "actuallyadditions:blocks/blockCoalGenerator"
|
|
},
|
|
"transform": "forge:default-block"
|
|
},
|
|
"variants": {
|
|
"normal": [{}],
|
|
"inventory": [{}],
|
|
"meta": {
|
|
"0": { "y" : 0 },
|
|
"1": { "y" : 180 },
|
|
"2": { "y" : 270 },
|
|
"3": { "y" : 90 }
|
|
}
|
|
}
|
|
} |