Skip to content
Snippets Groups Projects
Commit baed46dc authored by Jeija's avatar Jeija
Browse files

Fix digging time groups (crackly replaced by cracky)

parent 9bba4fc3
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
......@@ -146,6 +146,7 @@ end)
-- STICKY_MOVESTONE
minetest.register_node("mesecons_movestones:sticky_movestone", {
......
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