Skip to content

Commit

Permalink
Fixed Nitroglycerin and explosives 2 and 3 could not be crafted in an…
Browse files Browse the repository at this point in the history
…y machine (#888)
  • Loading branch information
LovelySanta committed Jan 8, 2023
1 parent 808000b commit 96d0a47
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions angelspetrochem/changelog.txt
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 0.9.24
Date: xx.xx.2023
Bugfixes:
- Fixed Nitroglycerin and explosives 2 and 3 could not be crafted in any machine (888)
---------------------------------------------------------------------------------------------------
Version: 0.9.23
Date: 01.01.2023
Changes:
Expand Down
4 changes: 2 additions & 2 deletions angelspetrochem/info.json
@@ -1,14 +1,14 @@
{
"name": "angelspetrochem",
"version": "0.9.23",
"version": "0.9.24",
"factorio_version": "1.1",
"title": "Angel's Petrochemical Processing",
"author": "Arch666Angel",
"contact": "https://discord.gg/ff5p6KE",
"homepage": "https://forums.factorio.com/viewforum.php?f=185",
"description": "Angel's Petrochemical processing changes Oil processing and adds Gas processing, as well as a more complex web of chemical production. Includes overrides and tie-ins to Bob's technologies and recipes. Dependencies: Angel's Refining",
"dependencies": [
"angelsrefining >= 0.12.1",
"angelsrefining >= 0.12.3",
"? bobplates >= 1.1.6",
"? bobassembly >= 1.1.5",
"? bobrevamp >= 1.1.5"
Expand Down
2 changes: 1 addition & 1 deletion angelspetrochem/prototypes/global-override/bobwarfare.lua
Expand Up @@ -52,7 +52,7 @@ if mods["bobwarfare"] then
{ type = "fluid", name = "liquid-nitric-acid", amount = 15 },
}
or nil,
crafting_category = hide_sulfuric_nitric_acid_mixture and "advanced-chemistry" or nil,
category = hide_sulfuric_nitric_acid_mixture and "advanced-chemistry" or nil,
crafting_machine_tint = angelsmods.functions.get_recipe_tints({
"liquid-glycerol",
"liquid-sulfuric-acid",
Expand Down
4 changes: 2 additions & 2 deletions angelspetrochem/prototypes/recipes/petrochem-solids.lua
Expand Up @@ -529,7 +529,7 @@ data:extend({
{
type = "recipe",
name = "solid-nitroglycerin",
category = "chemistry",
category = "advanced-chemistry",
subgroup = "petrochem-solids-2",
energy_required = 2,
enabled = false,
Expand All @@ -555,7 +555,7 @@ data:extend({
{
type = "recipe",
name = "solid-trinitrotoluene",
category = "chemistry",
category = "advanced-chemistry",
subgroup = "petrochem-solids-2",
energy_required = 2,
enabled = false,
Expand Down

0 comments on commit 96d0a47

Please sign in to comment.