Compare commits
No commits in common. "2dad6b648913d7ea786f6c8d60b32ee6cea112e8" and "1449e0a3d5d2c53de136d5196dcc0427bc8a5ebb" have entirely different histories.
2dad6b6489
...
1449e0a3d5
|
@ -1,36 +1,5 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.3.0
|
||||
Version: 1.1.0
|
||||
Date: 15.09.2024
|
||||
Major Features:
|
||||
- Full rewrite supporting 1.1
|
||||
- Add incompatibility with the base mod
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.2.0
|
||||
Date: 25.08.2023
|
||||
Features:
|
||||
- Throw an error if the base mod is enabled
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.1.1
|
||||
Date: 25.08.2023
|
||||
Bugfixes:
|
||||
- Belts require a positive speed
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.1.0
|
||||
Date: 16.01.2021
|
||||
Features:
|
||||
- Update for 1.1
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.0.0
|
||||
Date: 14.08.2020
|
||||
Features:
|
||||
- Update for 1.0
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.0.2
|
||||
Date: 11.08.2020
|
||||
Features:
|
||||
- Support 0.18.47 prototype changes
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.0.1
|
||||
Date: 26.04.2020
|
||||
Features:
|
||||
- Initial release
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "Baseless",
|
||||
"version": "1.3.0",
|
||||
"name": "baseless",
|
||||
"version": "1.1.0",
|
||||
"title": "Baseless Mod",
|
||||
"description": "Defines missing prototypes required to launch the game",
|
||||
"author": "David Skrundz",
|
||||
"contact": "david@skrundz.ca",
|
||||
"homepage": "https://git.skrundz.dev/skrundztorio/Baseless",
|
||||
"homepage": "https://git.skrundz.dev/skrundztorio/baseless",
|
||||
"factorio_version": "1.1",
|
||||
"dependencies": [
|
||||
"!base",
|
||||
|
|
Loading…
Reference in New Issue