init
This commit is contained in:
4
minecraft/config/jecalculation/config.toml
Normal file
4
minecraft/config/jecalculation/config.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
[General]
|
||||
clientMode = false
|
||||
|
||||
22
minecraft/config/jecalculation/record.json
Normal file
22
minecraft/config/jecalculation/record.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"craft": {
|
||||
"mode": "input",
|
||||
"overlayPositionX": 0,
|
||||
"amount": "",
|
||||
"overlayDepth": 0,
|
||||
"overlayOpen": 0b,
|
||||
"recents": [],
|
||||
"inventory": 0b,
|
||||
"overlayPositionY": 0
|
||||
},
|
||||
"math": {
|
||||
"current": "",
|
||||
"last": "0",
|
||||
"state": 0,
|
||||
"operator": 0
|
||||
},
|
||||
"player": {
|
||||
"recipes": {},
|
||||
"last": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user