Skip to content

Commit 00aa066

Browse files
committed
Merge pull request #27 from sandalle/master
Modderation config files updated for 1.1.4c
2 parents a914245 + 3438825 commit 00aa066

File tree

7 files changed

+38
-20
lines changed

7 files changed

+38
-20
lines changed

config/OpenComputers.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1346,6 +1346,6 @@ opencomputers {
13461346
# The version of OC this config was generated by. This is used to allow the
13471347
# mod to reset parts of the config when their meaning changed across
13481348
# versions, so that the user does not have to delete it.
1349-
version="1.5.13.28"
1349+
version="1.5.14.30"
13501350

13511351
}

config/UniqueNames.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# generated by bspkrsCore 20150710 18:15:58
1+
# generated by bspkrsCore 20150712 13:00:28
22

33
**********************************************
44
* #### # ### ### # # #### *
@@ -1034,6 +1034,7 @@ OpenComputers:hologram2
10341034
OpenComputers:keyboard
10351035
OpenComputers:microcontroller
10361036
OpenComputers:motionSensor
1037+
OpenComputers:netSplitter
10371038
OpenComputers:powerConverter
10381039
OpenComputers:powerDistributor
10391040
OpenComputers:print
@@ -4402,6 +4403,7 @@ OpenComputers:item
44024403
OpenComputers:keyboard
44034404
OpenComputers:microcontroller
44044405
OpenComputers:motionSensor
4406+
OpenComputers:netSplitter
44054407
OpenComputers:powerConverter
44064408
OpenComputers:powerDistributor
44074409
OpenComputers:print

config/cofh/core/common.cfg

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,28 @@ Enchantment {
77

88

99
General {
10-
# Set to true this to log when a block is dismantled.
10+
# Set to TRUE for this to log when a block is dismantled.
1111
B:EnableDismantleLogging=false
1212

13-
# Set to true to display death messages for any named entity.
13+
# Set to TRUE to display death messages for any named entity.
1414
B:EnableGenericDeathMessage=true
1515

16-
# Set to false to disable items on the ground from trying to stack. This can improve server performance.
16+
# Set to FALSE to disable items on the ground from trying to stack. This can improve server performance.
1717
B:EnableItemStacking=true
1818

19-
# Set to true to be informed of non-critical updates. You will still receive critical update notifications.
19+
# Set to TRUE to be informed of non-critical updates. You will still receive critical update notifications.
2020
B:EnableUpdateNotifications=false
2121
}
2222

2323

2424
Security {
25-
# Set to true to allow for Server Ops to access 'secure' blocks. Your players will be warned upon server connection.
25+
# Set to TRUE to allow for Server Ops to access 'secure' blocks. Your players will be warned upon server connection.
2626
B:OpsCanAccessSecureBlocks=false
2727
}
2828

2929

3030
Version {
31-
S:Identifier=1.7.10R3.0.3B2
31+
S:Identifier=1.7.10R3.0.3B4
3232
}
3333

3434

config/cofh/thermaldynamics/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Duct {
6868

6969

7070
Version {
71-
S:Identifier=1.7.10R1.1.0B2
71+
S:Identifier=1.7.10R1.1.0B4
7272
}
7373

7474

config/cofh/thermalexpansion/common.cfg

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,15 @@ Ender {
127127

128128
Tesseract {
129129
B:Recipe.Enable=true
130+
131+
# If FALSE, disables the Tesseract Frames recipes, if Tesseracts are ALSO disabled.
132+
B:Recipe.Frame=true
133+
134+
# If FALSE, hides the Tesseract, if the recipe is ALSO disabled.
135+
B:Show.Block=true
136+
137+
# If FALSE, hides the Tesseract Frames, if their recipes are ALSO disabled.
138+
B:Show.Frame=true
130139
}
131140

132141
}
@@ -366,14 +375,6 @@ Plate {
366375
B:Recipe.Enable=true
367376
}
368377

369-
Charge {
370-
B:Recipe.Enable=true
371-
}
372-
373-
Teleport {
374-
B:Recipe.Enable=true
375-
}
376-
377378
}
378379

379380

@@ -485,6 +486,7 @@ RecipeManagers {
485486
B:MossyCobblestone=true
486487
B:MossyStoneBrick=true
487488
B:NetherBrick=false
489+
B:PackedIce=true
488490
}
489491

490492
}
@@ -667,7 +669,7 @@ Tank {
667669

668670

669671
Version {
670-
S:Identifier=1.7.10R4.0.2B2
672+
S:Identifier=1.7.10R4.0.2B3
671673
}
672674

673675

config/cofh/thermalfoundation/common.cfg

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,12 @@ Fluid {
223223
}
224224

225225
Petrotheum {
226-
# Enable this for Fluid Petrotheum to make things more in tune with the earth.
226+
# Enable this for Fluid Petrotheum to break apart stone blocks.
227227
B:Effect=true
228228

229+
# Enable this for Fluid Petrotheum to have an EXTREME effect on stone blocks.
230+
B:Effect.Extreme=false
231+
229232
# Enable this for Fluid Petrotheum Source blocks to gradually fall downwards.
230233
B:Fall=true
231234
}
@@ -243,6 +246,12 @@ Fluid {
243246
}
244247

245248

249+
Holiday {
250+
# Set this to TRUE to disable April Foolishness.
251+
B:IHateApril=false
252+
}
253+
254+
246255
Lexicon {
247256
# This option will generate a fresh blacklist or whitelist EVERY time. This is not recommended, but is provided here as an option if you are satisfied with the defaults.
248257
B:AlwaysGenerateList=false
@@ -443,7 +452,7 @@ Plugins {
443452

444453

445454
Version {
446-
S:Identifier=1.7.10R1.2.0B1
455+
S:Identifier=1.7.10R1.2.0B2
447456
}
448457

449458

config/opencomputers/default.recipes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,11 @@ motionSensor {
576576
[daylightDetector, "oc:cpu2", daylightDetector]
577577
[ingotGold, "oc:materialCircuitBoardPrinted", ingotGold]]
578578
}
579+
netSplitter {
580+
input: [[ingotIron, "oc:cable", ingotIron]
581+
["oc:cable", craftingPiston, "oc:cable"]
582+
[ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]]
583+
}
579584
printer {
580585
input: [[ingotIron, hopper, ingotIron]
581586
[craftingPiston, "oc:circuitChip3", craftingPiston]

0 commit comments

Comments
 (0)