Is there a way of quickly removing flowing lava?

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

GameFAQsRolo

New Member
Jul 29, 2019
20
0
0
Every time someone pumps in the nether or underground in the overworld, it either takes forever for the flowing lava to disappear or it stays permanently. Is there a plugin, config change or patch that I can add to the server that will make the flowing lava disappear quicker when the source is removed? I'm currently using WorldEdit to replace flowing lava with air, but that only works when I see it. I need something that I can set once and requires no interaction from a player or from me.

Ultimate 1.0.1
MCPC+
 

darkinnit

New Member
Jul 29, 2019
88
0
0
There's a very simple config change.

Go to config/CodeChickenCore.cfg
Change
persistantLava=true
to
persistantLava=false

This makes lava behave more like water. It doesn't clear away as instantly as water, but it certainly clears up a lot faster.

Be aware that the config setting is "persistant" and not "persistent", I'm not misspelling it here, that's how it appears in the config file.
 
  • Like
Reactions: GameFAQsRolo

GameFAQsRolo

New Member
Jul 29, 2019
20
0
0
There's a very simple config change.

Go to config/CodeChickenCore.cfg
Change
persistantLava=true
to
persistantLava=false

This makes lava behave more like water. It doesn't clear away as instantly as water, but it certainly clears up a lot faster.

Be aware that the config setting is "persistant" and not "persistent", I'm not misspelling it here, that's how it appears in the config file.

Thanks. That was a lot more simple than I thought it would be.