neuralgia/kubejs/assets/gtceu/models/block/machine/active_transformer.json
GameStar e06ca51081
New Active Transformer (#2424)
* textures and stuff

* recipes

* looks a little better

* got texture thing to be

* probably good enough

* cooling tower touchup
2025-12-14 22:03:41 +00:00

82 lines
No EOL
2.3 KiB
JSON

{
"parent": "minecraft:block/block",
"loader": "gtceu:machine",
"machine": "gtceu:active_transformer",
"texture_overrides": {
"all": "tfg:item/deprecated"
},
"variants": {
"is_formed=false,recipe_logic_status=idle": {
"model": {
"parent": "gtceu:block/machine/template/cube_all/sided",
"textures": {
"all": "tfg:item/deprecated",
"overlay_front": "tfg:item/deprecated"
}
}
},
"is_formed=false,recipe_logic_status=suspend": {
"model": {
"parent": "gtceu:block/machine/template/cube_all/sided",
"textures": {
"all": "tfg:item/deprecated",
"overlay_front": "tfg:item/deprecated"
}
}
},
"is_formed=false,recipe_logic_status=waiting": {
"model": {
"parent": "gtceu:block/machine/template/cube_all/sided",
"textures": {
"all": "tfg:item/deprecated",
"overlay_front": "tfg:item/deprecated_active"
}
}
},
"is_formed=false,recipe_logic_status=working": {
"model": {
"parent": "gtceu:block/machine/template/cube_all/sided",
"textures": {
"all": "tfg:item/deprecated",
"overlay_front": "tfg:item/deprecated_active"
}
}
},
"is_formed=true,recipe_logic_status=idle": {
"model": {
"parent": "gtceu:block/machine/template/cube_all/sided",
"textures": {
"all": "tfg:item/deprecated",
"overlay_front": "tfg:item/deprecated"
}
}
},
"is_formed=true,recipe_logic_status=suspend": {
"model": {
"parent": "gtceu:block/machine/template/cube_all/sided",
"textures": {
"all": "tfg:item/deprecated",
"overlay_front": "tfg:item/deprecated"
}
}
},
"is_formed=true,recipe_logic_status=waiting": {
"model": {
"parent": "gtceu:block/machine/template/cube_all/sided",
"textures": {
"all": "tfg:item/deprecated",
"overlay_front": "tfg:item/deprecated_active"
}
}
},
"is_formed=true,recipe_logic_status=working": {
"model": {
"parent": "gtceu:block/machine/template/cube_all/sided",
"textures": {
"all": "tfg:item/deprecated",
"overlay_front": "tfg:item/deprecated_active"
}
}
}
}
}