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:
parent
fef8099c7a
commit
f572fedea9
|
@ -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"}},
|
||||
|
|
Loading…
Reference in New Issue
Block a user