neuralgia/kubejs/assets/tfg/molecules/urea.json
GameStar 5494a07dbf
Ochem stuff for Fission (#2338)
* molecules

* Update recipes.biochem.js

* will use these later

* update this

* ugh

* lang merger

* Update fructose.json

* iconsets I guess

* Update recipes.nuclear.js

Signed-off-by: Pyritie <pyritie@gmail.com>

* Update recipes.nuclear.js

---------

Signed-off-by: Pyritie <pyritie@gmail.com>
Co-authored-by: Pyritie <pyritie@gmail.com>
2025-12-08 23:43:30 +00:00

65 lines
No EOL
701 B
JSON

{
"contents": [
{
"type": "atom",
"element": "N",
"right": [
"H",
2
],
"index": 0,
"x": 1.732,
"y": 0.0
},
{
"type": "atom",
"index": 1,
"x": 0.866,
"y": 0.5
},
{
"type": "atom",
"element": "N",
"left": [
"H",
2
],
"index": 2,
"x": 0.0,
"y": 0.0
},
{
"type": "atom",
"element": "O",
"index": 3,
"x": 0.866,
"y": 1.5
},
{
"type": "bond",
"a": 0,
"b": 1,
"lines": [
"solid"
]
},
{
"type": "bond",
"a": 1,
"b": 2,
"lines": [
"solid"
]
},
{
"type": "bond",
"a": 1,
"b": 3,
"lines": [
"solid",
"solid"
],
"centered": true
}
]
}