返回提交历史

XFEstudio/MCIndustry

修复相生电机无法发电的问题

e66c178
X
XFEstudio <mail@xfegzs.com>
提交于

代码差异

3 个文件 +5 -9
Modified content/blocks/磁铜相生电机.hjson +2 -4
@@ -1,5 +1,5 @@
1 1 {
2 type:PowerGenerator
2 type:ConsumeGenerator
3 3 name:磁铜相生电机
4 4 description:输入高能的磁铜以产生大量电力
5 5 size:2
@@ -7,7 +7,6 @@
7 7 hasItems:true
8 8 hasLiquids:false
9 9 powerProduction:25
10 minItemEfficiency:1
11 10 alwaysUnlocked: true
12 11 itemDuration:150
13 12 consumes:{
@@ -20,7 +19,6 @@
20 19 requirements:[copper/300
21 20 磁铜/50
22 21 ]
23 optional:true
24 22 category:power
25 23 research:铜相生电机
26 }
24 }
Modified content/blocks/铜相生电机.hjson +2 -4
@@ -1,5 +1,5 @@
1 1 {
2 type:PowerGenerator
2 type:ConsumeGenerator
3 3 name:铜相生电机
4 4 description:输入铜以少量发电
5 5 size:2
@@ -7,7 +7,6 @@
7 7 hasItems:true
8 8 hasLiquids:false
9 9 powerProduction:5
10 minItemEfficiency:1
11 10 itemDuration:75
12 11 alwaysUnlocked: true
13 12 consumes:{
@@ -19,7 +18,6 @@
19 18 }
20 19 requirements:[copper/50
21 20 ]
22 optional:true
23 21 category:power
24 22 research:磁铜工业
25 }
23 }
Modified mod.hjson +1 -1
@@ -2,6 +2,6 @@
2 2 name:磁铜工业
3 3 author:XFEstudio
4 4 "description":"[purple]磁铜工业,适合度过前期,以及为后期增加各类工厂工业制造模块,方便传输,增加新炮塔及工厂,全工业基于磁铜,持续测试中"
5 version:"BE_2.35"
5 version:"BE_2.36"
6 6 minGameVersion:136
7 7 }