forked from minetest-mods/mesecons
		
	Fix digging time groups (crackly replaced by cracky)
This commit is contained in:
		| @@ -35,6 +35,7 @@ function mesecon:lightstone_add(name, base_item, texture_off, texture_on) | |||||||
|     }) |     }) | ||||||
| end | end | ||||||
|  |  | ||||||
|  |  | ||||||
| mesecon:lightstone_add("red", "craft default:clay_brick 1", "jeija_lightstone_red_off.png", "jeija_lightstone_red_on.png") | 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("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") | 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 | -- STICKY_MOVESTONE | ||||||
|  |  | ||||||
| minetest.register_node("mesecons_movestones:sticky_movestone", { | minetest.register_node("mesecons_movestones:sticky_movestone", { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user