Skip to content

Commit

Permalink
Add missing locale for belt stack technology
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Oct 18, 2024
1 parent 800a062 commit 10ad83d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions locale/en/locale.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ syngas=Unlocks a higher-octane, multipurpose fuel synthesised from coal gas. Or
pyrrhic=Research this technology to win the game\n\n"Did you do it?"\n"Yes."\n"What did it cost?"\n"...Everything."
belt-capacity=Increase the height of layered stacks of items on transport belts.

[modifier-description]
belt-stack-size-bonus=Transport belt capacity: +__1__

[recipe-name]
coal-gas=Coal gas from coal
coal-gas-from-wood=Coal gas from wood
Expand Down
1 change: 1 addition & 0 deletions prototypes/technologies/stacking-belts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ for _, science in pairs(science_packs_that_unlock_belt_stacking) do
}

data:extend{tech}
i = i + 1

::continue::
end

0 comments on commit 10ad83d

Please sign in to comment.