* gt7 removed credits/coins * port gregtech additions to java * add eslint locally * add style linting * switch target ECMA standard * run linter * clean up a bunch of linter errors * remove outdated greate API calls * forgot about the TFC multi compat issue * reverted greate recipe removals * some more linting stuff * fix some issues with greenhouse recipes * fix up some material stuff * fix recipe types * - Fixed single block machine rendering (#1465) * minor fixes and changes --------- Signed-off-by: Pyritie <pyritie@gmail.com> Co-authored-by: Pyritie <pyritie@gmail.com> Co-authored-by: Redeix <59435925+Redeix@users.noreply.github.com>
67 lines
No EOL
3.5 KiB
JSON
67 lines
No EOL
3.5 KiB
JSON
{
|
|
"parent": "minecraft:block/block",
|
|
"loader": "gtceu:machine",
|
|
"machine": "tfg:hv_gas_pressurizer",
|
|
"variants": {
|
|
"recipe_logic_status=idle": {
|
|
"model": {
|
|
"parent": "gtceu:block/casings/voltage/hv",
|
|
"textures": {
|
|
"overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back",
|
|
"overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_emissive",
|
|
"overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front",
|
|
"overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_emissive",
|
|
"overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side",
|
|
"overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_emissive",
|
|
"overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top",
|
|
"overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_emissive"
|
|
}
|
|
}
|
|
},
|
|
"recipe_logic_status=suspend": {
|
|
"model": {
|
|
"parent": "gtceu:block/casings/voltage/hv",
|
|
"textures": {
|
|
"overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back",
|
|
"overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_emissive",
|
|
"overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front",
|
|
"overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_emissive",
|
|
"overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side",
|
|
"overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_emissive",
|
|
"overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top",
|
|
"overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_emissive"
|
|
}
|
|
}
|
|
},
|
|
"recipe_logic_status=waiting": {
|
|
"model": {
|
|
"parent": "gtceu:block/casings/voltage/hv",
|
|
"textures": {
|
|
"overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back_active",
|
|
"overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_active_emissive",
|
|
"overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front_active",
|
|
"overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_active_emissive",
|
|
"overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side_active",
|
|
"overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_active_emissive",
|
|
"overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top_active",
|
|
"overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_active_emissive"
|
|
}
|
|
}
|
|
},
|
|
"recipe_logic_status=working": {
|
|
"model": {
|
|
"parent": "gtceu:block/casings/voltage/hv",
|
|
"textures": {
|
|
"overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back_active",
|
|
"overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_active_emissive",
|
|
"overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front_active",
|
|
"overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_active_emissive",
|
|
"overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side_active",
|
|
"overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_active_emissive",
|
|
"overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top_active",
|
|
"overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_active_emissive"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |