More multiblock fixes (#1470)
* Casing recipe changes * Render fixes for greenhouse and railgun controllers
This commit is contained in:
parent
695b6c2451
commit
9d2e5518a7
13 changed files with 244 additions and 2 deletions
|
|
@ -0,0 +1,90 @@
|
|||
{
|
||||
"parent": "minecraft:block/block",
|
||||
"loader": "gtceu:machine",
|
||||
"machine": "tfg:electric_greenhouse",
|
||||
"texture_overrides": {
|
||||
"all": "gtceu:block/casings/steam/steel/side"
|
||||
},
|
||||
"variants": {
|
||||
"is_formed=false,recipe_logic_status=idle": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "gtceu:block/casings/steam/steel/side",
|
||||
"overlay_front": "gtceu:block/multiblock/implosion_compressor/overlay_front",
|
||||
"overlay_front_emissive": "gtceu:block/multiblock/implosion_compressor/overlay_front_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=false,recipe_logic_status=suspend": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "gtceu:block/casings/steam/steel/side",
|
||||
"overlay_front": "gtceu:block/multiblock/implosion_compressor/overlay_front_paused",
|
||||
"overlay_front_emissive": "gtceu:block/multiblock/implosion_compressor/overlay_front_paused_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=false,recipe_logic_status=waiting": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "gtceu:block/casings/steam/steel/side",
|
||||
"overlay_front": "gtceu:block/multiblock/implosion_compressor/overlay_front_active",
|
||||
"overlay_front_emissive": "gtceu:block/multiblock/implosion_compressor/overlay_front_active_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=false,recipe_logic_status=working": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "gtceu:block/casings/steam/steel/side",
|
||||
"overlay_front": "gtceu:block/multiblock/implosion_compressor/overlay_front_active",
|
||||
"overlay_front_emissive": "gtceu:block/multiblock/implosion_compressor/overlay_front_active_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=true,recipe_logic_status=idle": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "gtceu:block/casings/steam/steel/side",
|
||||
"overlay_front": "gtceu:block/multiblock/implosion_compressor/overlay_front",
|
||||
"overlay_front_emissive": "gtceu:block/multiblock/implosion_compressor/overlay_front_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=true,recipe_logic_status=suspend": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "gtceu:block/casings/steam/steel/side",
|
||||
"overlay_front": "gtceu:block/multiblock/implosion_compressor/overlay_front_paused",
|
||||
"overlay_front_emissive": "gtceu:block/multiblock/implosion_compressor/overlay_front_paused_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=true,recipe_logic_status=waiting": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "gtceu:block/casings/steam/steel/side",
|
||||
"overlay_front": "gtceu:block/multiblock/implosion_compressor/overlay_front_active",
|
||||
"overlay_front_emissive": "gtceu:block/multiblock/implosion_compressor/overlay_front_active_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=true,recipe_logic_status=working": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "gtceu:block/casings/steam/steel/side",
|
||||
"overlay_front": "gtceu:block/multiblock/implosion_compressor/overlay_front_active",
|
||||
"overlay_front_emissive": "gtceu:block/multiblock/implosion_compressor/overlay_front_active_emissive"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,90 @@
|
|||
{
|
||||
"parent": "minecraft:block/block",
|
||||
"loader": "gtceu:machine",
|
||||
"machine": "tfg:interplanetary_item_launcher",
|
||||
"texture_overrides": {
|
||||
"all": "gtceu:block/casings/solid/machine_casing_clean_stainless_steel"
|
||||
},
|
||||
"variants": {
|
||||
"is_formed=false,recipe_logic_status=idle": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "gtceu:block/casings/solid/machine_casing_clean_stainless_steel",
|
||||
"overlay_front": "tfg:block/machines/interplanetary_item_launcher/overlay_front",
|
||||
"overlay_front_emissive": "tfg:block/machines/interplanetary_item_launcher/overlay_front_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=false,recipe_logic_status=suspend": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "gtceu:block/casings/solid/machine_casing_clean_stainless_steel",
|
||||
"overlay_front": "tfg:block/machines/interplanetary_item_launcher/overlay_front",
|
||||
"overlay_front_emissive": "tfg:block/machines/interplanetary_item_launcher/overlay_front_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=false,recipe_logic_status=waiting": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "gtceu:block/casings/solid/machine_casing_clean_stainless_steel",
|
||||
"overlay_front": "tfg:block/machines/interplanetary_item_launcher/overlay_front_active",
|
||||
"overlay_front_emissive": "tfg:block/machines/interplanetary_item_launcher/overlay_front_active_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=false,recipe_logic_status=working": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "gtceu:block/casings/solid/machine_casing_clean_stainless_steel",
|
||||
"overlay_front": "tfg:block/machines/interplanetary_item_launcher/overlay_front_active",
|
||||
"overlay_front_emissive": "tfg:block/machines/interplanetary_item_launcher/overlay_front_active_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=true,recipe_logic_status=idle": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "gtceu:block/casings/solid/machine_casing_clean_stainless_steel",
|
||||
"overlay_front": "tfg:block/machines/interplanetary_item_launcher/overlay_front",
|
||||
"overlay_front_emissive": "tfg:block/machines/interplanetary_item_launcher/overlay_front_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=true,recipe_logic_status=suspend": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "gtceu:block/casings/solid/machine_casing_clean_stainless_steel",
|
||||
"overlay_front": "tfg:block/machines/interplanetary_item_launcher/overlay_front",
|
||||
"overlay_front_emissive": "tfg:block/machines/interplanetary_item_launcher/overlay_front_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=true,recipe_logic_status=waiting": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "gtceu:block/casings/solid/machine_casing_clean_stainless_steel",
|
||||
"overlay_front": "tfg:block/machines/interplanetary_item_launcher/overlay_front_active",
|
||||
"overlay_front_emissive": "tfg:block/machines/interplanetary_item_launcher/overlay_front_active_emissive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"is_formed=true,recipe_logic_status=working": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "gtceu:block/casings/solid/machine_casing_clean_stainless_steel",
|
||||
"overlay_front": "tfg:block/machines/interplanetary_item_launcher/overlay_front_active",
|
||||
"overlay_front_emissive": "tfg:block/machines/interplanetary_item_launcher/overlay_front_active_emissive"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue