TechReborn/basejsons/machineBase.json
2016-04-25 11:10:06 +01:00

55 lines
No EOL
1.1 KiB
JSON

{
"forge_marker":1,
"defaults":{
"transform":"forge:default-block",
"model":"orientable",
"textures":{
"particle":"%SIDE_TEXTURE%",
"top":"%TOP_TEXTURE%",
"side":"%SIDE_TEXTURE%"
}
},
"variants":{
"inventory":{
"transform":"forge:default-block",
"textures":{
"front":"%OFF_TEXTURE%"
}
},
"facing":{
"north":{
},
"east":{
"y":90
},
"south":{
"y":180
},
"west":{
"y":270
}
},
"active":{
"true":{
"textures":{
"front":"%ON_TEXTURE%"
}
},
"false":{
"textures":{
"front":"%OFF_TEXTURE%"
}
}
},
"inventory": {
"model": "orientable",
"textures": {
"particle": "%SIDE_TEXTURE%",
"top": "%TOP_TEXTURE%",
"side": "%SIDE_TEXTURE%",
"front": "%OFF_TEXTURE%"
}
}
}
}