diff options
author | Auke Kok <sofar@foo-projects.org> | 2015-12-11 15:57:08 -0800 |
---|---|---|
committer | Auke Kok <sofar@foo-projects.org> | 2015-12-11 15:57:08 -0800 |
commit | 9a42477859e9a0d521b8c3b35ce26a8f64ae9c09 (patch) | |
tree | a2724e5c04dc8cba844f7b09d42cfc058fccae25 /potato.lua | |
parent | 1376e0b0b3e719d69adad465dc0a4f8eb6b73d35 (diff) |
Enable placement prediction everywhere.
Diffstat (limited to 'potato.lua')
-rw-r--r-- | potato.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |