Skip to content

Commit 1bed937

Browse files
committed
Fix Building Gadget
1 parent 2c70a28 commit 1bed937

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

overrides/config/Building Gadgets.cfg

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ general {
4949
S:"Blacklisted Blocks" <
5050
minecraft:.*_door.*
5151
minecraft:piston_head
52-
astralsorcery:blockflarelight
52+
minecraft:reeds
53+
*:*torch*
54+
*:*flower*
5355
>
5456
}
5557

@@ -63,7 +65,7 @@ general {
6365
# The max energy of Building, Exchanging & Copy-Paste Gadget
6466
# Min: 0
6567
# Max: 2147483647
66-
I:"Maximum Energy"=2147483647
68+
I:"Maximum Energy"=800000
6769

6870
# The max range of the Gadgets
6971
# Min: 1
@@ -85,7 +87,7 @@ general {
8587
# The Gadget's Durability (0 means no durability is used) (Ignored if powered by FE)
8688
# Min: 0
8789
# Max: 100000
88-
I:Durability=100000
90+
I:Durability=500
8991

9092
# The Gadget's Energy cost per Operation
9193
# Min: 0
@@ -108,7 +110,7 @@ general {
108110
# The Gadget's Durability (0 means no durability is used) (Ignored if powered by FE)
109111
# Min: 0
110112
# Max: 100000
111-
I:Durability=100000
113+
I:Durability=500
112114

113115
# The Gadget's Energy cost per Operation
114116
# Min: 0
@@ -126,12 +128,12 @@ general {
126128
# The Gadget's Damage cost per Operation
127129
# Min: 0
128130
# Max: 2000
129-
I:"Damage Cost"=2
131+
I:"Damage Cost"=4
130132

131133
# The Gadget's Durability (0 means no durability is used) (Ignored if powered by FE)
132134
# Min: 0
133135
# Max: 100000
134-
I:Durability=100000
136+
I:Durability=500
135137

136138
# The Gadget's Energy cost per Operation
137139
# Min: 0
@@ -141,7 +143,7 @@ general {
141143
# The max energy of the Destruction Gadget
142144
# Min: 0
143145
# Max: 2147483647
144-
I:"Maximum Energy"=2147483647
146+
I:"Maximum Energy"=800000
145147

146148
# If enabled, the Destruction Gadget can be taken out of fuzzy mode, allowing only instances of the block clicked to be removed (at a higher cost)
147149
B:"Non-Fuzzy Mode Enabled"=false
@@ -167,7 +169,7 @@ general {
167169
# The Gadget's Durability (0 means no durability is used) (Ignored if powered by FE)
168170
# Min: 0
169171
# Max: 100000
170-
I:Durability=100000
172+
I:Durability=500
171173

172174
# The Gadget's Energy cost per Operation
173175
# Min: 0

overrides/config/betterquesting/DefaultQuests/Quests/4/343.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
],
55
"properties:10": {
66
"betterquesting:10": {
7-
"desc:8": "建設ガジェットは色んな種類の建築を行うことができ、拠点の建設を楽にしてくれます。\n\n破壊ガジェットやコピーペーストガジェットもあるので、サードパーティーの解説動画を見ながら使ってみるといいかもしれません。\n\nGregTechのチャージャーでは充電できないので、先ほど作ったエネルギー変換器に繋がった簡易型有線充電装置に入れて充電しましょう。",
7+
"desc:8": "建設ガジェットは色んな種類の建築を行うことができ、拠点の建設を楽にしてくれます。\n\n破壊ガジェットやコピーペーストガジェットもあるので、サードパーティーの解説動画を見ながら使ってみるといいかもしれません。\n\nGregTechのチャージャーでは充電できないので、先ほど作ったエネルギー変換器に繋がった簡易型有線充電装置に入れて充電しましょう。\n\n\n余談その1\nGTE2 v2.7.xまでの蓄電量のMAXは 2147483647 だった。\nこのせいで充電が終わらないなど問題があったためLVバッテリーと同じ蓄電量に制限された。",
88
"icon:10": {
99
"Count:3": 1,
1010
"id:8": "buildinggadgets:buildingtool",

overrides/scripts/normal/BuildingGadgets.zs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ assembler.recipeBuilder()
1616
<metaitem:dustIron>,
1717
<metaitem:circuit_board.basic>,
1818
<ore:circuitUlv>,
19-
<ore:batteryLv>
19+
<metaitem:battery.re.lv.sodium>
2020
])
2121
.outputs([<buildinggadgets:buildingtool>])
2222
.duration(100)
@@ -33,7 +33,7 @@ assembler.recipeBuilder()
3333
<metaitem:dustGold>,
3434
<metaitem:circuit_board.basic>,
3535
<ore:circuitUlv>,
36-
<ore:batteryLv>
36+
<metaitem:battery.re.lv.sodium>
3737
])
3838
.outputs([<buildinggadgets:copypastetool>])
3939
.duration(100)
@@ -50,7 +50,7 @@ assembler.recipeBuilder()
5050
<metaitem:dustObsidian>,
5151
<metaitem:circuit_board.basic> * 2,
5252
<ore:circuitUlv>,
53-
<ore:batteryLv>
53+
<metaitem:battery.re.lv.sodium>
5454
])
5555
.outputs([<buildinggadgets:exchangertool>])
5656
.duration(100)
@@ -67,7 +67,7 @@ assembler.recipeBuilder()
6767
<enderio:item_material:20>,
6868
<metaitem:circuit_board.basic>,
6969
<ore:circuitUlv>,
70-
<ore:batteryLv>
70+
<metaitem:battery.re.lv.sodium>
7171
])
7272
.outputs([<buildinggadgets:destructiontool>])
7373
.duration(100)

0 commit comments

Comments
 (0)