Skip to content

Commit

Permalink
cage check: skip void & biomass
Browse files Browse the repository at this point in the history
 that titanium becomes biomass? worms work in mysterious ways.
  • Loading branch information
oorzkws committed Sep 11, 2024
1 parent a2bae74 commit 5adbe58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data-final-fixes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ end
-- Scan for cages
if dev_mode then
for recipe_name, recipe in pairs(data.raw.recipe) do
if recipe_name:find('%-pyvoid$') or recipe_name:find('^biomass%-') then
goto NEXT_RECIPE_CAGECHECK
end
if not recipe.ingredients then
goto NEXT_RECIPE_CAGECHECK
end
Expand Down

0 comments on commit 5adbe58

Please sign in to comment.