diff options
author | Novatux <nathanael.courant@laposte.net> | 2013-06-28 15:16:28 +0200 |
---|---|---|
committer | Novatux <nathanael.courant@laposte.net> | 2013-06-28 15:16:28 +0200 |
commit | 89be094a1ef6a53a5f2648e1dce9151c42bcd27d (patch) | |
tree | 9a6eb692de2b082b7cafc0f5d4608bb37253e935 /init.lua | |
parent | 6ca5da4c3acc6fea00deb05df3253627183c0fb3 (diff) |
Add option to disable cyclic behaviour
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |