1
0
mirror of https://github.com/Wyrrrd/EpicArtillerySounds.git synced 2026-06-09 17:30:26 +02:00

4 Commits

Author SHA1 Message Date
Wyrrrd e05e2b592a Re-add lightArtillery integration 2024-11-06 12:32:00 +01:00
Wyrrrd af82680ab9 Update README.md 2024-10-26 23:27:48 +02:00
Wyrrrd e5f6108f2a Migration to 2.0 2024-10-26 23:22:15 +02:00
Wyrrrd 0669a0ffd3 Add vscode to gitignore 2023-12-21 10:37:35 +01:00
5 changed files with 20 additions and 8 deletions
+1
View File
@@ -1 +1,2 @@
*.zip
.vscode/*
+1 -1
View File
@@ -12,4 +12,4 @@ This mod should just work, but I specifically added compatibility for the follow
### Credits
Thanks to [MadClown01](https://mods.factorio.com/user/MadClown01) for the [original mod](https://mods.factorio.com/mod/Epic-Artillery-Sounds).
Sound borrowed (then edited) from World of Tanks
Sound borrowed (then edited) from World of Tanks
+11
View File
@@ -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
Date: 2020-12-23
Features:
+2 -2
View File
@@ -14,5 +14,5 @@ data.raw.gun["artillery-wagon-cannon"].attack_parameters.sound =
-- integrations
require("integrations.bigger-artillery.data")
require("integrations.lightArtillery.data")
require("integrations.lightArtillery.data")
require("integrations.bigger-artillery.data")
+5 -5
View File
@@ -1,13 +1,13 @@
{
"name": "EpicArtillerySounds",
"version": "1.1.1",
"version": "2.0.1",
"title": "Epic Artillery Sounds",
"author": "Wyrrrd",
"factorio_version": "1.1",
"factorio_version": "2.0",
"dependencies": [
"base >= 1.1.0",
"? lightArtillery >= 0.5.20",
"? bigger-artillery >= 0.2.01"
"base >= 2.0.0",
"? lightArtillery >= 0.6.27",
"? bigger-artillery >= 0.7.1"
],
"description": "Bring the thunder to Factorio"
}