Skip to content
Snippets Groups Projects
Commit d95ccf86 authored by Vanessa Ezekowitz's avatar Vanessa Ezekowitz
Browse files

update "sticky block" to use 0.4.13-style footprints

parent d0354d0d
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
-- All sides sticky block
minetest.register_node("mesecons_stickyblocks:sticky_block_all", {
description = "All-sides sticky block",
tiles = {"default_grass_footsteps.png"},
tiles = {"default_grass.png^default_footprint.png"},
groups = {dig_immediate=2},
mvps_sticky = function (pos, node)
local connected = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment