We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d17b7f commit 191cdbeCopy full SHA for 191cdbe
1 file changed
internal/control-panel/registry.lua
@@ -68,7 +68,8 @@ COMMANDS_BY_IDX = {
68
-- bugfix tools
69
{command='adamantine-cloth-wear', help_command='tweak', group='bugfix', mode='tweak', default=true,
70
desc='Prevents adamantine clothing from wearing out while being worn.'},
71
- -- re-inserted below for non-Windows users (where the tweak doesn't work)
+ -- re-inserted below for non-Windows users (tweak can't load on Windows)
72
+ -- can be restored here once we solve issue #4292
73
-- {command='craft-age-wear', help_command='tweak', group='bugfix', mode='tweak', default=true,
74
-- desc='Allows items crafted from organic materials to wear out over time.'},
75
{command='fix/blood-del', group='bugfix', mode='run', default=true},
0 commit comments