mirror of
https://gitlab.com/rubenwardy/awards.git
synced 2024-11-22 15:23:44 +01:00
Add custom icon for Firefighter
This commit is contained in:
parent
20eaf3b34f
commit
d4c47775c9
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",
|
||||
|
BIN
textures/awards_firefighter.png
Normal file
BIN
textures/awards_firefighter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 486 B |
Loading…
Reference in New Issue
Block a user