Pyrotech

Pyrotech

897k Downloads

Add the lit state real in lighting items and combustion machines

jonthemoron opened this issue ยท 3 comments

commented

I think it would make PT more supportive/compatible with other mods such as Tough as Nails if the lit state in the stone and refractory combustion machines was real, so that a temperature value could be assigned to them.

commented

I think torches also have a display-only lit state.

commented

Looks like the combustion machines were compatible this whole time:

  {
    "state": {
      "block": "pyrotech:stone_sawmill",
      "properties": {
        "type": "BOTTOM_LIT"
      }
    },
    "temperature": 300.0
  }

Torches are a different story, though.

commented

Torches have been altered and this will work in 1.12.2-1.5.0:

  {
    "state": {
      "block": "pyrotech:torch_fiber",
      "properties": {
        "type": "LIT"
      }
    },
    "temperature": 300.0
  }