Advertisement
Guest User

Untitled

a guest
May 12th, 2025
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. [
  2. {
  3. "op": "add",
  4. "path": "/attributes/buildMats/fuel/6",
  5. "value": {
  6. "type": "block",
  7. "code": "theworkingclasses:rottenpeat-dry",
  8. "quantity": 1,
  9. "eleCode": "Coal",
  10. "textureCodeReplace": {
  11. "from": "coal",
  12. "to": "peat"
  13. },
  14. "burnTimeHours": 16
  15. },
  16. "file": "game:blocktypes/wood/pitkiln.json",
  17. "side": "Server"
  18. },
  19. {
  20. "op": "add",
  21. "path": "/attributes/buildMats/fuel/7",
  22. "value": {
  23. "type": "item",
  24. "code": "theworkingclasses:washerygradecoke",
  25. "quantity": 1,
  26. "eleCode": "Coal",
  27. "textureCodeReplace": {
  28. "from": "coal",
  29. "to": "ore-lignite"
  30. },
  31. "burnTimeHours": 14
  32. },
  33. "file": "game:blocktypes/wood/pitkiln.json",
  34. "side": "Server"
  35. },
  36. {
  37. "op": "add",
  38. "path": "/attributes/buildMats/fuel/8",
  39. "value": {
  40. "type": "item",
  41. "code": "theworkingclasses:crushedwasherygradecoke",
  42. "quantity": 1,
  43. "eleCode": "Coal",
  44. "textureCodeReplace": {
  45. "from": "coal",
  46. "to": "ore-lignite"
  47. },
  48. "burnTimeHours": 14
  49. },
  50. "file": "game:blocktypes/wood/pitkiln.json",
  51. "side": "Server"
  52. },
  53. {
  54. "op": "add",
  55. "path": "/attributes/modelConfigs/theworkingclasses:rawdecoratedstoragevessel-*",
  56. "value": {
  57. "shape": {
  58. "base": "block/wood/pitkiln/vessel"
  59. },
  60. "minHitboxY2": [
  61. 1,
  62. 2,
  63. 4,
  64. 6,
  65. 8,
  66. 10,
  67. 11,
  68. 12.25,
  69. 16,
  70. 16,
  71. 16,
  72. 16,
  73. 16,
  74. 16,
  75. 16,
  76. 16
  77. ],
  78. "buildStages": [
  79. "Grass1",
  80. "Grass2",
  81. "Grass3",
  82. "Grass4",
  83. "Grass5",
  84. "Sticklayer1/*",
  85. "Sticklayer2/*",
  86. "{eleCode}1",
  87. "{eleCode}2",
  88. "{eleCode}3",
  89. "{eleCode}4",
  90. "{eleCode}5",
  91. "{eleCode}6",
  92. "{eleCode}7",
  93. "{eleCode}8"
  94. ],
  95. "buildMatCodes": [
  96. "grass",
  97. "grass",
  98. "grass",
  99. "grass",
  100. "grass",
  101. "sticks",
  102. "sticks",
  103. "fuel",
  104. "fuel",
  105. "fuel",
  106. "fuel",
  107. "fuel",
  108. "fuel",
  109. "fuel",
  110. "fuel"
  111. ]
  112. },
  113. "file": "game:blocktypes/wood/pitkiln.json",
  114. "side": "Server"
  115. }
  116. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement