An-Sar / PrimalCore

Official Wiki, Issue Tracking, Localization
12 stars 7 forks source link

Tough as Nails block temperature #304

Open serialtasted opened 5 years ago

serialtasted commented 5 years ago

I've been playing with this mod and Tough as Nails in my pack and I found out that when near a block that is lit I don't get warmer. So I decided to look at the configs and saw the file for block temperature from TAN but I can't find the block state for the hibachi and sariras so I can configure their temp value when near them.

Can you provide that information or add some sort of compatibility with TAN for this feature?

serialtasted commented 5 years ago

After some research and testing I can confirm that this config inside TAN's block_temperature.json works as intended.

{
    "state": {
      "block": "primal:hibachi",
      "properties": {
        "lit": "true"
      }
    },
    "temperature": 3.0
  },
  {
    "state": {
      "block": "primal:kiln_adobe",
      "properties": {
        "lit": "true"
      }
    },
    "temperature": 3.0
  },
  {
    "state": {
      "block": "primal:smelter",
      "properties": {
        "lit": "true"
      }
    },
    "temperature": 3.0
  }