Skip to content

Commit

Permalink
Predict failing placement of ignore nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuzzy2 authored and sfan5 committed Mar 7, 2021
1 parent dcb30a5 commit d9b78d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builtin/game/register.lua
Expand Up @@ -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(),
Expand Down

0 comments on commit d9b78d6

Please sign in to comment.