forked from mtcontrib/plantlife_modpack
Disable node placement prediction for waterlily (#65)
It doesn't work well because of the special on_place.
This commit is contained in:
parent
758a7f34ea
commit
3d3f735bb3
@ -63,6 +63,7 @@ for i in ipairs(lilies_list) do
|
|||||||
fixed = { -0.5, -0.49, -0.5, 0.5, -0.49, 0.5 },
|
fixed = { -0.5, -0.49, -0.5, 0.5, -0.49, 0.5 },
|
||||||
},
|
},
|
||||||
buildable_to = true,
|
buildable_to = true,
|
||||||
|
node_placement_prediction = "",
|
||||||
|
|
||||||
liquids_pointable = true,
|
liquids_pointable = true,
|
||||||
drop = "flowers:waterlily",
|
drop = "flowers:waterlily",
|
||||||
|
Loading…
Reference in New Issue
Block a user