Cuberite Forum
Water.lua - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Plugins (https://forum.cuberite.org/forum-1.html)
+--- Forum: Plugin Discussion (https://forum.cuberite.org/forum-8.html)
+--- Thread: Water.lua (/thread-37.html)



Water.lua - distroyed123 - 03-01-2011

i was wondering if anyone could look over this coding, its to make water flow, cant get it to work =/
something else i noticed, i have Lava.lua and Water.lua. i place water the water block disappears, with this plugin turned on the lava you dump out of the bucket turnes to flowing water lmao, with this turned off the lava bucket drops fava like its supposed to



RE: Water.lua - FakeTruth - 03-02-2011

Line 54
Code:
elseif(t == 10) then

If I'm not mistaken, 10 is lava. Change this to 9 or 8 and it should work (I think).


RE: Water.lua - distroyed123 - 03-02-2011

it worked thanks bro, accidentally had it place water using a lava bucket i just realized lmao