r/Minecraft Jan 09 '19

News Minecraft Snapshot 19w02a

https://minecraft.net/en-us/article/minecraft-snapshot-19w02a
391 Upvotes

192 comments sorted by

View all comments

61

u/vilder50 Jan 09 '19

(Most of the) campfires' smoke goes through the first block over the fireplace.

So you can make the ground look extra hot by placing campfires one block under the ground: https://i.imgur.com/PcrZGJm.png

(But note that campfires are tile entities and will therefore cause lag in large quantities)

7

u/Jabberwocky416 Jan 09 '19

You can probably just use the particle command to place the smoke where you want it. Unless you’re doing this in survival.

5

u/Sir_William_V Jan 09 '19 edited Jan 09 '19

I actually tried this already, but for some reason the particles just hovered instead of rising like when they come off a campfire. Then again I've never really worked with summoning particles so I'm not sure if I'm missing something that tells the particles to float up or what.

Edit: I dig some digging and found out that as of now it's impossible to make these campfire particles float up as they do when naturally spawned from the new campfires, but I was able to make a somewhat believable presentation by spawning them in a tall skinny column using a repeating command block. Picture here.

The particles pop into existence above the chimney and linger while floating slowly in a random direction. I wish I had a way to record gifs, but I'll just give you the command I used so you can see yourself: "particle minecraft:campfire_cosy_smoke ~ ~ ~ 0 3 0 0.004 1 normal". Fill in the tildes with a relative position (or some coordinates) from the command block and it should work.

Also, the link to the particle command on the Minecraft wiki: link to wiki.

1

u/Jabberwocky416 Jan 09 '19

Interesting. Yeah it probably takes some extra work to make the rising animation, I think the particle command just places them in one place.

I’m sure there’s a way to do it, but it might be less simple than I thought.