* everything should be fine * Balance early power (#6) * balance update * Add textures * last balance tweaks * more balance * Fix conflicts * Balance early power (#8) * balance update * Add textures * last balance tweaks * Oupsi * more fixes * add changed quests * push latest balance * fix tallow * add btx * Update quests * Oups * Adding some nuclear stuffs so I can merge my branches * Isotopic solvent stuff (#10) * push * fix iconset issue * adding all the textures change * add more stuffs * Push recipes * new stuffs * add stuffs * more changes * add textures and some recipes * tons of change * fix texture * add textures and other stuffs * more recipes * add recycling for fission rods * more recipes * fix fluid textures * comment out FLiBe again and balance rods * fix fluids * some latest fix * fix more texture * more recipe changes * more recipes * some last minute balance changes * add quests * fix conflict * more fixes * fix components * var to const --------- Co-authored-by: Spicy Noodles <93035068+SpicyNoodle5@users.noreply.github.com>
90 lines
No EOL
3.4 KiB
JSON
90 lines
No EOL
3.4 KiB
JSON
{
|
|
"parent": "minecraft:block/block",
|
|
"loader": "gtceu:machine",
|
|
"machine": "tfg:heat_battery_mk1",
|
|
"texture_overrides": {
|
|
"all": "tfg:block/casings/machine_casing_mars"
|
|
},
|
|
"variants": {
|
|
"is_formed=false,recipe_logic_status=idle": {
|
|
"model": {
|
|
"parent": "gtceu:block/machine/template/cube_all/sided",
|
|
"textures": {
|
|
"all": "tfg:block/casings/machine_casing_mars",
|
|
"overlay_front": "tfg:block/machines/bioreactor/overlay_front",
|
|
"overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_emissive"
|
|
}
|
|
}
|
|
},
|
|
"is_formed=false,recipe_logic_status=suspend": {
|
|
"model": {
|
|
"parent": "gtceu:block/machine/template/cube_all/sided",
|
|
"textures": {
|
|
"all": "tfg:block/casings/machine_casing_mars",
|
|
"overlay_front": "tfg:block/machines/bioreactor/overlay_front",
|
|
"overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_emissive"
|
|
}
|
|
}
|
|
},
|
|
"is_formed=false,recipe_logic_status=waiting": {
|
|
"model": {
|
|
"parent": "gtceu:block/machine/template/cube_all/sided",
|
|
"textures": {
|
|
"all": "tfg:block/casings/machine_casing_mars",
|
|
"overlay_front": "tfg:block/machines/bioreactor/overlay_front_active",
|
|
"overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_active_emissive"
|
|
}
|
|
}
|
|
},
|
|
"is_formed=false,recipe_logic_status=working": {
|
|
"model": {
|
|
"parent": "gtceu:block/machine/template/cube_all/sided",
|
|
"textures": {
|
|
"all": "tfg:block/casings/machine_casing_mars",
|
|
"overlay_front": "tfg:block/machines/bioreactor/overlay_front_active",
|
|
"overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_active_emissive"
|
|
}
|
|
}
|
|
},
|
|
"is_formed=true,recipe_logic_status=idle": {
|
|
"model": {
|
|
"parent": "gtceu:block/machine/template/cube_all/sided",
|
|
"textures": {
|
|
"all": "tfg:block/casings/machine_casing_mars",
|
|
"overlay_front": "tfg:block/machines/bioreactor/overlay_front",
|
|
"overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_emissive"
|
|
}
|
|
}
|
|
},
|
|
"is_formed=true,recipe_logic_status=suspend": {
|
|
"model": {
|
|
"parent": "gtceu:block/machine/template/cube_all/sided",
|
|
"textures": {
|
|
"all": "tfg:block/casings/machine_casing_mars",
|
|
"overlay_front": "tfg:block/machines/bioreactor/overlay_front",
|
|
"overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_emissive"
|
|
}
|
|
}
|
|
},
|
|
"is_formed=true,recipe_logic_status=waiting": {
|
|
"model": {
|
|
"parent": "gtceu:block/machine/template/cube_all/sided",
|
|
"textures": {
|
|
"all": "tfg:block/casings/machine_casing_mars",
|
|
"overlay_front": "tfg:block/machines/bioreactor/overlay_front_active",
|
|
"overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_active_emissive"
|
|
}
|
|
}
|
|
},
|
|
"is_formed=true,recipe_logic_status=working": {
|
|
"model": {
|
|
"parent": "gtceu:block/machine/template/cube_all/sided",
|
|
"textures": {
|
|
"all": "tfg:block/casings/machine_casing_mars",
|
|
"overlay_front": "tfg:block/machines/bioreactor/overlay_front_active",
|
|
"overlay_front_emissive": "tfg:block/machines/bioreactor/overlay_front_active_emissive"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |