安装该模组之后,打开游戏配置文件夹 config,然后打开teamreborn文件夹里面的ftb_beast_coin_miner文件夹,里面的config.cfg文件用记事本打开


# Configuration file


config {

    # This the amount of % per bucket that the fluid contributes to the overall bonus, example entry: 'water,0.1'. This example is saying per bucket of water put into the machine over a second a 10% price cut will be applied [Default=[]]

    S:beast_coin_fluid <

     >


    # Max bonus that adding fluid can provide [Default=0.99]

    D:beast_coin_max_bonus=1

}

 最后一行代码:    D:beast_coin_max_bonus=1【意思就是:一次提供的最大金币数量=1】 改为你想要的数字即可。

比如: D:beast_coin_max_bonus=100  就是,得到RF能量之后,货币矿机每过1秒会为您提供100金币。

注:后期提供金币的速度会明显下降,这对于这个配置无关。