Collect lava to the bucket / Infinity lava

Post Reply
totya
Member
Posts: 29
Joined: Sat Sep 08, 2018 19:34

Collect lava to the bucket / Infinity lava

by totya » Post

Hi!

https://wiki.minetest.net/Bucket

Collecting lava to the bucket don't success for me. Empty bucket in my hand, target is lava, left/richt click, nothing happen. Default minetest game, version: minetest-0.4.17.1-win64

Thanks!
Last edited by totya on Thu Sep 13, 2018 21:59, edited 1 time in total.

User avatar
TenPlus1
Member
Posts: 3715
Joined: Mon Jul 29, 2013 13:38
In-game: TenPlus1
Contact:

Re: Collect lava to the bucket

by TenPlus1 » Post

Are you on a singleplayer world or using a server when this happens ? Some servers disable lava buckets.

totya
Member
Posts: 29
Joined: Sat Sep 08, 2018 19:34

Re: Collect lava to the bucket

by totya » Post

TenPlus1 wrote:Are you on a singleplayer world or using a server when this happens ? Some servers disable lava buckets.
Hi, singleplayer (local game).

totya
Member
Posts: 29
Joined: Sat Sep 08, 2018 19:34

Re: Collect lava to the bucket

by totya » Post

Okay, success, from lava source :) (top of the lava).

Next question, how can I create infinity lava source, like as Minecraft?

User avatar
Wuzzy
Member
Posts: 4786
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: Collect lava to the bucket / Infinity lava

by Wuzzy » Post

In Minetest Game, lava is non-renewable, meaning it is a finite liquid, so you cannot replicate it like water. Sorry.

But there might be a few games in which lava is renewable. Hades Revisited is one example.

totya
Member
Posts: 29
Joined: Sat Sep 08, 2018 19:34

Re: Collect lava to the bucket / Infinity lava

by totya » Post

Wuzzy wrote:In Minetest Game, lava is non-renewable, meaning it is a finite liquid, so you cannot replicate it like water. Sorry.

But there might be a few games in which lava is renewable. Hades Revisited is one example.
Hi!

Thanks for the answer!

I think this game slightly harder in this way. Yesterday I found lava, and follow it, and I catched it :D I collected about three chest lava-bucket, and some obsidian too.

User avatar
Stix
Member
Posts: 1385
Joined: Fri Aug 04, 2017 14:19
IRC: nil
In-game: Stix [+alts]
Location: USA

Re: Collect lava to the bucket / Infinity lava

by Stix » Post

totya wrote:
Wuzzy wrote:In Minetest Game, lava is non-renewable, meaning it is a finite liquid, so you cannot replicate it like water. Sorry.

But there might be a few games in which lava is renewable. Hades Revisited is one example.
Hi!

Thanks for the answer!

I think this game slightly harder in this way. Yesterday I found lava, and follow it, and I catched it :D I collected about three chest lava-bucket, and some obsidian too.
Nope, it's not any harder that way. You can't make infinite lava sources in MC either.
Hey, what can i say? I'm the bad guy.

User avatar
TenPlus1
Member
Posts: 3715
Joined: Mon Jul 29, 2013 13:38
In-game: TenPlus1
Contact:

Re: Collect lava to the bucket / Infinity lava

by TenPlus1 » Post

On Xanadu server we have renewable lava by adding these lines to one of our mods, be careful though as it can become quite messy:

Code: Select all

-- Override lava_flowing and lava_source to make Renewable Lava
minetest.override_item("default:lava_source", {liquid_renewable = true, liquid_range = 3})
minetest.override_item("default:lava_flowing", {liquid_renewable = true, liquid_range = 3})

totya
Member
Posts: 29
Joined: Sat Sep 08, 2018 19:34

Re: Collect lava to the bucket / Infinity lava

by totya » Post

TenPlus1 wrote:On Xanadu server we have renewable lava by adding these lines to one of our mods, be careful though as it can become quite messy:

Code: Select all

-- Override lava_flowing and lava_source to make Renewable Lava
minetest.override_item("default:lava_source", {liquid_renewable = true, liquid_range = 3})
minetest.override_item("default:lava_flowing", {liquid_renewable = true, liquid_range = 3})
Thanks for this information, and how can I execute this in the single player (local) mode?

User avatar
TenPlus1
Member
Posts: 3715
Joined: Mon Jul 29, 2013 13:38
In-game: TenPlus1
Contact:

Re: Collect lava to the bucket / Infinity lava

by TenPlus1 » Post

Create a 'test' mod with depends.txt file that has "default" inside it, and an init.lua with this above code inside it, then enable mod in your singleplayer world.

totya
Member
Posts: 29
Joined: Sat Sep 08, 2018 19:34

Re: Collect lava to the bucket / Infinity lava

by totya » Post

TenPlus1 wrote:Create a 'test' mod with depends.txt file that has "default" inside it, and an init.lua with this above code inside it, then enable mod in your singleplayer world.
Thank you, its working perfectly!
Attachments
infinity_lava.zip
(568 Bytes) Downloaded 84 times

Post Reply

Who is online

Users browsing this forum: No registered users and 13 guests