summaryrefslogtreecommitdiff
path: root/potato.lua
diff options
context:
space:
mode:
authorAuke Kok <sofar@foo-projects.org>2015-12-11 15:57:08 -0800
committerAuke Kok <sofar@foo-projects.org>2015-12-11 15:57:08 -0800
commit9a42477859e9a0d521b8c3b35ce26a8f64ae9c09 (patch)
treea2724e5c04dc8cba844f7b09d42cfc058fccae25 /potato.lua
parent1376e0b0b3e719d69adad465dc0a4f8eb6b73d35 (diff)
Enable placement prediction everywhere.
Diffstat (limited to 'potato.lua')
-rw-r--r--potato.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/potato.lua b/potato.lua
index d86af42..21cd67c 100644
--- a/potato.lua
+++ b/potato.lua
@@ -21,6 +21,7 @@ minetest.register_node("crops:potato_eyes", {
use_texture_alpha = true,
walkable = false,
paramtype = "light",
+ node_placement_prediction = "crops:potato_plant_1",
groups = { snappy=3,flammable=3,flora=1,attached_node=1 },
selection_box = {
type = "fixed",