Disabling lava placing

Post Reply
User avatar
CraigyDavi
Member
Posts: 582
Joined: Sat Aug 10, 2013 13:08
GitHub: davisonio
IRC: davisonio
In-game: CraigyDavi
Location: Hampshire, UK
Contact:

Disabling lava placing

by CraigyDavi » Post

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
Last edited by CraigyDavi on Thu May 08, 2014 19:28, edited 2 times in total.

proller
Member
Posts: 222
Joined: Sat Jan 26, 2013 15:22

by proller » Post

liquid_finite=1

User avatar
CraigyDavi
Member
Posts: 582
Joined: Sat Aug 10, 2013 13:08
GitHub: davisonio
IRC: davisonio
In-game: CraigyDavi
Location: Hampshire, UK
Contact:

by CraigyDavi » Post

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?

proller
Member
Posts: 222
Joined: Sat Jan 26, 2013 15:22

by proller » Post

waterfalls possible with spring-sponge.
and it allow much more stuff

mauvebic
Member
Posts: 1550
Joined: Fri Jan 27, 2012 11:32

by mauvebic » Post

You could always either remove buckets or disable the lava portion of buckets.

User avatar
CraigyDavi
Member
Posts: 582
Joined: Sat Aug 10, 2013 13:08
GitHub: davisonio
IRC: davisonio
In-game: CraigyDavi
Location: Hampshire, UK
Contact:

by CraigyDavi » Post

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.

User avatar
BlockMen
Developer
Posts: 768
Joined: Fri Mar 01, 2013 17:24
GitHub: BlockMen
Location: Germany

by BlockMen » Post

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

User avatar
CraigyDavi
Member
Posts: 582
Joined: Sat Aug 10, 2013 13:08
GitHub: davisonio
IRC: davisonio
In-game: CraigyDavi
Location: Hampshire, UK
Contact:

by CraigyDavi » Post

Thank you very much, BlockMen! Just what I needed. :)

User avatar
Novacain
Member
Posts: 285
Joined: Sat Aug 31, 2013 01:03
Location: Skaaro

by Novacain » Post

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)
EXTERMINATE!!!
My Tronrealm modpack
My tronblocks mod

vktRus
Member
Posts: 67
Joined: Wed May 01, 2013 07:23

Re: Disabling lava placing

by vktRus » Post

[Mod] Lava Restrictions [lavamod]
But link to the mod not working. Help

User avatar
CraigyDavi
Member
Posts: 582
Joined: Sat Aug 10, 2013 13:08
GitHub: davisonio
IRC: davisonio
In-game: CraigyDavi
Location: Hampshire, UK
Contact:

Re: Disabling lava placing

by CraigyDavi » Post

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 :)

vktRus
Member
Posts: 67
Joined: Wed May 01, 2013 07:23

Re: Disabling lava placing

by vktRus » Post

No. Lava I need.

Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests