Skip to content

Commit c142a76

Browse files
authored
Merge pull request #1311 from Birkow/tweak/material_size_for_melting
Add realistic-melting tweak to control-panel registry
2 parents 919863f + 546d6db commit c142a76

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Template for new versions:
3333
## Fixes
3434

3535
## Misc Improvements
36+
- `control-panel`: Add realistic-melting tweak to control-panel registry
3637

3738
- `idle-crafting`: also support making shell crafts for workshops with linked input stockpiles
3839

internal/control-panel/registry.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ COMMANDS_BY_IDX = {
125125
{command='partial-items', help_command='tweak', group='gameplay', mode='tweak', default=true,
126126
desc='Displays percentages on partially-consumed items like hospital cloth.'},
127127
{command='pop-control', group='gameplay', mode='enable'},
128+
{command='realistic-melting', help_command='tweak', group='gameplay', mode='tweak',
129+
desc='Adjust selected item types melt return for all metals to ~95% of forging cost. Reduce melt return by 10% per wear level.'},
128130
{command='starvingdead', group='gameplay', mode='enable'},
129131
{command='timestream', group='gameplay', mode='enable'},
130132
{command='work-now', group='gameplay', mode='enable'},

0 commit comments

Comments
 (0)