我的世界自动连点器配置文件说明
说明:
紫色文字为配置文件的翻译内容;
蓝色文字为对加粗字体的解释;
红色文字是对可更改部分(斜体)的解释(如可填写类型等)。
general {
# If the old textures are used. [default: false]
#是否使用旧材质(自动连点器拥有新旧两个材质),默认 = false。
B:”Classic Textures“=false #是否使用旧材质,可填写:true/false
#经典材质(旧材质)。
# How much power the auto clicker can store. Also the max input rate. Unused if “Uses RF” = false [range: 0 ~ 2147483647, default: 50000]
#自动连点器的最大能量存储。也是最大能量输入速率,默认 = 50000。(需开启使用能量)。
I:”Max Power Storage“=50000 #可填写数字,范围:0 ~ 2147483647
#最大能量存储。
# How often, in ticks, the power value of the TE will be synced with the GUI. [range: 1 ~ 2147483647, default: 10]
#自动连点器的GUI对能量进行显示更新的频率,(单位为刻)。默认 = 10刻。
I:”Power Update Frequency“=10 #可填写数字,范围:0 ~ 2147483647
#能量更新频率。
# The RF cost per tick for each speed, from 0-8. Must have 9 values. Unused if “Uses RF” = false [default: [0], [3], [5], [10], [25], [50], [100], [250], [500]]
#每个速度的每刻的 RF 消耗,从 0 到 8。 必须有 9 个值。(需开启使用能量)。
S:”RF Costs” <
#能量消耗。
0
3
5
10
25
50
100
250
500
#可填写数字
>
# The possible speeds of the auto clicker, from 0-8. Must have 9 values. [default: [500], [200], [100], [50], [20], [10], [5], [2], [1]]
#自动连点器的点击速度,从 0 到 8。 必须有 9 个值。
S:Speeds <
#点击速度。
500
200
100
50
20
10
5
2
1
#可填写数字
>
# If the auto clicker uses RF [default: false]
#自动连点器是否使用能量(默认: false)。
B:”Uses RF“=false #是否使用能量,可填写:true/false
#使用能量。
}