Rework of Large Solar Array (#1511)
* Rework of Large Solar Array * Add quests * Fix Ad Astra to use the T1 photocell
This commit is contained in:
parent
91bc6c03c0
commit
91e0d36fa0
10 changed files with 194 additions and 39 deletions
|
|
@ -382,4 +382,10 @@ const registerTFGItems = (event) => {
|
|||
event.create('tfg:etching_diamond_tip')
|
||||
.translationKey("item.tfg.etching_diamond_tip")
|
||||
//#endregion
|
||||
|
||||
//#region Solar Panel
|
||||
|
||||
event.create('tfg:photo_cell_t1')
|
||||
.translationKey("item.tfg.basic.photovoltaic.cell")
|
||||
.texture('tfg:item/photo_cell_t1')
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue