Is there a way to make double slopes burn proof?
Erysch opened this issue · 8 comments
First: such a good mod! Love it.
I started a new survival world and tried out these double slopes for this (screenshot). I noticed they started burning, which makes sense since the frames are out of wood. But I placed blocks in it which aren't burnable so I hoped it makes it unburnable.
Is this intended or will there be a work-around?
Greetings (:
Using FramedBlocks 2.8.0 on Enigmatica E6 - 0.5.3
I have now implemented dynamic flammability and blast resistance (yay for blast resistant obsidian slopes :D). This will however not have any impact on the initial issue of lava igniting framed blocks, I have yet to propose the necessary change to Forge. The flammability changes can be disabled in the common config.
A new version with these changes will go live on CF shortly.
The fix for this is now included in Forge for both 1.16 (1.16.5-36.2.13 and above) and 1.17 (1.17.1-37.0.103 and above).
I took a look at this and there is very little I can do about this right now.
The problem is that while the fire block asks the block itself wether it can burn (this is a patch in Forge), the lava block instead asks the blocks material if it can burn. I will check if this is something that Forge should change and get back to you.
You can be assured though that for now this will only look odd and not actually destroy the block.
I took a look at this and there is very little I can do about this right now.
The problem is that while the fire block asks the block itself wether it can burn (this is a patch in Forge), the lava block instead asks the blocks material if it can burn. I will check if this is something that Forge should change and get back to you.You can be assured though that for now this will only look odd and not actually destroy the block.
Yeah, you're right. I just noticed that it only burns but doesn't destroy the block.
Thanks for your answer!
I am going to keep this open for now because I still want to fix this.
In the future I might make the Framed Blocks actually flammable if no blocks are placed in them or atleast one of the block placed in them is flammable.