Greenhouse Rework Finishing Touches (#2719)
* asset changes * recipe changes * lang and quests * fixes --------- Signed-off-by: Redeix <redeix.m@gmail.com>
|
|
@ -694,6 +694,31 @@
|
|||
"block.tfg.sandstone.fluorapatite.yellow": "Cut Yellow Fluorapatite Sandstone",
|
||||
"block.tfg.sandstone.smooth.chiseled.fluorapatite.yellow": "Chiseled Yellow Fluorapatite Sandstone",
|
||||
"block.tfg.large_nest_box": "Large Crimson Nest",
|
||||
"block.tfg.cultivation_monitor": "Cultivation Monitor",
|
||||
"block.tfg.egh_planter": "Horticulture Planter",
|
||||
"block.tfg.grow_light": "Grow Light",
|
||||
"block.tfg.casings.machine_casing_egh": "Horticulture Casing",
|
||||
"block.tfg.pisciculture_core": "Pisciculture Core Rotor",
|
||||
"block.tfg.casings.greenhouse.treated_wood_greenhouse_casing_0": "§nFlawless§r Wax-Treated Wood Greenhouse Wall",
|
||||
"block.tfg.casings.greenhouse.treated_wood_greenhouse_casing_1": "§nVertical§r Wax-Treated Wood Greenhouse Wall",
|
||||
"block.tfg.casings.greenhouse.treated_wood_greenhouse_casing_2": "§nHorizontal§r Wax-Treated Wood Greenhouse Wall",
|
||||
"block.tfg.casings.greenhouse.treated_wood_greenhouse_casing_3": "§nNubio§r Wax-Treated Wood Greenhouse Wall",
|
||||
"block.tfg.casings.greenhouse.treated_wood_greenhouse_casing_4": "§nOrnate§r Wax-Treated Wood Greenhouse Wall",
|
||||
"block.tfg.casings.greenhouse.copper_greenhouse_casing_0": "§nFlawless§r Copper Greenhouse Wall",
|
||||
"block.tfg.casings.greenhouse.copper_greenhouse_casing_1": "§nVertical§r Copper Greenhouse Wall",
|
||||
"block.tfg.casings.greenhouse.copper_greenhouse_casing_2": "§nHorizontal§r Copper Greenhouse Wall",
|
||||
"block.tfg.casings.greenhouse.copper_greenhouse_casing_3": "§nNubio§r Copper Greenhouse Wall",
|
||||
"block.tfg.casings.greenhouse.copper_greenhouse_casing_4": "§nOrnate§r Copper Greenhouse Wall",
|
||||
"block.tfg.casings.greenhouse.iron_greenhouse_casing_0": "§nFlawless§r Iron Greenhouse Wall",
|
||||
"block.tfg.casings.greenhouse.iron_greenhouse_casing_1": "§nVertical§r Iron Greenhouse Wall",
|
||||
"block.tfg.casings.greenhouse.iron_greenhouse_casing_2": "§nHorizontal§r Iron Greenhouse Wall",
|
||||
"block.tfg.casings.greenhouse.iron_greenhouse_casing_3": "§nNubio§r Iron Greenhouse Wall",
|
||||
"block.tfg.casings.greenhouse.iron_greenhouse_casing_4": "§nOrnate§r Iron Greenhouse Wall",
|
||||
"block.tfg.casings.greenhouse.stainless_greenhouse_casing_0": "§nFlawless§r Stainless Steel Greenhouse Wall",
|
||||
"block.tfg.casings.greenhouse.stainless_greenhouse_casing_1": "§nVertical§r Stainless Steel Greenhouse Wall",
|
||||
"block.tfg.casings.greenhouse.stainless_greenhouse_casing_2": "§nHorizontal§r Stainless Steel Greenhouse Wall",
|
||||
"block.tfg.casings.greenhouse.stainless_greenhouse_casing_3": "§nNubio§r Stainless Steel Greenhouse Wall",
|
||||
"block.tfg.casings.greenhouse.stainless_greenhouse_casing_4": "§nOrnate§r Stainless Steel Greenhouse Wall",
|
||||
"tfg.block_entity.large_nest_box": "Large Nest Box",
|
||||
"block.tfg.large_nest_box_warped": "Large Warped Nest",
|
||||
"block.tfg.cultivation_monitor": "Cultivation Monitor",
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "tfg:block/casings/machine_casing_egh_inactive",
|
||||
"all": "tfg:block/casings/machine_casing_egh_active",
|
||||
"overlay_front": "tfg:block/machines/hydroponics_facility/overlay_front_active",
|
||||
"overlay_front_emissive": "tfg:block/machines/hydroponics_facility/overlay_front_active_emissive"
|
||||
}
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "tfg:block/casings/machine_casing_egh_inactive",
|
||||
"all": "tfg:block/casings/machine_casing_egh_active",
|
||||
"overlay_front": "tfg:block/machines/hydroponics_facility/overlay_front_active",
|
||||
"overlay_front_emissive": "tfg:block/machines/hydroponics_facility/overlay_front_active_emissive"
|
||||
}
|
||||
|
|
@ -70,7 +70,7 @@
|
|||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "tfg:block/casings/machine_casing_egh_inactive",
|
||||
"all": "tfg:block/casings/machine_casing_egh_active",
|
||||
"overlay_front": "tfg:block/machines/hydroponics_facility/overlay_front_active",
|
||||
"overlay_front_emissive": "tfg:block/machines/hydroponics_facility/overlay_front_active_emissive"
|
||||
}
|
||||
|
|
@ -80,7 +80,7 @@
|
|||
"model": {
|
||||
"parent": "gtceu:block/machine/template/cube_all/sided",
|
||||
"textures": {
|
||||
"all": "tfg:block/casings/machine_casing_egh_inactive",
|
||||
"all": "tfg:block/casings/machine_casing_egh_active",
|
||||
"overlay_front": "tfg:block/machines/hydroponics_facility/overlay_front_active",
|
||||
"overlay_front_emissive": "tfg:block/machines/hydroponics_facility/overlay_front_active_emissive"
|
||||
}
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 308 B After Width: | Height: | Size: 355 B |
|
Before Width: | Height: | Size: 364 B After Width: | Height: | Size: 412 B |
|
Before Width: | Height: | Size: 308 B After Width: | Height: | Size: 355 B |
|
Before Width: | Height: | Size: 463 B After Width: | Height: | Size: 543 B |
|
Before Width: | Height: | Size: 308 B After Width: | Height: | Size: 355 B |
|
Before Width: | Height: | Size: 463 B After Width: | Height: | Size: 531 B |
|
Before Width: | Height: | Size: 605 B After Width: | Height: | Size: 557 B |
|
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
|
Before Width: | Height: | Size: 276 B After Width: | Height: | Size: 317 B |
|
Before Width: | Height: | Size: 307 B After Width: | Height: | Size: 373 B |
|
Before Width: | Height: | Size: 276 B After Width: | Height: | Size: 317 B |
|
Before Width: | Height: | Size: 416 B After Width: | Height: | Size: 495 B |
|
Before Width: | Height: | Size: 276 B After Width: | Height: | Size: 317 B |
|
Before Width: | Height: | Size: 404 B After Width: | Height: | Size: 477 B |
|
Before Width: | Height: | Size: 545 B After Width: | Height: | Size: 504 B |
|
Before Width: | Height: | Size: 960 B After Width: | Height: | Size: 957 B |
|
Before Width: | Height: | Size: 328 B After Width: | Height: | Size: 375 B |
|
Before Width: | Height: | Size: 355 B After Width: | Height: | Size: 422 B |
|
Before Width: | Height: | Size: 328 B After Width: | Height: | Size: 375 B |
|
Before Width: | Height: | Size: 468 B After Width: | Height: | Size: 561 B |
|
Before Width: | Height: | Size: 328 B After Width: | Height: | Size: 375 B |
|
Before Width: | Height: | Size: 450 B After Width: | Height: | Size: 557 B |
|
Before Width: | Height: | Size: 605 B After Width: | Height: | Size: 572 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1 KiB |
|
Before Width: | Height: | Size: 389 B After Width: | Height: | Size: 437 B |
|
Before Width: | Height: | Size: 504 B After Width: | Height: | Size: 554 B |
|
Before Width: | Height: | Size: 389 B After Width: | Height: | Size: 437 B |
|
Before Width: | Height: | Size: 825 B After Width: | Height: | Size: 905 B |
|
Before Width: | Height: | Size: 389 B After Width: | Height: | Size: 437 B |
|
Before Width: | Height: | Size: 774 B After Width: | Height: | Size: 857 B |
|
Before Width: | Height: | Size: 666 B After Width: | Height: | Size: 639 B |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
BIN
kubejs/assets/tfg/textures/quests/electric_greenhouse.png
Normal file
|
After Width: | Height: | Size: 314 KiB |
BIN
kubejs/assets/tfg/textures/quests/firmalife_greenhouse.png
Normal file
|
After Width: | Height: | Size: 322 KiB |
BIN
kubejs/assets/tfg/textures/quests/hydroponics_facility.png
Normal file
|
After Width: | Height: | Size: 310 KiB |
BIN
kubejs/assets/tfg/textures/quests/pisciculture_fishery.png
Normal file
|
After Width: | Height: | Size: 292 KiB |