forked from Mirrorlandia_minetest/mesecons
update "sticky block" to use 0.4.13-style footprints
This commit is contained in:
parent
d0354d0dab
commit
d95ccf86f8
@ -4,7 +4,7 @@
|
|||||||
-- All sides sticky block
|
-- All sides sticky block
|
||||||
minetest.register_node("mesecons_stickyblocks:sticky_block_all", {
|
minetest.register_node("mesecons_stickyblocks:sticky_block_all", {
|
||||||
description = "All-sides sticky block",
|
description = "All-sides sticky block",
|
||||||
tiles = {"default_grass_footsteps.png"},
|
tiles = {"default_grass.png^default_footprint.png"},
|
||||||
groups = {dig_immediate=2},
|
groups = {dig_immediate=2},
|
||||||
mvps_sticky = function (pos, node)
|
mvps_sticky = function (pos, node)
|
||||||
local connected = {}
|
local connected = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user