mirror of
https://gitlab.com/rubenwardy/awards.git
synced 2024-11-22 15:23:44 +01:00
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", {
|
awards.register_achievement("award_on_the_way", {
|
||||||
title = S("On The Way"),
|
title = S("On The Way"),
|
||||||
description = S("Place 100 rails."),
|
description = S("Place 100 rails."),
|
||||||
icon = "default_rail.png",
|
icon = "carts_rail_straight.png",
|
||||||
trigger = {
|
trigger = {
|
||||||
type = "place",
|
type = "place",
|
||||||
node = "default:rail",
|
node = "default:rail",
|
||||||
|
Loading…
Reference in New Issue
Block a user