Why does this fireplace work?Is this Fireplace Safe?Minimum safe spacing between lava and flamable materials?Is this Fireplace Safe?Why does this redstone circuit burn out?How does this rapid pulser work?How does this spawner farm work?Why won't this command work?Does this dock work?why does this command block code not workWhy doesn't this Minecraft “/give” command work?Why wont this command work 1.11Why does this piston get power?
What are the children of two Muggle-borns called?
How far can gerrymandering go?
Time for some proverbs!
What is the meaning of "it" in "as luck would have it"?
Why am I getting an electric shock from the water in my hot tub?
Why isn't UDP with reliability (implemented at Application layer) a substitute of TCP?
Why did the Apple IIe make a hideous noise if you inserted the disk upside down?
Converse of pumping lemma for regular expressions
Active wildlife outside the window- Good or Bad for Cat psychology?
Tricolour nonogram
Robots in a spaceship
Russian equivalents of 能骗就骗 (if you can cheat, then cheat)
Why was Pan Am Flight 103 flying over Lockerbie?
Is it theoretically possible to hack printer using scanner tray?
What is this fluorinated organic substance?
How soon after takeoff can you recline your airplane seat?
Why are symbols not written in words?
What's the point of stochastic volatiliy models if you can use local volatility?
iMac 2019: Can I mix the old modules with the new ones when upgrading RAM?
What prevents a US state from colonizing a smaller state?
What's the lunar calendar of two moons
Could you fall off a planet if it was being accelerated by engines?
Does "boire un jus" tend to mean "coffee" or "juice of fruit"?
Is it possible to alias a column based on the result of a select+where?
Why does this fireplace work?
Is this Fireplace Safe?Minimum safe spacing between lava and flamable materials?Is this Fireplace Safe?Why does this redstone circuit burn out?How does this rapid pulser work?How does this spawner farm work?Why won't this command work?Does this dock work?why does this command block code not workWhy doesn't this Minecraft “/give” command work?Why wont this command work 1.11Why does this piston get power?
The floor is one row of lower half-slabs, the back of that wall is entirely flat, the underside of it is dug out, now if you look closely you'll see that the birch logs are placed diagonally form the fire block.
Fire spreads diagonally though, so why is it not doing it here? Is this really a safe setup or is it only a matter of time before something burns? (I tested this for over 30 minutes without anything burning)
Why does this work? Is it really safe or just a fluke? I've seen similar fireplace designs fail.
minecraft
add a comment |
The floor is one row of lower half-slabs, the back of that wall is entirely flat, the underside of it is dug out, now if you look closely you'll see that the birch logs are placed diagonally form the fire block.
Fire spreads diagonally though, so why is it not doing it here? Is this really a safe setup or is it only a matter of time before something burns? (I tested this for over 30 minutes without anything burning)
Why does this work? Is it really safe or just a fluke? I've seen similar fireplace designs fail.
minecraft
add a comment |
The floor is one row of lower half-slabs, the back of that wall is entirely flat, the underside of it is dug out, now if you look closely you'll see that the birch logs are placed diagonally form the fire block.
Fire spreads diagonally though, so why is it not doing it here? Is this really a safe setup or is it only a matter of time before something burns? (I tested this for over 30 minutes without anything burning)
Why does this work? Is it really safe or just a fluke? I've seen similar fireplace designs fail.
minecraft
The floor is one row of lower half-slabs, the back of that wall is entirely flat, the underside of it is dug out, now if you look closely you'll see that the birch logs are placed diagonally form the fire block.
Fire spreads diagonally though, so why is it not doing it here? Is this really a safe setup or is it only a matter of time before something burns? (I tested this for over 30 minutes without anything burning)
Why does this work? Is it really safe or just a fluke? I've seen similar fireplace designs fail.
minecraft
minecraft
edited Jun 23 at 12:21
Cestarian
asked Jun 23 at 3:15
CestarianCestarian
1856 bronze badges
1856 bronze badges
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
According to the Minecraft Wiki on Gamepedia, fire can spread to any air block in a 3 by 3 square, up to one block under the fire, or 4 blocks above it. It can only spread to air blocks and only if they are next to a flammable block.
Using this information you can easily check if your fireplace is safe by using this command (if you don't have cheats, then you can rebuild it in a world where you do):
/fill ~-1 ~-1 ~-1 ~1 ~4 ~1 minecraft:glass replace air
It will turn any block that the fire can spread to into glass. If there are any flammable blocks that touch the glass produced by this command, then your fireplace is not safe. In your fireplace it looks like this:
There are no flammable blocks next to any glass blocks, so your fireplace should be safe.
Ah, guess I forgot to mention the floor was made up of lower half slabs, and there's nothing underneath it but air. Seems like the same deal I guess. So the answer is that fire can only spread to surrounding 3x4x3 air blocks and only ignites flammable blocks directly if it is parallel to them.
– Cestarian
Jun 23 at 12:39
1
It should be fine anyway. The area it can spread to is 3x6x3: 4 above the fire, next to the fire, or one block under the fire
– Mr. Bear
Jun 23 at 12:43
Yeah got confused a bit. But doesn't the 1 block under the fire really just mean the netherrack it's on + adjacent air blocks to the netherrack?
– Cestarian
Jun 23 at 12:51
1
It's still a 3x3 area under the fire, so the netherrack and the blocks next to it, in this case your stone slabs, and part of the wall behind it. None of those are air blocks, so you should be fine
– Mr. Bear
Jun 23 at 12:52
add a comment |
Fire can only spread to air blocks that are adjacent to flammable blocks. A block can burn out only if there was fire next to it. From the screenshot it seems you have flammable blocks in range but you do not have air block next to them in range of the fire, that is why the fireplace is safe.
You can check out this question as well for more details on fire spread: Minimum safe spacing between lava and flamable materials?
But it could spread two blocks to the side, to the other side of the stone brick wall, right?
– Fabian Röling
Jun 23 at 10:19
1
@FabianRöling No the fire can't spread that far: it spreads only +/-1 horizaontally and +4/-1 vertically. There is a screenshot in the question I linked that hopefully makes it more clear
– Kcats
Jun 23 at 12:34
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "41"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f353312%2fwhy-does-this-fireplace-work%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
According to the Minecraft Wiki on Gamepedia, fire can spread to any air block in a 3 by 3 square, up to one block under the fire, or 4 blocks above it. It can only spread to air blocks and only if they are next to a flammable block.
Using this information you can easily check if your fireplace is safe by using this command (if you don't have cheats, then you can rebuild it in a world where you do):
/fill ~-1 ~-1 ~-1 ~1 ~4 ~1 minecraft:glass replace air
It will turn any block that the fire can spread to into glass. If there are any flammable blocks that touch the glass produced by this command, then your fireplace is not safe. In your fireplace it looks like this:
There are no flammable blocks next to any glass blocks, so your fireplace should be safe.
Ah, guess I forgot to mention the floor was made up of lower half slabs, and there's nothing underneath it but air. Seems like the same deal I guess. So the answer is that fire can only spread to surrounding 3x4x3 air blocks and only ignites flammable blocks directly if it is parallel to them.
– Cestarian
Jun 23 at 12:39
1
It should be fine anyway. The area it can spread to is 3x6x3: 4 above the fire, next to the fire, or one block under the fire
– Mr. Bear
Jun 23 at 12:43
Yeah got confused a bit. But doesn't the 1 block under the fire really just mean the netherrack it's on + adjacent air blocks to the netherrack?
– Cestarian
Jun 23 at 12:51
1
It's still a 3x3 area under the fire, so the netherrack and the blocks next to it, in this case your stone slabs, and part of the wall behind it. None of those are air blocks, so you should be fine
– Mr. Bear
Jun 23 at 12:52
add a comment |
According to the Minecraft Wiki on Gamepedia, fire can spread to any air block in a 3 by 3 square, up to one block under the fire, or 4 blocks above it. It can only spread to air blocks and only if they are next to a flammable block.
Using this information you can easily check if your fireplace is safe by using this command (if you don't have cheats, then you can rebuild it in a world where you do):
/fill ~-1 ~-1 ~-1 ~1 ~4 ~1 minecraft:glass replace air
It will turn any block that the fire can spread to into glass. If there are any flammable blocks that touch the glass produced by this command, then your fireplace is not safe. In your fireplace it looks like this:
There are no flammable blocks next to any glass blocks, so your fireplace should be safe.
Ah, guess I forgot to mention the floor was made up of lower half slabs, and there's nothing underneath it but air. Seems like the same deal I guess. So the answer is that fire can only spread to surrounding 3x4x3 air blocks and only ignites flammable blocks directly if it is parallel to them.
– Cestarian
Jun 23 at 12:39
1
It should be fine anyway. The area it can spread to is 3x6x3: 4 above the fire, next to the fire, or one block under the fire
– Mr. Bear
Jun 23 at 12:43
Yeah got confused a bit. But doesn't the 1 block under the fire really just mean the netherrack it's on + adjacent air blocks to the netherrack?
– Cestarian
Jun 23 at 12:51
1
It's still a 3x3 area under the fire, so the netherrack and the blocks next to it, in this case your stone slabs, and part of the wall behind it. None of those are air blocks, so you should be fine
– Mr. Bear
Jun 23 at 12:52
add a comment |
According to the Minecraft Wiki on Gamepedia, fire can spread to any air block in a 3 by 3 square, up to one block under the fire, or 4 blocks above it. It can only spread to air blocks and only if they are next to a flammable block.
Using this information you can easily check if your fireplace is safe by using this command (if you don't have cheats, then you can rebuild it in a world where you do):
/fill ~-1 ~-1 ~-1 ~1 ~4 ~1 minecraft:glass replace air
It will turn any block that the fire can spread to into glass. If there are any flammable blocks that touch the glass produced by this command, then your fireplace is not safe. In your fireplace it looks like this:
There are no flammable blocks next to any glass blocks, so your fireplace should be safe.
According to the Minecraft Wiki on Gamepedia, fire can spread to any air block in a 3 by 3 square, up to one block under the fire, or 4 blocks above it. It can only spread to air blocks and only if they are next to a flammable block.
Using this information you can easily check if your fireplace is safe by using this command (if you don't have cheats, then you can rebuild it in a world where you do):
/fill ~-1 ~-1 ~-1 ~1 ~4 ~1 minecraft:glass replace air
It will turn any block that the fire can spread to into glass. If there are any flammable blocks that touch the glass produced by this command, then your fireplace is not safe. In your fireplace it looks like this:
There are no flammable blocks next to any glass blocks, so your fireplace should be safe.
edited Jun 24 at 6:18
CJ Dennis
1987 bronze badges
1987 bronze badges
answered Jun 23 at 11:34
Mr. BearMr. Bear
2,6941 gold badge5 silver badges26 bronze badges
2,6941 gold badge5 silver badges26 bronze badges
Ah, guess I forgot to mention the floor was made up of lower half slabs, and there's nothing underneath it but air. Seems like the same deal I guess. So the answer is that fire can only spread to surrounding 3x4x3 air blocks and only ignites flammable blocks directly if it is parallel to them.
– Cestarian
Jun 23 at 12:39
1
It should be fine anyway. The area it can spread to is 3x6x3: 4 above the fire, next to the fire, or one block under the fire
– Mr. Bear
Jun 23 at 12:43
Yeah got confused a bit. But doesn't the 1 block under the fire really just mean the netherrack it's on + adjacent air blocks to the netherrack?
– Cestarian
Jun 23 at 12:51
1
It's still a 3x3 area under the fire, so the netherrack and the blocks next to it, in this case your stone slabs, and part of the wall behind it. None of those are air blocks, so you should be fine
– Mr. Bear
Jun 23 at 12:52
add a comment |
Ah, guess I forgot to mention the floor was made up of lower half slabs, and there's nothing underneath it but air. Seems like the same deal I guess. So the answer is that fire can only spread to surrounding 3x4x3 air blocks and only ignites flammable blocks directly if it is parallel to them.
– Cestarian
Jun 23 at 12:39
1
It should be fine anyway. The area it can spread to is 3x6x3: 4 above the fire, next to the fire, or one block under the fire
– Mr. Bear
Jun 23 at 12:43
Yeah got confused a bit. But doesn't the 1 block under the fire really just mean the netherrack it's on + adjacent air blocks to the netherrack?
– Cestarian
Jun 23 at 12:51
1
It's still a 3x3 area under the fire, so the netherrack and the blocks next to it, in this case your stone slabs, and part of the wall behind it. None of those are air blocks, so you should be fine
– Mr. Bear
Jun 23 at 12:52
Ah, guess I forgot to mention the floor was made up of lower half slabs, and there's nothing underneath it but air. Seems like the same deal I guess. So the answer is that fire can only spread to surrounding 3x4x3 air blocks and only ignites flammable blocks directly if it is parallel to them.
– Cestarian
Jun 23 at 12:39
Ah, guess I forgot to mention the floor was made up of lower half slabs, and there's nothing underneath it but air. Seems like the same deal I guess. So the answer is that fire can only spread to surrounding 3x4x3 air blocks and only ignites flammable blocks directly if it is parallel to them.
– Cestarian
Jun 23 at 12:39
1
1
It should be fine anyway. The area it can spread to is 3x6x3: 4 above the fire, next to the fire, or one block under the fire
– Mr. Bear
Jun 23 at 12:43
It should be fine anyway. The area it can spread to is 3x6x3: 4 above the fire, next to the fire, or one block under the fire
– Mr. Bear
Jun 23 at 12:43
Yeah got confused a bit. But doesn't the 1 block under the fire really just mean the netherrack it's on + adjacent air blocks to the netherrack?
– Cestarian
Jun 23 at 12:51
Yeah got confused a bit. But doesn't the 1 block under the fire really just mean the netherrack it's on + adjacent air blocks to the netherrack?
– Cestarian
Jun 23 at 12:51
1
1
It's still a 3x3 area under the fire, so the netherrack and the blocks next to it, in this case your stone slabs, and part of the wall behind it. None of those are air blocks, so you should be fine
– Mr. Bear
Jun 23 at 12:52
It's still a 3x3 area under the fire, so the netherrack and the blocks next to it, in this case your stone slabs, and part of the wall behind it. None of those are air blocks, so you should be fine
– Mr. Bear
Jun 23 at 12:52
add a comment |
Fire can only spread to air blocks that are adjacent to flammable blocks. A block can burn out only if there was fire next to it. From the screenshot it seems you have flammable blocks in range but you do not have air block next to them in range of the fire, that is why the fireplace is safe.
You can check out this question as well for more details on fire spread: Minimum safe spacing between lava and flamable materials?
But it could spread two blocks to the side, to the other side of the stone brick wall, right?
– Fabian Röling
Jun 23 at 10:19
1
@FabianRöling No the fire can't spread that far: it spreads only +/-1 horizaontally and +4/-1 vertically. There is a screenshot in the question I linked that hopefully makes it more clear
– Kcats
Jun 23 at 12:34
add a comment |
Fire can only spread to air blocks that are adjacent to flammable blocks. A block can burn out only if there was fire next to it. From the screenshot it seems you have flammable blocks in range but you do not have air block next to them in range of the fire, that is why the fireplace is safe.
You can check out this question as well for more details on fire spread: Minimum safe spacing between lava and flamable materials?
But it could spread two blocks to the side, to the other side of the stone brick wall, right?
– Fabian Röling
Jun 23 at 10:19
1
@FabianRöling No the fire can't spread that far: it spreads only +/-1 horizaontally and +4/-1 vertically. There is a screenshot in the question I linked that hopefully makes it more clear
– Kcats
Jun 23 at 12:34
add a comment |
Fire can only spread to air blocks that are adjacent to flammable blocks. A block can burn out only if there was fire next to it. From the screenshot it seems you have flammable blocks in range but you do not have air block next to them in range of the fire, that is why the fireplace is safe.
You can check out this question as well for more details on fire spread: Minimum safe spacing between lava and flamable materials?
Fire can only spread to air blocks that are adjacent to flammable blocks. A block can burn out only if there was fire next to it. From the screenshot it seems you have flammable blocks in range but you do not have air block next to them in range of the fire, that is why the fireplace is safe.
You can check out this question as well for more details on fire spread: Minimum safe spacing between lava and flamable materials?
answered Jun 23 at 5:30
KcatsKcats
5,6741 gold badge26 silver badges34 bronze badges
5,6741 gold badge26 silver badges34 bronze badges
But it could spread two blocks to the side, to the other side of the stone brick wall, right?
– Fabian Röling
Jun 23 at 10:19
1
@FabianRöling No the fire can't spread that far: it spreads only +/-1 horizaontally and +4/-1 vertically. There is a screenshot in the question I linked that hopefully makes it more clear
– Kcats
Jun 23 at 12:34
add a comment |
But it could spread two blocks to the side, to the other side of the stone brick wall, right?
– Fabian Röling
Jun 23 at 10:19
1
@FabianRöling No the fire can't spread that far: it spreads only +/-1 horizaontally and +4/-1 vertically. There is a screenshot in the question I linked that hopefully makes it more clear
– Kcats
Jun 23 at 12:34
But it could spread two blocks to the side, to the other side of the stone brick wall, right?
– Fabian Röling
Jun 23 at 10:19
But it could spread two blocks to the side, to the other side of the stone brick wall, right?
– Fabian Röling
Jun 23 at 10:19
1
1
@FabianRöling No the fire can't spread that far: it spreads only +/-1 horizaontally and +4/-1 vertically. There is a screenshot in the question I linked that hopefully makes it more clear
– Kcats
Jun 23 at 12:34
@FabianRöling No the fire can't spread that far: it spreads only +/-1 horizaontally and +4/-1 vertically. There is a screenshot in the question I linked that hopefully makes it more clear
– Kcats
Jun 23 at 12:34
add a comment |
Thanks for contributing an answer to Arqade!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f353312%2fwhy-does-this-fireplace-work%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown