From 748d1f74bf514ed8126e16511095d07d8a0b1a90 Mon Sep 17 00:00:00 2001 From: Brevven Date: Fri, 23 Dec 2022 16:50:36 -0800 Subject: [PATCH] credit --- changelog.txt | 5 ++++- data-updates.lua | 1 + info.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 81df49b..1b8b867 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,8 +1,11 @@ --------------------------------------------------------------------------------------------------- Version: 0.6.13 Date: 2022-12-24 + Fixes: + - Modules for GDIW, etc Localization: - - DE updates thanks to NathanU + - de updates thanks to NathanU + - zh updates thanks to sunnytan53 --------------------------------------------------------------------------------------------------- Version: 0.6.12 Date: 2022-10-11 diff --git a/data-updates.lua b/data-updates.lua index 5cfb80e..9842746 100644 --- a/data-updates.lua +++ b/data-updates.lua @@ -5,6 +5,7 @@ require("map-gen-preset-updates") require("omni") require("strange-matter") require("zircon-rocks") +require("modules") local util = require("data-util"); diff --git a/info.json b/info.json index 2ed2356..481006d 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bzzirconium", - "version": "0.6.12", + "version": "0.6.13", "factorio_version": "1.1", "title": "Zirconium", "author": "Brevven",