Advertisement
Soulsplosion

Tough as Nails Block Warmth

Oct 13th, 2022 (edited)
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. [
  2. {
  3. "state": {
  4. "block": "toughasnails:campfire",
  5. "properties": {
  6. "burning": "true"
  7. }
  8. },
  9. "temperature": 5.0
  10. },
  11. {
  12. "state": {
  13. "block": "cfm:fire_pit_on",
  14. "properties": {
  15. }
  16. },
  17. "temperature": 5.0
  18. },
  19. {
  20. "state": {
  21. "block": "millenaire:fire_pit",
  22. "properties": {
  23. "lit": true
  24. }
  25. },
  26. "temperature": 5.0
  27. },
  28. {
  29. "state": {
  30. "block": "minecraft:lit_furnace",
  31. "properties": {}
  32. },
  33. "temperature": 3.0
  34. },
  35. {
  36. "state": {
  37. "block": "minecraft:lava",
  38. "properties": {}
  39. },
  40. "temperature": 15.0
  41. },
  42. {
  43. "state": {
  44. "block": "minecraft:flowing_lava",
  45. "properties": {}
  46. },
  47. "temperature": 15.0
  48. },
  49. {
  50. "state": {
  51. "block": "minecraft:magma",
  52. "properties": {}
  53. },
  54. "temperature": 12.5
  55. }
  56. ]
Tags: minecraft
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement