Add files via upload
Signed-off-by: SverhRazum-Nah <leon.trol@mail.ru>
This commit is contained in:
parent
9ad7d5a05d
commit
a43a6e89e7
1 changed files with 10 additions and 0 deletions
|
|
@ -1071,3 +1071,13 @@ global.calcAmountOfMetal = (defaultAmount, percents) => {
|
||||||
const value = defaultAmount / (100 / percents)
|
const value = defaultAmount / (100 / percents)
|
||||||
return (value % 2 == 0) ? value : Math.round(value) - 1
|
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'
|
||||||
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue