Swamp achievement now recognizes all swamp dirt

This commit is contained in:
Wuzzy 2019-09-26 14:06:36 +02:00
parent 26287f3ded
commit 2dee575fb1
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ achievements.register_achievement(
title = S("Drain the Swamp"),
description = S("Dig some swamp dirt."),
times = 1,
dignode = "default:swamp_dirt",
dignode = "group:swamp_dirt",
})
-- Farming