Skip to content

Commit 17bc430

Browse files
committed
1.55.1
1 parent df726be commit 17bc430

File tree

12 files changed

+60
-130
lines changed

12 files changed

+60
-130
lines changed

config/AppliedEnergistics2/AppliedEnergistics2.cfg

Lines changed: 35 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -198,26 +198,18 @@ features {
198198
B:CableAnchor=true
199199
B:CraftingTerminal=true
200200
B:ExportBus=true
201-
B:ExportBusIMP=true
202201
B:FluidAnnihilationPlane=true
203202
B:FluidExportBus=true
204-
B:FluidExportBusIMP=true
205203
B:FluidFormationPlane=true
206204
B:FluidImportBus=true
207-
B:FluidImportBusIMP=true
208205
B:FluidInterface=true
209206
B:FluidLevelEmitter=true
210207
B:FluidStorageBus=true
211208
B:FluidTerminal=true
212209
B:FormationPlane=true
213210
B:IdentityAnnihilationPlane=true
214211
B:ImportBus=true
215-
B:ImportBusIMP=true
216212
B:Interface=true
217-
B:InterfaceADV=true
218-
B:InterfaceIMP=true
219-
B:InterfacePATTERNS=true
220-
B:InterfacePER=true
221213
B:LevelEmitter=true
222214
B:P2PTunnel=true
223215
B:Panels=true
@@ -236,10 +228,8 @@ features {
236228
storage {
237229
B:Condenser=true
238230
B:IOPort=true
239-
B:IOPortIMP=true
240231
B:MEChest=true
241232
B:MEDrive=true
242-
B:MEDriveIMP=true
243233
B:StorageCells=true
244234
}
245235

@@ -250,10 +240,10 @@ features {
250240

251241
cables {
252242
B:CoveredCables=true
253-
B:CreativeCables=true
254243
B:DenseCables=true
255244
B:GlassCables=true
256245
B:SmartCables=true
246+
B:UltraDenseCables=true
257247
}
258248

259249
energy {
@@ -266,6 +256,7 @@ features {
266256
B:P2PTunnelEU=true
267257
B:P2PTunnelFE=true
268258
B:P2PTunnelFluids=true
259+
B:P2PTunnelGTCEU=true
269260
B:P2PTunnelGTEU=true
270261
B:P2PTunnelItems=true
271262
B:P2PTunnelLight=true
@@ -315,9 +306,8 @@ features {
315306

316307
craftingfeatures {
317308
B:CraftingCPU=true
309+
B:CraftingManagerFallback=true
318310
B:MolecularAssembler=true
319-
B:MolecularAssemblerCreative=true
320-
B:MolecularAssemblerIMP=true
321311
B:Patterns=true
322312
}
323313

@@ -355,35 +345,14 @@ features {
355345

356346

357347
general {
358-
# Advanced Energy Cell Capacity
359-
I:advEnergyCellCap=6400000
348+
# Max channel number may not exceed 256
349+
I:denseChannelCapacity=32
360350

361-
# Max CPUs structure size. (values greater than 16 may cause unexpected errors and crash the game.)
362-
I:cpusStructureMaxSizeX=16
363-
364-
# Max CPUs structure size. (values greater than 16 may cause unexpected errors and crash the game.)
365-
I:cpusStructureMaxSizeY=16
366-
367-
# Max CPUs structure size. (values greater than 16 may cause unexpected errors and crash the game.)
368-
I:cpusStructureMaxSizeZ=16
369-
370-
# Channels capacity for dense cables
371-
I:denseCableCapacity=32
372-
373-
# Improved Energy Cell Capacity
374-
I:impEnergyCellCap=3200000
375-
376-
# This number multiplies the number of items that comes out after autocrafting the item-s (adjust with care!)
377-
I:molecularAssemblerCreativeOutputScaling=2
378-
379-
# Perfect Energy Cell Capacity
380-
I:perEnergyCellCap=12800000
351+
# Max channel number may not exceed 256
352+
I:normalChannelCapacity=8
381353

382354
# Will auto-remove items that crash when being loaded from storage. This will destroy those items instead of crashing the game!
383-
B:removeCrashingItemsOnLoad=false
384-
385-
# Channels capacity for small cables
386-
I:smallCableCapacity=8
355+
B:removeCrashingItemsOnLoad=true
387356
}
388357

389358

@@ -403,7 +372,7 @@ grindstone {
403372
>
404373

405374
# Chance to actually get an output with stacksize > 1.
406-
D:oreDoublePercentage=100.0
375+
D:oreDoublePercentage=90.0
407376
}
408377

409378

@@ -431,6 +400,7 @@ modintegration {
431400

432401
powerratios {
433402
D:ForgeEnergy=0.5
403+
D:GTCEU=2.0
434404
D:GTEU=2.0
435405
D:IC2=2.0
436406
D:UsageMultiplier=1.0
@@ -452,38 +422,38 @@ spatialio {
452422
##########################################################################################################
453423

454424
tickrates {
455-
I:AnnihilationPlane.max=80
456-
I:AnnihilationPlane.min=3
457-
I:Charger.max=10
458-
I:Charger.min=1
459-
I:ExportBus.max=35
460-
I:ExportBus.min=4
461-
I:FluidExportBus.max=35
462-
I:FluidExportBus.min=4
463-
I:FluidImportBus.max=35
464-
I:FluidImportBus.min=4
465-
I:FluidStorageBus.max=35
466-
I:FluidStorageBus.min=4
467-
I:IOPort.max=1
425+
I:AnnihilationPlane.max=120
426+
I:AnnihilationPlane.min=2
427+
I:Charger.max=120
428+
I:Charger.min=10
429+
I:ExportBus.max=60
430+
I:ExportBus.min=5
431+
I:FluidExportBus.max=60
432+
I:FluidExportBus.min=5
433+
I:FluidImportBus.max=40
434+
I:FluidImportBus.min=5
435+
I:FluidStorageBus.max=60
436+
I:FluidStorageBus.min=5
437+
I:IOPort.max=5
468438
I:IOPort.min=1
469-
I:ImportBus.max=35
470-
I:ImportBus.min=4
439+
I:ImportBus.max=40
440+
I:ImportBus.min=5
471441
I:Inscriber.max=1
472442
I:Inscriber.min=1
473-
I:Interface.max=1
474-
I:Interface.min=1
443+
I:Interface.max=120
444+
I:Interface.min=5
475445
I:ItemTunnel.max=60
476-
I:ItemTunnel.min=3
446+
I:ItemTunnel.min=5
477447
I:LightTunnel.max=60
478-
I:LightTunnel.min=3
448+
I:LightTunnel.min=5
479449
I:METunnel.max=20
480450
I:METunnel.min=5
481451
I:OpenComputersTunnel.max=5
482452
I:OpenComputersTunnel.min=1
483453
I:PressureTunnel.max=120
484454
I:PressureTunnel.min=1
485-
I:StorageBus.max=35
486-
I:StorageBus.min=4
455+
I:StorageBus.max=60
456+
I:StorageBus.min=5
487457
I:VibrationChamber.max=40
488458
I:VibrationChamber.min=10
489459
}
@@ -497,11 +467,11 @@ tickrates {
497467
##########################################################################################################
498468

499469
wireless {
500-
D:wirelessBaseCost=100
501-
D:wirelessBaseRange=8.0
502-
D:wirelessBoosterExp=1.2
470+
D:wirelessBaseCost=50
471+
D:wirelessBaseRange=16.0
472+
D:wirelessBoosterExp=1.5
503473
D:wirelessBoosterRangeMultiplier=1.0
504-
D:wirelessCostMultiplier=100
474+
D:wirelessCostMultiplier=10
505475
D:wirelessTerminalDrainMultiplier=1.0
506476
}
507477

config/modularmachinery/machinery/aspect_infuser.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"y": 0,
3434
"z": 4,
3535
"elements": [
36-
"modularmagic:blockaspectproviderinput"
36+
"modularmachinery:blockaspectproviderinput"
3737
]
3838
},
3939
{
@@ -82,15 +82,15 @@
8282
"y": 0,
8383
"z": 0,
8484
"elements": [
85-
"modularmagic:blockaspectproviderinput"
85+
"modularmachinery:blockaspectproviderinput"
8686
]
8787
},
8888
{
8989
"x": 2,
9090
"y": 0,
9191
"z": 0,
9292
"elements": [
93-
"modularmagic:blockaspectproviderinput"
93+
"modularmachinery:blockaspectproviderinput"
9494
]
9595
},
9696
{
@@ -115,7 +115,7 @@
115115
"y": 0,
116116
"z": 4,
117117
"elements": [
118-
"modularmagic:blockaspectproviderinput"
118+
"modularmachinery:blockaspectproviderinput"
119119
]
120120
},
121121
{

config/modularmachinery/machinery/ebf.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"y": 3,
5959
"z": 0,
6060
"elements": [
61-
"modularmagic:blockstarlightproviderinput",
61+
"modularmachinery:blockstarlightproviderinput",
6262
"thermalfoundation:storage_alloy@2"
6363
]
6464
},
@@ -164,7 +164,7 @@
164164
"y": 3,
165165
"z": 1,
166166
"elements": [
167-
"modularmagic:blockmanaproviderinput",
167+
"modularmachinery:blockmanaproviderinput",
168168
"thermalfoundation:storage_alloy@2"
169169
]
170170
},
@@ -269,7 +269,7 @@
269269
"y": 3,
270270
"z": 1,
271271
"elements": [
272-
"modularmagic:blockauraproviderinput",
272+
"modularmachinery:blockauraproviderinput",
273273
"thermalfoundation:storage_alloy@2"
274274
]
275275
},

config/modularmachinery/machinery/mana_converter.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
"y": 0,
250250
"z": 2,
251251
"elements": [
252-
"modularmagic:blockmanaproviderinput"
252+
"modularmachinery:blockmanaproviderinput"
253253
]
254254
},
255255
{
@@ -281,7 +281,7 @@
281281
"y": 1,
282282
"z": 0,
283283
"elements": [
284-
"modularmagic:blockstarlightproviderinput",
284+
"modularmachinery:blockstarlightproviderinput",
285285
"botania:shimmerrock@0"
286286
]
287287
},

config/modularmachinery/machinery/mixer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
"z": 4,
212212
"elements": [
213213
"immersiveengineering:sheetmetal@5",
214-
"modularmagic:blocklifeessenceproviderinput"
214+
"modularmachinery:blocklifeessenceproviderinput"
215215
]
216216
},
217217
{

config/multiblocked/definition/controller/interaction_molecular_recombination.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"F": {
145145
"states": [
146146
{
147-
"id": "bfr:reactorglass",
147+
"id": "mekanismgenerators:reactorglass",
148148
"meta": 1
149149
}
150150
],

config/nae2.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ interface_p2p {
1111

1212

1313
jei_hooks {
14+
# Enable viewing Storage Cell contents using JEI recipes
15+
B:cell_view=true
16+
1417
# Enable holding Control to mass-order missing items
1518
B:ctrl_craft=true
1619
B:enabled=true

config/versioner.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ general {
5858
>
5959

6060
# Version code of the current version, must not be negative.
61-
I:versionCode=60
61+
I:versionCode=61
6262

6363
# How to output formatted version name. Only used for displaying current version.
6464
S:versionFormat=%currentVersionName%
6565

6666
# Version name of the current version
67-
S:versionName=1.55
67+
S:versionName=1.55.1
6868
}
6969

7070
##########################################################################################################

groovy/runConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packName": "Interactions",
3-
"version": "1.55",
3+
"version": "1.55.1",
44
"debug": false,
55
"loaders": {
66
"preInit": [

options.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ mouseSensitivity:0.5
44
fov:0.0
55
gamma:1.0
66
saturation:0.0
7-
renderDistance:8
7+
renderDistance:2
88
guiScale:4
99
particles:0
1010
bobView:true
1111
anaglyph3d:false
1212
maxFps:260
1313
fboEnable:true
14-
difficulty:2
14+
difficulty:3
1515
fancyGraphics:true
1616
ao:2
1717
renderClouds:false
@@ -281,14 +281,13 @@ key_key.taiga.alt_action:0
281281
key_key.carpet_forward:0
282282
key_key.carpet_backward:0
283283
key_key.craftingGrid:0
284-
key_Zoom:46
285284
key_key.vaultopic.view:0
286285
key_key.vaultopic.vice:0
287286
key_visualores.key.action:211
288-
key_visualores.button.starlight:0
287+
key_visualores.button.excavator:0
289288
key_visualores.button.neromantic:0
290289
key_visualores.button.aura_flux:0
291-
key_visualores.button.excavator:0
290+
key_visualores.button.starlight:0
292291
key_gui.xaero_switch_waypoint_set:0
293292
key_gui.xaero_instant_waypoint:78
294293
key_gui.xaero_toggle_slime:0
@@ -321,7 +320,7 @@ key_向右旋转载具:0
321320
key_向左旋转载具:0
322321
key_向上移动载具:0
323322
key_向下移动载具:0
324-
key_key.sort_config:51
323+
key_key.sort_config:37
325324
key_key.sort:-98
326325
key_key.control:0
327326
key_enderio.keybind.inventory:0

0 commit comments

Comments
 (0)