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:
@ -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"}},
|
||||
|
Reference in New Issue
Block a user