Advertisement
Dannydjdk

TAN Block Temp JSON II

Jun 25th, 2018
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.20 KB | None | 0 0
  1. [
  2.     {
  3.         "state": {
  4.             "block": "toughasnails:campfire",
  5.             "properties": {
  6.                 "age": "*",
  7.                 "burning": "true"
  8.             }
  9.         },
  10.         "temperature": 12.0
  11.     },
  12.     {
  13.         "state": {
  14.             "block": "minecraft:lit_furnace",
  15.             "properties": {
  16.                 "facing": "*"
  17.             }
  18.         },
  19.         "temperature": 12.0
  20.     },
  21.     {
  22.         "state": {
  23.             "block": "minecraft:lava",
  24.             "properties": {
  25.                 "level": "*"
  26.             }
  27.         },
  28.         "temperature": 1.5
  29.     },
  30.     {
  31.         "state": {
  32.             "block": "minecraft:flowing_lava",
  33.             "properties": {
  34.                 "level": "*"
  35.             }
  36.         },
  37.         "temperature": 1.5
  38.     },
  39.     {
  40.         "state": {
  41.             "block": "immcraft:sticks",
  42.             "properties": {
  43.                 "amount": "*",
  44.                 "burning": "true",
  45.                 "facing": "*"
  46.             }
  47.         },
  48.         "temperature":12.0
  49.     },
  50.     {
  51.         "state": {
  52.             "block": "immcraft:furnace",
  53.             "properties": {
  54.                 "burning": "true",
  55.                 "facing": "*"
  56.             }
  57.         },
  58.         "temperature": 12.0
  59.     },
  60.     {
  61.         "state": {
  62.             "block": "minecraft:ice",
  63.             "properties": {
  64.             }
  65.         },
  66.         "temperature": -1.5
  67.     },
  68.     {
  69.         "state": {
  70.             "block": "minecraft:packed_ice",
  71.             "properties": {
  72.             }
  73.         },
  74.         "temperature": -3.0
  75.     },
  76.     {
  77.         "state": {
  78.             "block": "minecraft:grass",
  79.             "properties":{
  80.                 "snowy": "true"
  81.             }
  82.         },
  83.         "temperature": -2.0
  84.     }
  85. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement