forked from mtcontrib/pipeworks
FiX CYCLIC option being ignored.
This commit is contained in:
parent
b62b5bc9e1
commit
6eaf8eac62
|
@ -15,3 +15,4 @@ enable_crossing_tube = true
|
||||||
enable_sand_tube = true
|
enable_sand_tube = true
|
||||||
enable_mese_sand_tube = true
|
enable_mese_sand_tube = true
|
||||||
enable_one_way_tube = true
|
enable_one_way_tube = true
|
||||||
|
CYCLIC = true
|
||||||
|
|
4
init.lua
4
init.lua
|
@ -8,6 +8,8 @@
|
||||||
|
|
||||||
-- Read (and if necessary, copy) the config file
|
-- Read (and if necessary, copy) the config file
|
||||||
|
|
||||||
|
local DEBUG = false
|
||||||
|
|
||||||
local worldpath = minetest.get_worldpath()
|
local worldpath = minetest.get_worldpath()
|
||||||
local modpath = minetest.get_modpath("pipeworks")
|
local modpath = minetest.get_modpath("pipeworks")
|
||||||
|
|
||||||
|
@ -124,7 +126,5 @@ if enable_deployer then dofile(modpath.."/deployer.lua") end
|
||||||
if enable_node_breaker then dofile(modpath.."/node_breaker.lua") end
|
if enable_node_breaker then dofile(modpath.."/node_breaker.lua") end
|
||||||
|
|
||||||
minetest.register_alias("pipeworks:pipe", "pipeworks:pipe_110000_empty")
|
minetest.register_alias("pipeworks:pipe", "pipeworks:pipe_110000_empty")
|
||||||
local DEBUG = false
|
|
||||||
local CYCLIC = true
|
|
||||||
|
|
||||||
print("Pipeworks loaded!")
|
print("Pipeworks loaded!")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user