From 7521efc4a77c79e8e6b1f0994b59da40abfebc9e Mon Sep 17 00:00:00 2001 From: Brevven Date: Tue, 13 Apr 2021 01:23:08 -0700 Subject: [PATCH] modmash splinter gold lds --- changelog.txt | 5 +++++ info.json | 5 +++-- titanium-recipe-final.lua | 4 ++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 9f486ba..58a09ee 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 0.10.7 +Date: 2021-04-13 + Features: + - Modmash splinter gold LDS recipe +--------------------------------------------------------------------------------------------------- Version: 0.10.6 Date: 2021-03-18 Fixes: diff --git a/info.json b/info.json index 0fca5af..06fec41 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bztitanium", - "version": "0.10.6", + "version": "0.10.7", "factorio_version": "1.1", "title": "Titanium", "author": "Brevven", @@ -17,7 +17,8 @@ "? Deadlock-SE-bridge", "? deadlock-beltboxes-loaders", "? DeadlockCrating", - "? modmashsplinterresources" + "? modmashsplinterresources", + "! nullius" ], "description": "Adds titanium to the base game.\n\nTitanium is used in Low Density Structures, Flying Robot Frames and a few other places.\n\nCompatible with Krastorio 2, Space Exploration, Aircraft, 5Dim's, FE+ and other mods." } diff --git a/titanium-recipe-final.lua b/titanium-recipe-final.lua index 1b0ffdb..bcac9c1 100644 --- a/titanium-recipe-final.lua +++ b/titanium-recipe-final.lua @@ -4,6 +4,10 @@ local util = require("__bztitanium__.data-util"); util.steel_to_titanium("low-density-structure") +if mods["modmashsplintergold"] then + util.steel_to_titanium("low-density-structure-with-gold") +end + if not mods["bobrevamp"] then util.add_titanium_prerequisite("low-density-structure") end