diff options
author | thetaepsilon-gamedev <thetaepsilon-gamedev@noreply.users.github.com> | 2017-10-20 21:34:08 +0100 |
---|---|---|
committer | thetaepsilon-gamedev <thetaepsilon-gamedev@noreply.users.github.com> | 2017-10-20 21:34:08 +0100 |
commit | 538e33c537c2c6347a7a2251392fedbf5ee07ba3 (patch) | |
tree | c3e600d359dff8468bf44f33689723ed8793b703 | |
parent | 86fa342d85bb589e54ac8ec2b8c14d14c8843c09 (diff) | |
download | pipeworks-538e33c537c2c6347a7a2251392fedbf5ee07ba3.tar pipeworks-538e33c537c2c6347a7a2251392fedbf5ee07ba3.tar.gz pipeworks-538e33c537c2c6347a7a2251392fedbf5ee07ba3.tar.bz2 pipeworks-538e33c537c2c6347a7a2251392fedbf5ee07ba3.tar.xz pipeworks-538e33c537c2c6347a7a2251392fedbf5ee07ba3.zip |
init.lua: update pressure logic mode warning
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |