mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-16 13:03:12 +01:00
23 lines
No EOL
592 B
JSON
23 lines
No EOL
592 B
JSON
{
|
|
"forge_marker": 1,
|
|
"defaults": {
|
|
"model": "minecraft:cube_bottom_top",
|
|
"textures": {
|
|
"side": "actuallyadditions:blocks/blockCoalGeneratorSide",
|
|
"bottom": "actuallyadditions:blocks/blockCoalGeneratorBottom",
|
|
"top": "actuallyadditions:blocks/blockCoalGeneratorTop",
|
|
"north": "actuallyadditions:blocks/blockCoalGenerator"
|
|
},
|
|
"transform": "forge:default-block"
|
|
},
|
|
"variants": {
|
|
"normal": [{}],
|
|
"inventory": [{}],
|
|
"meta": {
|
|
"0": { "y" : 0 },
|
|
"1": { "y" : 180 },
|
|
"2": { "y" : 270 },
|
|
"3": { "y" : 90 }
|
|
}
|
|
}
|
|
} |