Перейти к содержимому
Mineforgian

Remember My Txt

Remember My Txt makes sure unrecognized values in the options.txt file get saved when changing other options, preventing things like losing keybinds when you are waiting for a mod to port to a newer version of Minecraft.

25K загрузок69 подписчиковMITfabric

Обновлён 13 мая 2026 г. · опубликован 11 июня 2022 г.

Remember My Txt

Remember My Txt makes sure unrecognized values in the options.txt file get saved when changing other options, preventing things like losing keybinds when you are waiting for a mod to port to a newer version of Minecraft.

So what's the problem?

The way options.txt works can be found here, but can be summed up as follows:

  1. Read the file
  2. Take only the values Minecraft wants
  3. Save only the values Minecraft has

Imagine you have a custom option called key_gui.xaero_toggle_waypoints in the options file. This option, along with many others, is usually handled by Minecraft if you have the fabric mod Xaero's Minimap installed.

The problem is when you don't have the mod on for even a single launch of Minecraft, the options.txt will lose the key_gui.xaero_toggle_waypoints option, or any other options that the mod provides. This can very easily happen when you update your Minecraft to a newer version, as you might not be able get all the mods you want immediately.

So what's the solution?

The solution is very simple. All unrecognized options will simply be remembered, hence the name of the mod. The remembered options which are not already recognized by Minecraft will then be saved along with the recognized ones.

Directly after minecraft loads options.txt, it temporarily stores all the options. At this point, Remember My Txt comes in and stores all those options in memory in a seperate set of options called the "unaccepted". For every single option that Minecraft actually reads, that options gets removed from the "unaccepted" options. After this, we have a list of options which we know Minecraft will not save to the options.txt. So when Minecraft starts to save options.txt again, we can use this list of unused options and put them back in the options.txt

Usage/Legal Notes

If you want to include this in your modpack, go ahead!

If you want to implement the code into your own mod, please ask permission first.

The license is MIT, so these rules do not have legal implications by any means, however I ask that you respect them.

I was unable to find a mod which accomplishes what this mod does, so apologies if it appears that I have stolen from another developer.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
v1.0.4+MC26.1.2Релиз26.1, 26.1.1, 26.1.2fabric13 мая 2026 г.Скачать (10 КБ)
v1.0.4+MC1.21.6Релиз1.21.8, 1.21.9, 1.21.10, 1.21.11fabric22 июня 2025 г.Скачать (10 КБ)
v1.0.3+MC1.21.5Релиз1.21.5fabric27 марта 2025 г.Скачать (10 КБ)
v1.0.2+MC1.20Релиз1.21.1, 1.21.2, 1.21.3, 1.21.4fabric10 июня 2024 г.Скачать (10 КБ)
v1.0.1+MC1.20Релиз1.20.3, 1.20.4, 1.20.5, 1.20.6fabric17 июля 2023 г.Скачать (10 КБ)
v1.0.0+MC1.20Релиз1.20, 1.20.1fabric7 июня 2023 г.Скачать (11 КБ)
v1.0.0+MC1.19Релиз1.19.1, 1.19.2, 1.19.3, 1.19.4fabric11 июня 2022 г.Скачать (11 КБ)
v1.0.0+MC1.18.2Релиз1.18.2fabric11 июня 2022 г.Скачать (11 КБ)

Ченджлог

v1.0.4+MC26.1.2Релиз26.1, 26.1.1, 26.1.2 · 13 мая 2026 г.

Port to 26.1.2

v1.0.4+MC1.21.6Релиз1.21.9, 1.21.10, 1.21.11 · 22 июня 2025 г.
  • Less brittle mixin
  • 1.21.6 as target version
v1.0.3+MC1.21.5Релиз1.21.5 · 27 марта 2025 г.
  • Update to MC 1.21.5
v1.0.2+MC1.20Релиз1.21.2, 1.21.3, 1.21.4 · 10 июня 2024 г.
  • Fixed first launch
v1.0.1+MC1.20Релиз1.20.4, 1.20.5, 1.20.6 · 17 июля 2023 г.
  • Updated project setup
  • Updated implementation to use safer mixins and potentially ensure mod compatibility
v1.0.0+MC1.20Релиз1.20, 1.20.1 · 7 июня 2023 г.

Updated to 1.20

Комментарии

Загружаем…