Skip to content

Commit

Permalink
Reduced the time to craft a caravan outpost from 50 seconds -> 1 second.
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Nov 13, 2024
1 parent 78ee055 commit 159e38c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Date: ?
- Fixed crawdad not eating a new piece of food to continue to fuel modules even when both slots have stacks of food loaded. Resolves https://github.com/pyanodon/pybugreports/issues/563
- Crawdad, dingrido, and phadaisus now support automated logistics requests.
- Bedding recipes now allow productivity modules.
- Reduced the time to craft a caravan outpost from 50 seconds -> 1 second.
- Fixed that the biofluid network vessels were effected by the max extent parameter. Adjusted max extent to 2,000,000 tiles.
TURD:
- Nerfed prod % for sawblade modules. MK01: 25% -> 5%, MK02: 25% -> 7%, MK03: 25% -> 10%, MK04: 25% -> 12%.
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pyalienlife",
"version": "3.0.20",
"version": "3.0.21",
"factorio_version": "2.0",
"title": "Pyanodons AlienLife",
"author": "Pyanodon, Nexela, Kingarthur, notnotmelon, Mootykins, ShadowGlass, Archezekiel, Quintuple",
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/outpost.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local util = require "util"
RECIPE {
type = "recipe",
name = "outpost",
energy_required = 50,
energy_required = 1,
category = "crafting",
enabled = false,
ingredients = {
Expand Down

0 comments on commit 159e38c

Please sign in to comment.