Page 1 of 1

Disabling lava placing

Posted: Fri Nov 01, 2013 16:26
by CraigyDavi
I was wondering if there was any way to disable placing of lava from the buckets mod.
I still want people to be able to pick up lava, ideally, and to be able to place and pick up water.
Or maybe something which stops water on lava flowing turning to stone.

I could then give people lava_source if they want to use it and stop this kind of thing happening like it did today.
Spoiler
Image
Spoiler
ImageImage

Posted: Fri Nov 01, 2013 18:31
by proller
liquid_finite=1

Posted: Fri Nov 01, 2013 18:51
by CraigyDavi
proller wrote:liquid_finite=1
I don't really like finite liquids. It means building waterfalls and stuff is impossible. I there any other way?

Posted: Fri Nov 01, 2013 21:45
by proller
waterfalls possible with spring-sponge.
and it allow much more stuff

Posted: Fri Nov 01, 2013 22:05
by mauvebic
You could always either remove buckets or disable the lava portion of buckets.

Posted: Fri Nov 01, 2013 22:20
by CraigyDavi
mauvebic wrote:You could always either remove buckets or disable the lava portion of buckets.
Hmm I would disable the lava part of buckets but I would really like just to disable the placing of lava considering that a few mods I think have a lava bucket in their crafting recipe.

Posted: Fri Nov 01, 2013 22:35
by BlockMen
CraigyDavi wrote:
mauvebic wrote:You could always either remove buckets or disable the lava portion of buckets.
Hmm I would disable the lava part of buckets but I would really like just to disable the placing of lava considering that a few mods I think have a lava bucket in their crafting recipe.

Just put this into init.lua of buckets (here)

Code: Select all

                if itemstack:get_name() == "bucket:bucket_lava" then
                    return 
                end

Posted: Fri Nov 01, 2013 22:57
by CraigyDavi
Thank you very much, BlockMen! Just what I needed. :)

Posted: Mon Nov 18, 2013 01:43
by Novacain
there was a mod on a server I used to play that disabled lava above sealevel. just an idea (credit goes to familygrog66 for said idea)

Re: Disabling lava placing

Posted: Wed Nov 26, 2014 18:25
by vktRus
[Mod] Lava Restrictions [lavamod]
But link to the mod not working. Help

Re: Disabling lava placing

Posted: Thu Nov 27, 2014 16:48
by CraigyDavi
There's actually a much easier way to solve this which I didn't realise at the time, just remove the lavacooling code from default/functions.lua :)

Re: Disabling lava placing

Posted: Fri Nov 28, 2014 13:06
by vktRus
No. Lava I need.