From 3d3f735bb3ce8a97f721d5173b86590064e927a5 Mon Sep 17 00:00:00 2001 From: Yutao Yuan Date: Sat, 18 Jun 2016 02:57:23 +0800 Subject: [PATCH] Disable node placement prediction for waterlily (#65) It doesn't work well because of the special on_place. --- flowers_plus/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/flowers_plus/init.lua b/flowers_plus/init.lua index f8aa93d..a80778a 100644 --- a/flowers_plus/init.lua +++ b/flowers_plus/init.lua @@ -63,6 +63,7 @@ for i in ipairs(lilies_list) do fixed = { -0.5, -0.49, -0.5, 0.5, -0.49, 0.5 }, }, buildable_to = true, + node_placement_prediction = "", liquids_pointable = true, drop = "flowers:waterlily",