diff --git a/changelog.txt b/changelog.txt index 0606fc4..05540c2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,10 @@ --------------------------------------------------------------------------------------------------- +Version: 0.3.15 +Date: 2022-08-02 + Changes: + - Transport Drones recipes + - Asteroid Mining compatibility +--------------------------------------------------------------------------------------------------- Version: 0.3.14 Date: 2022-07-31 Localization: diff --git a/data-updates.lua b/data-updates.lua index 44e4386..b76d343 100644 --- a/data-updates.lua +++ b/data-updates.lua @@ -32,6 +32,11 @@ if data.raw.resource["copper-ore"] then } end end + +if mods.Asteroid_Mining then + require("__Asteroid_Mining__.scripts.addmodule") + amfunc.addtype("aluminum-ore", {a = 0,r = 0.58,g = 0.6,b = 0.56}) +end -- Must be last util.create_list() diff --git a/info.json b/info.json index 13f0bd6..38e13e9 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bzaluminum", - "version": "0.3.14", + "version": "0.3.15", "factorio_version": "1.1", "title": "Aluminum", "author": "Brevven",