Skip to content

Commit

Permalink
Infinite Ores error #996
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed Jul 15, 2024
1 parent 0aea217 commit 8356d2e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions angelsinfiniteores/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 0.9.12
Date: ???
Bugfixes:
- Fixed log file spam with Angel's Refining and Bob's Metals, Chemicals and Intermediates mod (996)
---------------------------------------------------------------------------------------------------
Version: 0.9.11
Date: 22.12.2023
Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion angelsinfiniteores/info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angelsinfiniteores",
"version": "0.9.11",
"version": "0.9.12",
"factorio_version": "1.1",
"title": "Angel's Infinite Ores",
"author": "Arch666Angel",
Expand Down
2 changes: 1 addition & 1 deletion angelsinfiniteores/prototypes/generation/bob-options.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if mods["bobores"] then
if not bobmods.ores.gems.enabled then
if (not bobmods.ores.gems.enabled) or (not data.raw.resource["infinite-gem-ore"]) then
-- Do nothing
elseif bobmods.ores.settings.UnsortedGemOre == true then
bobmods.lib.resource.add_result("infinite-gem-ore", { name = "gem-ore" })
Expand Down

0 comments on commit 8356d2e

Please sign in to comment.