Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Simon Brodtmann
5c14627761 2.0.5 2026-02-20 17:39:52 +01:00
Morganite
b2379caeec Add unlock for dirty-water-filtration-tantalite 2026-02-16 01:40:48 -06:00
3 changed files with 7 additions and 1 deletions

View file

@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 2.0.5
Date: 20.02.2026
Bug Fixes:
- Add unlock for dirty-water-filtration-tantalite (thanks Morganite)
---------------------------------------------------------------------------------------------------
Version: 2.0.4
Date: 25.12.2025
Changes:

View file

@ -1,6 +1,6 @@
{
"name": "Tantalite2",
"version": "2.0.4",
"version": "2.0.5",
"factorio_version": "2.0",
"title": "Tantalite",
"description": "Tantalite is a mod adding tantalum and niobium.\n\nThis mod is inspired by Brevven's BZ mods.",

View file

@ -112,6 +112,7 @@ data:extend(
})
util.add_effect("kr-enriched-ores", { type = "unlock-recipe", recipe = "enriched-tantalite" })
util.add_effect("kr-enriched-ores", { type = "unlock-recipe", recipe = "enriched-tantalite-smelting" })
util.add_effect("kr-enriched-ores", { type = "unlock-recipe", recipe = "dirty-water-filtration-tantalite" })
util.add_productivity("enriched-tantalite")