概述
这个模组提供一个简单的功能:如果某个选项文件不存在,则会使用玩家提供的默认选项。
存在非官方 Forge 移植(1.17.1-1.20.2):[YOSBY] Your Options Shall Be Yours。
示例 1(options.txt)
创建文件 /config/yosbr/options.txt;
将默认配置放入其中后启动游戏;
此时如果 /options.txt 不存在,
模组会将 /config/yosbr/options.txt
复制到 /options.txt 。
示例 2(config/roughlyenoughitems/config.json5)
创建文件 /config/yosbr/config/roughlyenoughitems/config.json5 ;
将默认配置放入其中后启动游戏;
此时如果 /config/roughlyenoughitems/config.json5 不存在,
模组会将 /config/yosbr/config/roughlyenoughitems/config.json5
复制到 /config/roughlyenoughitems/config.json5 。