1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-08-23 00:00:23 +02:00

Merge "Add pinetree by sfan5"

This commit is contained in:
LeMagnesium
2014-12-14 23:13:59 +01:00
parent 29b65dafc0
commit 1eb510dfd3
2 changed files with 185 additions and 24 deletions

View File

@ -212,7 +212,7 @@ minetest.register_node("default:dirt_with_snow", {
description = "Dirt with Snow",
tiles = {"default_snow.png", "default_dirt.png", "default_dirt.png^default_snow_side.png"},
is_ground_content = true,
groups = {crumbly = 3},
groups = {crumbly = 3, soil = 1},
drop = {
items = {
{items = {"default:dirt"}},