Advertisement
Guest User

Untitled

a guest
Oct 13th, 2021
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. {
  2. "Light Settings": {
  3. "BBQ": {
  4. "This type is enabled": false,
  5. "This type consumes fuel": true,
  6. "This type can be toggled by the owner": true,
  7. "This type requires permission to be toggled by the owner": true
  8. },
  9. "Campfire": {
  10. "This type is enabled": false,
  11. "This type consumes fuel": true,
  12. "This type can be toggled by the owner": true,
  13. "This type requires permission to be toggled by the owner": true
  14. },
  15. "Firepit": {
  16. "This type is enabled": true,
  17. "This type consumes fuel": true,
  18. "This type can be toggled by the owner": true,
  19. "This type requires permission to be toggled by the owner": true
  20. },
  21. "Fireplace": {
  22. "This type is enabled": true,
  23. "This type consumes fuel": true,
  24. "This type can be toggled by the owner": true,
  25. "This type requires permission to be toggled by the owner": true
  26. },
  27. "Furnace": {
  28. "This type is enabled": false,
  29. "This type consumes fuel": true,
  30. "This type can be toggled by the owner": false,
  31. "This type requires permission to be toggled by the owner": false
  32. },
  33. "JackOLantern": {
  34. "This type is enabled": true,
  35. "This type consumes fuel": true,
  36. "This type can be toggled by the owner": true,
  37. "This type requires permission to be toggled by the owner": true
  38. },
  39. "Lanterns": {
  40. "This type is enabled": true,
  41. "This type consumes fuel": true,
  42. "This type can be toggled by the owner": true,
  43. "This type requires permission to be toggled by the owner": true
  44. },
  45. "LargeFurnace": {
  46. "This type is enabled": false,
  47. "This type consumes fuel": true,
  48. "This type can be toggled by the owner": true,
  49. "This type requires permission to be toggled by the owner": true
  50. },
  51. "Searchlight": {
  52. "This type is enabled": false,
  53. "This type consumes fuel": true,
  54. "This type can be toggled by the owner": true,
  55. "This type requires permission to be toggled by the owner": true
  56. },
  57. "TunaLight": {
  58. "This type is enabled": true,
  59. "This type consumes fuel": true,
  60. "This type can be toggled by the owner": true,
  61. "This type requires permission to be toggled by the owner": true
  62. },
  63. "Refinery": {
  64. "This type is enabled": false,
  65. "This type consumes fuel": true,
  66. "This type can be toggled by the owner": true,
  67. "This type requires permission to be toggled by the owner": true
  68. },
  69. "CursedCauldren": {
  70. "This type is enabled": true,
  71. "This type consumes fuel": true,
  72. "This type can be toggled by the owner": true,
  73. "This type requires permission to be toggled by the owner": true
  74. },
  75. "ChineseLantern": {
  76. "This type is enabled": true,
  77. "This type consumes fuel": true,
  78. "This type can be toggled by the owner": true,
  79. "This type requires permission to be toggled by the owner": true
  80. }
  81. },
  82. "Time autolights are disabled": 7.5,
  83. "Time autolights are enabled": 18.5,
  84. "Version": {
  85. "Major": 2,
  86. "Minor": 0,
  87. "Patch": 99
  88. }
  89. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement