本篇教程由作者设定未经允许禁止转载。

本教程适用于1.12.2版本的通量网络

以下为通量网络配置文件(.minecraft/config/flux_networks.cfg),双斜线后内容为备注

# Configuration file

blacklists {
    # a blacklist for blocks which flux connections shouldn't connect to, use format 'modid:name@meta'
    S:"Block Connection Blacklist" <                             //通量网络方块连接黑名单
        actuallyadditions:block_phantom_energyface
     >

    # a blacklist for items which the Flux Controller shouldn't transfer to, use format 'modid:name@meta'
    S:"Item Transfer Blacklist" <                                    //通量网络无线充电黑名单
     >
}


client {
    # Displays: Transfer Limit & Priority etc [default: true]
    B:"Enable Advanced One Probe Info"=true                               //允许TOP模组查看高级通量网络信息

    # Displays: Network Name, Live Transfer Rate & Internal Buffer [default: true]
    B:"Enable Basic One Probe Info"=true                                       //允许TOP模组查看通量网络基本信息

    # Enable navigation buttons sound when pressing it [default: true]
    B:"Enable GUI Button Sound"=true                                            //开启通量网络GUI按键音效

    # Displays Advanced Info when sneaking only [default: true]
    B:"Enable sneaking to display Advanced One Probe Info"=true                //TOP模组仅在潜行时可查看通量网络高级信息
}


energy {
    #  [range: 0 ~ 2147483647, default: 1000000]
    I:"Basic Storage Capacity"=1000000                                //基础通量存储器容量

    #  [range: 0 ~ 2147483647, default: 20000]
    I:"Basic Storage Transfer"=20000                                //基础通量存储器传输速度

    # The default transfer limit of a flux connector [range: 0 ~ 2147483647, default: 800000]
    I:"Default Transfer Limit"=800000                                //默认情况下通量网络电力传输最大速度

    #  [range: 0 ~ 2147483647, default: 128000000]
    I:"Gargantuan Storage Capacity"=128000000                                //超大型通量存储器容量

    #  [range: 0 ~ 2147483647, default: 1440000]
    I:"Gargantuan Storage Transfer"=1440000                                    //超大型通量存储器传输速度

    #  [range: 0 ~ 2147483647, default: 8000000]
    I:"Herculean Storage Capacity"=8000000                                      //大型通量存储器容量

    #  [range: 0 ~ 2147483647, default: 120000]
    I:"Herculean Storage Transfer"=120000                                         //大型通量存储器传输速度
}


general {
    # Allows flux tiles to work as chunk loaders [default: true]
    B:"Allow Flux Chunk Loading"=true            //允许通量网络对区块进行常加载

    # Enables redstones being compressed with the bedrock and obsidian to get flux [default: true]
    B:"Enable Flux Recipe"=true                        //允许通过黑曜石与基岩压缩获取通量粉尘

    # Enables redstone being turned into Flux when dropped in fire. (Need "Enable Flux Recipe" = true, so the default recipe can't be disabled if turns this on) [default: false]
    B:"Enable Old Recipe"=false                        //启用旧合成表(红石扔进火中变为通量粉尘)
}


networks {
    # Allows someone to be a network super admin, otherwise, no one can access or dismantle your flux devices or delete your networks without permission [default: true]
    B:"Allow Network Super Admin"=true             //允许网络超级管理员(服务器建议打开,方便管理员管理玩家网络)

    # Maximum networks each player can have. -1 = no limit [range: -1 ~ 2147483647, default: 3]
    I:"Maximum Networks Per Player"=3               //每名玩家所允许建立的网络数量上限

    # See ops.json. If the player has permission level equal or greater to the value set here they will be able to Activate Super Admin. Setting this to 0 will allow anyone to active Super Admin. [range: 0 ~ 2147483647, default: 1]
    I:"Permission level required to activate Super Admin"=1             //有足够等级OP权限的管理员会成为通量网络超级管理员
}