First day of bioline recipes (#2201)
* material and tag changes * adds a cleanroom recipe json editor utility script * most of the initial biochem recipes * circuit number change * hoisted up class loaders * ISP output is so fickle --------- Co-authored-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
parent
6b7283539b
commit
b063392519
5 changed files with 445 additions and 23 deletions
|
|
@ -26,10 +26,11 @@ const registerTFGBiolineMaterials = (event) => {
|
|||
|
||||
event.create('tfg:lauryl_alcohol')
|
||||
.liquid(new GTFluidBuilder().temperature(293))
|
||||
.components('12x carbon', '26x hydrogen', '1x oxygen')
|
||||
.components('12x carbon', '26x hydrogen', '1x oxygen', 'unknown')
|
||||
.iconSet(GTMaterialIconSet.FINE)
|
||||
.color(0x9C734E)
|
||||
.secondaryColor(0xA12727)
|
||||
.flags(GTMaterialFlags.DISABLE_DECOMPOSITION)
|
||||
|
||||
event.create('tfg:chlorosulfuric_acid')
|
||||
.liquid(new GTFluidBuilder().temperature(293).attribute(GTFluidAttributes.ACID))
|
||||
|
|
@ -44,6 +45,7 @@ const registerTFGBiolineMaterials = (event) => {
|
|||
.iconSet(GTMaterialIconSet.FINE)
|
||||
.color(0xCA9851)
|
||||
.secondaryColor(0xF0D5CE)
|
||||
.flags(GTMaterialFlags.DISABLE_DECOMPOSITION)
|
||||
|
||||
event.create('tfg:sodium_hypochlorite')
|
||||
.liquid(new GTFluidBuilder().temperature(293))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue