1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-11-05 01:50:25 +01:00

Mossycobble fixes in node.lua

This commit is contained in:
Ombridride 2015-03-03 19:15:57 +01:00
parent fef8099c7a
commit f572fedea9

View File

@ -1326,6 +1326,7 @@ minetest.register_node("default:mossycobble", {
description = "Mossy Cobblestone",
tiles = {"default_mossycobble.png"},
is_ground_content = true,
groups = {cracky=3, stone=1},
drop = {
items = {
{items = {"default:mossycobble"}},