Skip to content
Draft
Show file tree
Hide file tree
Changes from 14 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions kubejs/assets/tfg/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -1124,13 +1124,28 @@
"material.tfg.triglyceride_oil": "Triglyceride Oil",
"material.tfg.cholesterol": "Cholesterol",
"material.tfg.butyric_acid": "Butyric Acid",
"material.tfg.glucose": "Glucose",
"material.tfg.galactose": "Galactose",
"material.tfg.fructose": "Fructose",
"material.tfg.sorbitol": "Sorbitol",
"material.tfg.14_sorbitan": "1,4-Sorbitan",
"material.tfg.isosorbide": "Isosorbide",
"material.tfg.linolenic_acid": "α-Linolenic Acid",
"material.tfg.isosorbide_ln": "Isosorbide Linolenate",
"material.tfg.epox_isosorbide_ln": "Epoxidized Isosorbide Linolenate",
"material.tfg.zircon": "Zircon",
"material.tfg.silicon_tetrachloride": "Silicon Tetrachloride",
"material.tfg.zirconium_tetrachloride": "Zirconium Tetrachloride",
"material.tfg.zirconium_oxide": "Zirconia",
"material.tfg.zirconium_bromide": "Zirconium(IV) Bromide",
"material.tfg.zirconium_diboride": "Zirconium Diboride",
"material.tfg.boron_carbide": "Boron Carbide",
"material.tfg.ammonium_carbamate": "Ammonium Carbamate",
"material.tfg.urea": "Urea",
"material.tfg.trimethylamine": "Trimethylamine",
"material.tfg.ethylene_oxide": "Ethylene Oxide",
"material.tfg.choline_chloride": "Choline Chloride",
"material.tfg.chcl_urea": "Choline Chloride/Urea Eutectic Solvent",
"ore_vein.tfg.deep_sheldonite": "Cooperite & Bornite",
"ore_vein.tfg.deep_garnet_amethyst": "Amethyst & Garnet",
"ore_vein.tfg.deep_garnet_opal": "Opal & Garnet",
Expand Down
167 changes: 167 additions & 0 deletions kubejs/assets/tfg/molecules/14_sorbitan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,167 @@
{
"contents": [
{
"type": "atom",
"element": "O",
"right": "H",
"index": 0,
"x": 0.0,
"y": 0.0
},
{
"type": "atom",
"index": 1,
"x": 0.866,
"y": 0.5
},
{
"type": "atom",
"index": 2,
"x": 1.732,
"y": 0.0
},
{
"type": "atom",
"index": 3,
"x": 2.5981,
"y": 0.5
},
{
"type": "atom",
"index": 4,
"x": 3.4641,
"y": 0.0
},
{
"type": "atom",
"element": "O",
"index": 5,
"x": 2.806,
"y": 1.4781
},
{
"type": "atom",
"index": 6,
"x": 3.8006,
"y": 1.5827
},
{
"type": "atom",
"index": 7,
"x": 4.2073,
"y": 0.6691
},
{
"type": "atom",
"element": "O",
"right": "H",
"index": 8,
"x": 3.5686,
"y": -0.9945
},
{
"type": "atom",
"element": "O",
"right": "H",
"index": 9,
"x": 5.1854,
"y": 0.4612
},
{
"type": "atom",
"element": "O",
"right": "H",
"index": 10,
"x": 1.732,
"y": -1.0
},
{
"type": "bond",
"a": 0,
"b": 1,
"lines": [
"solid"
]
},
{
"type": "bond",
"a": 1,
"b": 2,
"lines": [
"solid"
]
},
{
"type": "bond",
"a": 2,
"b": 3,
"lines": [
"solid"
]
},
{
"type": "bond",
"a": 3,
"b": 4,
"lines": [
"solid"
]
},
{
"type": "bond",
"a": 4,
"b": 7,
"lines": [
"solid"
]
},
{
"type": "bond",
"a": 7,
"b": 6,
"lines": [
"solid"
]
},
{
"type": "bond",
"a": 6,
"b": 5,
"lines": [
"solid"
]
},
{
"type": "bond",
"a": 3,
"b": 5,
"lines": [
"outward"
]
},
{
"type": "bond",
"a": 4,
"b": 8,
"lines": [
"outward"
]
},
{
"type": "bond",
"a": 7,
"b": 9,
"lines": [
"inward"
]
},
{
"type": "bond",
"a": 2,
"b": 10,
"lines": [
"inward"
]
}
]
}
Loading