Skip to content

Commit d95ccf8

Browse files
author
Vanessa Ezekowitz
committedAug 26, 2015
update "sticky block" to use 0.4.13-style footprints
1 parent d0354d0 commit d95ccf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎mesecons_stickyblocks/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- All sides sticky block
55
minetest.register_node("mesecons_stickyblocks:sticky_block_all", {
66
description = "All-sides sticky block",
7-
tiles = {"default_grass_footsteps.png"},
7+
tiles = {"default_grass.png^default_footprint.png"},
88
groups = {dig_immediate=2},
99
mvps_sticky = function (pos, node)
1010
local connected = {}

0 commit comments

Comments
 (0)