Add option to disable cyclic behaviour

This commit is contained in:
Novatux
2013-06-28 15:16:28 +02:00
parent 6ca5da4c3a
commit 89be094a1e
2 changed files with 7 additions and 1 deletions

View File

@ -14,6 +14,7 @@
minetest.register_alias("pipeworks:pipe", "pipeworks:pipe_110000_empty")
local DEBUG = false
local CYCLIC = true
pipeworks_liquid_texture = "default_water.png"