diff options
Diffstat (limited to 'flowers_plus')
-rw-r--r-- | flowers_plus/depends.txt | 1 | ||||
-rw-r--r-- | flowers_plus/init.lua | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/flowers_plus/depends.txt b/flowers_plus/depends.txt index 37952da..425a7b9 100644 --- a/flowers_plus/depends.txt +++ b/flowers_plus/depends.txt @@ -1,2 +1,3 @@ biome_lib farming? +flowers? 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", |