Update 'mods/ethereal/dirt.lua'

This commit is contained in:
thunderdog1138 2020-07-17 15:26:22 +00:00
parent 989ef88133
commit 5ec52a6cc0
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ minetest.register_node("ethereal:dry_dirt", {
description = S("Dried Dirt"),
tiles = {"ethereal_dry_dirt.png"},
is_ground_content = ethereal.cavedirt,
groups = {crumbly = 3},
groups = {crumbly = 3, soil = 1},
soil = {
base = "ethereal:dry_dirt",
dry = "farming:dry_soil",