Add the lit state real in lighting items and combustion machines
jonthemoron opened this issue ยท 3 comments
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.
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.