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

Open
Hraukr wants to merge 9 commits from Hraukr/IntermediatesForYou2:main into main
First-time 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
First-time 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
First-time 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
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u main:Hraukr-main
git checkout Hraukr-main

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff Hraukr-main
git checkout Hraukr-main
git rebase main
git checkout main
git merge --ff-only Hraukr-main
git checkout Hraukr-main
git rebase main
git checkout main
git merge --no-ff Hraukr-main
git checkout main
git merge --squash Hraukr-main
git checkout main
git merge --ff-only Hraukr-main
git checkout main
git merge Hraukr-main
git push origin main
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.