mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Predict failing placement of ignore nodes
This commit is contained in:
parent
dcb30a593d
commit
d9b78d6492
1 changed files with 1 additions and 0 deletions
|
@ -368,6 +368,7 @@ core.register_node(":ignore", {
|
||||||
air_equivalent = true,
|
air_equivalent = true,
|
||||||
drop = "",
|
drop = "",
|
||||||
groups = {not_in_creative_inventory=1},
|
groups = {not_in_creative_inventory=1},
|
||||||
|
node_placement_prediction = "",
|
||||||
on_place = function(itemstack, placer, pointed_thing)
|
on_place = function(itemstack, placer, pointed_thing)
|
||||||
core.chat_send_player(
|
core.chat_send_player(
|
||||||
placer:get_player_name(),
|
placer:get_player_name(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue