Add files via upload

Signed-off-by: SverhRazum-Nah <leon.trol@mail.ru>
This commit is contained in:
SverhRazum-Nah 2025-01-24 21:51:16 +03:00 committed by GitHub
parent 9ad7d5a05d
commit a43a6e89e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1071,3 +1071,13 @@ global.calcAmountOfMetal = (defaultAmount, percents) => {
const value = defaultAmount / (100 / percents)
return (value % 2 == 0) ? value : Math.round(value) - 1
}
global.TFC_MAGMA_BLOCKS = [
'tfc:rock/magma/granite',
'tfc:rock/magma/diorite',
'tfc:rock/magma/gabbro',
'tfc:rock/magma/rhyolite',
'tfc:rock/magma/basalt',
'tfc:rock/magma/andesite',
'tfc:rock/magma/dacite'
];