write something there
This commit is contained in:
commit
b4b6c08f4f
8546 changed files with 309825 additions and 0 deletions
13
mods/asuna/asuna_awards/awards/timeless.lua
Normal file
13
mods/asuna/asuna_awards/awards/timeless.lua
Normal file
|
@ -0,0 +1,13 @@
|
|||
return function(award)
|
||||
return {
|
||||
title = "Timeless",
|
||||
description = "Mine quartz ore",
|
||||
difficulty = 25,
|
||||
icon = "[inventorycube{default_stone.png&everness_quartz_ore.png{default_stone.png&everness_quartz_ore.png{default_stone.png&everness_quartz_ore.png",
|
||||
trigger = {
|
||||
type = "dig",
|
||||
node = "everness:quartz_ore",
|
||||
target = 1,
|
||||
},
|
||||
}
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue