mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-10-31 22:50:50 +01:00
26 lines
604 B
JSON
26 lines
604 B
JSON
|
{
|
||
|
"forge_marker": 1,
|
||
|
"defaults": {
|
||
|
"model": "minecraft:cube",
|
||
|
"textures": {
|
||
|
"particle": "actuallyadditions:blocks/blockFarmer",
|
||
|
"down": "#particle",
|
||
|
"up": "actuallyadditions:blocks/blockFarmerTop",
|
||
|
"south": "#particle",
|
||
|
"north": "actuallyadditions:blocks/blockFarmerFront",
|
||
|
"east": "#particle",
|
||
|
"west": "#particle"
|
||
|
},
|
||
|
"transform": "forge:default-block"
|
||
|
},
|
||
|
"variants": {
|
||
|
"normal": [{}],
|
||
|
"inventory": [{}],
|
||
|
"meta": {
|
||
|
"0": { "y" : 0 },
|
||
|
"1": { "y" : 180 },
|
||
|
"2": { "y" : 270 },
|
||
|
"3": { "y" : 90 }
|
||
|
}
|
||
|
}
|
||
|
}
|