Fix digging time groups (crackly replaced by cracky)

This commit is contained in:
Jeija 2012-03-25 08:15:25 +02:00
parent 9bba4fc380
commit baed46dc65
2 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@ function mesecon:lightstone_add(name, base_item, texture_off, texture_on)
})
end
mesecon:lightstone_add("red", "craft default:clay_brick 1", "jeija_lightstone_red_off.png", "jeija_lightstone_red_on.png")
mesecon:lightstone_add("green", "node default:cactus 1", "jeija_lightstone_green_off.png", "jeija_lightstone_green_on.png")
mesecon:lightstone_add("gray", "node default:cobble 1", "jeija_lightstone_gray_off.png", "jeija_lightstone_gray_on.png")

View File

@ -146,6 +146,7 @@ end)
-- STICKY_MOVESTONE
minetest.register_node("mesecons_movestones:sticky_movestone", {