Skip to content

Commit

Permalink
Fixing duplicate fluid product (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk authored Oct 23, 2023
1 parent b352271 commit 5abb102
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions angelsbioprocessing/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Date: xx.xx.xxxx
- Tech tree changes
- Added custom error message for when trying to insert invalid items into butchery, composter, or hatchery (933)
- Prevent Bob's mods from enabling Agriculture Modules for non bio recipes (937)
Bugfixes:
- Fixed Gaseous atmosphere puffing recipe missing product Acid gas (942)
---------------------------------------------------------------------------------------------------
Version: 0.7.24
Date: 23.02.2023
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ data:extend({
},
{
type = "fluid",
name = "gas-puffer-atmosphere",
name = "gas-acid",
amount = 20,
catalyst_amount = 20,
show_details_in_recipe_tooltip = false,
Expand Down

0 comments on commit 5abb102

Please sign in to comment.