Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Date: ???
- Fixed Dutch locale translating two fluids to the same name. Resolves https://github.com/pyanodon/pybugreports/issues/1305
- Fixed beacons not being useable with YAFC and other planner mods. Resolves https://github.com/pyanodon/pybugreports/issues/1449
- Fixed codex search bar saving the search term when switching pages and closing the UI. Resolves https://github.com/pyanodon/pybugreports/issues/1409
- Fixed firearm magazine not being handcraftable. Resolves https://github.com/pyanodon/pybugreports/issues/1432
---------------------------------------------------------------------------------------------------
Version: 3.0.44
Date: 2025-12-28
Expand Down
2 changes: 1 addition & 1 deletion prototypes/recipes/recipes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ RECIPE {
RECIPE {
type = "recipe",
name = "firearm-magazine",
category = "crafting-with-fluid",
category = "crafting",
enabled = false,
energy_required = 5,
ingredients = {
Expand Down
Loading