TechReborn/src/main/resources/assets/techreborn/blockstates/chunkloader.json

35 lines
811 B
JSON
Raw Normal View History

{
"forge_marker": 1,
"defaults": {
"model": "techreborn:tile.techreborn.chunkloader"
},
"variants": {
"inventory": {
"transform": "forge:default-block",
"textures": {
"front": "techreborn:blocks/machine/greg_machines/industrial_chunk_loader_side"
}
},
"normal":[{"model": "techreborn:tile.techreborn.chunkloader"}],
"facing":{
"north": {},
"east": {"y": 90},
"south": {"y": 180},
"west": {"y": 270}
},
"active":{
"true":{
"textures": {
"front": "techreborn:blocks/machine/greg_machines/industrial_chunk_loader_side"
}
},
"false":{
"textures": {
"front": "techreborn:blocks/machine/greg_machines/industrial_chunk_loader_side"
}
}
}
}
}