Skip to content

Commit

Permalink
RPG: fix fish xp spam
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerkiz committed Dec 22, 2024
1 parent 914661d commit 0717163
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/rpg/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,8 @@ end
local building_and_mining_blacklist = {
['tile-ghost'] = true,
['entity-ghost'] = true,
['item-entity'] = true
['item-entity'] = true,
['fish'] = true,
}

local function on_player_died(event)
Expand Down

0 comments on commit 0717163

Please sign in to comment.