diff options
Diffstat (limited to 'tomato.lua')
-rw-r--r-- | tomato.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(), |