Skip to content

Commit

Permalink
fix: Moved hot air glassware from py science 1 unlock to hot air unlo…
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Jan 16, 2025
1 parent 7e7f6eb commit 26a49ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
Version: 3.0.11
Date: tba
Changes:
- removed non hot air advanced casting recipes and allowed productivity in them instead
- Removed non hot air advanced casting recipes and allowed productivity in them instead.
- Moved hot air glassware from py science 1 unlock to hot air unlock. Resolves https://github.com/pyanodon/pybugreports/issues/811
---------------------------------------------------------------------------------------------------
Version: 3.0.10
Date: 2025-1-2
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pypetroleumhandling",
"version": "3.0.10",
"version": "3.0.11",
"factorio_version": "2.0",
"title": "Pyanodons Petroleum Handling",
"author": "Pyanodon, Nexela, Kingarthur, notnotmelon, Mootykins, ShadowGlass, Archezekiel, Quintuple",
Expand Down
2 changes: 1 addition & 1 deletion prototypes/updates/hot-air.lua
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,6 @@ local extra_hot_air_recipes = {
--add hot air
hotairrecipes(extra_hot_air_recipes)

RECIPE("hotair-flask"):add_unlock("hot-air-mk01").enabled = false
RECIPE("hotair-flask"):remove_unlock("py-science-pack-mk01"):add_unlock("hot-air-mk01").enabled = false
if RECIPE["hotair-molten-glass"] then RECIPE("hotair-molten-glass"):remove_unlock("glass"):add_unlock("hot-air-mk01") end
if RECIPE["hotair-empty-petri-dish"] then RECIPE("hotair-empty-petri-dish"):remove_unlock("petri-dish"):add_unlock("hot-air-mk01") end

0 comments on commit 26a49ae

Please sign in to comment.