TechReborn/basejsons/machineBase.json

35 lines
No EOL
583 B
JSON

{
"forge_marker": 1,
"defaults": {
"model": "%MODEL%"
},
"variants": {
"inventory": {
"transform": "forge:default-block",
"textures": {
"front": "%OFF_TEXTURE%"
}
},
"normal":[{"model": "%MODEL%"}],
"facing":{
"north": {},
"east": {"y": 90},
"south": {"y": 180},
"west": {"y": 270}
},
"active":{
"true":{
"textures": {
"front": "%ON_TEXTURE%"
}
},
"false":{
"textures": {
"front": "%OFF_TEXTURE%"
}
}
}
}
}