From 68b5b934387eef5a725db5aee4236dc045469ee4 Mon Sep 17 00:00:00 2001 From: Brevven Date: Sat, 4 Dec 2021 22:37:25 -0800 Subject: [PATCH] cargo ships --- changelog.txt | 5 +++++ info.json | 4 ++-- tungsten-recipe-updates.lua | 7 +++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index b5f4028..4662960 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 0.4.1 +Date: 2021-12-05 + Changes: + - Cargo Ships compatibility +--------------------------------------------------------------------------------------------------- Version: 0.4.0 Date: 2021-11-06 Changes: diff --git a/info.json b/info.json index eb05303..85bed05 100644 --- a/info.json +++ b/info.json @@ -1,5 +1,5 @@ { "name": "bztungsten", - "version": "0.4.0", + "version": "0.4.1", "factorio_version": "1.1", "title": "Tungsten", "author": "Brevven", @@ -13,6 +13,6 @@ "? DeadlockCrating", "? bzlead" ], - "description": "Adds tungsten ore (wolframite), tungsten plates, tungsten carbide and rocket engine nozzles to the base game.\n\nAvailable after green science, tungsten and the various intermediates are used throughout the vanilla game. Compatible with Space Exploration and Krastorio 2, as well as several other mods. More compatibility forthcoming." + "description": "Adds tungsten ore (wolframite), tungsten plates, tungsten carbide and rocket engine nozzles to the base game.\n\nAvailable after green science, tungsten and the various intermediates are used throughout the vanilla game.\nClampompatible with RSO, Space Exploration and Krastorio 2, and several other mods. Part of BZ Mods." } diff --git a/tungsten-recipe-updates.lua b/tungsten-recipe-updates.lua index 5adb714..39aaa50 100644 --- a/tungsten-recipe-updates.lua +++ b/tungsten-recipe-updates.lua @@ -420,3 +420,10 @@ util.add_ingredient("power-armor-mk3", "tungsten-plate", 20) -- Simply Power Armor Mk3 util.add_ingredient("simply-power-armor-mk3", "tungsten-plate", 20) + +-- Cargo Ships +util.add_prerequisite("water_transport_signals", "optics") +util.add_ingredient("buoy", "small-lamp", 1) +util.add_ingredient("chain_buoy", "small-lamp", 1) +util.add_ingredient("oil_rig", "tungsten-carbide", 5) +