mirror of
https://github.com/Wyrrrd/EpicArtillerySounds.git
synced 2026-06-10 17:58:34 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8bc01fca19 | |||
| dd010556eb |
@@ -10,5 +10,5 @@ This mod should just work, but I specifically added compatibility for the follow
|
|||||||
+ [Light Artillery](https://mods.factorio.com/mod/lightArtillery) - also added sound to turret and wagon
|
+ [Light Artillery](https://mods.factorio.com/mod/lightArtillery) - also added sound to turret and wagon
|
||||||
|
|
||||||
### Credits
|
### Credits
|
||||||
+ Thanks to [MadClown01](https://mods.factorio.com/user/MadClown01) for the [original mod](https://mods.factorio.com/mod/Epic-Artillery-Sounds).
|
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
|
||||||
@@ -1,4 +1,9 @@
|
|||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 1.1.0
|
||||||
|
Date: 2020-12-02
|
||||||
|
Changes:
|
||||||
|
- Version bump for base game 1.1
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 0.18.1
|
Version: 0.18.1
|
||||||
Date: 2020-03-23
|
Date: 2020-03-23
|
||||||
Features:
|
Features:
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "EpicArtillerySounds",
|
"name": "EpicArtillerySounds",
|
||||||
"version": "0.18.1",
|
"version": "1.1.0",
|
||||||
"title": "Epic Artillery Sounds",
|
"title": "Epic Artillery Sounds",
|
||||||
"author": "Wyrrrd",
|
"author": "Wyrrrd",
|
||||||
"factorio_version": "0.18",
|
"factorio_version": "1.1",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"base >= 0.18",
|
"base >= 1.1.0",
|
||||||
"? lightArtillery >= 0.2.7"
|
"? lightArtillery >= 0.2.7"
|
||||||
],
|
],
|
||||||
"description": "Bring the thunder to Factorio"
|
"description": "Bring the thunder to Factorio"
|
||||||
|
|||||||
Reference in New Issue
Block a user