Fix nyancat texture

This commit is contained in:
rubenwardy 2016-07-29 16:25:39 +01:00
parent 92eaa5c876
commit 116889080c
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ awards.register_achievement("award_youre_winner", {
awards.register_achievement("award_nyanfind", {
title = S("OMG, Nyan Cat!"),
description = S("Find a nyan cat."),
icon = "default_nc_rb.png",
icon = "nyancat_front.png",
trigger = {
type = "dig",
node = "default:nyancat",