summaryrefslogtreecommitdiff
path: root/corn.lua
diff options
context:
space:
mode:
Diffstat (limited to 'corn.lua')
-rw-r--r--corn.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/corn.lua b/corn.lua
index debd661..7a26b8a 100644
--- a/corn.lua
+++ b/corn.lua
@@ -22,6 +22,7 @@ minetest.register_node("crops:corn", {
use_texture_alpha = true,
walkable = true,
paramtype = "light",
+ node_placement_prediction = "crops:corn_base_seed",
groups = { snappy=3,flammable=3,flora=1,attached_node=1 },
drop = {},
sounds = default.node_sound_leaves_defaults(),