forked from cacklingfiend/Tantalite2
Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c14627761 | ||
|
|
b2379caeec |
3 changed files with 7 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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.",
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue