summaryrefslogtreecommitdiff
path: root/tomato.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tomato.lua')
-rw-r--r--tomato.lua1
1 files changed, 1 insertions, 0 deletions
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(),