]> git.lizzy.rs Git - minetest.git/commitdiff
Predict failing placement of ignore nodes
authorWuzzy <Wuzzy2@mail.ru>
Sat, 6 Mar 2021 02:15:53 +0000 (03:15 +0100)
committersfan5 <sfan5@live.de>
Sun, 7 Mar 2021 13:26:50 +0000 (14:26 +0100)
builtin/game/register.lua

index e01c5033567a4af271e82a3b414fb5592289956e..c075358559b96ceb515860130c994d64a9789821 100644 (file)
@@ -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(),