diff --git a/changelog.txt b/changelog.txt index b13a0c0..039eb4c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/info.json b/info.json index d22321a..4a57ff9 100644 --- a/info.json +++ b/info.json @@ -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", diff --git a/prototypes/updates/hot-air.lua b/prototypes/updates/hot-air.lua index 1fe49c5..323bc70 100644 --- a/prototypes/updates/hot-air.lua +++ b/prototypes/updates/hot-air.lua @@ -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