Fixed recipe names, enhanced a recipe icon, updated the readme #1

Merged
cacklingfiend merged 9 commits from Hraukr/IntermediatesForYou2:main into main 2025-12-25 22:17:01 +01:00
Contributor

Fixed the recipe names for bronze-spring and elementium-heat-shielding.
Enhanced the bronze-spring icon.
Updated the readme.md file for the mod (Suitable for use on the mod page description as well)

Tested in-game with my current save and the changes seem to have taken.

This is my first pull request ever! I wanted to learn a bit of how Factorio works and wanted to see if I could help out in a way. Let me know if you have any comments or if I should do anything different.

Fixed the recipe names for bronze-spring and elementium-heat-shielding. Enhanced the bronze-spring icon. Updated the readme.md file for the mod (Suitable for use on the mod page description as well) Tested in-game with my current save and the changes seem to have taken. This is my first pull request ever! I wanted to learn a bit of how Factorio works and wanted to see if I could help out in a way. Let me know if you have any comments or if I should do anything different.
Hraukr added 4 commits 2025-12-13 02:56:29 +01:00
Fixes the name of the bronze spring recipe, reverting a previous attempt.
Adds a little bronze plate icon to the top left of the bronze-spring icon.
cacklingfiend approved these changes 2025-12-16 15:00:56 +01:00
cacklingfiend left a comment
Owner

Thanks for the PR. On small suggestion but I'll happily accept without any further change.

Thanks for the PR. On small suggestion but I'll happily accept without any further change.
@ -203,3 +203,3 @@
localised_name = { "item-name.bronze-spring" },
category = "crafting",
order = "s2[spring]",
icons = (mods["bztin2"] and

You could use data.raw.item["bronze-plate"].icon or data.raw.item["bronze-plate"].icons and data.raw.item["bronze-plate"].icons[1] (maybe make the item a variable) to be a bit more generic.

You could use `data.raw.item["bronze-plate"].icon or data.raw.item["bronze-plate"].icons and data.raw.item["bronze-plate"].icons[1]` (maybe make the item a variable) to be a bit more generic.
Author
Contributor

The bronze-spring recipe has been updated to use any existing bronze-spring item icon. Plus a few other changes.

The bronze-spring recipe has been updated to use any existing bronze-spring item icon. Plus a few other changes.
Author
Contributor

Thanks for the input. I looked at some of the other mods that had the overlaid icons to see how they did it and copied the syntax. Appreciate the suggestion with a better method and will look to integrate it shortly.

Feel free to accept the PR now if you wish, or wait until it has been updated with your suggestion.

Thanks for the input. I looked at some of the other mods that had the overlaid icons to see how they did it and copied the syntax. Appreciate the suggestion with a better method and will look to integrate it shortly. Feel free to accept the PR now if you wish, or wait until it has been updated with your suggestion.
Hraukr added 4 commits 2025-12-20 05:07:24 +01:00
Hraukr added 1 commit 2025-12-20 05:30:03 +01:00
cacklingfiend merged commit 520c60936d into main 2025-12-25 22:17:01 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: cacklingfiend/IntermediatesForYou2#1
No description provided.