{
  "comment": "",
  "data": [
    {
      "comment": "This is Nitor.",
      "mod_id": "Thaumcraft",
      "block_name": "blockAiry",
      "states": {
        "1": 1.0
      }
    },
    {
      "comment": "Fire!",
      "mod_id": "minecraft",
      "block_name": "fire",
      "states": {
        "32767": 1.0
      }
    },
    {
      "comment": "We need to register both states of lava, this when its flowing",
      "mod_id": "minecraft",
      "block_name": "flowing_lava",
      "states": {
        "32767": 0.7
      }
    },
    {
      "comment": "And when its a still pool.",
      "mod_id": "minecraft",
      "block_name": "lava",
      "states": {
        "32767": 0.7
      }
    }
  ]
}