此教程基于minecraft版本1.16.5,模组版本31.3.6978。

配置文件为 config 文件夹内 futurepack-common.toml ,打开后找到以下内容,加粗内容为讲解及修改:


[research]

#This will disable the research feature so everybody will have access to all researches from the very start.

disable_researching = false

默认为false,如改为true则不再需要研究蓝图。


#Factor to manipulate requirements of all Researches (Neon-Energy Bar). This entry should have the same value on server and client!

#Range: 9.999999974752427E-7 ~ 100.0

neon_factor = 1.0

#Factor to manipulate requirements of all Researches (Support Bar). This entry should have the same value on server and client!

#Range: 0.0010000000474974513 ~ 100.0

support_factor = 1.0

#Factor to manipulate requirements of all Researches (Experience Bar). This entry should have the same value on server and client!

#Range: 0.0010000000474974513 ~ 100.0

xp_factor = 1.0

#Factor to manipulate requirements of all Researches (Time Bar). This entry should have the same value on server and client!

#Range: 0.0010000000474974513 ~ 100.0

time_factor = 1.0

上述4种factor,分别为研究蓝图所需的氖能量、SP、经验、时间需求倍率,默认为1.0,如需减少则改为小于1,比如0.1则所有需求为默认的0.1倍。