forked from Mirrorlandia_minetest/mesecons
Fix digging time groups (crackly replaced by cracky)
This commit is contained in:
parent
9bba4fc380
commit
baed46dc65
@ -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", {
|
||||
|
Loading…
Reference in New Issue
Block a user