Files
meatballcraft/resources/modularmachinery/blockstates/plasmatic_controller_factory_controller.json
T
2025-06-18 18:28:09 -07:00

44 lines
1.1 KiB
JSON

{
"forge_marker": 1,
"defaults": {
"model": "modularmachinery:blockfactorycontroller"
},
"variants": {
"facing=north,formed=false": {
"model": "modularmachinery:blockfactorycontroller"
},
"facing=south,formed=false": {
"model": "modularmachinery:blockfactorycontroller",
"y": 180
},
"facing=west,formed=false": {
"model": "modularmachinery:blockfactorycontroller",
"y": 270
},
"facing=east,formed=false": {
"model": "modularmachinery:blockfactorycontroller",
"y": 90
},
"facing=north,formed=true": {
"model": "modularmachinery:blockfactorycontroller"
},
"facing=south,formed=true": {
"model": "modularmachinery:blockfactorycontroller",
"y": 180
},
"facing=west,formed=true": {
"model": "modularmachinery:blockfactorycontroller",
"y": 270
},
"facing=east,formed=true": {
"model": "modularmachinery:blockfactorycontroller",
"y": 90
},
"inventory": [
{
"transform": "forge:default-block"
}
]
}
}