Skip to content

Commit 2ea02d4

Browse files
committed
Add chunk loading config
Add chunk loading config file and set the default chunk loading threshold to 1000 to replace the default limit of 100 chunks
1 parent f0a7cbb commit 2ea02d4

3 files changed

Lines changed: 29 additions & 0 deletions

File tree

index.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2552,6 +2552,10 @@ hash = "b583e3ca86336603797c1267aa3afe1ad635166c2977e423a7df9dac9ba92094"
25522552
file = "icon.png"
25532553
hash = "78b5fdc7f5945756104be53854115c89cb38b4714183af86b07c6f7377e8685c"
25542554

2555+
[[files]]
2556+
file = "local/ftbutilities/ranks.txt"
2557+
hash = "5b6d3b43aaf002a5e8e8b4469c8c65999455e4da21b52ed4d797ef3454ab4834"
2558+
25552559
[[files]]
25562560
file = "mods/ae2-crafting-tree-legacy.pw.toml"
25572561
hash = "64e7a392556a055d0e9566b47937a51febf61251694b8e72a145d5f7e55d6d7a"

local/ftbutilities/ranks.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
// For more info visit https://faq.ftb.world/books/ftb-utilities/page/ranks
2+
3+
[player]
4+
default_player_rank: true
5+
power: 1
6+
example.permission: true
7+
example.other_permission: false
8+
example.permission_with_value: 0
9+
10+
[vip]
11+
power: 20
12+
ftbutilities.chat.name_format: <&bVIP {name}&r>
13+
example.other_permission: true
14+
example.permission_with_value: 15
15+
16+
[admin]
17+
default_op_rank: true
18+
power: 100
19+
ftbutilities.chat.name_format: <&2{name}&r>
20+
example.permission_with_value: 100
21+
ftbutilities.chunkloader.max_chunks: 1000

pack.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ pack-format = "packwiz:1.1.0"
66
[index]
77
file = "index.toml"
88
hash-format = "sha256"
9+
<<<<<<< Updated upstream
910
hash = "024b31dd393026a12862a3c81657095b0c705dee065fe4aebc5f43cd244f5579"
11+
=======
12+
hash = "2eea8d655a59d7bc860652763c01907b00fefeb10f37c134e6cb25c254950e5e"
13+
>>>>>>> Stashed changes
1014

1115
[versions]
1216
forge = "14.23.5.2860"

0 commit comments

Comments
 (0)