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:
TomPlop 2025-08-03 00:09:49 -04:00 committed by GitHub
parent 91bc6c03c0
commit 91e0d36fa0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 194 additions and 39 deletions

View file

@ -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')
}