1
0
mirror of https://github.com/Wyrrrd/Rocket_Turrets.git synced 2026-03-26 15:49:48 +01:00

0.18 port

- Ported to 0.18
- Added german locale
- Added changelog file
- Renamed mod
- Matched versioning to Factorio versions
This commit is contained in:
Wyrrrd
2020-02-18 20:11:53 +01:00
parent aa95db9ef5
commit 2edc188795
32 changed files with 890 additions and 1 deletions

6
data.lua Normal file
View File

@@ -0,0 +1,6 @@
--data.lua
require("prototypes.entity")
require("prototypes.item")
require("prototypes.recipe")
require("prototypes.technology")