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/super_mushroom.lua
Normal file
13
mods/asuna/asuna_awards/awards/super_mushroom.lua
Normal file
|
@ -0,0 +1,13 @@
|
|||
return function(award)
|
||||
return {
|
||||
title = "Super Mushroom",
|
||||
description = "Mine a giant red mushroom cap",
|
||||
difficulty = 35,
|
||||
icon = "[inventorycube{ethereal_mushroom_block.png{ethereal_mushroom_block.png{ethereal_mushroom_block.png",
|
||||
trigger = {
|
||||
type = "dig",
|
||||
node = "ethereal:mushroom",
|
||||
target = 1,
|
||||
},
|
||||
}
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue