New crafting process for the Tier 1 Rocket (#971)
* Rocket craft * fix name for asbestos Signed-off-by: TomPlop <tomdidome@gmail.com> * fix asbestos name Signed-off-by: TomPlop <tomdidome@gmail.com> * remove wires for rocket alloy and fix asbestos Signed-off-by: TomPlop <tomdidome@gmail.com> --------- Signed-off-by: TomPlop <tomdidome@gmail.com>
This commit is contained in:
parent
ec576813c2
commit
6ff217e21b
3 changed files with 78 additions and 41 deletions
|
|
@ -38,4 +38,20 @@ const registerTFGMaterials = (event) => {
|
|||
.color('0xede8da')
|
||||
.secondaryColor('0xeddcad')
|
||||
.components('12x carbon', '22x hydrogen', '11x oxygen')
|
||||
}
|
||||
|
||||
// Space Rocket Materials
|
||||
|
||||
event.create('rocket_alloy_t1')
|
||||
.ingot()
|
||||
.components('6x aluminium', '2x stainless_steel', '1x red_steel')
|
||||
.color(0x333e47)
|
||||
.iconSet('metallic')
|
||||
.flags(GTMaterialFlags.GENERATE_PLATE, GTMaterialFlags.GENERATE_ROD, GTMaterialFlags.GENERATE_GEAR, GTMaterialFlags.GENERATE_DENSE)
|
||||
.blastTemp(1760, 'low', 120, 1200)
|
||||
|
||||
event.create('vitrified_asbestos')
|
||||
.dust()
|
||||
.fluid()
|
||||
.iconSet('glass')
|
||||
.color(0xcccccc)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue