Skip to content

Commit b442631

Browse files
committed
Update mods
- Advanced Backups - CraftPresence - Nutrition Unofficial Extended Life - OpenComputers - UniLib
1 parent 1c2ef70 commit b442631

File tree

4 files changed

+24
-7
lines changed

4 files changed

+24
-7
lines changed

CHANGELOG_v2.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@
66
- Not generated on Chaos Island.
77

88
## Update mods
9+
- Advanced Backups (3.6.4 -> 3.6.5)
10+
- CraftPresence (2.5.2 -> 2.5.3)
911
- Fixeroo (2.3.2 -> 2.3.3-hotfix.1)
1012
- GTExpert-Core (2.4.0 -> 2.4.1)
1113
- 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)
1317

1418
## Update resourcepack
1519
- GhaTech (1.6 -> 1.7)

manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
},
157157
{
158158
"projectID": 297038,
159-
"fileID": 5947458,
159+
"fileID": 6088811,
160160
"required": true
161161
},
162162
{
@@ -181,12 +181,12 @@
181181
},
182182
{
183183
"projectID": 876284,
184-
"fileID": 5901138,
184+
"fileID": 6078886,
185185
"required": true
186186
},
187187
{
188188
"projectID": 223008,
189-
"fileID": 5741939,
189+
"fileID": 6057571,
190190
"required": true
191191
},
192192
{
@@ -651,7 +651,7 @@
651651
},
652652
{
653653
"projectID": 964516,
654-
"fileID": 6076795,
654+
"fileID": 6082761,
655655
"required": true
656656
},
657657
{
@@ -676,7 +676,7 @@
676676
},
677677
{
678678
"projectID": 1056812,
679-
"fileID": 5946214,
679+
"fileID": 6088140,
680680
"required": true
681681
},
682682
{

overrides/config/nutrition/nutrition.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ logging {
4848
}
4949

5050

51+
"mod compat" {
52+
# Enable IC2 compatibility. (for Filled Tin Can) [default: true]
53+
B:IC2=true
54+
}
55+
56+
5157
nutrition {
5258
# Allow player to continue eating even while full.
5359
# This setting may upset balance (and tummies), but is necessary for playing in peaceful mode. [default: false]

overrides/config/opencomputers/settings.conf

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,13 @@ opencomputers {
788788
# Whether to not show your special thinger (if you have one you know it).
789789
hideOwnSpecial=false
790790

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+
791798
# Whether to pass along the name of the user that caused an input signals
792799
# to the computer (mouse and keyboard signals). If you feel this breaks
793800
# the game's immersion, disable it.
@@ -1731,6 +1738,6 @@ opencomputers {
17311738
# The version of OC this config was generated by. This is used to allow the
17321739
# mod to reset parts of the config when their meaning changed across
17331740
# versions, so that the user does not have to delete it.
1734-
version="1.8.6"
1741+
version="1.8.7"
17351742

17361743
}

0 commit comments

Comments
 (0)