Disable node placement prediction for waterlily (#65)

It doesn't work well because of the special on_place.
This commit is contained in:
Yutao Yuan 2016-06-18 02:57:23 +08:00 committed by Auke Kok
parent 758a7f34ea
commit 3d3f735bb3
1 changed files with 1 additions and 0 deletions

View File

@ -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",