Disabling lava placing

User avatar
CraigyDavi
Member
 
Posts: 565
Joined: Sat Aug 10, 2013 13:08
GitHub: davisonio
IRC: davisonio or CraigyDavi
In-game: davisonio or CraigyDavi

Disabling lava placing

by CraigyDavi » Fri Nov 01, 2013 16:26

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.
+ Before Lava Griefing.


+ After Lava Griefing
Last edited by CraigyDavi on Thu May 08, 2014 19:28, edited 2 times in total.
 

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

by proller » Fri Nov 01, 2013 18:31

liquid_finite=1
 

User avatar
CraigyDavi
Member
 
Posts: 565
Joined: Sat Aug 10, 2013 13:08
GitHub: davisonio
IRC: davisonio or CraigyDavi
In-game: davisonio or CraigyDavi

by CraigyDavi » Fri Nov 01, 2013 18:51

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: 185
Joined: Sat Jan 26, 2013 15:22

by proller » Fri Nov 01, 2013 21:45

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

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

by mauvebic » Fri Nov 01, 2013 22:05

You could always either remove buckets or disable the lava portion of buckets.
"Fuck the hat." - Paulie Gualtieri
 

User avatar
CraigyDavi
Member
 
Posts: 565
Joined: Sat Aug 10, 2013 13:08
GitHub: davisonio
IRC: davisonio or CraigyDavi
In-game: davisonio or CraigyDavi

by CraigyDavi » Fri Nov 01, 2013 22:20

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
Member
 
Posts: 768
Joined: Fri Mar 01, 2013 17:24
GitHub: BlockMen

by BlockMen » Fri Nov 01, 2013 22:35

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)
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
                if itemstack:get_name() == "bucket:bucket_lava" then
                    return
                end
 

User avatar
CraigyDavi
Member
 
Posts: 565
Joined: Sat Aug 10, 2013 13:08
GitHub: davisonio
IRC: davisonio or CraigyDavi
In-game: davisonio or CraigyDavi

by CraigyDavi » Fri Nov 01, 2013 22:57

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

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

by Novacain » Mon Nov 18, 2013 01:43

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 » Wed Nov 26, 2014 18:25

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

User avatar
CraigyDavi
Member
 
Posts: 565
Joined: Sat Aug 10, 2013 13:08
GitHub: davisonio
IRC: davisonio or CraigyDavi
In-game: davisonio or CraigyDavi

Re: Disabling lava placing

by CraigyDavi » Thu Nov 27, 2014 16:48

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 » Fri Nov 28, 2014 13:06

No. Lava I need.
 


Return to Minetest Features

Who is online

Users browsing this forum: No registered users and 8 guests

cron