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

Open
Hraukr wants to merge 9 commits from Hraukr/IntermediatesForYou2:main into main
Showing only changes of commit 776584841c - Show all commits

View file

@ -202,6 +202,14 @@ data:extend({
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.

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.
{
{ icon = "__IntermediatesForYou2__/graphics/icons/spring.png", icon_size = 64 },
{ icon = "__bztin2__/graphics/icons/bronze-plate.png", icon_size = 128, scale = 0.125, shift = { -8, -8 } },
} or {
{ icon = "__IntermediatesForYou2__/graphics/icons/spring.png", icon_size = 128 }
}
),
enabled = false,
energy_required = 2,
ingredients = {{type="item", name="bronze-plate", amount=1}},