feat: Allow breaking itemstacks even further for faster repo reloads

This commit is contained in:
Linnea Gräf
2025-06-22 16:09:43 +02:00
parent 7c45e48050
commit cbc8eff63a
19 changed files with 128 additions and 25 deletions

View File

@@ -248,6 +248,11 @@
"firmament.config.repo.disable-item-groups.description": "Disabling item groups can increase performance, but will no longer collect similar items (like minions, enchantments) together.",
"firmament.config.repo.enable-super-craft": "Always use Super Craft",
"firmament.config.repo.enable-super-craft.description": "Always use super craft when clicking the craft button in REI, instead of just when holding shift.",
"firmament.config.repo.perfect-renders": "Perfect Render",
"firmament.config.repo.perfect-renders.choice.nothing": "Broken (Fastest)",
"firmament.config.repo.perfect-renders.choice.render": "Fixed Visual (Fast)",
"firmament.config.repo.perfect-renders.choice.render_and_text": "Perfect (Slowest)",
"firmament.config.repo.perfect-renders.description": "Speed up item list loading by allowing items to be loaded in partially incorrectly at first. They will be corrected down the line when the background reload completes.",
"firmament.config.repo.redownload": "Redownload Item List",
"firmament.config.repo.redownload.description": "Force re-download the item list. This is automatically done on restart.",
"firmament.config.repo.reload": "Reload Item List",