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!
TenPlus1 wrote:Are you on a singleplayer world or using a server when this happens ? Some servers disable lava buckets.
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.
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.
-- 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})
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})
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.
Users browsing this forum: No registered users and 2 guests