jellynut seeds

This commit is contained in:
Brevven 2024-12-26 16:32:40 -08:00
parent 19d0a485f9
commit 1cdcc1c736
3 changed files with 7 additions and 1 deletions

View file

@ -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 Version: 2.0.5
Date: 2024-12-26 Date: 2024-12-26
Changes: Changes:

View file

@ -1,6 +1,6 @@
{ {
"name": "bztitanium", "name": "bztitanium",
"version": "2.0.5", "version": "2.0.6",
"factorio_version": "2.0", "factorio_version": "2.0",
"title": "Titanium", "title": "Titanium",
"author": "Brevven", "author": "Brevven",

View file

@ -201,6 +201,7 @@ data:extend({
results = results =
{ {
{type = "item", name = "titanium-ore", amount = 5}, {type = "item", name = "titanium-ore", amount = 5},
{type = "item", name = "jellynut-seed", amount = 1, probability = 0.02},
{type = "item", name = "spoilage", amount = 10} {type = "item", name = "spoilage", amount = 10}
}, },
crafting_machine_tint = crafting_machine_tint =