File tree Expand file tree Collapse file tree 4 files changed +24
-7
lines changed Expand file tree Collapse file tree 4 files changed +24
-7
lines changed Original file line number Diff line number Diff line change 6
6
- Not generated on Chaos Island.
7
7
8
8
## Update mods
9
+ - Advanced Backups (3.6.4 -> 3.6.5)
10
+ - CraftPresence (2.5.2 -> 2.5.3)
9
11
- Fixeroo (2.3.2 -> 2.3.3-hotfix.1)
10
12
- GTExpert-Core (2.4.0 -> 2.4.1)
11
13
- GTWoodProcessing (1.2.2 -> 1.2.3)
12
- - Nutrition Unofficial Extended Life (4.13.0 -> 4.14.0)
14
+ - Nutrition Unofficial Extended Life (4.13.0 -> 4.15.0)
15
+ - OpenComputers (1.8.6 -> 1.8.7)
16
+ - UniLib (1.0.4 -> 1.0.5)
13
17
14
18
## Update resourcepack
15
19
- GhaTech (1.6 -> 1.7)
Original file line number Diff line number Diff line change 156
156
},
157
157
{
158
158
"projectID" : 297038 ,
159
- "fileID" : 5947458 ,
159
+ "fileID" : 6088811 ,
160
160
"required" : true
161
161
},
162
162
{
181
181
},
182
182
{
183
183
"projectID" : 876284 ,
184
- "fileID" : 5901138 ,
184
+ "fileID" : 6078886 ,
185
185
"required" : true
186
186
},
187
187
{
188
188
"projectID" : 223008 ,
189
- "fileID" : 5741939 ,
189
+ "fileID" : 6057571 ,
190
190
"required" : true
191
191
},
192
192
{
651
651
},
652
652
{
653
653
"projectID" : 964516 ,
654
- "fileID" : 6076795 ,
654
+ "fileID" : 6082761 ,
655
655
"required" : true
656
656
},
657
657
{
676
676
},
677
677
{
678
678
"projectID" : 1056812 ,
679
- "fileID" : 5946214 ,
679
+ "fileID" : 6088140 ,
680
680
"required" : true
681
681
},
682
682
{
Original file line number Diff line number Diff line change @@ -48,6 +48,12 @@ logging {
48
48
}
49
49
50
50
51
+ " mod compat" {
52
+ # Enable IC2 compatibility. (for Filled Tin Can) [default: true]
53
+ B:IC2 =true
54
+ }
55
+
56
+
51
57
nutrition {
52
58
# Allow player to continue eating even while full.
53
59
# This setting may upset balance (and tummies), but is necessary for playing in peaceful mode. [default: false]
Original file line number Diff line number Diff line change @@ -788,6 +788,13 @@ opencomputers {
788
788
# Whether to not show your special thinger (if you have one you know it).
789
789
hideOwnSpecial=false
790
790
791
+ # The TTL (Time-To-Live) upon creation of a network packet. When a packet
792
+ # passes through a Relay, its TTL is decremented. If a Relay receives a
793
+ # packet with a TTL of 0, the packet is dropped. Minimum value is 5.
794
+ # Note: increasing this value to large numbers may have an significant
795
+ # impact on performances.
796
+ initialNetworkPacketTTL=5
797
+
791
798
# Whether to pass along the name of the user that caused an input signals
792
799
# to the computer (mouse and keyboard signals). If you feel this breaks
793
800
# the game's immersion, disable it.
@@ -1731,6 +1738,6 @@ opencomputers {
1731
1738
# The version of OC this config was generated by. This is used to allow the
1732
1739
# mod to reset parts of the config when their meaning changed across
1733
1740
# versions, so that the user does not have to delete it.
1734
- version="1.8.6 "
1741
+ version="1.8.7 "
1735
1742
1736
1743
}
You can’t perform that action at this time.
0 commit comments