Fix a typo with achievements #62

This commit is contained in:
KaadmY 2017-05-18 08:44:26 -07:00
parent 10292b7282
commit c359575913
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ achievements.register_achievement(
title = "Gold Rush",
description = "Dig 60 gold ore.",
times = 60,
dignode = "gold:ore",
dignode = "gold:stone_with_gold",
})
default.log("mod:gold", "loaded")