mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-06-28 05:50:17 +02:00
Set is_ground_content to false (#386)
This commit is contained in:
@ -69,6 +69,7 @@ minetest.register_node(nodename, {
|
||||
|
||||
sunlight_propagates = true,
|
||||
paramtype = "light",
|
||||
is_ground_content = false,
|
||||
walkable = true,
|
||||
groups = groups,
|
||||
drop = "mesecons_microcontroller:microcontroller0000 1",
|
||||
|
Reference in New Issue
Block a user