Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
afc504c789 | ||
|
|
4590fa6b98 |
3 changed files with 7 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue