Compare commits
No commits in common. "1449e0a3d5d2c53de136d5196dcc0427bc8a5ebb" and "2dad6b648913d7ea786f6c8d60b32ee6cea112e8" have entirely different histories.
1449e0a3d5
...
2dad6b6489
|
@ -1,5 +1,36 @@
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 1.1.0
|
Version: 1.3.0
|
||||||
Date: 15.09.2024
|
Date: 15.09.2024
|
||||||
Major Features:
|
Major Features:
|
||||||
- Full rewrite supporting 1.1
|
- 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",
|
"name": "Baseless",
|
||||||
"version": "1.1.0",
|
"version": "1.3.0",
|
||||||
"title": "Baseless Mod",
|
"title": "Baseless Mod",
|
||||||
"description": "Defines missing prototypes required to launch the game",
|
"description": "Defines missing prototypes required to launch the game",
|
||||||
"author": "David Skrundz",
|
"author": "David Skrundz",
|
||||||
"contact": "david@skrundz.ca",
|
"contact": "david@skrundz.ca",
|
||||||
"homepage": "https://git.skrundz.dev/skrundztorio/baseless",
|
"homepage": "https://git.skrundz.dev/skrundztorio/Baseless",
|
||||||
"factorio_version": "1.1",
|
"factorio_version": "1.1",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"!base",
|
"!base",
|
||||||
|
|
Loading…
Reference in New Issue