damn
This commit is contained in:
parent
d595adad95
commit
ab63d9ad40
1 changed files with 2 additions and 4 deletions
|
|
@ -48,16 +48,14 @@ const registerTFGNuclearMaterials = (event) => {
|
|||
GTMaterialFlags.DISABLE_DECOMPOSITION)
|
||||
|
||||
event.create('heavy_water')
|
||||
.fluid()
|
||||
.temperature(236)
|
||||
.liquid(new GTFluidBuilder().temperature(236))
|
||||
.components('2x deuterium', '1x oxygen')
|
||||
.iconSet(GTMaterialIconSet.FINE)
|
||||
.color(0xB5B9FF)
|
||||
.secondaryColor(0x81FFF9)
|
||||
|
||||
event.create('tfg:semiheavy_water')
|
||||
.fluid()
|
||||
.temperature(213)
|
||||
.liquid(new GTFluidBuilder().temperature(213))
|
||||
.components('1x deuterium','1x hydrogen', '1x oxygen')
|
||||
.iconSet(GTMaterialIconSet.FINE)
|
||||
.color(0xb5ffff)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue