forked from nalc/awards
Fix broken achievement image (On The Way)
This commit is contained in:
parent
81590b5773
commit
81aa0f1c82
2
init.lua
2
init.lua
|
@ -256,7 +256,7 @@ if minetest.get_modpath("default") then
|
|||
awards.register_achievement("award_on_the_way", {
|
||||
title = S("On The Way"),
|
||||
description = S("Place 100 rails."),
|
||||
icon = "default_rail.png",
|
||||
icon = "carts_rail_straight.png",
|
||||
trigger = {
|
||||
type = "place",
|
||||
node = "default:rail",
|
||||
|
|
Loading…
Reference in New Issue
Block a user