This commit is contained in:
Simon Brodtmann 2025-10-21 15:24:52 +02:00
parent e889dbf7fb
commit c5f3a74a31
2 changed files with 11 additions and 4 deletions

View file

@ -1,4 +1,10 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 2.0.2
Date: 21.10.2025
Changes:
- Switch to bz mods forks
- Add incompatibility with Space Age
---------------------------------------------------------------------------------------------------
Version: 2.0.1 Version: 2.0.1
Date: 11.10.2025 Date: 11.10.2025
Bug Fixes: Bug Fixes:

View file

@ -1,8 +1,9 @@
{ {
"name": "Nylon2", "name": "Nylon2",
"version": "2.0.1", "version": "2.0.2",
"factorio_version": "2.0", "factorio_version": "2.0",
"title": "Nylon", "title": "Nylon",
"description": "This mod adds nylon and some chemical intermediates. \n\nThis mod is inspired by Brevven's BZ mods.",
"author": "Timeken, cackling fiend", "author": "Timeken, cackling fiend",
"homepage": "https://discord.gg/ufvFUJtVwk", "homepage": "https://discord.gg/ufvFUJtVwk",
"dependencies": [ "dependencies": [
@ -18,7 +19,7 @@
"? IfNickel-Updated", "? IfNickel-Updated",
"? Limestone2", "? Limestone2",
"? Krastorio2", "? Krastorio2",
"? space-exploration" "? space-exploration",
], "! space-age"
"description": "This mod adds nylon and some chemical intermediates. \n\nThis mod is inspired by Brevven's BZ mods." ]
} }