mirror of
https://gitlab.com/rubenwardy/awards.git
synced 2025-06-29 14:40:43 +02:00
Add custom icon for Firefighter
This commit is contained in:
2
init.lua
2
init.lua
@ -132,7 +132,7 @@ if minetest.get_modpath("fire") ~= nil then
|
||||
awards.register_achievement("awards_firefighter", {
|
||||
title = S("Firefighter"),
|
||||
description = S("Put out 1000 fires."),
|
||||
icon = "fire_basic_flame.png",
|
||||
icon = "awards_firefighter.png",
|
||||
trigger = {
|
||||
type = "dig",
|
||||
node = "fire:basic_flame",
|
||||
|
Reference in New Issue
Block a user