From 1cdcc1c736b4d7b7953c4a6ae6cd42d86eb87a89 Mon Sep 17 00:00:00 2001 From: Brevven Date: Thu, 26 Dec 2024 16:32:40 -0800 Subject: [PATCH] jellynut seeds --- changelog.txt | 5 +++++ info.json | 2 +- titanium-recipe.lua | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 8caba1a..42d5377 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 2.0.6 +Date: 2024-12-27 + Changes: + - Gleba process now produces jellynut seeds to keep the farms planting. +--------------------------------------------------------------------------------------------------- Version: 2.0.5 Date: 2024-12-26 Changes: diff --git a/info.json b/info.json index 0e2e4bf..6a405b5 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bztitanium", - "version": "2.0.5", + "version": "2.0.6", "factorio_version": "2.0", "title": "Titanium", "author": "Brevven", diff --git a/titanium-recipe.lua b/titanium-recipe.lua index a9bcf2a..05d76a3 100644 --- a/titanium-recipe.lua +++ b/titanium-recipe.lua @@ -201,6 +201,7 @@ data:extend({ results = { {type = "item", name = "titanium-ore", amount = 5}, + {type = "item", name = "jellynut-seed", amount = 1, probability = 0.02}, {type = "item", name = "spoilage", amount = 10} }, crafting_machine_tint =