summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorthetaepsilon-gamedev <thetaepsilon-gamedev@noreply.users.github.com>2017-10-20 21:34:08 +0100
committerthetaepsilon-gamedev <thetaepsilon-gamedev@noreply.users.github.com>2017-10-20 21:34:08 +0100
commit538e33c537c2c6347a7a2251392fedbf5ee07ba3 (patch)
treec3e600d359dff8468bf44f33689723ed8793b703 /init.lua
parent86fa342d85bb589e54ac8ec2b8c14d14c8843c09 (diff)
downloadpipeworks-538e33c537c2c6347a7a2251392fedbf5ee07ba3.tar
pipeworks-538e33c537c2c6347a7a2251392fedbf5ee07ba3.tar.gz
pipeworks-538e33c537c2c6347a7a2251392fedbf5ee07ba3.tar.bz2
pipeworks-538e33c537c2c6347a7a2251392fedbf5ee07ba3.tar.xz
pipeworks-538e33c537c2c6347a7a2251392fedbf5ee07ba3.zip
init.lua: update pressure logic mode warning
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index f4276f8..9ce6a0f 100644
--- a/init.lua
+++ b/init.lua
@@ -26,7 +26,7 @@ if worldsettingsfile then
dofile(worldsettingspath)
end
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
-- Random variables