set is_ground_content

This commit is contained in:
whosit 2024-03-01 13:19:54 +03:00
parent e7ba2e982a
commit cb484a941b

View File

@ -316,6 +316,7 @@ local bigscreen_block_definition = {
tiles = {"yl_cinema_block_bigscreen.png^yl_cinema_icon_movie_inv.png", "yl_cinema_block_bigscreen.png",
"yl_cinema_block_bigscreen.png", "yl_cinema_block_bigscreen.png", "yl_cinema_block_bigscreen.png",
"yl_cinema_block_bigscreen.png"},
is_ground_content = false,
can_dig = can_dig_node,
on_construct = on_construct_bigscreen_node,
on_destruct = on_destruct_node,
@ -345,6 +346,7 @@ local flatscreen_block_definition = {
tiles = {"yl_cinema_block_bigscreen.png^yl_cinema_icon_movie_inv.png", "yl_cinema_block_bigscreen.png",
"yl_cinema_block_bigscreen.png", "yl_cinema_block_bigscreen.png", "yl_cinema_block_bigscreen.png",
"yl_cinema_block_bigscreen.png"},
is_ground_content = false,
can_dig = can_dig_node,
on_construct = on_construct_flatscreen_node,
on_destruct = on_destruct_node,