Skip to content

Commit

Permalink
chore: implemented the possibility of collecting gold
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Jul 1, 2024
1 parent f6fe1ab commit a3a0e64
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Config.rocks = { -- Items obtained from mining
{ item = "copper", label = "Copper", difficulty = { "easy" } },
{ item = "iron", label = "Iron", difficulty = { "easy" } },
{ item = "steel", label = "Steel", difficulty = { "easy" } },
{ item = "gold", label = "Gold", difficulty = { "easy" } },
{ item = "gunpowder", label = "polvere da sparo", difficulty = { "easy" } },
}

Expand Down

0 comments on commit a3a0e64

Please sign in to comment.