叠甲,本教程使用以下mod版本进行操作,未测试其他版本运行情况,不能保证其他版本能正常使用!!!
Thermal Foundation 11.0.6(1.20.1)
Thermal Expansion 11.0.1(1.20.1)
Thermal Foundation 9.2.0.46(1.18.2)
Thermal Expansion 9.2.0.20(1.18.2)
本教程测试成功案例:
All The Mod 7 - To The Sky
All The Mod 9 - To The Sky
不必多说,你需要一个好用的文本编辑器
周知所众,热力系列的高版本1.15.2+的配置文件被分成了两个部分存到了整合包根目录下的config文件夹以及游戏存档目录下的serverconfig文件夹
即未开启版本隔离的.minecraft\config |.minecraft\saves\*\serverconfig
以及开启版本隔离的.minecraft\versions\*\config | .minecraft\versions\*\saves\*\serverconfig
整合包根目录文件夹下所能配置的选项极少,仅能提供设置音效事件、节日事件以及热力本体矿物是否在世界中生成
而游戏存档目录下的配置文件选项极多,我们需要修改的是文件中的全局设置Global Options
以下为我个人翻译后的配置文件原文
#If TRUE, Redstone Flux will act as its own energy system and will NOT be interoperable with 'Forge Energy' - only enable this if you absolutely know what you are doing and want the Thermal Series to use a unique energy system.
#如果设置为true,将使用RF作为机器的能量来源而不是'Forge Energy'(即FE),如果你希望热力使用独特的能量系统时才能启用此功能
"Standalone Redstone Flux" = false
#If TRUE, most Thermal Blocks will retain Energy when dropped.
#如果设置为true,大多数机器在掉落时会保留内部的能量(没测试过哪些机器可以生效)
#This setting does not control ALL blocks.
#这个设置不会控制所有的方块(需要与其他设置配合)
"Blocks Retain Energy" = true
#If TRUE, most Thermal Blocks will retain Inventory Contents when dropped.
#如果设置为true,机器在掉落时仍可保留其机器内部的内容物
#This setting does not control ALL blocks.
"Blocks Retain Inventory" = false
#If TRUE, most Thermal Blocks will retain Tank Contents when dropped.
#如果设置为true,机器在掉落时仍可保留其槽位内的流体
#This setting does not control ALL blocks.
"Blocks Retain Tank Contents" = false
#If TRUE, Thermal Blocks will retain Augments when dropped.
#如果设置为true,机器在掉落时仍可保留其升级槽内的物品
"Blocks Retain Augments" = true
#If TRUE, Thermal Blocks will retain Redstone Control configuration when dropped.
#如果设置为true,机器在掉落时将保留红石控制的配置
"Blocks Retain Redstone Control" = true
#If TRUE, Thermal Blocks will retain Side configuration when dropped.
#如果设置为true,机器在放置时保留之前设置的方块面配置(即每个面的输入输出禁用配置)
"Blocks Retain Side Configuration" = true
#If TRUE, Thermal Blocks will retain Transfer Control configuration when dropped.
#如果设置为true,机器在放置时保留之前设置的自动配置(即自动输入输出开关配置)
"Blocks Retain Transfer Control" = true
第一条配置应该还是跟随1.12版本的能源炉发的是RF电,机器可以用FE电或者RF电的配置
那么如何将修改后的配置文件应用到全局存档呢?
安装以下mod
这个mod会在游戏根目录中创建一个"defaultoptions"文件夹,我们只需要将测试存档serverconfig配置文件修改好后将文件复制到这个mod创建的defaultoptions文件夹内如何重启游戏即可将你修改后的配置文件应用到全局存档新建的存档老存档还是需要手动改
到此教程结束,过几天应该会更新其他的TS教程