Ochem stuff for Fission (#2338)
* molecules * Update recipes.biochem.js * will use these later * update this * ugh * lang merger * Update fructose.json * iconsets I guess * Update recipes.nuclear.js Signed-off-by: Pyritie <pyritie@gmail.com> * Update recipes.nuclear.js --------- Signed-off-by: Pyritie <pyritie@gmail.com> Co-authored-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
parent
12c5cb3f8f
commit
5494a07dbf
23 changed files with 5002 additions and 340 deletions
176
kubejs/assets/tfg/molecules/sorbitol.json
Normal file
176
kubejs/assets/tfg/molecules/sorbitol.json
Normal file
|
|
@ -0,0 +1,176 @@
|
|||
{
|
||||
"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.7321,
|
||||
"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",
|
||||
"index": 5,
|
||||
"x": 4.3301,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 6,
|
||||
"x": 5.1962,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 7,
|
||||
"x": 6.0622,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 8,
|
||||
"x": 4.3301,
|
||||
"y": 1.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 9,
|
||||
"x": 3.4641,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 10,
|
||||
"x": 2.5981,
|
||||
"y": 1.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 11,
|
||||
"x": 1.7321,
|
||||
"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": 5,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 6,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 6,
|
||||
"b": 7,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 8,
|
||||
"lines": [
|
||||
"outward"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 9,
|
||||
"lines": [
|
||||
"outward"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 10,
|
||||
"lines": [
|
||||
"outward"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 11,
|
||||
"lines": [
|
||||
"inward"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue