Surely this is the last one (#2186)
* om * maddie told me they should be in "" * adjusted some things * more mol updates * more adjustments * surely I'm done * Update pakku-lock.json * Create moldraw.yaml --------- Co-authored-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
parent
25dc829fdb
commit
f8376dee60
95 changed files with 11719 additions and 7128 deletions
14
config/moldraw.yaml
Normal file
14
config/moldraw.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
enabled: true
|
||||
|
||||
debugMode: false
|
||||
|
||||
coloredAtoms: true
|
||||
|
||||
useMaterialColors: false
|
||||
|
||||
onlyShowOnShift: true
|
||||
|
||||
defaultColor: §e
|
||||
|
||||
scale: 20
|
||||
|
||||
56
kubejs/assets/gtceu/molecules/ammonia.json
Normal file
56
kubejs/assets/gtceu/molecules/ammonia.json
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 0,
|
||||
"x": 0.5,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 1,
|
||||
"x": 1.5,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 3,
|
||||
"x": 0.0,
|
||||
"y": -1.7321
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,50 +1,56 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "Sb",
|
||||
"index": 0,
|
||||
"x": 0.866,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 1,
|
||||
"x": 0.866,
|
||||
"y": -1.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 3,
|
||||
"x": 1.732,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "single"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "Sb",
|
||||
"index": 0,
|
||||
"x": 0.866,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 1,
|
||||
"x": 0.866,
|
||||
"y": -1.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 3,
|
||||
"x": 1.732,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,63 +1,75 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 0,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "Sb",
|
||||
"index": 1,
|
||||
"x": 0.866,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.732,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "Sb",
|
||||
"index": 3,
|
||||
"x": 2.598,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 4,
|
||||
"x": 3.4641,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "double_centered"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 3,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 4,
|
||||
"bond_type": "double_centered"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 0,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "Sb",
|
||||
"index": 1,
|
||||
"x": 0.866,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.732,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "Sb",
|
||||
"index": 3,
|
||||
"x": 2.598,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 4,
|
||||
"x": 3.4641,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
}
|
||||
]
|
||||
}
|
||||
170
kubejs/assets/gtceu/molecules/arsenic_trioxide.json
Normal file
170
kubejs/assets/gtceu/molecules/arsenic_trioxide.json
Normal file
|
|
@ -0,0 +1,170 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "As",
|
||||
"index": 0,
|
||||
"x": 1.9603,
|
||||
"y": -1.0063
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 1.7095,
|
||||
"y": -1.8087
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "As",
|
||||
"index": 2,
|
||||
"x": 0.55,
|
||||
"y": -1.6268
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": -0.2485,
|
||||
"y": -1.8023
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "As",
|
||||
"index": 4,
|
||||
"x": 0.0,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 5,
|
||||
"x": 1.1606,
|
||||
"y": -1.1827
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 6,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 7,
|
||||
"x": 0.55,
|
||||
"y": -0.6268
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 8,
|
||||
"x": 1.9603,
|
||||
"y": -0.0063
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "As",
|
||||
"index": 9,
|
||||
"x": 0.8661,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 5,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 5,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 6,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 7,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 8,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 6,
|
||||
"b": 9,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 8,
|
||||
"b": 9,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 7,
|
||||
"b": 9,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,88 +1,100 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "S",
|
||||
"index": 0,
|
||||
"x": 2.33,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 3.33,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.33,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 2.33,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 4,
|
||||
"x": 2.33,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"sup": "2-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Ba²⁺",
|
||||
"color": {
|
||||
"color": -16725760,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:barium"
|
||||
},
|
||||
"index": 5,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "double_centered"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"bond_type": "double_centered"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "S",
|
||||
"index": 0,
|
||||
"x": 2.33,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 3.33,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.33,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 2.33,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 4,
|
||||
"x": 2.33,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"sup": "2-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Ba²⁺",
|
||||
"color": {
|
||||
"color": -16725760,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:barium"
|
||||
},
|
||||
"index": 5,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,154 +1,186 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 0,
|
||||
"x": 0.5,
|
||||
"y": 0.8661
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 1,
|
||||
"x": 2.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 2,
|
||||
"x": 1.5,
|
||||
"y": 0.8661
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 3,
|
||||
"x": 1.5,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 4,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 5,
|
||||
"x": 0.5,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 6,
|
||||
"x": 3.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 7,
|
||||
"x": 4.5,
|
||||
"y": 0.8661
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 8,
|
||||
"x": 3.5,
|
||||
"y": 0.8661
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 9,
|
||||
"x": 5.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 10,
|
||||
"x": 3.5,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 11,
|
||||
"x": 4.5,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 0,
|
||||
"bond_type": "double"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 5,
|
||||
"bond_type": "double"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 3,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 1,
|
||||
"bond_type": "double"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 6,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 8,
|
||||
"b": 6,
|
||||
"bond_type": "double"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 6,
|
||||
"b": 10,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 10,
|
||||
"b": 11,
|
||||
"bond_type": "double"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 11,
|
||||
"b": 9,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 9,
|
||||
"b": 7,
|
||||
"bond_type": "double"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 7,
|
||||
"b": 8,
|
||||
"bond_type": "single"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 0,
|
||||
"x": 0.5,
|
||||
"y": 0.8661
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 1,
|
||||
"x": 2.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 2,
|
||||
"x": 1.5,
|
||||
"y": 0.8661
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 3,
|
||||
"x": 1.5,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 4,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 5,
|
||||
"x": 0.5,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 6,
|
||||
"x": 3.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 7,
|
||||
"x": 4.5,
|
||||
"y": 0.8661
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 8,
|
||||
"x": 3.5,
|
||||
"y": 0.8661
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 9,
|
||||
"x": 5.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 10,
|
||||
"x": 3.5,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 11,
|
||||
"x": 4.5,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 0,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 5,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 6,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 8,
|
||||
"b": 6,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 6,
|
||||
"b": 10,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 10,
|
||||
"b": 11,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 11,
|
||||
"b": 9,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 9,
|
||||
"b": 7,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 7,
|
||||
"b": 8,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,74 +1,82 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "C",
|
||||
"index": 0,
|
||||
"x": 2.2933,
|
||||
"y": -0.155
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 3.1594,
|
||||
"y": -0.655
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.4273,
|
||||
"y": -0.655
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 2.2933,
|
||||
"y": 0.845
|
||||
},
|
||||
{
|
||||
"sup": "2-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Ca²⁺",
|
||||
"color": {
|
||||
"color": -12714240,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:calcium"
|
||||
},
|
||||
"index": 4,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "double_centered"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "C",
|
||||
"index": 0,
|
||||
"x": 2.2933,
|
||||
"y": -0.155
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 3.1594,
|
||||
"y": -0.655
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.4273,
|
||||
"y": -0.655
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 2.2933,
|
||||
"y": 0.845
|
||||
},
|
||||
{
|
||||
"sup": "2-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Ca²⁺",
|
||||
"color": {
|
||||
"color": -12714240,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:calcium"
|
||||
},
|
||||
"index": 4,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,199 +1,237 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "Fe",
|
||||
"index": 0,
|
||||
"x": 2.95,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 1,
|
||||
"x": 2.084,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 2,
|
||||
"x": 2.084,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 3,
|
||||
"x": 2.95,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 4,
|
||||
"x": 2.95,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 5,
|
||||
"x": 3.816,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 6,
|
||||
"x": 3.816,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 7,
|
||||
"x": 1.218,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 8,
|
||||
"x": 4.6821,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 9,
|
||||
"x": 2.95,
|
||||
"y": 2.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 10,
|
||||
"x": 4.6821,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 11,
|
||||
"x": 1.218,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 12,
|
||||
"x": 2.95,
|
||||
"y": -2.0
|
||||
},
|
||||
{
|
||||
"sup": "4-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8,
|
||||
9,
|
||||
10,
|
||||
11,
|
||||
12
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Ca⁺",
|
||||
"color": {
|
||||
"color": -12714240,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:calcium"
|
||||
},
|
||||
"index": 13,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"sub": "2",
|
||||
"atoms": [ 13 ],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "inward"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "outward"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 5,
|
||||
"bond_type": "inward"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 6,
|
||||
"bond_type": "outward"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 7,
|
||||
"bond_type": "triple"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 8,
|
||||
"bond_type": "triple"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 9,
|
||||
"bond_type": "triple"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 6,
|
||||
"b": 10,
|
||||
"bond_type": "triple"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 11,
|
||||
"bond_type": "triple"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 12,
|
||||
"bond_type": "triple"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "Fe",
|
||||
"index": 0,
|
||||
"x": 2.95,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 1,
|
||||
"x": 2.084,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 2,
|
||||
"x": 2.084,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 3,
|
||||
"x": 2.95,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 4,
|
||||
"x": 2.95,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 5,
|
||||
"x": 3.816,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 6,
|
||||
"x": 3.816,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 7,
|
||||
"x": 1.218,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 8,
|
||||
"x": 4.6821,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 9,
|
||||
"x": 2.95,
|
||||
"y": 2.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 10,
|
||||
"x": 4.6821,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 11,
|
||||
"x": 1.218,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 12,
|
||||
"x": 2.95,
|
||||
"y": -2.0
|
||||
},
|
||||
{
|
||||
"sup": "4-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8,
|
||||
9,
|
||||
10,
|
||||
11,
|
||||
12
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Ca⁺",
|
||||
"color": {
|
||||
"color": -12714240,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:calcium"
|
||||
},
|
||||
"index": 13,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"sub": "2",
|
||||
"atoms": [
|
||||
13
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"inward"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"outward"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 5,
|
||||
"lines": [
|
||||
"inward"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 6,
|
||||
"lines": [
|
||||
"outward"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 7,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 8,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 9,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 6,
|
||||
"b": 10,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 11,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 12,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,47 +1,49 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 0,
|
||||
"x": 1.0,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 1,
|
||||
"x": 2.0,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"sup": "-",
|
||||
"sub": "2",
|
||||
"atoms": [
|
||||
0,
|
||||
1
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Ca²⁺",
|
||||
"color": {
|
||||
"color": -12714240,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:calcium"
|
||||
},
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 0,
|
||||
"x": 1.0,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 1,
|
||||
"x": 2.0,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"sup": "-",
|
||||
"sub": "2",
|
||||
"atoms": [
|
||||
0,
|
||||
1
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Ca²⁺",
|
||||
"color": {
|
||||
"color": -12714240,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:calcium"
|
||||
},
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
45
kubejs/assets/gtceu/molecules/carbon_dioxide.json
Normal file
45
kubejs/assets/gtceu/molecules/carbon_dioxide.json
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "C",
|
||||
"index": 0,
|
||||
"x": 1.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 2.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
}
|
||||
]
|
||||
}
|
||||
27
kubejs/assets/gtceu/molecules/carbon_monoxide.json
Normal file
27
kubejs/assets/gtceu/molecules/carbon_monoxide.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 0,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 1.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
62
kubejs/assets/gtceu/molecules/chromium_trioxide.json
Normal file
62
kubejs/assets/gtceu/molecules/chromium_trioxide.json
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "Cr",
|
||||
"index": 0,
|
||||
"x": 0.866,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 0.866,
|
||||
"y": -1.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 1.732,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
}
|
||||
]
|
||||
}
|
||||
40
kubejs/assets/gtceu/molecules/dimethylamine.json
Normal file
40
kubejs/assets/gtceu/molecules/dimethylamine.json
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"above": "H",
|
||||
"index": 0,
|
||||
"x": 0.866,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 1,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 2,
|
||||
"x": 1.732,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,76 +1,90 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 0,
|
||||
"x": 0.5,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 0.0,
|
||||
"y": -1.732
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 3,
|
||||
"x": 1.5,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 4,
|
||||
"x": 2.0,
|
||||
"y": -1.732
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 5,
|
||||
"x": 2.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "one_and_half"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "one_and_half"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 4,
|
||||
"bond_type": "one_and_half"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 5,
|
||||
"bond_type": "one_and_half"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 0,
|
||||
"x": 0.5,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 0.0,
|
||||
"y": -1.732
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 3,
|
||||
"x": 1.5,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 4,
|
||||
"x": 2.0,
|
||||
"y": -1.732
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 5,
|
||||
"x": 2.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid",
|
||||
"dotted"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid",
|
||||
"dotted"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid",
|
||||
"dotted"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 5,
|
||||
"lines": [
|
||||
"solid",
|
||||
"dotted"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
56
kubejs/assets/gtceu/molecules/dioxygen_difluoride.json
Normal file
56
kubejs/assets/gtceu/molecules/dioxygen_difluoride.json
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 0,
|
||||
"x": 0.5,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 1.5,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 3,
|
||||
"x": 2.0,
|
||||
"y": -1.732
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"outward"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"inward"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
41
kubejs/assets/gtceu/molecules/distilled_water.json
Normal file
41
kubejs/assets/gtceu/molecules/distilled_water.json
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 0,
|
||||
"x": 0.866,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 1,
|
||||
"x": 1.732,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
73
kubejs/assets/gtceu/molecules/ethenone.json
Normal file
73
kubejs/assets/gtceu/molecules/ethenone.json
Normal file
|
|
@ -0,0 +1,73 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 0,
|
||||
"x": 0.5,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "C",
|
||||
"index": 1,
|
||||
"x": 1.5,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 2.5,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 3,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 4,
|
||||
"x": 0.0,
|
||||
"y": -1.732
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
159
kubejs/assets/gtceu/molecules/fluoroantimonic_acid.json
Normal file
159
kubejs/assets/gtceu/molecules/fluoroantimonic_acid.json
Normal file
|
|
@ -0,0 +1,159 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "Sb",
|
||||
"index": 0,
|
||||
"x": 3.766,
|
||||
"y": 0.542
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 1,
|
||||
"x": 2.9,
|
||||
"y": 1.042
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 2,
|
||||
"x": 2.9,
|
||||
"y": 0.042
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 3,
|
||||
"x": 3.766,
|
||||
"y": 1.542
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 4,
|
||||
"x": 3.766,
|
||||
"y": -0.458
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 5,
|
||||
"x": 4.632,
|
||||
"y": 1.042
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 6,
|
||||
"x": 4.632,
|
||||
"y": 0.042
|
||||
},
|
||||
{
|
||||
"sup": "-",
|
||||
"atoms": [
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 7,
|
||||
"x": 0.866,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 8,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 9,
|
||||
"x": 1.732,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"sup": "+",
|
||||
"atoms": [
|
||||
7,
|
||||
8,
|
||||
9
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"inward"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"outward"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 5,
|
||||
"lines": [
|
||||
"inward"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 6,
|
||||
"lines": [
|
||||
"outward"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 7,
|
||||
"b": 8,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 7,
|
||||
"b": 9,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
26
kubejs/assets/gtceu/molecules/hydrochloric_acid.json
Normal file
26
kubejs/assets/gtceu/molecules/hydrochloric_acid.json
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "Cl",
|
||||
"index": 0,
|
||||
"x": 1.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 1,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
26
kubejs/assets/gtceu/molecules/hydrofluoric_acid.json
Normal file
26
kubejs/assets/gtceu/molecules/hydrofluoric_acid.json
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 0,
|
||||
"x": 1.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 1,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
43
kubejs/assets/gtceu/molecules/hydrogen_cyanide.json
Normal file
43
kubejs/assets/gtceu/molecules/hydrogen_cyanide.json
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "C",
|
||||
"index": 0,
|
||||
"x": 1.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 1,
|
||||
"x": 2.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
56
kubejs/assets/gtceu/molecules/hydrogen_peroxide.json
Normal file
56
kubejs/assets/gtceu/molecules/hydrogen_peroxide.json
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 0,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 0.866,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.732,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 3,
|
||||
"x": 2.598,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
41
kubejs/assets/gtceu/molecules/hydrogen_sulfide.json
Normal file
41
kubejs/assets/gtceu/molecules/hydrogen_sulfide.json
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "S",
|
||||
"index": 0,
|
||||
"x": 0.866,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 1,
|
||||
"x": 1.732,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
41
kubejs/assets/gtceu/molecules/hypochlorous_acid.json
Normal file
41
kubejs/assets/gtceu/molecules/hypochlorous_acid.json
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 0,
|
||||
"x": 0.866,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 1,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "Cl",
|
||||
"index": 2,
|
||||
"x": 2.089,
|
||||
"y": -0.2089
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,305 +1,353 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 0,
|
||||
"x": 1.8660000000000014,
|
||||
"y": -1.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 1,
|
||||
"x": 0.8660000000000014,
|
||||
"y": -1.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 2,
|
||||
"x": 0.36600000000000144,
|
||||
"y": -2.3659999999999997
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 3,
|
||||
"x": 0.8660000000000014,
|
||||
"y": -3.2319999999999993
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 4,
|
||||
"x": 1.8660000000000014,
|
||||
"y": -3.2319999999999993
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 5,
|
||||
"x": 2.3660000000000014,
|
||||
"y": -2.3659999999999997
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"left": "H",
|
||||
"index": 6,
|
||||
"x": 0.36600000000000144,
|
||||
"y": -1.3659999999999997
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 7,
|
||||
"x": 0.8660000000000014,
|
||||
"y": -2.2319999999999993
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 8,
|
||||
"x": 1.8660000000000014,
|
||||
"y": -4.231999999999999
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 9,
|
||||
"x": 2.3660000000000014,
|
||||
"y": -1.3659999999999997
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 10,
|
||||
"x": 2.3660000000000014,
|
||||
"y": -0.36599999999999966
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 11,
|
||||
"x": 0.8660000000000014,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"left": "H",
|
||||
"index": 12,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 13,
|
||||
"x": 2.8660000000000014,
|
||||
"y": -1.2320000000000002
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 14,
|
||||
"x": 3.8660000000000014,
|
||||
"y": -1.2320000000000002
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 15,
|
||||
"x": 4.366000000000001,
|
||||
"y": -0.36599999999999966
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 16,
|
||||
"x": 3.8660000000000014,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 17,
|
||||
"x": 2.8660000000000014,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 18,
|
||||
"x": 2.8660000000000014,
|
||||
"y": -0.2320000000000002
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 19,
|
||||
"x": 3.8660000000000014,
|
||||
"y": -2.2319999999999993
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 20,
|
||||
"x": 4.366000000000001,
|
||||
"y": 0.6340000000000003
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 21,
|
||||
"x": 2.8660000000000014,
|
||||
"y": 1.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"left": "H",
|
||||
"index": 22,
|
||||
"x": 2.0,
|
||||
"y": 2.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 0,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 3,
|
||||
"bond_type": "outward"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 4,
|
||||
"bond_type": "thick"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 4,
|
||||
"bond_type": "outward"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 6,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 7,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 8,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 9,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 9,
|
||||
"b": 10,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 11,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 11,
|
||||
"b": 12,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 17,
|
||||
"b": 10,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 10,
|
||||
"b": 13,
|
||||
"bond_type": "outward"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 13,
|
||||
"b": 14,
|
||||
"bond_type": "thick"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 15,
|
||||
"b": 14,
|
||||
"bond_type": "outward"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 15,
|
||||
"b": 16,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 16,
|
||||
"b": 17,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 13,
|
||||
"b": 18,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 14,
|
||||
"b": 19,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 15,
|
||||
"b": 20,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 17,
|
||||
"b": 21,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 21,
|
||||
"b": 22,
|
||||
"bond_type": "single"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 0,
|
||||
"x": 1.8660000000000014,
|
||||
"y": -1.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 1,
|
||||
"x": 0.86600000000000144,
|
||||
"y": -1.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 2,
|
||||
"x": 0.36600000000000144,
|
||||
"y": -2.3659999999999997
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 3,
|
||||
"x": 0.86600000000000144,
|
||||
"y": -3.2319999999999993
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 4,
|
||||
"x": 1.8660000000000014,
|
||||
"y": -3.2319999999999993
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 5,
|
||||
"x": 2.3660000000000014,
|
||||
"y": -2.3659999999999997
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"left": "H",
|
||||
"index": 6,
|
||||
"x": 0.36600000000000144,
|
||||
"y": -1.3659999999999997
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 7,
|
||||
"x": 0.86600000000000144,
|
||||
"y": -2.2319999999999993
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 8,
|
||||
"x": 1.8660000000000014,
|
||||
"y": -4.2319999999999993
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 9,
|
||||
"x": 2.3660000000000014,
|
||||
"y": -1.3659999999999997
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 10,
|
||||
"x": 2.3660000000000014,
|
||||
"y": -0.36599999999999966
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 11,
|
||||
"x": 0.86600000000000144,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"left": "H",
|
||||
"index": 12,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 13,
|
||||
"x": 2.8660000000000014,
|
||||
"y": -1.2320000000000002
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 14,
|
||||
"x": 3.8660000000000014,
|
||||
"y": -1.2320000000000002
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 15,
|
||||
"x": 4.3660000000000014,
|
||||
"y": -0.36599999999999966
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 16,
|
||||
"x": 3.8660000000000014,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 17,
|
||||
"x": 2.8660000000000014,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 18,
|
||||
"x": 2.8660000000000014,
|
||||
"y": -0.23200000000000021
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 19,
|
||||
"x": 3.8660000000000014,
|
||||
"y": -2.2319999999999993
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 20,
|
||||
"x": 4.3660000000000014,
|
||||
"y": 0.63400000000000034
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 21,
|
||||
"x": 2.8660000000000014,
|
||||
"y": 1.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"left": "H",
|
||||
"index": 22,
|
||||
"x": 2.0,
|
||||
"y": 2.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 0,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"outward"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"thick"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"outward"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 6,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 7,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 8,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 9,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 9,
|
||||
"b": 10,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 11,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 11,
|
||||
"b": 12,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 17,
|
||||
"b": 10,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 10,
|
||||
"b": 13,
|
||||
"lines": [
|
||||
"outward"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 13,
|
||||
"b": 14,
|
||||
"lines": [
|
||||
"thick"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 15,
|
||||
"b": 14,
|
||||
"lines": [
|
||||
"outward"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 15,
|
||||
"b": 16,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 16,
|
||||
"b": 17,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 13,
|
||||
"b": 18,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 14,
|
||||
"b": 19,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 15,
|
||||
"b": 20,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 17,
|
||||
"b": 21,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 21,
|
||||
"b": 22,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
45
kubejs/assets/gtceu/molecules/liquid_carbon_dioxide.json
Normal file
45
kubejs/assets/gtceu/molecules/liquid_carbon_dioxide.json
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "C",
|
||||
"index": 0,
|
||||
"x": 1.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 2.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,79 +1,89 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "C",
|
||||
"index": 0,
|
||||
"x": 2.2933,
|
||||
"y": -0.155
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 3.1594,
|
||||
"y": -0.655
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.4273,
|
||||
"y": -0.655
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 2.2933,
|
||||
"y": 0.845
|
||||
},
|
||||
{
|
||||
"sup": "2-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Li⁺",
|
||||
"color": {
|
||||
"color": -3374849,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:lithium"
|
||||
},
|
||||
"index": 4,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"sub": "2",
|
||||
"atoms": [ 4 ],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "double_centered"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "C",
|
||||
"index": 0,
|
||||
"x": 2.2933,
|
||||
"y": -0.155
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 3.1594,
|
||||
"y": -0.655
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.4273,
|
||||
"y": -0.655
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 2.2933,
|
||||
"y": 0.845
|
||||
},
|
||||
{
|
||||
"sup": "2-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Li⁺",
|
||||
"color": {
|
||||
"color": -3374849,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:lithium"
|
||||
},
|
||||
"index": 4,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"sub": "2",
|
||||
"atoms": [
|
||||
4
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,74 +1,82 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "C",
|
||||
"index": 0,
|
||||
"x": 2.2933,
|
||||
"y": -0.155
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 3.1594,
|
||||
"y": -0.655
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.4273,
|
||||
"y": -0.655
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 2.2933,
|
||||
"y": 0.845
|
||||
},
|
||||
{
|
||||
"sup": "2-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Mg²⁺",
|
||||
"color": {
|
||||
"color": -7667968,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:magnesium"
|
||||
},
|
||||
"index": 4,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "double_centered"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "C",
|
||||
"index": 0,
|
||||
"x": 2.2933,
|
||||
"y": -0.155
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 3.1594,
|
||||
"y": -0.655
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.4273,
|
||||
"y": -0.655
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 2.2933,
|
||||
"y": 0.845
|
||||
},
|
||||
{
|
||||
"sup": "2-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Mg²⁺",
|
||||
"color": {
|
||||
"color": -7667968,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:magnesium"
|
||||
},
|
||||
"index": 4,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
}
|
||||
]
|
||||
}
|
||||
56
kubejs/assets/gtceu/molecules/monochloramine.json
Normal file
56
kubejs/assets/gtceu/molecules/monochloramine.json
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 0,
|
||||
"x": 0.5,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "Cl",
|
||||
"index": 1,
|
||||
"x": 1.5,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 3,
|
||||
"x": 0.0,
|
||||
"y": -1.7321
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
59
kubejs/assets/gtceu/molecules/nitric_acid.json
Normal file
59
kubejs/assets/gtceu/molecules/nitric_acid.json
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 0,
|
||||
"x": 0.5,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 1,
|
||||
"x": 1.5,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 0.0,
|
||||
"y": -1.7321
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid",
|
||||
"dotted"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid",
|
||||
"dotted"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
28
kubejs/assets/gtceu/molecules/nitric_oxide.json
Normal file
28
kubejs/assets/gtceu/molecules/nitric_oxide.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 0,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 1.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid",
|
||||
"dotted"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,37 +1,45 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 0,
|
||||
"x": 0.866,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 1.732,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "one_and_half"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "one_and_half"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 0,
|
||||
"x": 0.866,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 1.732,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 0,
|
||||
"lines": [
|
||||
"dotted",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"dotted",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,37 +1,43 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 0,
|
||||
"x": 0.866,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "Cl",
|
||||
"index": 1,
|
||||
"x": 1.7321,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "double_centered"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 0,
|
||||
"x": 0.866,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "Cl",
|
||||
"index": 1,
|
||||
"x": 1.7321,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,51 +1,44 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 0,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "N⁺",
|
||||
"color": {
|
||||
"color": -13610760,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:nitrogen"
|
||||
},
|
||||
"index": 1,
|
||||
"x": 1.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "O⁻",
|
||||
"color": {
|
||||
"color": -62195,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:oxygen"
|
||||
},
|
||||
"index": 2,
|
||||
"x": 2.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "triple"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 0,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 1,
|
||||
"x": 1.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 2.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid",
|
||||
"dotted"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid",
|
||||
"dotted"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,63 +1,71 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"index": 0,
|
||||
"element": "Os",
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"element": "O",
|
||||
"x": 0.0,
|
||||
"y": 1.0,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"element": "O",
|
||||
"x": 0.9659258,
|
||||
"y": -0.25881904,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"element": "O",
|
||||
"x": 0.5,
|
||||
"y": -0.8660254,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"element": "O",
|
||||
"x": -0.8660254,
|
||||
"y": -0.5,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single",
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "inward",
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "outward",
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"bond_type": "single",
|
||||
"type": "bond"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"index": 0,
|
||||
"element": "Os",
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"element": "O",
|
||||
"x": 0.0,
|
||||
"y": 1.0,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"element": "O",
|
||||
"x": 0.9659258,
|
||||
"y": -0.25881904,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"element": "O",
|
||||
"x": 0.5,
|
||||
"y": -0.8660254,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"element": "O",
|
||||
"x": -0.8660254,
|
||||
"y": -0.5,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
],
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"inward"
|
||||
],
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"outward"
|
||||
],
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid"
|
||||
],
|
||||
"type": "bond"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,141 +1,168 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 0,
|
||||
"x": 0.866,
|
||||
"y": 1.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 1,
|
||||
"x": 2.5981,
|
||||
"y": 1.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 2,
|
||||
"x": 1.7321,
|
||||
"y": 2.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 3,
|
||||
"x": 2.5981,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 4,
|
||||
"x": 0.866,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 5,
|
||||
"x": 1.7321,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"left": "H",
|
||||
"index": 6,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"above": "H",
|
||||
"index": 7,
|
||||
"x": 3.4641,
|
||||
"y": 2.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 8,
|
||||
"x": 4.3301,
|
||||
"y": 1.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 9,
|
||||
"x": 4.3301,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 10,
|
||||
"x": 5.1962,
|
||||
"y": 2.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 0,
|
||||
"bond_type": "double"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 5,
|
||||
"bond_type": "double"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 3,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 1,
|
||||
"bond_type": "double"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 6,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 7,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 7,
|
||||
"b": 8,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 8,
|
||||
"b": 9,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 8,
|
||||
"b": 10,
|
||||
"bond_type": "double_centered"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 0,
|
||||
"x": 0.866,
|
||||
"y": 1.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 1,
|
||||
"x": 2.5981,
|
||||
"y": 1.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 2,
|
||||
"x": 1.7321,
|
||||
"y": 2.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 3,
|
||||
"x": 2.5981,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 4,
|
||||
"x": 0.866,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 5,
|
||||
"x": 1.7321,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"left": "H",
|
||||
"index": 6,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"above": "H",
|
||||
"index": 7,
|
||||
"x": 3.4641,
|
||||
"y": 2.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 8,
|
||||
"x": 4.3301,
|
||||
"y": 1.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 9,
|
||||
"x": 4.3301,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 10,
|
||||
"x": 5.1962,
|
||||
"y": 2.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 0,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 5,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 6,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 7,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 7,
|
||||
"b": 8,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 8,
|
||||
"b": 9,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 8,
|
||||
"b": 10,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,74 +1,84 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"index": 0,
|
||||
"element": "P",
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"element": "O",
|
||||
"x": 0.0,
|
||||
"y": 1.0,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"element": "O",
|
||||
"x": 0.9659258,
|
||||
"y": -0.25881904,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"element": "O",
|
||||
"x": 0.5,
|
||||
"y": -0.8660254,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"element": "O",
|
||||
"x": -0.8660254,
|
||||
"y": -0.5,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"sup": "3-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "double_centered",
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "inward",
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "outward",
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"bond_type": "single",
|
||||
"type": "bond"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"index": 0,
|
||||
"element": "P",
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"element": "O",
|
||||
"x": 0.0,
|
||||
"y": 1.0,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"element": "O",
|
||||
"x": 0.9659258,
|
||||
"y": -0.25881904,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"element": "O",
|
||||
"x": 0.5,
|
||||
"y": -0.8660254,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"element": "O",
|
||||
"x": -0.8660254,
|
||||
"y": -0.5,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"sup": "3-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true,
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"inward"
|
||||
],
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"outward"
|
||||
],
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid"
|
||||
],
|
||||
"type": "bond"
|
||||
}
|
||||
]
|
||||
}
|
||||
76
kubejs/assets/gtceu/molecules/phosphoric_acid.json
Normal file
76
kubejs/assets/gtceu/molecules/phosphoric_acid.json
Normal file
|
|
@ -0,0 +1,76 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "P",
|
||||
"index": 0,
|
||||
"x": 1.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 1,
|
||||
"x": 1.0,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 2,
|
||||
"x": 2.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"left": "H",
|
||||
"index": 3,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 4,
|
||||
"x": 1.0,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,198 +1,238 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 0,
|
||||
"x": 0.4132,
|
||||
"y": -0.7316
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "P",
|
||||
"index": 1,
|
||||
"x": 1.3028,
|
||||
"y": -0.2795
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.3028,
|
||||
"y": 0.6246
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "P",
|
||||
"index": 3,
|
||||
"x": 1.8466,
|
||||
"y": 1.5806
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 4,
|
||||
"x": 0.9568,
|
||||
"y": 1.1286
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "P",
|
||||
"index": 5,
|
||||
"x": 0.9568,
|
||||
"y": 0.2244
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 6,
|
||||
"x": 1.8466,
|
||||
"y": -0.2277
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "P",
|
||||
"index": 7,
|
||||
"x": 2.7364,
|
||||
"y": 0.2244
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 8,
|
||||
"x": 2.1926,
|
||||
"y": -0.7316
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 9,
|
||||
"x": 2.7364,
|
||||
"y": 1.1286
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 10,
|
||||
"x": 1.0728,
|
||||
"y": -1.2695
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 11,
|
||||
"x": 3.7031,
|
||||
"y": -0.0313
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 12,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 13,
|
||||
"x": 1.8466,
|
||||
"y": 2.5806
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 9,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 3,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 4,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 8,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 5,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 6,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 6,
|
||||
"b": 7,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 7,
|
||||
"b": 8,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 5,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 7,
|
||||
"b": 9,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 10,
|
||||
"bond_type": "double_centered"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 7,
|
||||
"b": 11,
|
||||
"bond_type": "double_centered"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 12,
|
||||
"bond_type": "double_centered"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 13,
|
||||
"bond_type": "double_centered"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 0,
|
||||
"x": 0.4132,
|
||||
"y": -0.7316
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "P",
|
||||
"index": 1,
|
||||
"x": 1.3028,
|
||||
"y": -0.2795
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.3028,
|
||||
"y": 0.6246
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "P",
|
||||
"index": 3,
|
||||
"x": 1.8466,
|
||||
"y": 1.5806
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 4,
|
||||
"x": 0.9568,
|
||||
"y": 1.1286
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "P",
|
||||
"index": 5,
|
||||
"x": 0.9568,
|
||||
"y": 0.2244
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 6,
|
||||
"x": 1.8466,
|
||||
"y": -0.2277
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "P",
|
||||
"index": 7,
|
||||
"x": 2.7364,
|
||||
"y": 0.2244
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 8,
|
||||
"x": 2.1926,
|
||||
"y": -0.7316
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 9,
|
||||
"x": 2.7364,
|
||||
"y": 1.1286
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 10,
|
||||
"x": 1.0728,
|
||||
"y": -1.2695
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 11,
|
||||
"x": 3.7031,
|
||||
"y": -0.0313
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 12,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 13,
|
||||
"x": 1.8466,
|
||||
"y": 2.5806
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 9,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 8,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 5,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 6,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 6,
|
||||
"b": 7,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 7,
|
||||
"b": 8,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 5,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 7,
|
||||
"b": 9,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 10,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 7,
|
||||
"b": 11,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 12,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 13,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
}
|
||||
]
|
||||
}
|
||||
242
kubejs/assets/gtceu/molecules/polychlorinated_biphenyl.json
Normal file
242
kubejs/assets/gtceu/molecules/polychlorinated_biphenyl.json
Normal file
|
|
@ -0,0 +1,242 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 0,
|
||||
"x": 1.2472,
|
||||
"y": -0.1295
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 1,
|
||||
"x": 2.7472,
|
||||
"y": -0.9955
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 2,
|
||||
"x": 2.2472,
|
||||
"y": -0.1295
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 3,
|
||||
"x": 2.2472,
|
||||
"y": -1.8616
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 4,
|
||||
"x": 0.7472,
|
||||
"y": -0.9955
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 5,
|
||||
"x": 1.2472,
|
||||
"y": -1.8616
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 6,
|
||||
"x": 3.7472,
|
||||
"y": -0.9955
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 7,
|
||||
"x": 5.2472,
|
||||
"y": -0.1295
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 8,
|
||||
"x": 4.2472,
|
||||
"y": -0.1295
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 9,
|
||||
"x": 5.7472,
|
||||
"y": -0.9955
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 10,
|
||||
"x": 4.2472,
|
||||
"y": -1.8616
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 11,
|
||||
"x": 5.2472,
|
||||
"y": -1.8616
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 12,
|
||||
"x": 1.7472,
|
||||
"y": -0.9955
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Clₘ",
|
||||
"color": {
|
||||
"color": -14684129,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:chlorine"
|
||||
},
|
||||
"index": 13,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 14,
|
||||
"x": 4.7472,
|
||||
"y": -0.9955
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Clₙ",
|
||||
"color": {
|
||||
"color": -14684129,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:chlorine"
|
||||
},
|
||||
"index": 15,
|
||||
"x": 6.457,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 0,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 5,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 6,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 8,
|
||||
"b": 6,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 6,
|
||||
"b": 10,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 10,
|
||||
"b": 11,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 11,
|
||||
"b": 9,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 9,
|
||||
"b": 7,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 7,
|
||||
"b": 8,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 13,
|
||||
"b": 12,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 14,
|
||||
"b": 15,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,79 +1,89 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "C",
|
||||
"index": 0,
|
||||
"x": 2.2933,
|
||||
"y": -0.155
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 3.1594,
|
||||
"y": -0.655
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.4273,
|
||||
"y": -0.655
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 2.2933,
|
||||
"y": 0.845
|
||||
},
|
||||
{
|
||||
"sup": "2-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "K⁺",
|
||||
"color": {
|
||||
"color": -7388972,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:potassium"
|
||||
},
|
||||
"index": 4,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"sub": "2",
|
||||
"atoms": [ 4 ],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "double_centered"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "C",
|
||||
"index": 0,
|
||||
"x": 2.2933,
|
||||
"y": -0.155
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 3.1594,
|
||||
"y": -0.655
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.4273,
|
||||
"y": -0.655
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 2.2933,
|
||||
"y": 0.845
|
||||
},
|
||||
{
|
||||
"sup": "2-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "K⁺",
|
||||
"color": {
|
||||
"color": -7388972,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:potassium"
|
||||
},
|
||||
"index": 4,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"sub": "2",
|
||||
"atoms": [
|
||||
4
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,46 +1,50 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 0,
|
||||
"x": 1.9999,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "C",
|
||||
"index": 1,
|
||||
"x": 1.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"sup": "-",
|
||||
"atoms": [
|
||||
0,
|
||||
1
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "K⁺",
|
||||
"color": {
|
||||
"color": -7388972,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:potassium"
|
||||
},
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "triple"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 0,
|
||||
"x": 1.9999,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "C",
|
||||
"index": 1,
|
||||
"x": 1.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"sup": "-",
|
||||
"atoms": [
|
||||
0,
|
||||
1
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "K⁺",
|
||||
"color": {
|
||||
"color": -7388972,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:potassium"
|
||||
},
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,149 +1,175 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "Cr",
|
||||
"index": 0,
|
||||
"x": 2.0238,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 1.5238,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 2.5238,
|
||||
"y": 0.8661
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 1.1578,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 4,
|
||||
"x": 2.8898,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "Cr",
|
||||
"index": 5,
|
||||
"x": 3.7559,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 6,
|
||||
"x": 3.2559,
|
||||
"y": 0.8661
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 7,
|
||||
"x": 4.2559,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 8,
|
||||
"x": 4.6219,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"sup": "2-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "K⁺",
|
||||
"color": {
|
||||
"color": -7388972,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:potassium"
|
||||
},
|
||||
"index": 9,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"sub": "2",
|
||||
"atoms": [ 9 ],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "double_centered"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "double_centered"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 5,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 6,
|
||||
"bond_type": "double_centered"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 7,
|
||||
"bond_type": "double_centered"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 8,
|
||||
"bond_type": "single"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "Cr",
|
||||
"index": 0,
|
||||
"x": 2.0238,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 1.5238,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 2.5238,
|
||||
"y": 0.8661
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 1.1578,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 4,
|
||||
"x": 2.8898,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "Cr",
|
||||
"index": 5,
|
||||
"x": 3.7559,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 6,
|
||||
"x": 3.2559,
|
||||
"y": 0.8661
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 7,
|
||||
"x": 4.2559,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 8,
|
||||
"x": 4.6219,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"sup": "2-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "K⁺",
|
||||
"color": {
|
||||
"color": -7388972,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:potassium"
|
||||
},
|
||||
"index": 9,
|
||||
"x": -0.25,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"sub": "2",
|
||||
"atoms": [
|
||||
9
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 5,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 6,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 7,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 8,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,199 +1,237 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "Fe",
|
||||
"index": 0,
|
||||
"x": 2.95,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 1,
|
||||
"x": 2.084,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 2,
|
||||
"x": 2.084,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 3,
|
||||
"x": 2.95,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 4,
|
||||
"x": 2.95,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 5,
|
||||
"x": 3.816,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 6,
|
||||
"x": 3.816,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 7,
|
||||
"x": 1.218,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 8,
|
||||
"x": 4.6821,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 9,
|
||||
"x": 2.95,
|
||||
"y": 2.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 10,
|
||||
"x": 4.6821,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 11,
|
||||
"x": 1.218,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 12,
|
||||
"x": 2.95,
|
||||
"y": -2.0
|
||||
},
|
||||
{
|
||||
"sup": "4-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8,
|
||||
9,
|
||||
10,
|
||||
11,
|
||||
12
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "K⁺",
|
||||
"color": {
|
||||
"color": -7388972,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:potassium"
|
||||
},
|
||||
"index": 13,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"sub": "4",
|
||||
"atoms": [ 13 ],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "inward"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "outward"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 5,
|
||||
"bond_type": "inward"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 6,
|
||||
"bond_type": "outward"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 7,
|
||||
"bond_type": "triple"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 8,
|
||||
"bond_type": "triple"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 9,
|
||||
"bond_type": "triple"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 6,
|
||||
"b": 10,
|
||||
"bond_type": "triple"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 11,
|
||||
"bond_type": "triple"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 12,
|
||||
"bond_type": "triple"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "Fe",
|
||||
"index": 0,
|
||||
"x": 2.95,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 1,
|
||||
"x": 2.084,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 2,
|
||||
"x": 2.084,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 3,
|
||||
"x": 2.95,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 4,
|
||||
"x": 2.95,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 5,
|
||||
"x": 3.816,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 6,
|
||||
"x": 3.816,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 7,
|
||||
"x": 1.218,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 8,
|
||||
"x": 4.6821,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 9,
|
||||
"x": 2.95,
|
||||
"y": 2.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 10,
|
||||
"x": 4.6821,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 11,
|
||||
"x": 1.218,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 12,
|
||||
"x": 2.95,
|
||||
"y": -2.0
|
||||
},
|
||||
{
|
||||
"sup": "4-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8,
|
||||
9,
|
||||
10,
|
||||
11,
|
||||
12
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "K⁺",
|
||||
"color": {
|
||||
"color": -7388972,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:potassium"
|
||||
},
|
||||
"index": 13,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"sub": "4",
|
||||
"atoms": [
|
||||
13
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"inward"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"outward"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 5,
|
||||
"lines": [
|
||||
"inward"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 6,
|
||||
"lines": [
|
||||
"outward"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 7,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 8,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 9,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 6,
|
||||
"b": 10,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 11,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 12,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,46 +1,48 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 0,
|
||||
"x": 1.0,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 1,
|
||||
"x": 2.0,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"sup": "-",
|
||||
"atoms": [
|
||||
0,
|
||||
1
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "K⁺",
|
||||
"color": {
|
||||
"color": -7388972,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:potassium"
|
||||
},
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 0,
|
||||
"x": 1.0,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 1,
|
||||
"x": 2.0,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"sup": "-",
|
||||
"atoms": [
|
||||
0,
|
||||
1
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "K⁺",
|
||||
"color": {
|
||||
"color": -7388972,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:potassium"
|
||||
},
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,93 +1,107 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "S",
|
||||
"index": 0,
|
||||
"x": 2.33,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 3.33,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.33,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 2.33,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 4,
|
||||
"x": 2.33,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"sup": "2-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "K⁺",
|
||||
"color": {
|
||||
"color": -7388972,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:potassium"
|
||||
},
|
||||
"index": 5,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"sub": "2",
|
||||
"atoms": [ 5 ],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "double_centered"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"bond_type": "double_centered"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "S",
|
||||
"index": 0,
|
||||
"x": 2.33,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 3.33,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.33,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 2.33,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 4,
|
||||
"x": 2.33,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"sup": "2-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "K⁺",
|
||||
"color": {
|
||||
"color": -7388972,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:potassium"
|
||||
},
|
||||
"index": 5,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"sub": "2",
|
||||
"atoms": [
|
||||
5
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
}
|
||||
]
|
||||
}
|
||||
1179
kubejs/assets/gtceu/molecules/prussian_blue.json
Normal file
1179
kubejs/assets/gtceu/molecules/prussian_blue.json
Normal file
File diff suppressed because it is too large
Load diff
75
kubejs/assets/gtceu/molecules/ruthenium_tetroxide.json
Normal file
75
kubejs/assets/gtceu/molecules/ruthenium_tetroxide.json
Normal file
|
|
@ -0,0 +1,75 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"index": 0,
|
||||
"element": "Os",
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"element": "O",
|
||||
"x": 0.0,
|
||||
"y": 1.0,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"element": "O",
|
||||
"x": 0.9659258,
|
||||
"y": -0.25881904,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"element": "O",
|
||||
"x": 0.5,
|
||||
"y": -0.8660254,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"element": "O",
|
||||
"x": -0.8660254,
|
||||
"y": -0.5,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"type": "bond"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,74 +1,83 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 0,
|
||||
"x": 2.2933,
|
||||
"y": -0.155
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 3.1594,
|
||||
"y": -0.655
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.4273,
|
||||
"y": -0.655
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 2.2933,
|
||||
"y": 0.845
|
||||
},
|
||||
{
|
||||
"sup": "-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "K⁺",
|
||||
"color": {
|
||||
"color": -7388972,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:potassium"
|
||||
},
|
||||
"index": 4,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "one_and_half"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "one_and_half"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "one_and_half"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 0,
|
||||
"x": 2.2933,
|
||||
"y": -0.155
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 3.1594,
|
||||
"y": -0.655
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.4273,
|
||||
"y": -0.655
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 2.2933,
|
||||
"y": 0.845
|
||||
},
|
||||
{
|
||||
"sup": "-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "K⁺",
|
||||
"color": {
|
||||
"color": -7388972,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:potassium"
|
||||
},
|
||||
"index": 4,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid",
|
||||
"dotted"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid",
|
||||
"dotted"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid",
|
||||
"dotted"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,88 +1,100 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "W",
|
||||
"index": 0,
|
||||
"x": 2.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 3.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 2.0,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 4,
|
||||
"x": 2.0,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"sup": "2-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Ca²⁺",
|
||||
"color": {
|
||||
"color": -12714240,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:calcium"
|
||||
},
|
||||
"index": 5,
|
||||
"x": -0.5,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "double_centered"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"bond_type": "double_centered"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "W",
|
||||
"index": 0,
|
||||
"x": 2.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 3.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 2.0,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 4,
|
||||
"x": 2.0,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"sup": "2-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Ca²⁺",
|
||||
"color": {
|
||||
"color": -12714240,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:calcium"
|
||||
},
|
||||
"index": 5,
|
||||
"x": -0.5,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,79 +1,89 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "C",
|
||||
"index": 0,
|
||||
"x": 2.2933,
|
||||
"y": -0.155
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 3.1594,
|
||||
"y": -0.655
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.4273,
|
||||
"y": -0.655
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 2.2933,
|
||||
"y": 0.845
|
||||
},
|
||||
{
|
||||
"sup": "2-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Na⁺",
|
||||
"color": {
|
||||
"color": -5546766,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:sodium"
|
||||
},
|
||||
"index": 4,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"sub": "2",
|
||||
"atoms": [ 4 ],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "double_centered"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "C",
|
||||
"index": 0,
|
||||
"x": 2.2933,
|
||||
"y": -0.155
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 3.1594,
|
||||
"y": -0.655
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.4273,
|
||||
"y": -0.655
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 2.2933,
|
||||
"y": 0.845
|
||||
},
|
||||
{
|
||||
"sup": "2-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Na⁺",
|
||||
"color": {
|
||||
"color": -5546766,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:sodium"
|
||||
},
|
||||
"index": 4,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"sub": "2",
|
||||
"atoms": [
|
||||
4
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,75 +1,83 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "C",
|
||||
"index": 0,
|
||||
"x": 2.2933,
|
||||
"y": -0.155
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 1,
|
||||
"x": 3.1594,
|
||||
"y": -0.655
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.4273,
|
||||
"y": -0.655
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 2.2933,
|
||||
"y": 0.845
|
||||
},
|
||||
{
|
||||
"sup": "-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Na⁺",
|
||||
"color": {
|
||||
"color": -5546766,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:sodium"
|
||||
},
|
||||
"index": 4,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "double_centered"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "C",
|
||||
"index": 0,
|
||||
"x": 2.2933,
|
||||
"y": -0.155
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 1,
|
||||
"x": 3.1594,
|
||||
"y": -0.655
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.4273,
|
||||
"y": -0.655
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 2.2933,
|
||||
"y": 0.845
|
||||
},
|
||||
{
|
||||
"sup": "-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Na⁺",
|
||||
"color": {
|
||||
"color": -5546766,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:sodium"
|
||||
},
|
||||
"index": 4,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,93 +1,107 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "S",
|
||||
"index": 0,
|
||||
"x": 2.33,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 3.33,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.33,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 2.33,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 4,
|
||||
"x": 2.33,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"sup": "2-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Na⁺",
|
||||
"color": {
|
||||
"color": -5546766,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:sodium"
|
||||
},
|
||||
"index": 5,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"sub": "2",
|
||||
"atoms": [ 5 ],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "double_centered"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"bond_type": "double_centered"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "S",
|
||||
"index": 0,
|
||||
"x": 2.33,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 3.33,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.33,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 2.33,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 4,
|
||||
"x": 2.33,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"sup": "2-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Na⁺",
|
||||
"color": {
|
||||
"color": -5546766,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:sodium"
|
||||
},
|
||||
"index": 5,
|
||||
"x": -0.5,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"sub": "2",
|
||||
"atoms": [
|
||||
5
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,46 +1,48 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 0,
|
||||
"x": 1.0,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 1,
|
||||
"x": 2.0,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"sup": "-",
|
||||
"atoms": [
|
||||
0,
|
||||
1
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Na⁺",
|
||||
"color": {
|
||||
"color": -5546766,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:sodium"
|
||||
},
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 0,
|
||||
"x": 1.0,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 1,
|
||||
"x": 2.0,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"sup": "-",
|
||||
"atoms": [
|
||||
0,
|
||||
1
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Na⁺",
|
||||
"color": {
|
||||
"color": -5546766,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:sodium"
|
||||
},
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,60 +1,66 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 0,
|
||||
"x": 2.13,
|
||||
"y": 0.25
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 2.996,
|
||||
"y": -0.25
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.264,
|
||||
"y": -0.25
|
||||
},
|
||||
{
|
||||
"sup": "-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Na⁺",
|
||||
"color": {
|
||||
"color": -5546766,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:sodium"
|
||||
},
|
||||
"index": 3,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "one_and_half"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "one_and_half"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 0,
|
||||
"x": 2.13,
|
||||
"y": 0.25
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 2.996,
|
||||
"y": -0.25
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.264,
|
||||
"y": -0.25
|
||||
},
|
||||
{
|
||||
"sup": "-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Na⁺",
|
||||
"color": {
|
||||
"color": -5546766,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:sodium"
|
||||
},
|
||||
"index": 3,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid",
|
||||
"dotted"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid",
|
||||
"dotted"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
191
kubejs/assets/gtceu/molecules/sodium_persulfate.json
Normal file
191
kubejs/assets/gtceu/molecules/sodium_persulfate.json
Normal file
|
|
@ -0,0 +1,191 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "S",
|
||||
"index": 0,
|
||||
"x": 2.926,
|
||||
"y": 0.175
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 3.792,
|
||||
"y": -0.325
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 2.426,
|
||||
"y": -0.691
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 3.426,
|
||||
"y": 1.041
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 4,
|
||||
"x": 2.0599,
|
||||
"y": 0.675
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 5,
|
||||
"x": 4.658,
|
||||
"y": 0.175
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "S",
|
||||
"index": 6,
|
||||
"x": 5.524,
|
||||
"y": -0.325
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 7,
|
||||
"x": 5.024,
|
||||
"y": -1.191
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 8,
|
||||
"x": 6.024,
|
||||
"y": 0.541
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 9,
|
||||
"x": 6.3901,
|
||||
"y": -0.825
|
||||
},
|
||||
{
|
||||
"sup": "2-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8,
|
||||
9
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Na⁺",
|
||||
"color": {
|
||||
"color": -5546766,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:sodium"
|
||||
},
|
||||
"index": 10,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"sub": "2",
|
||||
"atoms": [
|
||||
10
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 5,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 6,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 6,
|
||||
"b": 7,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 6,
|
||||
"b": 8,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 6,
|
||||
"b": 9,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,305 +1,353 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 0,
|
||||
"x": 0.8661,
|
||||
"y": -3.2321
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 1,
|
||||
"x": 1.8661,
|
||||
"y": -3.2321
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 2,
|
||||
"x": 2.3661,
|
||||
"y": -2.3661
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 1.8661,
|
||||
"y": -1.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 4,
|
||||
"x": 0.8661,
|
||||
"y": -1.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 5,
|
||||
"x": 0.3661,
|
||||
"y": -2.3661
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 6,
|
||||
"x": 4.3956,
|
||||
"y": -1.7183
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 7,
|
||||
"x": 5.2045,
|
||||
"y": -2.3061
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 8,
|
||||
"x": 4.8955,
|
||||
"y": -3.2572
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 9,
|
||||
"x": 3.8956,
|
||||
"y": -3.2572
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 10,
|
||||
"x": 3.5866,
|
||||
"y": -2.3061
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 11,
|
||||
"x": 2.9721,
|
||||
"y": -2.8761
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 12,
|
||||
"x": 0.8661,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 13,
|
||||
"x": 0.8661,
|
||||
"y": -2.2321
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 14,
|
||||
"x": 0.3661,
|
||||
"y": -3.3661
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 15,
|
||||
"x": 1.8661,
|
||||
"y": -4.2321
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 16,
|
||||
"x": 3.5866,
|
||||
"y": -1.3061
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"left": "H",
|
||||
"index": 17,
|
||||
"x": 2.7205,
|
||||
"y": -0.8061
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"left": "H",
|
||||
"index": 18,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 19,
|
||||
"x": 3.8956,
|
||||
"y": -4.2572
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"left": "H",
|
||||
"index": 20,
|
||||
"x": 4.6555,
|
||||
"y": -2.3972
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 21,
|
||||
"x": 5.2045,
|
||||
"y": -3.3061
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 22,
|
||||
"x": 6.0706,
|
||||
"y": -3.8061
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 0,
|
||||
"bond_type": "outward"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "thick"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 1,
|
||||
"bond_type": "outward"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 3,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 4,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 5,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 6,
|
||||
"b": 10,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 10,
|
||||
"b": 9,
|
||||
"bond_type": "outward"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 9,
|
||||
"b": 8,
|
||||
"bond_type": "thick"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 7,
|
||||
"b": 6,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 11,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 10,
|
||||
"b": 11,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 12,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 13,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 14,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 15,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 10,
|
||||
"b": 16,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 16,
|
||||
"b": 17,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 12,
|
||||
"b": 18,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 9,
|
||||
"b": 19,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 8,
|
||||
"b": 20,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 7,
|
||||
"b": 8,
|
||||
"bond_type": "outward"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 7,
|
||||
"b": 21,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 21,
|
||||
"b": 22,
|
||||
"bond_type": "single"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 0,
|
||||
"x": 0.8661,
|
||||
"y": -3.2321
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 1,
|
||||
"x": 1.8661,
|
||||
"y": -3.2321
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 2,
|
||||
"x": 2.3661,
|
||||
"y": -2.3661
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 1.8661,
|
||||
"y": -1.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 4,
|
||||
"x": 0.8661,
|
||||
"y": -1.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 5,
|
||||
"x": 0.3661,
|
||||
"y": -2.3661
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 6,
|
||||
"x": 4.3956,
|
||||
"y": -1.7183
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 7,
|
||||
"x": 5.2045,
|
||||
"y": -2.3061
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 8,
|
||||
"x": 4.8955,
|
||||
"y": -3.2572
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 9,
|
||||
"x": 3.8956,
|
||||
"y": -3.2572
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 10,
|
||||
"x": 3.5866,
|
||||
"y": -2.3061
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 11,
|
||||
"x": 2.9721,
|
||||
"y": -2.8761
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 12,
|
||||
"x": 0.8661,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 13,
|
||||
"x": 0.8661,
|
||||
"y": -2.2321
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 14,
|
||||
"x": 0.3661,
|
||||
"y": -3.3661
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 15,
|
||||
"x": 1.8661,
|
||||
"y": -4.2321
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 16,
|
||||
"x": 3.5866,
|
||||
"y": -1.3061
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"left": "H",
|
||||
"index": 17,
|
||||
"x": 2.7205,
|
||||
"y": -0.8061
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"left": "H",
|
||||
"index": 18,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 19,
|
||||
"x": 3.8956,
|
||||
"y": -4.2572
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"left": "H",
|
||||
"index": 20,
|
||||
"x": 4.6555,
|
||||
"y": -2.3972
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 21,
|
||||
"x": 5.2045,
|
||||
"y": -3.3061
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 22,
|
||||
"x": 6.0706,
|
||||
"y": -3.8061
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 0,
|
||||
"lines": [
|
||||
"outward"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"thick"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"outward"
|
||||
]
|
||||
},
|
||||
{
|
||||
"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": 6,
|
||||
"b": 10,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 10,
|
||||
"b": 9,
|
||||
"lines": [
|
||||
"outward"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 9,
|
||||
"b": 8,
|
||||
"lines": [
|
||||
"thick"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 7,
|
||||
"b": 6,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 11,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 10,
|
||||
"b": 11,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 12,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 13,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 14,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 15,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 10,
|
||||
"b": 16,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 16,
|
||||
"b": 17,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 12,
|
||||
"b": 18,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 9,
|
||||
"b": 19,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 8,
|
||||
"b": 20,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 7,
|
||||
"b": 8,
|
||||
"lines": [
|
||||
"outward"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 7,
|
||||
"b": 21,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 21,
|
||||
"b": 22,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
45
kubejs/assets/gtceu/molecules/sulfur_dioxide.json
Normal file
45
kubejs/assets/gtceu/molecules/sulfur_dioxide.json
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "S",
|
||||
"index": 0,
|
||||
"x": 1.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 2.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
}
|
||||
]
|
||||
}
|
||||
62
kubejs/assets/gtceu/molecules/sulfur_trioxide.json
Normal file
62
kubejs/assets/gtceu/molecules/sulfur_trioxide.json
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "S",
|
||||
"index": 0,
|
||||
"x": 0.866,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 0.866,
|
||||
"y": -1.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 1.732,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
}
|
||||
]
|
||||
}
|
||||
77
kubejs/assets/gtceu/molecules/sulfuric_acid.json
Normal file
77
kubejs/assets/gtceu/molecules/sulfuric_acid.json
Normal file
|
|
@ -0,0 +1,77 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "S",
|
||||
"index": 0,
|
||||
"x": 0.9913,
|
||||
"y": 0.0015
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 0.9948,
|
||||
"y": -0.9993
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"left": "H",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 3,
|
||||
"x": 1.9971,
|
||||
"y": 0.0045
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 4,
|
||||
"x": 0.9905,
|
||||
"y": 1.0036
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
}
|
||||
]
|
||||
}
|
||||
71
kubejs/assets/gtceu/molecules/titanium_tetrachloride.json
Normal file
71
kubejs/assets/gtceu/molecules/titanium_tetrachloride.json
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"index": 0,
|
||||
"element": "Ti",
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"element": "Cl",
|
||||
"x": 0.0,
|
||||
"y": 1.0,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"element": "Cl",
|
||||
"x": 0.9659258,
|
||||
"y": -0.25881904,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"element": "Cl",
|
||||
"x": 0.5,
|
||||
"y": -0.8660254,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"element": "Cl",
|
||||
"x": -0.8660254,
|
||||
"y": -0.5,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
],
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"inward"
|
||||
],
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"outward"
|
||||
],
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid"
|
||||
],
|
||||
"type": "bond"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,50 +1,56 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "Ti",
|
||||
"index": 0,
|
||||
"x": 0.866,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 1,
|
||||
"x": 0.866,
|
||||
"y": -1.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 3,
|
||||
"x": 1.732,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "single"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "Ti",
|
||||
"index": 0,
|
||||
"x": 0.866,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 1,
|
||||
"x": 0.866,
|
||||
"y": -1.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 3,
|
||||
"x": 1.732,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
41
kubejs/assets/gtceu/molecules/tritiated_water.json
Normal file
41
kubejs/assets/gtceu/molecules/tritiated_water.json
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 0,
|
||||
"x": 0.866,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "T",
|
||||
"index": 1,
|
||||
"x": 1.732,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "T",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,93 +1,107 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "W",
|
||||
"index": 0,
|
||||
"x": 2.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 3.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 2.0,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 4,
|
||||
"x": 2.0,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"sup": "2-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Li⁺",
|
||||
"color": {
|
||||
"color": -3374849,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:lithium"
|
||||
},
|
||||
"index": 5,
|
||||
"x": -0.5,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"sub": "2",
|
||||
"atoms": [ 5 ],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "double_centered"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"bond_type": "double_centered"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "W",
|
||||
"index": 0,
|
||||
"x": 2.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 3.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 2.0,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 4,
|
||||
"x": 2.0,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"sup": "2-",
|
||||
"atoms": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Li⁺",
|
||||
"color": {
|
||||
"color": -3374849,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:lithium"
|
||||
},
|
||||
"index": 5,
|
||||
"x": -0.5,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"sub": "2",
|
||||
"atoms": [
|
||||
5
|
||||
],
|
||||
"type": "parens"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,65 +1,77 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "W",
|
||||
"index": 0,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 0.0,
|
||||
"y": -0.825
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.825
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 3,
|
||||
"x": 0.825,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"left": "H",
|
||||
"index": 4,
|
||||
"x": -0.825,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "double_centered"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "double_centered"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"bond_type": "single"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "W",
|
||||
"index": 0,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 0.0,
|
||||
"y": -0.825
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.825
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 3,
|
||||
"x": 0.825,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"left": "H",
|
||||
"index": 4,
|
||||
"x": -0.825,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
41
kubejs/assets/gtceu/molecules/water.json
Normal file
41
kubejs/assets/gtceu/molecules/water.json
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 0,
|
||||
"x": 0.866,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 1,
|
||||
"x": 1.732,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,74 +1,84 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 0,
|
||||
"x": -1.7860,
|
||||
"y": -0.0256
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 1,
|
||||
"x": -0.9610,
|
||||
"y": -0.0256
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 2,
|
||||
"x": -2.6110,
|
||||
"y": -0.0256
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 3,
|
||||
"x": -1.7860,
|
||||
"y": 0.7993
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 4,
|
||||
"x": -1.7860,
|
||||
"y": -0.8506
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 5,
|
||||
"x": -0.5485,
|
||||
"y": -0.7401
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 5,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 0,
|
||||
"x": -1.786,
|
||||
"y": -0.0256
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 1,
|
||||
"x": -0.961,
|
||||
"y": -0.0256
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 2,
|
||||
"x": -2.611,
|
||||
"y": -0.0256
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 3,
|
||||
"x": -1.786,
|
||||
"y": 0.7993
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 4,
|
||||
"x": -1.786,
|
||||
"y": -0.8506
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 5,
|
||||
"x": -0.5485,
|
||||
"y": -0.7401
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 5,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,48 +1,56 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 0,
|
||||
"x": -1.8973,
|
||||
"y": 0.9151
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 1,
|
||||
"x": -1.0723,
|
||||
"y": 0.9151
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 2,
|
||||
"x": -2.7223,
|
||||
"y": 0.9151
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 3,
|
||||
"x": -0.2473,
|
||||
"y": 0.9151
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "triple"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 3,
|
||||
"bond_type": "single"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 0,
|
||||
"x": -1.8973,
|
||||
"y": 0.9151
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 1,
|
||||
"x": -1.0723,
|
||||
"y": 0.9151
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 2,
|
||||
"x": -2.7223,
|
||||
"y": 0.9151
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 3,
|
||||
"x": -0.2473,
|
||||
"y": 0.9151
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,116 +1,130 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "N⁺",
|
||||
"color": {
|
||||
"color": -13610760,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:nitrogen"
|
||||
},
|
||||
"index": 0,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "B⁻",
|
||||
"color": {
|
||||
"color": -19019,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:boron"
|
||||
},
|
||||
"index": 1,
|
||||
"x": -0.8249,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.825
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 3,
|
||||
"x": -0.8249,
|
||||
"y": 0.825
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 4,
|
||||
"x": -1.6499,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 5,
|
||||
"x": 0.825,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 6,
|
||||
"x": -0.8249,
|
||||
"y": -0.8249
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 7,
|
||||
"x": 0.0,
|
||||
"y": -0.8249
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 7,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 5,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 3,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 4,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 6,
|
||||
"bond_type": "single"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "N⁺",
|
||||
"color": {
|
||||
"color": -13610760,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:nitrogen"
|
||||
},
|
||||
"index": 0,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "B⁻",
|
||||
"color": {
|
||||
"color": -19019,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:boron"
|
||||
},
|
||||
"index": 1,
|
||||
"x": -0.8249,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.825
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 3,
|
||||
"x": -0.8249,
|
||||
"y": 0.825
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 4,
|
||||
"x": -1.6499,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 5,
|
||||
"x": 0.825,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 6,
|
||||
"x": -0.8249,
|
||||
"y": -0.8249
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 7,
|
||||
"x": 0.0,
|
||||
"y": -0.8249
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 7,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 5,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 6,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -1,115 +1,136 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 0,
|
||||
"x": -0.3913,
|
||||
"y": 1.6850
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 1,
|
||||
"x": -0.8037,
|
||||
"y": 0.9705
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 2,
|
||||
"x": -0.3912,
|
||||
"y": 0.2560
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 3,
|
||||
"x": 0.4337,
|
||||
"y": 0.2559
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 4,
|
||||
"x": 0.8462,
|
||||
"y": 0.9704
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 5,
|
||||
"x": 0.4336,
|
||||
"y": 1.6850
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 6,
|
||||
"x": -1.6287,
|
||||
"y": 0.9705
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 7,
|
||||
"x": -2.0412,
|
||||
"y": 0.2560
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 8,
|
||||
"x": -2.0412,
|
||||
"y": 1.6850
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "double"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 3,
|
||||
"bond_type": "double"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 4,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 5,
|
||||
"bond_type": "double"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 0,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 6,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 6,
|
||||
"b": 8,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 6,
|
||||
"b": 7,
|
||||
"bond_type": "single"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 0,
|
||||
"x": -0.3913,
|
||||
"y": 1.685
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 1,
|
||||
"x": -0.8037,
|
||||
"y": 0.9705
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 2,
|
||||
"x": -0.3912,
|
||||
"y": 0.256
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 3,
|
||||
"x": 0.4337,
|
||||
"y": 0.2559
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 4,
|
||||
"x": 0.8462,
|
||||
"y": 0.9704
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 5,
|
||||
"x": 0.4336,
|
||||
"y": 1.685
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 6,
|
||||
"x": -1.6287,
|
||||
"y": 0.9705
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 7,
|
||||
"x": -2.0412,
|
||||
"y": 0.256
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 8,
|
||||
"x": -2.0412,
|
||||
"y": 1.685
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 5,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 0,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 6,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 6,
|
||||
"b": 8,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 6,
|
||||
"b": 7,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -1,53 +1,59 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "B",
|
||||
"index": 0,
|
||||
"x": 0.5,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 1,
|
||||
"x": 1.5,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"left": "H",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"left": "H",
|
||||
"index": 3,
|
||||
"x": 0.0,
|
||||
"y": -1.732
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "single"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "B",
|
||||
"index": 0,
|
||||
"x": 0.5,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"right": "H",
|
||||
"index": 1,
|
||||
"x": 1.5,
|
||||
"y": -0.866
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"left": "H",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"left": "H",
|
||||
"index": 3,
|
||||
"x": 0.0,
|
||||
"y": -1.732
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -4,73 +4,83 @@
|
|||
"type": "atom",
|
||||
"element": "Cl",
|
||||
"index": 0,
|
||||
"x": -0.3098,
|
||||
"y": -0.2864
|
||||
"x": 0.866,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 1,
|
||||
"x": -0.3098,
|
||||
"y": -1.1113
|
||||
"x": 0.866,
|
||||
"y": -1.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 2,
|
||||
"x": -0.7947,
|
||||
"y": 0.3810
|
||||
"x": 1.732,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 3,
|
||||
"x": 0.1750,
|
||||
"y": 0.3810
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 4,
|
||||
"x": 0.4747,
|
||||
"y": -0.5412
|
||||
"x": 1.732,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 5,
|
||||
"x": -1.0944,
|
||||
"y": -0.5413
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 0,
|
||||
"bond_type": "single"
|
||||
"x": 0.0,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single"
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 5,
|
||||
"bond_type": "single"
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"inward"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"inward"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"bond_type": "single"
|
||||
"lines": [
|
||||
"outward"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 5,
|
||||
"lines": [
|
||||
"outward"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,63 +1,71 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"index": 0,
|
||||
"element": "C",
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"element": "F",
|
||||
"x": 0.0,
|
||||
"y": 1.0,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"element": "F",
|
||||
"x": 0.9659258,
|
||||
"y": -0.25881904,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"element": "Cl",
|
||||
"x": 0.5,
|
||||
"y": -0.8660254,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"element": "H",
|
||||
"x": -0.8660254,
|
||||
"y": -0.5,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single",
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "inward",
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "outward",
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"bond_type": "single",
|
||||
"type": "bond"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"index": 0,
|
||||
"element": "C",
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"element": "F",
|
||||
"x": 0.0,
|
||||
"y": 1.0,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"element": "F",
|
||||
"x": 0.9659258,
|
||||
"y": -0.25881904,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"element": "Cl",
|
||||
"x": 0.5,
|
||||
"y": -0.8660254,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"element": "H",
|
||||
"x": -0.8660254,
|
||||
"y": -0.5,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
],
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"inward"
|
||||
],
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"outward"
|
||||
],
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid"
|
||||
],
|
||||
"type": "bond"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,50 +1,60 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "Cl",
|
||||
"index": 0,
|
||||
"x": 0.0000,
|
||||
"y": 0.1115
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 0.4125,
|
||||
"y": 0.8260
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 2,
|
||||
"x": 0.4125,
|
||||
"y": -0.6028
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": -0.8250,
|
||||
"y": 0.1115
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "double_centered"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "double_centered"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "Cl",
|
||||
"index": 0,
|
||||
"x": 0.0,
|
||||
"y": 0.1115
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 0.4125,
|
||||
"y": 0.826
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 2,
|
||||
"x": 0.4125,
|
||||
"y": -0.6028
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": -0.825,
|
||||
"y": 0.1115
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,73 +1,85 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 0,
|
||||
"x": -4.2017,
|
||||
"y": -0.3624
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": -3.4873,
|
||||
"y": -0.7749
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 2,
|
||||
"x": -2.7728,
|
||||
"y": -0.3624
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": -2.0584,
|
||||
"y": -0.7749
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 4,
|
||||
"x": -1.3439,
|
||||
"y": -0.3624
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 5,
|
||||
"x": -2.7728,
|
||||
"y": 0.4625
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 3,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 4,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 5,
|
||||
"bond_type": "double_centered"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 0,
|
||||
"x": -4.2017,
|
||||
"y": -0.3624
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": -3.4873,
|
||||
"y": -0.7749
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 2,
|
||||
"x": -2.7728,
|
||||
"y": -0.3624
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": -2.0584,
|
||||
"y": -0.7749
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 4,
|
||||
"x": -1.3439,
|
||||
"y": -0.3624
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 5,
|
||||
"x": -2.7728,
|
||||
"y": 0.4625
|
||||
},
|
||||
{
|
||||
"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": 2,
|
||||
"b": 5,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
}
|
||||
]
|
||||
}
|
||||
41
kubejs/assets/tfg/molecules/heavy_water.json
Normal file
41
kubejs/assets/tfg/molecules/heavy_water.json
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 0,
|
||||
"x": 0.866,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "D",
|
||||
"index": 1,
|
||||
"x": 1.732,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "D",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,63 +1,71 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"index": 0,
|
||||
"element": "C",
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"element": "I",
|
||||
"x": 0.0,
|
||||
"y": 1.0,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"element": "H",
|
||||
"x": 0.9659258,
|
||||
"y": -0.25881904,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"element": "H",
|
||||
"x": 0.5,
|
||||
"y": -0.8660254,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"element": "H",
|
||||
"x": -0.8660254,
|
||||
"y": -0.5,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single",
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "inward",
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "outward",
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"bond_type": "single",
|
||||
"type": "bond"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"index": 0,
|
||||
"element": "C",
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"element": "I",
|
||||
"x": 0.0,
|
||||
"y": 1.0,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"element": "H",
|
||||
"x": 0.9659258,
|
||||
"y": -0.25881904,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"element": "H",
|
||||
"x": 0.5,
|
||||
"y": -0.8660254,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"element": "H",
|
||||
"x": -0.8660254,
|
||||
"y": -0.5,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
],
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"inward"
|
||||
],
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"outward"
|
||||
],
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid"
|
||||
],
|
||||
"type": "bond"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,46 +1,52 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 0,
|
||||
"x": -0.0235,
|
||||
"y": 1.7404
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 1,
|
||||
"x": -0.0235,
|
||||
"y": 0.9154
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 2,
|
||||
"x": 0.6909,
|
||||
"y": 0.5029
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 3,
|
||||
"x": -0.7380,
|
||||
"y": 0.5029
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 3,
|
||||
"bond_type": "single"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 0,
|
||||
"x": -0.0235,
|
||||
"y": 1.7404
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 1,
|
||||
"x": -0.0235,
|
||||
"y": 0.9154
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 2,
|
||||
"x": 0.6909,
|
||||
"y": 0.5029
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 3,
|
||||
"x": -0.738,
|
||||
"y": 0.5029
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,152 +1,181 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 0,
|
||||
"x": 1.6418,
|
||||
"y": 0.5155
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 0.9273,
|
||||
"y": -0.7218
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 2,
|
||||
"x": 0.2128,
|
||||
"y": 0.5156
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 3,
|
||||
"x": -0.5015,
|
||||
"y": 0.1031
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 4,
|
||||
"x": -1.2160,
|
||||
"y": 0.5156
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 5,
|
||||
"x": -0.5015,
|
||||
"y": -0.7219
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 6,
|
||||
"x": -1.9304,
|
||||
"y": 0.1031
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 7,
|
||||
"x": -1.2160,
|
||||
"y": -1.1344
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 8,
|
||||
"x": -1.9305,
|
||||
"y": -0.7218
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 9,
|
||||
"x": 0.9273,
|
||||
"y": 0.1030
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 10,
|
||||
"x": 2.3563,
|
||||
"y": 0.1031
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 11,
|
||||
"x": 0.2129,
|
||||
"y": 1.3406
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 9,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 10,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 9,
|
||||
"bond_type": "double_centered"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 3,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 9,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 4,
|
||||
"bond_type": "double"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 5,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 6,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 7,
|
||||
"b": 5,
|
||||
"bond_type": "double"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 6,
|
||||
"b": 8,
|
||||
"bond_type": "double"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 7,
|
||||
"b": 8,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 11,
|
||||
"bond_type": "single"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 0,
|
||||
"x": 1.6418,
|
||||
"y": 0.5155
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 0.9273,
|
||||
"y": -0.7218
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 2,
|
||||
"x": 0.2128,
|
||||
"y": 0.5156
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 3,
|
||||
"x": -0.5015,
|
||||
"y": 0.1031
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 4,
|
||||
"x": -1.216,
|
||||
"y": 0.5156
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 5,
|
||||
"x": -0.5015,
|
||||
"y": -0.7219
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 6,
|
||||
"x": -1.9304,
|
||||
"y": 0.1031
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 7,
|
||||
"x": -1.216,
|
||||
"y": -1.1344
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 8,
|
||||
"x": -1.9305,
|
||||
"y": -0.7218
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 9,
|
||||
"x": 0.9273,
|
||||
"y": 0.103
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 10,
|
||||
"x": 2.3563,
|
||||
"y": 0.1031
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 11,
|
||||
"x": 0.2129,
|
||||
"y": 1.3406
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 9,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 10,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 9,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 9,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 5,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 6,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 7,
|
||||
"b": 5,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 6,
|
||||
"b": 8,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 7,
|
||||
"b": 8,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 11,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,276 +1,330 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 0,
|
||||
"x": 4.3301,
|
||||
"y": -0.5000999999999998
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 1,
|
||||
"x": 3.4641,
|
||||
"y": -2.0001000000000007
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 2,
|
||||
"x": 4.3301,
|
||||
"y": -1.5001000000000007
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 3,
|
||||
"x": 2.5980999999999987,
|
||||
"y": -1.5001000000000007
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 4,
|
||||
"x": 3.4641,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 5,
|
||||
"x": 2.5980999999999987,
|
||||
"y": -0.5000999999999998
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 6,
|
||||
"x": 5.196199999999999,
|
||||
"y": -2.0001000000000007
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 7,
|
||||
"x": 6.062199999999999,
|
||||
"y": -1.5001000000000007
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 8,
|
||||
"x": 6.928199999999999,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 9,
|
||||
"x": 6.062199999999999,
|
||||
"y": -0.5000999999999998
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 10,
|
||||
"x": 7.794199999999998,
|
||||
"y": -0.5000999999999998
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 11,
|
||||
"x": 6.928199999999999,
|
||||
"y": -2.0001000000000007
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 12,
|
||||
"x": 7.794199999999998,
|
||||
"y": -1.5001000000000007
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 13,
|
||||
"x": 1.732099999999999,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 14,
|
||||
"x": 8.660300000000001,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 15,
|
||||
"x": 0.8659999999999997,
|
||||
"y": -0.5000999999999998
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 16,
|
||||
"x": 0.8659999999999997,
|
||||
"y": -1.4999999999999991
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"left": [
|
||||
"H",
|
||||
2
|
||||
],
|
||||
"index": 17,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 18,
|
||||
"x": 9.5263,
|
||||
"y": -0.5000999999999998
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"right": [
|
||||
"H",
|
||||
2
|
||||
],
|
||||
"index": 19,
|
||||
"x": 9.5263,
|
||||
"y": -1.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 20,
|
||||
"x": 10.3924,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 0,
|
||||
"bond_type": "double"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 5,
|
||||
"bond_type": "double"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 3,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 1,
|
||||
"bond_type": "double"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 6,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 6,
|
||||
"b": 7,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 9,
|
||||
"b": 7,
|
||||
"bond_type": "double"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 7,
|
||||
"b": 11,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 11,
|
||||
"b": 12,
|
||||
"bond_type": "double"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 12,
|
||||
"b": 10,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 10,
|
||||
"b": 8,
|
||||
"bond_type": "double"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 8,
|
||||
"b": 9,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 13,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 10,
|
||||
"b": 14,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 13,
|
||||
"b": 15,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 15,
|
||||
"b": 16,
|
||||
"bond_type": "double_centered"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 15,
|
||||
"b": 17,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 14,
|
||||
"b": 18,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 18,
|
||||
"b": 19,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 18,
|
||||
"b": 20,
|
||||
"bond_type": "double_centered"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 0,
|
||||
"x": 4.3301,
|
||||
"y": -0.50009999999999977
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 1,
|
||||
"x": 3.4641,
|
||||
"y": -2.0001000000000007
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 2,
|
||||
"x": 4.3301,
|
||||
"y": -1.5001000000000007
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 3,
|
||||
"x": 2.5980999999999987,
|
||||
"y": -1.5001000000000007
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 4,
|
||||
"x": 3.4641,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 5,
|
||||
"x": 2.5980999999999987,
|
||||
"y": -0.50009999999999977
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 6,
|
||||
"x": 5.1961999999999993,
|
||||
"y": -2.0001000000000007
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 7,
|
||||
"x": 6.0621999999999989,
|
||||
"y": -1.5001000000000007
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 8,
|
||||
"x": 6.9281999999999986,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 9,
|
||||
"x": 6.0621999999999989,
|
||||
"y": -0.50009999999999977
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 10,
|
||||
"x": 7.7941999999999982,
|
||||
"y": -0.50009999999999977
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 11,
|
||||
"x": 6.9281999999999986,
|
||||
"y": -2.0001000000000007
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 12,
|
||||
"x": 7.7941999999999982,
|
||||
"y": -1.5001000000000007
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 13,
|
||||
"x": 1.7320999999999991,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 14,
|
||||
"x": 8.6603000000000012,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 15,
|
||||
"x": 0.86599999999999966,
|
||||
"y": -0.50009999999999977
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 16,
|
||||
"x": 0.86599999999999966,
|
||||
"y": -1.4999999999999991
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"left": [
|
||||
"H",
|
||||
2
|
||||
],
|
||||
"index": 17,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 18,
|
||||
"x": 9.5263,
|
||||
"y": -0.50009999999999977
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"right": [
|
||||
"H",
|
||||
2
|
||||
],
|
||||
"index": 19,
|
||||
"x": 9.5263,
|
||||
"y": -1.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 20,
|
||||
"x": 10.3924,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 0,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 5,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 6,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 6,
|
||||
"b": 7,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 9,
|
||||
"b": 7,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 7,
|
||||
"b": 11,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 11,
|
||||
"b": 12,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 12,
|
||||
"b": 10,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 10,
|
||||
"b": 8,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 8,
|
||||
"b": 9,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 13,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 10,
|
||||
"b": 14,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 13,
|
||||
"b": 15,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 15,
|
||||
"b": 16,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 15,
|
||||
"b": 17,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 14,
|
||||
"b": 18,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 18,
|
||||
"b": 19,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 18,
|
||||
"b": 20,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,244 +1,298 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 0,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 10.3924,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 2,
|
||||
"x": 1.7321,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 3,
|
||||
"x": 8.6603,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 4,
|
||||
"x": 5.1962,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 5,
|
||||
"x": 4.3302,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 6,
|
||||
"x": 6.0622,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 7,
|
||||
"x": 3.4641,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 8,
|
||||
"x": 6.0622,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 9,
|
||||
"x": 4.3302,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 10,
|
||||
"x": 6.9283,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 11,
|
||||
"x": 2.5981,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 12,
|
||||
"x": 6.9283,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 13,
|
||||
"x": 3.4641,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 14,
|
||||
"x": 7.7943,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 15,
|
||||
"x": 2.5981,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 16,
|
||||
"x": 7.7943,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "C",
|
||||
"index": 17,
|
||||
"x": 0.8661,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "C",
|
||||
"index": 18,
|
||||
"x": 9.5263,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 17,
|
||||
"bond_type": "double_centered"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 18,
|
||||
"bond_type": "double_centered"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 15,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 17,
|
||||
"bond_type": "double_centered"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 16,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 18,
|
||||
"bond_type": "double_centered"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 5,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 6,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 7,
|
||||
"b": 5,
|
||||
"bond_type": "double"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 9,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 6,
|
||||
"b": 8,
|
||||
"bond_type": "double"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 6,
|
||||
"b": 10,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 7,
|
||||
"b": 11,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 8,
|
||||
"b": 12,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 9,
|
||||
"b": 13,
|
||||
"bond_type": "double"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 10,
|
||||
"b": 14,
|
||||
"bond_type": "double"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 11,
|
||||
"b": 15,
|
||||
"bond_type": "double"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 16,
|
||||
"b": 12,
|
||||
"bond_type": "double"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 13,
|
||||
"b": 15,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 14,
|
||||
"b": 16,
|
||||
"bond_type": "single"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 0,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 10.3924,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 2,
|
||||
"x": 1.7321,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 3,
|
||||
"x": 8.6603,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 4,
|
||||
"x": 5.1962,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 5,
|
||||
"x": 4.3302,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 6,
|
||||
"x": 6.0622,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 7,
|
||||
"x": 3.4641,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 8,
|
||||
"x": 6.0622,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 9,
|
||||
"x": 4.3302,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 10,
|
||||
"x": 6.9283,
|
||||
"y": -1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 11,
|
||||
"x": 2.5981,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 12,
|
||||
"x": 6.9283,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 13,
|
||||
"x": 3.4641,
|
||||
"y": 1.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 14,
|
||||
"x": 7.7943,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 15,
|
||||
"x": 2.5981,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 16,
|
||||
"x": 7.7943,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "C",
|
||||
"index": 17,
|
||||
"x": 0.8661,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "C",
|
||||
"index": 18,
|
||||
"x": 9.5263,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 17,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 18,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 15,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 17,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 16,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 18,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 5,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 6,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 7,
|
||||
"b": 5,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 5,
|
||||
"b": 9,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 6,
|
||||
"b": 8,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 6,
|
||||
"b": 10,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 7,
|
||||
"b": 11,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 8,
|
||||
"b": 12,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 9,
|
||||
"b": 13,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 10,
|
||||
"b": 14,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 11,
|
||||
"b": 15,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 16,
|
||||
"b": 12,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 13,
|
||||
"b": 15,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 14,
|
||||
"b": 16,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
41
kubejs/assets/tfg/molecules/semiheavy_water.json
Normal file
41
kubejs/assets/tfg/molecules/semiheavy_water.json
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 0,
|
||||
"x": 0.866,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 1,
|
||||
"x": 1.732,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "D",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,76 +1,84 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "B⁻",
|
||||
"material": "gtceu:boron"
|
||||
},
|
||||
"index": 0,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 1,
|
||||
"x": 0.8249,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": -0.8249
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 3,
|
||||
"x": -0.8250000000000001,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 4,
|
||||
"x": 0.0,
|
||||
"y": 0.8250000000000001
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Na⁺",
|
||||
"material": "gtceu:sodium"
|
||||
},
|
||||
"index": 5,
|
||||
"x": -1.8527,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "B⁻",
|
||||
"material": "gtceu:boron"
|
||||
},
|
||||
"index": 0,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 1,
|
||||
"x": 0.8249,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": -0.8249
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 3,
|
||||
"x": -0.82500000000000007,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "H",
|
||||
"index": 4,
|
||||
"x": 0.0,
|
||||
"y": 0.82500000000000007
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Na⁺",
|
||||
"material": "gtceu:sodium"
|
||||
},
|
||||
"index": 5,
|
||||
"x": -1.8527,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,44 +1,46 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 0,
|
||||
"u": 0,
|
||||
"v": 0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 1,
|
||||
"u": 1,
|
||||
"v": 0,
|
||||
"element": {
|
||||
"symbol": "O⁻",
|
||||
"color": {
|
||||
"color": -62195,
|
||||
"optional": true
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 0,
|
||||
"u": 0,
|
||||
"v": 0
|
||||
},
|
||||
"material": "gtceu:oxygen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 2,
|
||||
"u": 1,
|
||||
"v": 0.66666667,
|
||||
"element": {
|
||||
"symbol": "Na⁺",
|
||||
"color": {
|
||||
"color": -5546766,
|
||||
"optional": true
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 1,
|
||||
"u": 1,
|
||||
"v": 0,
|
||||
"element": {
|
||||
"symbol": "O⁻",
|
||||
"color": {
|
||||
"color": -62195,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:oxygen"
|
||||
}
|
||||
},
|
||||
"material": "gtceu:sodium"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"bond_type": "single",
|
||||
"a": 0,
|
||||
"b": 1
|
||||
}
|
||||
]
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 2,
|
||||
"u": 1,
|
||||
"v": 0.66666667,
|
||||
"element": {
|
||||
"symbol": "Na⁺",
|
||||
"color": {
|
||||
"color": -5546766,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:sodium"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"lines": [
|
||||
"solid"
|
||||
],
|
||||
"a": 0,
|
||||
"b": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,89 +1,101 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "W",
|
||||
"index": 0,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 0.0,
|
||||
"y": -0.825
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.825
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "O⁻",
|
||||
"material": "gtceu:oxygen"
|
||||
},
|
||||
"index": 3,
|
||||
"x": 0.825,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "O⁻",
|
||||
"material": "gtceu:oxygen"
|
||||
},
|
||||
"index": 4,
|
||||
"x": -0.825,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Na⁺",
|
||||
"material": "gtceu:sodium"
|
||||
},
|
||||
"index": 5,
|
||||
"x": 1.65,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Na⁺",
|
||||
"material": "gtceu:sodium"
|
||||
},
|
||||
"index": 6,
|
||||
"x": -1.65,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "double_centered"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "double_centered"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"bond_type": "single"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "W",
|
||||
"index": 0,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 0.0,
|
||||
"y": -0.825
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.825
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "O⁻",
|
||||
"material": "gtceu:oxygen"
|
||||
},
|
||||
"index": 3,
|
||||
"x": 0.825,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "O⁻",
|
||||
"material": "gtceu:oxygen"
|
||||
},
|
||||
"index": 4,
|
||||
"x": -0.825,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Na⁺",
|
||||
"material": "gtceu:sodium"
|
||||
},
|
||||
"index": 5,
|
||||
"x": 1.65,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "Na⁺",
|
||||
"material": "gtceu:sodium"
|
||||
},
|
||||
"index": 6,
|
||||
"x": -1.65,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,74 +1,84 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 0,
|
||||
"x": 0.3216,
|
||||
"y": 0.6414
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 1,
|
||||
"x": -0.5033,
|
||||
"y": 0.6414
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 2,
|
||||
"x": 0.7341,
|
||||
"y": 1.3559
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 3,
|
||||
"x": 0.7341,
|
||||
"y": -0.0730
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 4,
|
||||
"x": -0.9158,
|
||||
"y": -0.0730
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 5,
|
||||
"x": -0.9158,
|
||||
"y": 1.3559
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 0,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 4,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 5,
|
||||
"bond_type": "single"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 0,
|
||||
"x": 0.3216,
|
||||
"y": 0.6414
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 1,
|
||||
"x": -0.5033,
|
||||
"y": 0.6414
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 2,
|
||||
"x": 0.7341,
|
||||
"y": 1.3559
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 3,
|
||||
"x": 0.7341,
|
||||
"y": -0.073
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 4,
|
||||
"x": -0.9158,
|
||||
"y": -0.073
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "F",
|
||||
"index": 5,
|
||||
"x": -0.9158,
|
||||
"y": 1.3559
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 0,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 5,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,111 +1,127 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "Si",
|
||||
"index": 0,
|
||||
"x": -0.1504,
|
||||
"y": -0.7464
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 0.4625,
|
||||
"y": -1.2984
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": -0.7635,
|
||||
"y": -0.1943
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": -0.7025,
|
||||
"y": -1.3595
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 4,
|
||||
"x": 0.4015,
|
||||
"y": -0.1333
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 5,
|
||||
"x": -1.5482,
|
||||
"y": -0.4493
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 6,
|
||||
"x": 1.2472,
|
||||
"y": -1.0435
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 7,
|
||||
"x": 1.2085,
|
||||
"y": -0.3048
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 8,
|
||||
"x": -1.5094,
|
||||
"y": -1.1879
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 5,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 6,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 7,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 8,
|
||||
"bond_type": "single"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "Si",
|
||||
"index": 0,
|
||||
"x": -0.1504,
|
||||
"y": -0.7464
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 0.4625,
|
||||
"y": -1.2984
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": -0.7635,
|
||||
"y": -0.1943
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": -0.7025,
|
||||
"y": -1.3595
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 4,
|
||||
"x": 0.4015,
|
||||
"y": -0.1333
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 5,
|
||||
"x": -1.5482,
|
||||
"y": -0.4493
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 6,
|
||||
"x": 1.2472,
|
||||
"y": -1.0435
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 7,
|
||||
"x": 1.2085,
|
||||
"y": -0.3048
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 8,
|
||||
"x": -1.5094,
|
||||
"y": -1.1879
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 5,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 6,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 4,
|
||||
"b": 7,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 8,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,63 +1,71 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"index": 0,
|
||||
"element": "C",
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"element": "I",
|
||||
"x": 0.0,
|
||||
"y": 1.0,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"element": "D",
|
||||
"x": 0.9659258,
|
||||
"y": -0.25881904,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"element": "D",
|
||||
"x": 0.5,
|
||||
"y": -0.8660254,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"element": "D",
|
||||
"x": -0.8660254,
|
||||
"y": -0.5,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single",
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "inward",
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "outward",
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"bond_type": "single",
|
||||
"type": "bond"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"index": 0,
|
||||
"element": "C",
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"element": "I",
|
||||
"x": 0.0,
|
||||
"y": 1.0,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"element": "D",
|
||||
"x": 0.9659258,
|
||||
"y": -0.25881904,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"element": "D",
|
||||
"x": 0.5,
|
||||
"y": -0.8660254,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"element": "D",
|
||||
"x": -0.8660254,
|
||||
"y": -0.5,
|
||||
"type": "atom"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
],
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"inward"
|
||||
],
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"outward"
|
||||
],
|
||||
"type": "bond"
|
||||
},
|
||||
{
|
||||
"a": 0,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid"
|
||||
],
|
||||
"type": "bond"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,86 +1,98 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "B",
|
||||
"index": 0,
|
||||
"x": -0.6874,
|
||||
"y": 0.9488
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": -0.6874,
|
||||
"y": 1.7738
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 0.0270,
|
||||
"y": 0.5363
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": -1.4019,
|
||||
"y": 0.5363
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 4,
|
||||
"x": -2.1163,
|
||||
"y": 0.9488
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 5,
|
||||
"x": 0.7415,
|
||||
"y": 0.9488
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 6,
|
||||
"x": -1.4018,
|
||||
"y": 2.1863
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 6,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 5,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "single"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 4,
|
||||
"bond_type": "single"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "B",
|
||||
"index": 0,
|
||||
"x": -0.6874,
|
||||
"y": 0.9488
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": -0.6874,
|
||||
"y": 1.7738
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 0.027,
|
||||
"y": 0.5363
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": -1.4019,
|
||||
"y": 0.5363
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 4,
|
||||
"x": -2.1163,
|
||||
"y": 0.9488
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 5,
|
||||
"x": 0.7415,
|
||||
"y": 0.9488
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"index": 6,
|
||||
"x": -1.4018,
|
||||
"y": 2.1863
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 6,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 2,
|
||||
"b": 5,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 4,
|
||||
"lines": [
|
||||
"solid"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,50 +1,62 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "W",
|
||||
"index": 0,
|
||||
"x": 0.866,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 0.866,
|
||||
"y": -1.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 1.732,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "double_centered"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"bond_type": "double_centered"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"bond_type": "double_centered"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "W",
|
||||
"index": 0,
|
||||
"x": 0.866,
|
||||
"y": -0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 1,
|
||||
"x": 0.866,
|
||||
"y": -1.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 3,
|
||||
"x": 1.732,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 3,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid"
|
||||
],
|
||||
"centered": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -23,6 +23,13 @@ function registerTACZAmmoRecipes(event){
|
|||
|
||||
//event.remove({ mod: 'applied_ammo_box' })
|
||||
event.remove({ type: 'applied_ammo_box:shaped_nbt' })
|
||||
|
||||
event.recipes.gtceu.assembler('tfg_tacz:wl_ammo_box')
|
||||
.itemInputs('2x #gtceu:batteries/ev', 'ae2:wireless_terminal', '4x #forge:double_plates/ostrum',
|
||||
'2x gtceu:ev_sensor', 'gtceu:ev_emitter', '2x #forge:rods/ultimet')
|
||||
.itemOutputs('applied_ammo_box:ammo_box')
|
||||
.EUt(GTValues.VA[GTValues.EV])
|
||||
.duration(100)
|
||||
|
||||
//Extruder Casing
|
||||
event.recipes.gtceu.extruder('tfg_tacz:small_casing')
|
||||
|
|
|
|||
|
|
@ -7119,6 +7119,47 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"pakku_id": "WTbDrl3JrTmqPQaW",
|
||||
"pakku_links": [
|
||||
"WN9DdLqsRKVeZIc9"
|
||||
],
|
||||
"type": "MOD",
|
||||
"slug": {
|
||||
"curseforge": "gregtech-molecule-drawings"
|
||||
},
|
||||
"name": {
|
||||
"curseforge": "GregTech Molecule Drawings"
|
||||
},
|
||||
"id": {
|
||||
"curseforge": "1348330"
|
||||
},
|
||||
"files": [
|
||||
{
|
||||
"type": "curseforge",
|
||||
"file_name": "gtmoldraw-2.0.0.jar",
|
||||
"mc_versions": [
|
||||
"1.20.1"
|
||||
],
|
||||
"loaders": [
|
||||
"forge"
|
||||
],
|
||||
"release_type": "release",
|
||||
"url": "https://edge.forgecdn.net/files/7197/3/gtmoldraw-2.0.0.jar",
|
||||
"id": "7197003",
|
||||
"parent_id": "1348330",
|
||||
"hashes": {
|
||||
"sha1": "cd8c19e95f5ad36a5a439ef9a917c3e362ba5aac",
|
||||
"md5": "ac3a8b5b9e4926cbca43f8000cfe2312"
|
||||
},
|
||||
"required_dependencies": [
|
||||
"890405"
|
||||
],
|
||||
"size": 826370,
|
||||
"date_published": "2025-11-07T23:18:11.033Z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"pakku_id": "0jxn9gNhlmSZ6ooq",
|
||||
"type": "RESOURCE_PACK",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue