mirror of
https://github.com/Wyrrrd/EpicArtillerySounds.git
synced 2026-07-20 03:30:43 +02:00
Compare commits
3
Commits
0669a0ffd3
...
v2.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e05e2b592a | ||
|
|
af82680ab9 | ||
|
|
e5f6108f2a |
@@ -1,4 +1,15 @@
|
|||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 2.0.1
|
||||||
|
Date: 2024-11-06
|
||||||
|
Features:
|
||||||
|
- Re-added integration for Light Artillery
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 2.0.0
|
||||||
|
Date: 24-10-26
|
||||||
|
Changes:
|
||||||
|
- Version bump for base game 2.0
|
||||||
|
- Drop integration with "Light Artillery", since it is not updated
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 1.1.1
|
Version: 1.1.1
|
||||||
Date: 2020-12-23
|
Date: 2020-12-23
|
||||||
Features:
|
Features:
|
||||||
|
|||||||
@@ -14,5 +14,5 @@ data.raw.gun["artillery-wagon-cannon"].attack_parameters.sound =
|
|||||||
|
|
||||||
-- integrations
|
-- integrations
|
||||||
|
|
||||||
require("integrations.bigger-artillery.data")
|
|
||||||
require("integrations.lightArtillery.data")
|
require("integrations.lightArtillery.data")
|
||||||
|
require("integrations.bigger-artillery.data")
|
||||||
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "EpicArtillerySounds",
|
"name": "EpicArtillerySounds",
|
||||||
"version": "1.1.1",
|
"version": "2.0.1",
|
||||||
"title": "Epic Artillery Sounds",
|
"title": "Epic Artillery Sounds",
|
||||||
"author": "Wyrrrd",
|
"author": "Wyrrrd",
|
||||||
"factorio_version": "1.1",
|
"factorio_version": "2.0",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"base >= 1.1.0",
|
"base >= 2.0.0",
|
||||||
"? lightArtillery >= 0.5.20",
|
"? lightArtillery >= 0.6.27",
|
||||||
"? bigger-artillery >= 0.2.01"
|
"? bigger-artillery >= 0.7.1"
|
||||||
],
|
],
|
||||||
"description": "Bring the thunder to Factorio"
|
"description": "Bring the thunder to Factorio"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user