mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-12-29 17:17:29 +01:00
init.lua: update pressure logic mode warning
This commit is contained in:
parent
86fa342d85
commit
538e33c537
2
init.lua
2
init.lua
@ -26,7 +26,7 @@ if worldsettingsfile then
|
|||||||
dofile(worldsettingspath)
|
dofile(worldsettingspath)
|
||||||
end
|
end
|
||||||
if pipeworks.toggles.pressure_logic then
|
if pipeworks.toggles.pressure_logic then
|
||||||
minetest.log("warning", "pipeworks pressure-based logic is WIP and incomplete!")
|
minetest.log("warning", "pipeworks pressure logic mode comes with caveats and differences in behaviour, you have been warned!")
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Random variables
|
-- Random variables
|
||||||
|
Loading…
Reference in New Issue
Block a user