You've already forked ComfyFactorio
mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-11-29 22:47:52 +02:00
RPG: fix fish xp spam
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user