mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-12 03:19:09 +01:00
26 lines
No EOL
625 B
JSON
26 lines
No EOL
625 B
JSON
{
|
|
"forge_marker": 1,
|
|
"defaults": {
|
|
"model": "minecraft:cube",
|
|
"textures": {
|
|
"particle": "actuallyadditions:blocks/block_farmer",
|
|
"down": "#particle",
|
|
"up": "actuallyadditions:blocks/block_farmer_top",
|
|
"south": "#particle",
|
|
"north": "actuallyadditions:blocks/block_farmer_front",
|
|
"east": "#particle",
|
|
"west": "#particle"
|
|
},
|
|
"transform": "forge:default-block"
|
|
},
|
|
"variants": {
|
|
"normal": [{}],
|
|
"inventory": [{}],
|
|
"facing": {
|
|
"north": { "y" : 0 },
|
|
"south": { "y" : 180 },
|
|
"west": { "y" : 270 },
|
|
"east": { "y" : 90 }
|
|
}
|
|
}
|
|
} |