Skip to content

Commit 7300d50

Browse files
authored
feat: Expand the default chunk loading threshold to 1000 (#35)
* 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 * update hash
1 parent f0a7cbb commit 7300d50

3 files changed

Lines changed: 26 additions & 1 deletion

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
66
[index]
77
file = "index.toml"
88
hash-format = "sha256"
9-
hash = "024b31dd393026a12862a3c81657095b0c705dee065fe4aebc5f43cd244f5579"
9+
hash = "be01a117d2ee4acec42ec752f45c49ed7fac4020da71ec5f6d19c27b6d857d37"
1010

1111
[versions]
1212
forge = "14.23.5.2860"

0 commit comments

Comments
 (0)