This commit is contained in:
Simon Brodtmann 2026-03-16 21:39:38 +01:00
parent e5f7c43cca
commit 3d12531636
2 changed files with 10 additions and 2 deletions

View file

@ -1,4 +1,12 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 2.1.0
Date: 16.03.2026
Changes:
- Switch to bzlib - Please install the new dependency
Bug Fixes:
- 248k: Fixes for 0.1.35 breaking changes
- SE: Fix scrap recycling
---------------------------------------------------------------------------------------------------
Version: 2.0.5 Version: 2.0.5
Date: 20.02.2026 Date: 20.02.2026
Bug Fixes: Bug Fixes:

View file

@ -1,6 +1,6 @@
{ {
"name": "Tantalite2", "name": "Tantalite2",
"version": "2.0.5", "version": "2.1.0",
"factorio_version": "2.0", "factorio_version": "2.0",
"title": "Tantalite", "title": "Tantalite",
"description": "Tantalite is a mod adding tantalum and niobium.\n\nThis mod is inspired by Brevven's BZ mods.", "description": "Tantalite is a mod adding tantalum and niobium.\n\nThis mod is inspired by Brevven's BZ mods.",
@ -9,7 +9,7 @@
"dependencies": [ "dependencies": [
"base >= 2.0.0", "base >= 2.0.0",
"bzlib", "bzlib",
"? 248k-Redux", "? 248k-Redux >= 0.1.35",
"? aai-industry", "? aai-industry",
"? aai-vehicles-miner", "? aai-vehicles-miner",
"? angelsaddons-cab", "? angelsaddons-cab",