31 lines
592 B
JSON
31 lines
592 B
JSON
{
|
|
"craft": {
|
|
"inventory": 0b,
|
|
"amount": "",
|
|
"recents": [
|
|
{
|
|
"type": "empty",
|
|
"content": {}
|
|
},
|
|
{
|
|
"type": "itemStack",
|
|
"content": {
|
|
"amount": 1L,
|
|
"meta": 11,
|
|
"item": "projectex:matter"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"player": {
|
|
"last": "",
|
|
"recipes": {}
|
|
},
|
|
"math": {
|
|
"current": "",
|
|
"last": "0",
|
|
"operator": 0,
|
|
"state": 0
|
|
}
|
|
}
|