EinsDreiDreiSieben/mods/asuna/asuna_awards/awards/super_mushroom.lua
2025-05-04 16:01:41 +02:00

13 lines
No EOL
351 B
Lua

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