From 9a42477859e9a0d521b8c3b35ce26a8f64ae9c09 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Fri, 11 Dec 2015 15:57:08 -0800 Subject: Enable placement prediction everywhere. --- melon.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'melon.lua') 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) -- cgit v1.2.3