Skip to content

Commit

Permalink
update "sticky block" to use 0.4.13-style footprints
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa Ezekowitz committed Aug 26, 2015
1 parent d0354d0 commit d95ccf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesecons_stickyblocks/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit d95ccf8

Please sign in to comment.