Skip to content

Commit

Permalink
Merge pull request Anvil-Dev#842 from XeKr/releases/1.20.1
Browse files Browse the repository at this point in the history
修改手册电力单位,修改特斯拉塔gui
  • Loading branch information
Gu-ZT authored Jun 2, 2024
2 parents eea106d + df6dbe0 commit 371d5b9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"pages": [
{
"type": "patchouli:text",
"text": "The energy of this mod is power-based. If the power generated in the power grid is greater than or equal to the power consumed, all electrical appliances will work normally. Otherwise, it is overloaded and cannot work. The power grid is wireless in this mod, and the power supply range is provided by transmission poles, which connect generators and electrical appliances to the grid. The power unit is KW, which can be analogous to the actual megawatt, but there is no necessary connection."
"text": "The energy of this mod is power-based. If the power generated in the power grid is greater than or equal to the power consumed, all electrical appliances will work normally. Otherwise, it is overloaded and cannot work. The power grid is wireless in this mod, and the power supply range is provided by transmission poles, which connect generators and electrical appliances to the grid. The power unit is KW, which can be analogous to the actual kilowatt, but there is no necessary connection."
},
{
"type": "patchouli:crafting",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
{
"type": "patchouli:crafting",
"recipe":"anvilcraft:heater",
"text": "$(item)加热器$()耗电功率为8MW,加热上方方块,允许铁砧执行熔炼操作。"
"text": "$(item)加热器$()耗电功率为8KW,加热上方方块,允许铁砧执行熔炼操作。"
},
{
"type": "patchouli:crafting",
"recipe":"anvilcraft:auto_crafter",
"text": "$(item)自动合成器$()耗电功率为1MW,是原版合成器的加强版,可以设置过滤,有持续的红石信号就每1秒合成64下。"
"text": "$(item)自动合成器$()耗电功率为1KW,是原版合成器的加强版,可以设置过滤,有持续的红石信号就每1秒合成64下。"
},
{
"type": "patchouli:crafting",
"recipe":"anvilcraft:power_converter_big",
"text": "$(item)能量转换器$()根据大小,耗电功率分别为1MW,3MW,9MW,可以为其附着的方块提供FE/RF/AE能量,每MW功率产生80FE/t,但有10%损耗。(配置文件可以调整每MW功率转化的量以及损耗系数"
"text": "$(item)能量转换器$()根据大小,耗电功率分别为1KW,3KW,9KW,可以为其附着的方块提供FE/RF/AE能量,每KW功率产生80FE/t,但有10%损耗。(配置文件可以调整每KW功率转化的量以及损耗系数"
},
{
"type": "patchouli:crafting",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"pages": [
{
"type": "patchouli:text",
"text": "本模组电能是功率化的,电网中发电功率大于等于用电功率则所有用电器正常工作,反之则过载而无法工作。本模组电网是无线的,由输电杆提供供电范围,将发电器和用电器接入电网。功率单位为MW,可类比于现实的兆瓦,但无必然联系。"
"text": "本模组电能是功率化的,电网中发电功率大于等于用电功率则所有用电器正常工作,反之则过载而无法工作。本模组电网是无线的,由输电杆提供供电范围,将发电器和用电器接入电网。功率单位为KW,可类比于现实的千瓦,但无必然联系。"
},
{
"type": "patchouli:crafting",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 371d5b9

Please sign in to comment.