Advertisement
Guest User

2

a guest
Jun 22nd, 2020
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. {
  2. "ui": {
  3. "interfaceAccentColor": {
  4. "value": -7092917,
  5. "falpha": 0.0
  6. },
  7. "aatext": true,
  8. "useSystemAAFontSettings": "on",
  9. "expandSectionsByDefault": false,
  10. "use2DAcceleration": false,
  11. "autoreloadTabs": true,
  12. "enableDiscordRichPresence": true
  13. },
  14. "backups": {
  15. "workspaceAutosaveInterval": 30,
  16. "automatedBackupInterval": 5,
  17. "numberOfBackupsToStore": 10,
  18. "backupOnVersionSwitch": true
  19. },
  20. "blockly": {
  21. "enableComments": true,
  22. "enableCollapse": true,
  23. "enableTrashcan": true,
  24. "maxScale": 100,
  25. "minScale": 40,
  26. "scaleSpeed": 105,
  27. "legacyFont": false
  28. },
  29. "ide": {
  30. "editorTheme": "MCreator",
  31. "fontSize": 12,
  32. "autocomplete": true,
  33. "autocompleteMode": "Smart",
  34. "autocompleteDocWindow": true,
  35. "lineNumbers": true,
  36. "showErrorStrip": false
  37. },
  38. "gradle": {
  39. "compileOnSave": true,
  40. "xms": 625,
  41. "xmx": 2048,
  42. "offline": false
  43. },
  44. "bedrock": {
  45. "silentReload": false
  46. },
  47. "notification": {
  48. "enableWhatsNextPage": true,
  49. "notifyForUpdates": true,
  50. "notifyForPatches": true
  51. },
  52. "hidden": {
  53. "workspaceLargeIcons": true,
  54. "fullScreen": false,
  55. "projectTreeSplitPos": 0,
  56. "workspaceSortAscending": true,
  57. "workspaceSortType": "CREATED",
  58. "java_home": {
  59. "path": "C:\Program Files\Java\jre1.8.0_241\bin\java.exe
  60. }
  61. }
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement