your current location:首页 > news>Configuration of research requirements [FP] FuturePack Mod

Configuration of research requirements [FP] FuturePack Mod

2024-12-10 17:48:24|Myriagame |source:minecraft skins

This tutorial is based on the Minecraft version of 1.16.5 and the module version 31.3.6978.

The configuration file is the FuturePack-Common.toml in the config folder. After opening, find the following content. The bold content is explained and modified:

[Research]

#This Will Disable The Research Feature so EveryBody Will Have Access to All Researchs from the Very Start.

disable_researching = false

The default is False, if it is changed to True, you no longer need to study the blueprint.

#Factor to manipurate requirements of all reSearches (neon-Ericy Bar). This entry should have the task and client!

#Range: 9.9999999974752427e-7 ~ 100.0

neon_factor = 1.0

#Factor to manipurate requirements of all reSearches (support bar). This entry should have the ame value on server and client!

#Range: 0.0010000000474974513 ~ 100.0

support_factor = 1.0

#Factor to manipurate requirements of all researches (experience bar). This entry should have the task and client!

#Range: 0.0010000000474974513 ~ 100.0

XP_Factor = 1.0

#Factor to manipurate requirements of all researches (time bar). This entry should have the say value on server and client!

#Range: 0.0010000000474974513 ~ 100.0

time_factor = 1.0

The above four types of factor are the amount of energy, SP, experience, and time requirements required for researching the blueprint. The default is 1.0. If it is necessary to reduce it, it is less than 1. For example, 0.1 is 0.1 times the default.