diff options
author | Wuzzy <Wuzzy2@mail.ru> | 2021-03-06 03:15:53 +0100 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2021-03-07 14:26:50 +0100 |
commit | d9b78d64929b8fbf1507c2d27dca6fbc105ecdb0 (patch) | |
tree | 5de994c44de374600bc4fc1406d4da1ee0d6ad4b /builtin | |
parent | dcb30a593dafed89ef52e712533b0706bddbd36e (diff) | |
download | minetest-d9b78d64929b8fbf1507c2d27dca6fbc105ecdb0.tar.gz minetest-d9b78d64929b8fbf1507c2d27dca6fbc105ecdb0.tar.bz2 minetest-d9b78d64929b8fbf1507c2d27dca6fbc105ecdb0.zip |
Predict failing placement of ignore nodes
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/game/register.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/game/register.lua b/builtin/game/register.lua index e01c50335..c07535855 100644 --- a/builtin/game/register.lua +++ b/builtin/game/register.lua @@ -368,6 +368,7 @@ core.register_node(":ignore", { air_equivalent = true, drop = "", groups = {not_in_creative_inventory=1}, + node_placement_prediction = "", on_place = function(itemstack, placer, pointed_thing) core.chat_send_player( placer:get_player_name(), |