Update main_startup_script.js

Изменил цвет висмутовой бронзы на зелёный, ближе к ТФКшному

Changed bismuth bronze colour to green to be closer to how it looks in TFC

Signed-off-by: BoyNextDoor <130379681+8oyNextDoor@users.noreply.github.com>
This commit is contained in:
BoyNextDoor 2025-01-17 19:35:32 +03:00 committed by GitHub
parent f75ac9e652
commit 3cfda3b525
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,3 +54,7 @@ GTCEuStartupEvents.registry('gtceu:machine', event => {
// TFGStartupEvents.materialInfo(event => {
// registerGTCEuMaterialInfo(event)
// })
GTCEuStartupEvents.materialModification(event => {
GTMaterials.BismuthBronze.setMaterialARGB(0x8CDCB6) //цвет ближе к ТФКшному
})