Skip to content

Commit b5e17f8

Browse files
Merge pull request #53 from pyanodon/dev
- mark stellar expedition as incompatible (sorry not sorry) - reduce TBP usage in uranyl nitrate
2 parents ec457a6 + 4f00fba commit b5e17f8

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
---------------------------------------------------------------------------------------------------
2+
Version: 3.2.10
3+
Date: 2025-08-28
4+
Changes:
5+
- Marked Stellar Expedition as incompatible
6+
- Reduced TBP cost of Uranyl Nitrate from 15 -> 10, increased crafting time from 15 -> 42
7+
---------------------------------------------------------------------------------------------------
28
Version: 3.2.9
39
Date: 2025-08-23
410
Bugfixes:

info.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "PyBlock",
3-
"version": "3.2.9",
3+
"version": "3.2.10",
44
"factorio_version": "2.0",
55
"title": "PyBlock",
66
"author": "KingArthur",
@@ -10,6 +10,7 @@
1010
"dependencies": [
1111
"base >= 2.0",
1212
"pyalternativeenergy >= 3.0.0",
13-
"aai-loaders"
13+
"aai-loaders",
14+
"! pystellarexpedition"
1415
]
1516
}

prototypes/recipes/recipes-uranium.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,10 @@ RECIPE {
178178
name = "uranyl-nitrate",
179179
category = "scrubber",
180180
enabled = false,
181-
energy_required = 15,
181+
energy_required = 42,
182182
ingredients = {
183183
{type = "item", name = "nylon-rope-uranyl-soaked", amount = 4},
184-
{type = "item", name = "tbp", amount = 15},
184+
{type = "item", name = "tbp", amount = 10},
185185
},
186186
results = {
187187
{type = "item", name = "uranyl-nitrate", amount = 10, probability = .6},

0 commit comments

Comments
 (0)