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. --- tomato.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'tomato.lua') diff --git a/tomato.lua b/tomato.lua index eddce71..8d4ea08 100644 --- a/tomato.lua +++ b/tomato.lua @@ -23,6 +23,7 @@ minetest.register_node("crops:tomato_seed", { use_texture_alpha = true, walkable = false, paramtype = "light", + node_placement_prediction = "crops:tomato_plant_1", groups = { snappy=3,flammable=3,flora=1,attached_node=1 }, drop = {}, sounds = default.node_sound_leaves_defaults(), -- cgit v1.2.3