---------------------------------------------------------------------------------------------------
Version: 3.1.3
Date: ????
  Changes:
    - Changed stage detection to use helper functions
    - Added pyanodons mod-data for custom compound prototypes and other information to be accessible at data stage, instead of using remote interfaces
    - Updated emmylua annotations
---------------------------------------------------------------------------------------------------
Version: 3.1.2
Date: 2026-07-10
  Changes:
    - Fixed py farm buildings being slower than intended (via py.farm_speed/py.farm_speed_derived)
---------------------------------------------------------------------------------------------------
Version: 3.1.1
Date: 2026-07-08
  Changes:
    - Updated culling of dead recyler recipes to support the new standalone recycler mod
---------------------------------------------------------------------------------------------------
Version: 3.1.0
Date: 2026-07-07
  Changes:
    - Updated to Factorio 2.1
    - Removed RECIPE.change_category, added add_category, remove_category, replace_category, has_category, and has_categories
    - Updated annotations for emmylua integration
    - Updated py.farm_speed and py.farm_speed_derived to use 0-indexed module slots with a building at native -100% speed
    - Updated certain tests for new prototype properties
    - Updated global checker
    - Updated py.pipe_pictures to load graphics definitions directly from base instead of inferring them, allowing more to be used
    - Fixed a potential crash when no tools are defined
    - Added py.generate_alert and py.clear_alert to generate rendered and pinnable alerts for all players on a force
---------------------------------------------------------------------------------------------------
Version: 3.0.42
Date: 2026-05-27
  Changes:
    - Fix load failure with zh-cn locale. Resolves https://github.com/pyanodon/pybugreports/issues/1347
    - Added py.spoilage_enabled() which checks for the feature flag and mod setting
    - Added META:hide() and META:unhide() to hide/unhide the prototype from any in-game browser and factoriopedia
    - Updated TECHNOLOGY:remove_prereq() and TECHNOLOGY:replace_prereq() annotations
    - TECHNOLOGY:remove_prereq() will always fail if self.prerequesites is empty or nil
    - Added TECHNOLOGY:replace_prereq(old, new)
    - Updated py.global_prerequisite_replacer to use TECHNOLOGY:replace_prereq()
    - Changed py.draw_error_sprite to default to existing forever instead of 60 ticks
    - Add compatibility patch for Teleportation Equipment mod
    - All flora collectors now have a fake fluid box
    - Fixed incompatibility with Extended Vanilla. Resolves https://github.com/pyanodon/pybugreports/issues/1265
    - Added py.find_latest_undo_action to find the latest undo action referencing a supplied entity
    - Fixed that reproductive complex had extremely small alt-mode icons. Resolves https://github.com/pyanodon/pybugreports/issues/1377
    - Added py.transfer_stack, py.transfer_stack_to_cursor, py.transfer_cursor_to_stack, and py.transfer_inventory_items
    - Fixed that TECHNOLOGY:replace_prereq would not properly function
---------------------------------------------------------------------------------------------------
Version: 3.0.41
Date: 2025-12-28
  Changes:
    - Fix crash in YAFC from smart farms having a field renamed
---------------------------------------------------------------------------------------------------
Version: 3.0.40
Date: 2025-12-28
  Changes:
    - Added unsafe modes for recipe functions, allowing the alteration of recipes regardless if the items/fluids exist.
    - Add compatibility with AAI Signal Transmission. Now researched after logistics science and uses contemporary ingredients
    - Adjusted logic that determines the amount and name of a product to display with the "Add recipe signals" startup setting.
    - Updated py.composite_icons to mark child icons as floating and simplified logic to a for loop
    - Fix a crash with Schall Machine Scaling
    - Fixed a crash when cleaning up recycling recipes created by quality that had no results. Resolves https://github.com/pyanodon/pybugreports/issues/1284
    - Added process to automatically set spoil level of spoilable items. Resolves https://github.com/pyanodon/pybugreports/issues/1260
    - Added py.global_prerequisite_replacer
    - Updated metas LuaLS
---------------------------------------------------------------------------------------------------
Version: 3.0.39
Date: 2025-09-15
  Changes:
    - Remade tech tree with autotech 2.0. Science pack cost comparasion:
    - automation: n/a -> trigger
    - py1: 100 -> 100
    - logi: 360 -> 300
    - py2: 1300 -> 800
    - chem: 2000 -> 1400
    - py3: 2250 -> 1750
    - prod: 1750 -> 2250
    - py4: 2250 -> 3000
    - utility: 1500 -> 3300
    - space: 1000 -> 3600
    - phyrric: 3000 -> 8000
    - Cars, tanks, and spidertrons are no longer remote-drivable if they have the "hidden" flag.
    - Added Dutch locale (thanks, QatSquirrel!)
    - Added Spanish translation (thanks, Starl1ght5!)
    - Fixed a possible stack overflow.
    - Allow py.composite_icon to use pyalienlife's plants and animals as icons
    - Make py.composite_icon faster by reducing dataset searches
---------------------------------------------------------------------------------------------------
Version: 3.0.38
Date: 2025-08-23
  Changes:
    - Fixed crash when placing a building while paused at 0 ticks elapsed.
    - Added an opt-in setting to find undocumented global variables. It will print warnings for now, in the future it will always be on and crash the game so testing and reporting is appreciated!
---------------------------------------------------------------------------------------------------
Version: 3.0.37
Date: 2025-08-19
  Changes:
    - Now prevents internal custom-input from triggering GUI clicks.
---------------------------------------------------------------------------------------------------
Version: 3.0.36
Date: 2025-08-17
  Changes:
    - Added recipe functions: get_main_product and get_icons
    - Fixed hidden tech error with bob's mods. Resolves https://github.com/pyanodon/pybugreports/issues/1138
    - Fixed module slot overhang with omnimatter compression.
---------------------------------------------------------------------------------------------------
Version: 3.0.35
Date: 2025-08-09
  Changes:
    - Added german translation
    - Fixed warning icons blinking when the "Enable warning icons blinking" setting was disabled. Resolves https://github.com/pyanodon/pybugreports/issues/1090
    - postprocessing can now be used as a library without other pymods
    - Added data stage function: py.flip_4way_animation
---------------------------------------------------------------------------------------------------
Version: 3.0.34
Date: 2025-07-20
  Changes:
    - Fixed pymedium oil-refinery existing
    - Added support for using recipe icons in composite icons
    - Supporting Lgihted Poles Plus
    - Made compat with plutonium-energy
---------------------------------------------------------------------------------------------------
Version: 3.0.33
Date: 2025-06-28
  Changes:
    - Actually really fix AL farm icon size. Resolves https://github.com/pyanodon/pybugreports/issues/1025
    - Fixed prerequisite crash with 'declutter' mod.
    - Fixed prerequisite crash with 'htl' mod.
    - Fixed prerequisite crash with 'aircraft' mod.
    - Fixed prerequisite crash with 'rampant arsenal' mod.
    - Fixed prerequisite crash with 'ks power' mod.
    - Update RU locale (thanks to Astorin)
    - Added compatibility with the Space Extension mod. Resolves https://github.com/pyanodon/pybugreports/issues/1050.
    - Dynamically changes all dependencies on battery equipment to use the high tech battery
    - Dynamically changes all deperdencies on radar to use the py radars
    - Fixed crash with "big-burner-generator" mod. Resolves https://github.com/pyanodon/pybugreports/issues/1036
---------------------------------------------------------------------------------------------------
Version: 3.0.32
Date: 2025-06-03
  Changes:
    - Automatically resolve hidden technology issues with the "kovarex-enrichment-process" tech.
---------------------------------------------------------------------------------------------------
Version: 3.0.31
Date: 2025-06-03
  Changes:
    - Fixed AL farm icons being too big.
    - Fixed startup crash with YAFC. Resolves https://github.com/pyanodon/pybugreports/issues/1016
---------------------------------------------------------------------------------------------------
Version: 3.0.30
Date: 2025-06-02
  Changes:
    - Automatically resolve hidden technology issues with "processing-unit", "modules", "solar-energy", or "laser" techs. Resolves https://github.com/pyanodon/pybugreports/issues/1015. Resolves https://github.com/pyanodon/pybugreports/issues/1014
---------------------------------------------------------------------------------------------------
Version: 3.0.29
Date: 2025-6-1
  Changes:
    - Fixed crash on load with bobs logistics.
    - Fixed crash on load with aai signal transmission.
    - Fixed crash on load with ultimate belts space age.
    - Added hard version requirement on experimental factorio.
---------------------------------------------------------------------------------------------------
Version: 3.0.28
Date: 2025-6-1
  Changes:
    - Added missing translation for the "change-recipe-productivity" localised string.
    - Added hard data-stage error if post processing detects an impossible-to-research technology.
    - Adjust to name changes in Renai Transportation 2.1.4. Resolves https://github.com/pyanodon/pybugreports/issues/982
    - Fixed melonlib recipe functions could result in recipes that create 0x of a result.
    - pyAL plant and animal recipe autogeneration functions now properly prevent productivity duplication in most barrel recipes.
  Internal:
    - Removed unneeded part of recipe lib.
    - Added melonlib error with overriding a technologies' research_trigger.
---------------------------------------------------------------------------------------------------
Version: 3.0.27
Date: 2025-4-13
  Changes:
    - Fixed a crash with disabling ziplines when paired with renai transportation.
    - Fixed that alpha Dingrits couldn't be used in non turd recipes.
    - Attempted to avoid crash when loading with Bob's Mining. Resolves https://github.com/pyanodon/pybugreports/issues/942
---------------------------------------------------------------------------------------------------
Version: 3.0.26
Date: 2025-3-31
  Changes:
    - Fix crash with the compakt circuits mod. Resolves https://github.com/pyanodon/pybugreports/issues/912
    - Log active mods & settings for easier troubleshooting of logs
    - Fix compatibility with Bob's inserters 2.0. Resolves https://github.com/pyanodon/pybugreports/issues/941
---------------------------------------------------------------------------------------------------
Version: 3.0.25
Date: 2025-3-3
  Changes:
    - Improved internal farm speed calculator
---------------------------------------------------------------------------------------------------
Version: 3.0.24
Date: 2025-2-26
  Changes:
    - Migrated the internal name of the "vacuum-tube-electronics" technology to "electronics". Resolves https://github.com/pyanodon/pybugreports/issues/453
    - Migrated the internal name of the "railway-mk01" technology to "railway". Resolves https://github.com/pyanodon/pybugreports/issues/453
    - Fixed a crash with AAI loaders with setting "graphics only". Resolves https://github.com/pyanodon/pybugreports/issues/847
    - Barrels are now sorted at the end of item lists. Resolves https://github.com/pyanodon/pybugreports/issues/865
    - Updated Ukrainian translation.
---------------------------------------------------------------------------------------------------
Version: 3.0.23
Date: 2025-1-20
  Changes:
    - Fixed YAFC integration.
---------------------------------------------------------------------------------------------------
Version: 3.0.22
Date: 2025-1-20
  Changes:
    - Fixed multiple melonlib functions still check for .expensive and .normal. Resolves https://github.com/pyanodon/pybugreports/issues/773
    - Added compatibility with the compaktcircuit mod.
    - Added new melonlib function for great looking pipe connection graphics.
    - Fixed compatibility with aai-vehicles-miner whenever pyAL was not installed. Resolves https://github.com/pyanodon/pybugreports/issues/821
---------------------------------------------------------------------------------------------------
Version: 3.0.21
Date: 2025-1-2
  Changes:
    - French translation (by d-stephane)
    - Fixed all pyAL tiered recipes and slaughterhouses allowing prod when not on the allow list.
---------------------------------------------------------------------------------------------------
Version: 3.0.20
Date: 2024-12-18
  Changes:
    - Fixed crash with the "tapeline" mod.
---------------------------------------------------------------------------------------------------
Version: 3.0.19
Date: 2024-12-18
  Changes:
    - Adjusted autorecipes check for barrels. Affects Arqad Nest 3, 4 and Vonix Eggs 2, 3.
    - Added compatibility with UPS Friendly Nixie Tubes.
    - Fixed crash on load with factorio versions >= 2.0.26. Resolves https://github.com/pyanodon/pybugreports/issues/787
---------------------------------------------------------------------------------------------------
Version: 3.0.18
Date: 2024-11-29
  Changes:
    - FSM improvements.
    - Fix crash on load with some minable .results specs.
    - Added a setting to display recipe signals in combinators.
    - Fixed Incorrect Casting Icons. Resolves https://github.com/pyanodon/pybugreports/issues/738
    - Fixed crash with bobs inserters. Resolves https://github.com/pyanodon/pybugreports/issues/656
    - Fixed the steel axe tech unlock requirements. Resolves https://github.com/pyanodon/pybugreports/issues/630
    - Improved support for the undo queue.
    - Fixed automation science pack relying on steam power when PyBlock is installed. Resolves https://github.com/pyanodon/pybugreports/issues/704
---------------------------------------------------------------------------------------------------
Version: 3.0.17
Date: 2024-11-20
  Changes:
    - Fixed various issues in the tech tree. Resolves https://github.com/pyanodon/pybugreports/issues/634
    - Fixed crash in the py.add_corner_icon_to_recipe() function. Resolves https://github.com/pyanodon/pybugreports/issues/565
    - Added a finite state algorithm for machine animations to melonlib. Resolves https://github.com/pyanodon/pybugreports/issues/588
---------------------------------------------------------------------------------------------------
Version: 3.0.16
Date: 2024-11-18
  Changes:
    - Improved YAFC support. https://github.com/pyanodon/pypostprocessing/commit/e9e016a3ae5190422c1b88107b8f17728e0bb661
---------------------------------------------------------------------------------------------------
Version: 3.0.15
Date: 2024-11-14
  Changes:
    - Added custom module alt-mode draw instructions for every machine in the game.
---------------------------------------------------------------------------------------------------
Version: 3.0.14
Date: 2024-11-14
  Changes:
    - Fixed the cargo icon of construction bots is obscured by the bot itself. Resolves https://github.com/pyanodon/pybugreports/issues/698
    - Added support for the "show essential techs" checkbox in the tech tree.
    - Fixed most entities not having their next_upgrade field set.
    - Added space age as an optional dependency (no it's still not compatible).
---------------------------------------------------------------------------------------------------
Version: 3.0.13
Date: 2024-11-9
  Changes:
    - Fixed crash on load with the "renai transportation" mod.
    - Fixed 1000s of lines of log spam due to "unused property direction_count" and "unused property frame_count"
    - Migrated 1.1 drawing_box parameter into 2.0 drawing_box_vertical_extension for all machines.
    - Rewrote all code related to LuaEntity.circuit_wire_connection_points for all machines.
    - Added vehicle impact sound to all machines. Resolves https://github.com/pyanodon/pybugreports/issues/697
    - Removed all code related to FluidPrototype.base_flow_rate
    - Removed all code related to FluidPrototype.flow_to_energy_ratio
    - Removed all code related to FluidPrototype.pressure_to_speed_ratio
    - Fixed all code related to ProductPrototype.catalyst_amount into the 2.0 format.
    - Removed all code related to fluidbox.base_level.
    - Removed all code related to icon_mipmaps.
    - Removed all code related to AssemblingMachine.match_animation_speed_to_activity.
    - Deleted all code related to Module.limitation_blacklist
---------------------------------------------------------------------------------------------------
Version: 3.0.12
Date: 2024-11-7
  Changes:
    - Applied alt-mode scaling to large containers
    - Fixed feature flag check for library function :spoil
    - Added a specialized crash message explaining correct installation steps for when space age is installed.
    - Standardized the mod incompatiblity list across all py mods. Current list is "! wret-beacon-rebalance-mod", "! BigBags", "! ResearchFog", and "! omnimatter_energy"
---------------------------------------------------------------------------------------------------
Version: 3.0.11
Date: 2024-11-3
  Changes:
    - Fixed quality compat being a bit over-eager and deleting any recipes with "recycling" in the name.
---------------------------------------------------------------------------------------------------
Version: 3.0.10
Date: 2024-11-3
  Changes:
    - Ukrainian translation (by bootseller)
    - Added NOTHING
---------------------------------------------------------------------------------------------------
Version: 3.0.9
Date: 2024-11-1
  Changes:
    - Removed temporary technologies from PyBlock
    - Fuzz tested melonlib with a bajillion mods and fixed various data-stage crashes.
    - Removed code that was messing with other mods selection boxes.
---------------------------------------------------------------------------------------------------
Version: 3.0.8
Date: 2024-10-29
  Changes:
    - Renai Transportation technology fix.
    - Removed ash
---------------------------------------------------------------------------------------------------
Version: 3.0.7
Date: 2024-10-22
  Changes:
    - Changed code to reflect upstream internal name changes.
---------------------------------------------------------------------------------------------------
Version: 3.0.6
Date: 2024-10-21
  Changes:
    - All technologies now depend on "automation science pack" as the root node.
---------------------------------------------------------------------------------------------------
Version: 3.0.5
Date: 2024-10-21
  Changes:
    - Fixed a crash related to the upgrade planner.
---------------------------------------------------------------------------------------------------
Version: 3.0.4
Date: 2024-10-21
  Changes:
    - Fixed crash when paired with the editor extensions mod.
---------------------------------------------------------------------------------------------------
Version: 3.0.3
Date: 2024-10-21
  Changes:
    - Removed crashy compatibility patch with the nixie tubes mod.
---------------------------------------------------------------------------------------------------
Version: 3.0.2
Date: 2024-10-21
  Changes:
    - Fixed certian technologies missing tech prerequisites.
---------------------------------------------------------------------------------------------------
Version: 3.0.1
Date: 2024-10-21
  Changes:
    - updated ralesia name
---------------------------------------------------------------------------------------------------
Version: 3.0.0
Date: 2024-10-20
  Changes:
    - updated to factorio 2.0
---------------------------------------------------------------------------------------------------
Version: 0.2.27
Date: 2024-8-23
  Bugfixes:
    - Fix productivity blacklist being overly general and including recipes like empty barrels
    - add compatibility for minibuffer so its in automation science with storage tank tech
---------------------------------------------------------------------------------------------------
Version: 0.2.26
Date: 2024-8-7
  Changes:
    - Remove incompatibility with Science pack dependencies mod
---------------------------------------------------------------------------------------------------
Version: 0.2.25
Date: 2024-8-4
  Changes:
    - Fix crash on load with pyblock
---------------------------------------------------------------------------------------------------
Version: 0.2.24
Date: 2024-7-29
  Changes:
    - Whenever pyPP encounters a dependency cycle, it will now print the items involved in the cycle to the logs.
    - Added an incompatiblity with the science-pack-dependencies mod. (https://github.com/pyanodon/pybugreports/issues/505)
    - adjusted most entity recipe times for easier copy pasting to requester chests
---------------------------------------------------------------------------------------------------
Version: 0.2.23
Date: 2024-4-25
  Changes:
    - Changed the big inventory GUI startup setting from default OFF -> default ON
    - Added a new startup setting to compactify recipe descriptions. Default ON.
    - Ulric man is no longer shown in the "made-in" section of recipe tooltips.
---------------------------------------------------------------------------------------------------
Version: 0.2.22
Date: 2024-4-15
  Changes:
    - Made sure very early techs are not effected by tech cost multiplier (https://github.com/pyanodon/pybugreports/issues/467)
    - Fixed duplicate "affected-by-productivity" text on recipe descriptions when combined with the extended-descriptions mod.
    - Added open/close SFX to all machines (https://github.com/pyanodon/pybugreports/issues/421)
    - Fixed a crash with the transport drones compatibility
---------------------------------------------------------------------------------------------------
Version: 0.2.21
Date: 2024-4-1
  Changes:
    - Added some basic compatibility with Galdoc Manufacturing mod
---------------------------------------------------------------------------------------------------
Version: 0.2.20
Date: 2024-3-13
  Changes:
    - Added compatibility with Jetpacks mod
---------------------------------------------------------------------------------------------------
Version: 0.2.19
Date: 2024-2-28
  Changes:
    - Fix crash with pyCP is missing
    - Fix compatibility with Renai Transportation affecting exoskeleton recipe
---------------------------------------------------------------------------------------------------
Version: 0.2.18
Date: 2024-1-20
  Changes:
    - Capped the animation speed of all mining drills to stop them from spazzing out at one zillion% speed when given beacons.
---------------------------------------------------------------------------------------------------
Version: 0.2.17
Date: 2024-1-19
  Changes:
    - T.U.R.D. tech costs are now determined by their science packs unlocks only.
    - Fix crash when using a 'remove productivity limitation' mod
---------------------------------------------------------------------------------------------------
Version: 0.2.16
Date: 2024-1-8
  Changes:
    - Fixed crash with transport drones compatibility
    - Fixed crash with train factory mod
    - Removed the backup cache files, except for PyBlock
    - Added 'Affected by Productivity' to relavant recipe descriptions
---------------------------------------------------------------------------------------------------
Version: 0.2.15
Date: 2023-11-21
  Changes:
    - Fix accidentally linking unit.ingredients[n] between different techs (re-use of a table reference)
    - Fix crash on load caused by the above creating duplicate technology ingredients
    - fixed compatibility.lua being loaded after pyPP tech tree changes (https://github.com/pyanodon/pybugreports/issues/333)
    - added compatibiltiy for RenaiTransportation, AAI Loaders, and Transport drones mods
---------------------------------------------------------------------------------------------------
Version: 0.2.14
Date: 2023-10-8
  Changes:
    - add weak dependency on pyhardmode
    - Added support for ignore_in_pypp, which avoids the soot recipes breaking the tech tree.
    - Added support for decentralised cache files, allowing mods to use their own cache file.
    - Techs added by non-Py mods now also follow the model that later techs need more of the earlier science packs.
---------------------------------------------------------------------------------------------------
Version: 0.2.13
Date: 2023-9-16
  Changes:
    - Deactivated dev mode
---------------------------------------------------------------------------------------------------
Version: 0.2.12
Date: 2023-9-16
  Changes:
    - updated pyblock cache
---------------------------------------------------------------------------------------------------
Version: 0.2.11
Date: 2023-9-4
  Changes:
    - fix crash with cargo ships mod
    - fix crash caused by deadlocks stacking
    - fix crash caused by YAFC
    - fix issue with duplicate science packs crashes in bulk rail loader and train upgrader mods
    - updated pyblock cache with navens changes
---------------------------------------------------------------------------------------------------
Version: 0.2.10
Date: 2023-9-3
  Changes:
    - fixed too high food amounts in yafc integration for digosaur recipes
    - improve TURD support in yafc
    - all assembling machines will now have match_animation_speed_to_activity = false
---------------------------------------------------------------------------------------------------
Version: 0.2.9
Date: 2023-7-25
  Changes:
    - update chinese translation. (sdqwo)
    - improve ALT-mode icon size for the largest machines.
    - added optional big inventory GUI mode
    - added integration with YAFC (Simon Weinberger)
    - fixed unkown key error with "gear girl character" mod
---------------------------------------------------------------------------------------------------
Version: 0.2.8
Date: 2023-4-16
  Changes:
    - Updated tech tree cache for diet beacon science pack crash issue
---------------------------------------------------------------------------------------------------
Version: 0.2.7
Date: 2023-4-16
  Changes:
    - Updated tech tree cache for recent changes
    - added pyblock 2.0 tech tree cache
---------------------------------------------------------------------------------------------------
Version: 0.2.6
Date: 2023-3-28
  Changes:
    - Updated compatibility with the Bulk Rail Loader mod.
    - Prevented cages, barrels, canisters, ect from being duplicated with prod modules
---------------------------------------------------------------------------------------------------
Version: 0.2.5
Date: 2023-2-30
  Features:
    - Added a command, /check-technology-consistency, to fix techs if the player breaks them by adding/removing mods
  Changes:
    - Added compatibility with the Teleporters mod.
---------------------------------------------------------------------------------------------------
Version: 0.2.4
Date: 2023-1-31
  Changes:
    - Updated tech cache files with recent changes.
---------------------------------------------------------------------------------------------------
Version: 0.2.3
Date: 2023-1-5
  Changes:
    - fixed deadlock stacking error messages showing when they shouldn't
    - added cache me outside mode
    - fixed labs having the science packs in a random order
    - add compat with train upgrader mod
    - updated cached data with recent mod changes
---------------------------------------------------------------------------------------------------
Version: 0.2.2
Date: 2022-12-20
  Changes:
    - Fixed deadlock stacking error message not showing
    - Regenerated cache files
---------------------------------------------------------------------------------------------------
Version: 0.2.1
Date: 2022-12-14
  Changes:
    - bobs modules compatibilty
    - fixed deadlock stacking chemical fuels not giving ash
---------------------------------------------------------------------------------------------------
Version: 0.2.0
Date: 2022-12-7
  Changes:
    - Fixed huge lag when loading pymods
    - Fixed many crashes with other mods
    - added compatibilty for lighted poles with new electric pole techs
    - bobs modules compatibilty
    - fixed deadlock stacking chemical fuels not giving ash
---------------------------------------------------------------------------------------------------
Version: 0.1.2
Date: 2022-10-25
  Changes:
    - added compatibility for TinyStart
    - added compatibility for portals
    - added compatibility for No Hand Crafting Continued
---------------------------------------------------------------------------------------------------
Version: 0.1.1
Date: 2022-10-23
  Changes:
    - added compatibility for Clusterio
    - added compatibility for Subspace stroage
