diff --git a/changelog.txt b/changelog.txt index a9e62fd..a9dffa6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4,6 +4,7 @@ Date: 2021-06-14 Features: - Rampant Industry compatibility - More Endgame Combat recipes + - Realistic Reactors --------------------------------------------------------------------------------------------------- Version: 0.1.1 Date: 2021-06-13 diff --git a/info.json b/info.json index ddc57f7..071bbe2 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bztungsten", - "version": "0.1.1", + "version": "0.1.2", "factorio_version": "1.1", "title": "Tungsten", "author": "Brevven", diff --git a/tungsten-recipe-updates.lua b/tungsten-recipe-updates.lua index f578db2..a36d043 100644 --- a/tungsten-recipe-updates.lua +++ b/tungsten-recipe-updates.lua @@ -301,6 +301,11 @@ util.add_ingredient("munda_big_machine", "tungsten-carbide", 32) util.add_prerequisite("munda_big_machine", "tungsten-processing") +-- Realistic reactors +util.add_ingredient("realistic-reactor", "tungsten-plate", 500) +util.add_ingredient("breeder-reactor", "tungsten-plate", 500) + + -- Asteroid mining function startswith(s, start)