Compare commits

...

2 commits
2.0.3 ... main

Author SHA1 Message Date
Simon Brodtmann
afc504c789 2.0.4 2025-11-08 21:17:11 +01:00
Simon Brodtmann
4590fa6b98 Fix hand craft only recipe name 2025-11-05 17:24:33 +01:00
3 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 2.0.4
Date: 08.11.2025
Bug Fixes:
- Fix recipe name
---------------------------------------------------------------------------------------------------
Version: 2.0.3
Date: 05.11.2025
Bug Fixes:

View file

@ -27,7 +27,7 @@ if util.me.handcraft() and not mods["aai-industry"] then
end
local hcec = futil.table.deepcopy(data.raw.recipe["electronic-circuit"])
hcec.name = "electronic-circuit-handcraft-only"
hcec.localized_name = { "item-name.electronic-circuit" }
hcec.localised_name = { "item-name.electronic-circuit" }
data:extend({hcec})
util.set_icons("electronic-circuit-handcraft-only",
{

View file

@ -1,6 +1,6 @@
{
"name": "bzgas2",
"version": "2.0.3",
"version": "2.0.4",
"factorio_version": "2.0",
"title": "Natural Gas",
"description": "Adds a natural gas resource, along with early game plastic.",