summaryrefslogtreecommitdiff
path: root/melon.lua
diff options
context:
space:
mode:
Diffstat (limited to 'melon.lua')
-rw-r--r--melon.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/melon.lua b/melon.lua
index 5f0354c..a6cf0d7 100644
--- a/melon.lua
+++ b/melon.lua
@@ -28,6 +28,7 @@ minetest.register_node("crops:melon_seed", {
use_texture_alpha = true,
walkable = false,
paramtype = "light",
+ node_placement_prediction = "crops:melon_plant_1",
groups = { snappy=3,flammable=3,flora=1,attached_node=1 },
on_place = function(itemstack, placer, pointed_thing)