Skip to content

Commit 2021acf

Browse files
committed
1.57
1 parent 3ea7787 commit 2021acf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+668
-1230
lines changed

config/ExtraSounds.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ general {
2020
B:"Combination Step Sound"=true
2121

2222
# Play a sound when taking the craft result
23-
B:"Crafting Sound"=true
23+
B:"Crafting Sound"=false
2424

2525
# Play a sound when selecting a creative tab
2626
B:"Creative Tab Sound"=true
@@ -50,7 +50,7 @@ general {
5050
B:"Open/Close Book Sound"=true
5151

5252
# Play a sound when opening and closing GUIs
53-
B:"Open/Close GUI Sound"=true
53+
B:"Open/Close GUI Sound"=false
5454

5555
# Play a sound when placing a boat
5656
B:"Place Boat Sound"=true

config/aeadditions.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cells {
3434
B:enabled=true
3535

3636
# Be careful to not go too crazy with this on the higher cells, the size of nbt can get crazy and cause issues. I may add an upper limit in the future.
37-
I:numberOfTypes=127
37+
I:numberOfTypes=255
3838

3939
# Size in K
4040
I:size=4096
@@ -44,7 +44,7 @@ cells {
4444
B:enabled=true
4545

4646
# Be careful to not go too crazy with this on the higher cells, the size of nbt can get crazy and cause issues. I may add an upper limit in the future.
47-
I:numberOfTypes=127
47+
I:numberOfTypes=255
4848

4949
# Size in K
5050
I:size=16384
@@ -64,7 +64,7 @@ cells {
6464
B:enabled=true
6565

6666
# Be careful to not go too crazy with this on the higher cells, the size of nbt can get crazy and cause issues. I may add an upper limit in the future.
67-
I:numberOfTypes=127
67+
I:numberOfTypes=25
6868

6969
# Size in K
7070
I:size=256
@@ -74,7 +74,7 @@ cells {
7474
B:enabled=true
7575

7676
# Be careful to not go too crazy with this on the higher cells, the size of nbt can get crazy and cause issues. I may add an upper limit in the future.
77-
I:numberOfTypes=127
77+
I:numberOfTypes=25
7878

7979
# Size in K
8080
I:size=1024
@@ -84,7 +84,7 @@ cells {
8484
B:enabled=true
8585

8686
# Be careful to not go too crazy with this on the higher cells, the size of nbt can get crazy and cause issues. I may add an upper limit in the future.
87-
I:numberOfTypes=127
87+
I:numberOfTypes=125
8888

8989
# Size in K
9090
I:size=4096

0 commit comments

Comments
 (0)