Blocks covered by stone burned down!
Unrepentant-Atheist opened this issue ยท 4 comments
So I build a whole lotta stuff with carpenters blocks, covered them with a lot of different blocks, some vanilla, some MFR, some TE, some Railcraft block. All of them made from stone, i.e. unburnable.
Then Lycanite's event happend, and Lobbers threw lava balls all around causing everywhere to spawn lava blocks.
I thought I was safe, but no. The blocks burned down, even though they were covered by stone blocks. Wat do?
I've tried this using vanilla blocks on the latest build and covers burn properly. I'm not sure what would cause the issue.
Seems to be a Minefactory issue, not sure. https://imgur.com/a/NLf1L , the blocks burned down are MFR blocks. The other 2 standing are railcraft.
If MFR's blocks rely on tile entities then this mod will replace the block instance in code with planks. It does this to avoid tile entity casting crashes. Not sure if there's a better way to handle this, but I can take a look.