Skip to content

Commit

Permalink
Fixed Bob's fertilizer could not be crafted in any machine (bob green…
Browse files Browse the repository at this point in the history
…houses) (#888)
  • Loading branch information
LovelySanta committed Jan 10, 2023
1 parent d21db66 commit 8b719e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions angelspetrochem/changelog.txt
Expand Up @@ -3,6 +3,7 @@ Version: 0.9.24
Date: xx.xx.2023
Bugfixes:
- Fixed Nitroglycerin and explosives 2 and 3 could not be crafted in any machine (888)
- Fixed Bob's fertilizer could not be crafted in any machine (bob greenhouses) (888)
---------------------------------------------------------------------------------------------------
Version: 0.9.23
Date: 01.01.2023
Expand Down
Expand Up @@ -9,6 +9,7 @@ if mods["bobgreenhouse"] then
{ name = "gas-methane", type = "fluid", amount = 0 },
{ name = "gas-nitrogen", type = "fluid", amount = 0 },
},
category = "advanced-chemistry",
crafting_machine_tint = angelsmods.functions.get_recipe_tints({ "gas-urea", "gas-methane", "gas-nitrogen" }),
},
})
Expand Down

0 comments on commit 8b719e7

Please sign in to comment.