-Receiver casing fix and large solar panel tiers (#1505)
This commit is contained in:
parent
6eaf69b4be
commit
2d6edff7ea
5 changed files with 289 additions and 8 deletions
|
|
@ -5,7 +5,9 @@
|
|||
"block.gtceu.end_dome": "Enderarium",
|
||||
"block.gtceu.greenhouse": "Greenhouse",
|
||||
"block.gtceu.steam_bloomery": "Steam Bloomery",
|
||||
"block.gtceu.large_solar_panel": "Large Solar Panel",
|
||||
"block.gtceu.large_solar_panel": "§9Large Solar Panel",
|
||||
"block.gtceu.large_solar_panel_tier2": "§bLarge Solar Panel II",
|
||||
"block.gtceu.large_solar_panel_tier3": "§cLarge Solar Panel III",
|
||||
"block.gtceu.gas_pressurizer": "Gas Pressurizer",
|
||||
"block.gtceu.nuclear_fuel_factory": "Nuclear Fuel Factory",
|
||||
"block.gtceu.heat_exchanger": "Heat Exchanger",
|
||||
|
|
@ -25,7 +27,9 @@
|
|||
"gtceu.steam_bloomery": "Steam Bloomery",
|
||||
"gtceu.food_oven": "Food Oven",
|
||||
"gtceu.food_processor": "Food Processor",
|
||||
"gtceu.large_solar_panel": "Large Solar Panel",
|
||||
"gtceu.large_solar_panel": "§9Large Solar Panel",
|
||||
"gtceu.large_solar_panel_tier2": "§bLarge Solar Panel II",
|
||||
"gtceu.large_solar_panel_tier3": "§cLarge Solar Panel III",
|
||||
"gtceu.gas_pressurizer": "Gas Pressurizer",
|
||||
"gtceu.nuclear_fuel_factory": "Nuclear Fuel Factory",
|
||||
"gtceu.heat_exchanger": "Heat Exchanger",
|
||||
|
|
|
|||
|
|
@ -254,7 +254,7 @@
|
|||
"block.tfg.rapeseed_dead": "Dead Rapeseed",
|
||||
"block.tfg.casings.machine_casing_iron_desh": "Desh Machine Casing",
|
||||
"block.tfg.casings.machine_casing_red_solar_panel": "Energium Solar Panel Casing",
|
||||
"block.tfg.casings.machine_casing_aluminium_plated_steel": "Aluminium Plated Steel Machine Casing",
|
||||
"block.tfg.machine_casing_aluminium_plated_steel": "Aluminium Plated Steel Casing",
|
||||
"block.tfg.sand.fluorapatite.blue": "Blue Fluorapatite Sand",
|
||||
"block.tfg.sandstone.raw.fluorapatite.blue": "Raw Blue Fluorapatite Sandstone",
|
||||
"block.tfg.sandstone.wall.raw.fluorapatite.blue": "Raw Blue Fluorapatite Sandstone Wall",
|
||||
|
|
|
|||
|
|
@ -3,14 +3,14 @@
|
|||
"loader": "gtceu:machine",
|
||||
"machine": "tfg:interplanetary_item_receiver",
|
||||
"texture_overrides": {
|
||||
"all": "gtceu:block/casings/voltage/mv/side"
|
||||
"all": "tfg:block/casings/machine_casing_aluminium_plated_steel"
|
||||
},
|
||||
"variants": {
|
||||
"is_formed=false": {
|
||||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "gtceu:block/casings/voltage/mv/side",
|
||||
"all": "tfg:block/casings/machine_casing_aluminium_plated_steel",
|
||||
"overlay_front": "tfg:block/machines/interplanetary_item_receiver/overlay_front",
|
||||
"overlay_front_emissive": "tfg:block/machines/interplanetary_item_receiver/overlay_front_emissive"
|
||||
}
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "gtceu:block/casings/voltage/mv/side",
|
||||
"all": "tfg:block/casings/machine_casing_aluminium_plated_steel",
|
||||
"overlay_front": "tfg:block/machines/interplanetary_item_receiver/overlay_front_active",
|
||||
"overlay_front_emissive": "tfg:block/machines/interplanetary_item_receiver/overlay_front_active_emissive"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue