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/rarest_earth.lua
Normal file
13
mods/asuna/asuna_awards/awards/rarest_earth.lua
Normal file
|
@ -0,0 +1,13 @@
|
|||
return function(award)
|
||||
return {
|
||||
title = "Rarest Earth",
|
||||
description = "Mine a mese block",
|
||||
difficulty = 250,
|
||||
icon = "[inventorycube{default_mese_block.png{default_mese_block.png{default_mese_block.png",
|
||||
trigger = {
|
||||
type = "dig",
|
||||
node = "default:mese_block",
|
||||
target = 1,
|
||||
},
|
||||
}
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue