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:
@ -5,6 +5,7 @@
|
||||
minetest.register_node("mesecons_stickyblocks:sticky_block_all", {
|
||||
description = "All-Sides Sticky Block",
|
||||
tiles = {"default_grass.png^default_footprint.png"},
|
||||
is_ground_content = false,
|
||||
groups = {dig_immediate=2},
|
||||
mvps_sticky = function (pos, node)
|
||||
local connected = {}
|
||||
|
Reference in New Issue
Block a user