mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-05 16:39:10 +01:00
28 lines
No EOL
683 B
JSON
28 lines
No EOL
683 B
JSON
{
|
|
"forge_marker": 1,
|
|
"defaults": {
|
|
"model": "minecraft:cube",
|
|
"textures": {
|
|
"particle": "actuallyadditions:blocks/block_breaker",
|
|
"down": "#particle",
|
|
"up": "actuallyadditions:blocks/block_breaker_top",
|
|
"south": "#particle",
|
|
"north": "actuallyadditions:blocks/block_breaker_front",
|
|
"east": "#particle",
|
|
"west": "#particle"
|
|
},
|
|
"transform": "forge:default-block"
|
|
},
|
|
"variants": {
|
|
"normal": [{}],
|
|
"inventory": [{}],
|
|
"facing": {
|
|
"down": { "x" : 90 },
|
|
"up": { "x" : 270 },
|
|
"north": { "y" : 0 },
|
|
"south": { "y" : 180 },
|
|
"west": { "y" : 270 },
|
|
"east": { "y" : 90 }
|
|
}
|
|
}
|
|
} |