From 538e33c537c2c6347a7a2251392fedbf5ee07ba3 Mon Sep 17 00:00:00 2001 From: thetaepsilon-gamedev Date: Fri, 20 Oct 2017 21:34:08 +0100 Subject: init.lua: update pressure logic mode warning --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.lua') 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 -- cgit v1.2.3