jellynut seeds
This commit is contained in:
parent
19d0a485f9
commit
1cdcc1c736
3 changed files with 7 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bztitanium",
|
||||
"version": "2.0.5",
|
||||
"version": "2.0.6",
|
||||
"factorio_version": "2.0",
|
||||
"title": "Titanium",
|
||||
"author": "Brevven",
|
||||
|
|
|
|||
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue