forked from EnigmaticaModpacks/Enigmatica6
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG_MODS_0.3.0.txt
6976 lines (6317 loc) · 468 KB
/
CHANGELOG_MODS_0.3.0.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
========================================
Enigmatica6 0.2.17 --> Enigmatica6 0.3.0
========================================
Added:
- Archer's Paradox
- Ars Nouveau
- AttributeFix
- Botania Additions
- Botany Trees
- Builders Crafts & Additions (Forge)
- Chisels & Bits
- CoFH Core
- CobbleGenRandomizer
- Config Swapper
- Crafting Station
- CreativeCore
- EmbellishCraft
- Ensorcellation
- Ensorcelled
- FTB Chunks
- FTB Essentials
- FTB GUI Library
- FTB Quests
- FTB Ranks
- FTB Teams
- Farmer's Delight
- Framed Compacting Drawers
- GeckoLib
- Glassential
- Guns Without Roses
- Immersive Posts
- Item Filters
- LibX
- Lost Trinkets
- Mapper Base
- McJtyLib
- Meet Your Fight
- More Overlays Updated
- MythicBotany
- Nature's Aura
- Oh The Biomes You'll Go
- Plonk
- Pretty Pipes
- RFTools Base
- RFTools Builder
- RFTools Control
- RFTools Storage
- RFTools Utility
- Rare Ice (Forge/Fabric)
- RecipeBuffers
- Refined Storage: Requestify
- Resourceful Bees
- Rhino
- Screenshot to Clipboard (Forge)
- Seals
- Tetra
- The Mighty Architect
- The Official Enigmatica Resource Pack
- Thermal Expansion
- Thermal Foundation
- Thermal Innovation
- Thermal Locomotion
- Tips
- Travel Anchors
- Useful Railroads
- XNet
- XNet Gases
- XercaMod
- mGui
Updated:
AI Improvements (AI-Improvements-1.16.1-0.3.0.jar --> AI-Improvements-1.16.2/.3/.4-0.3.0.jar):
AI-Improvements-1.16.2/.3/.4-0.3.0.jar:
* Port to 1.16.2
AIOT Botania (aiotbotania-1.16.2-1.3.1.jar --> aiotbotania-1.16.3-1.4.2.jar):
aiotbotania-1.16.3-1.4.2.jar:
* Fix some issues with the mythicbotany aiots (#47) - noeppi_noeppi
aiotbotania-1.16.3-1.4.1.jar:
* change item overview for curseforge - MelanX
* Rename class - MelanX
aiotbotania-1.16.3-1.4.0.jar:
* add mythicbotany as optional dependency on cf - MelanX
* fixed shovel not efficient on super farmland - MelanX
* add support for mythicbotany - MelanX
* add hoe tool type to aiot - MelanX
* add curseforge upload - MelanX
aiotbotania-1.16.2-1.3.2.jar:
improved contributor item rendering
Actually Useful Stonecutter (Archived file --> Actually Useful Stonecutter 1.16.X IPreferAFKFarmsToALittleBitOfWork Edition):
Actually Useful Stonecutter 1.16.X IPreferAFKFarmsToALittleBitOfWork Edition:
Same as the normal version except the recipes have been nerfed to remove the bonuses for the items that could be AFK farmed (gold, iron, wool, etc)
Actually Useful Stonecutter 1.16.X:
Formatted such that it will work on all versions of 1.16
Added the ability to cut Nether Wart Blocks into Nether Wart.
Additional Bars ([1.16.1] Additional Bars 1.5.1 --> [1.16.3] Additional Bars 1.5.2):
[1.16.3] Additional Bars 1.5.2:
1.16.3 release
[1.16.2] Additional Bars 1.5.2:
1.5.2 Update:
* Update to 1.16.2
* Updated horizontal bars
Additional Lights (Additional Lights 1.16.1-2.1.1 --> Additional Lights 1.16.4-2.1.3):
Additional Lights 1.16.4-2.1.3:
[1.16.4-2.1.3] - Update to 1.16.4 [changelog](https://github.com/mgen256/AdditionalLights/blob/1.16.4/CHANGELOG.md)
Additional Lights 1.16.3-2.1.3:
[1.16.3-2.1.3] - Added ru_ru translation [mr_krol,Escapefrommind] [changelog](https://github.com/mgen256/AdditionalLights/blob/1.16.3/CHANGELOG.md)
Additional Lights 1.16.3-2.1.2:
[1.16.3-2.1.2] - Update to 1.16.3 - Added pt_br translation [Mikeliro] - Fixed an issue where some item names were not displayed properly [changelog](https://github.com/mgen256/AdditionalLights/blob/1.16.3/CHANGELOG.md)
Additional Lights 1.16.2-2.1.1:
[1.16.2-2.1.1] - Update to 1.16.2 [changelog](https://github.com/mgen256/AdditionalLights/blob/1.16.2/CHANGELOG.md)
AmbientSounds 3 (AmbientSounds_v3.0.20_mc1.16.2.jar --> AmbientSounds_v3.1.2_mc1.16.4.jar):
AmbientSounds_v3.1.2_mc1.16.4.jar:
Storm-away can only be heard till 30 blocks below the surface
AmbientSounds_v3.1.1_mc1.16.3.jar:
Fixed day and night detection once more
AmbientSounds_v3.1.0_mc1.16.3.jar:
Added configuration file
Fixed seagull sounds playing endlessly
Fixed night property not working accurately
Fixed sound not pausing when game is paused
AmbientSounds_v3.0.21_mc1.16.2.jar:
No changelog available.
Angel Ring (Angel Ring v1.3.1 [1.16.1] --> Angel Ring v1.3.3 [1.16.2/1.16.3/1.16.4]):
Angel Ring v1.3.3 [1.16.2/1.16.3/1.16.4]:
Angel Ring v1.3.3 [1.16.2+]
* Updated Forge to 34.0.1
* Should be loadable to 1.16.2 and beyond (1.16.3 and 1.16.4 works too!) (since there is mainly no changes in the code)
Requires Forge 33.x.x or higher, Curios 4.0.0.0 or higher. Built with Forge 34.0.1
Angel Ring v1.3.2 [1.16.2]:
Angel Ring v1.3.2 [1.16.2]
* Updated Curios from 3.0-beta2 to 4.0.0.1
* Updated Forge to 33.0.22
Requires Forge 33.0.22, Curios 4.0.0.0 or higher. Built with Forge 33.0.22
Apotheosis (Apotheosis-1.16.1-4.1.3.jar --> Apotheosis-1.16.3-4.4.1.jar):
Apotheosis-1.16.3-4.4.1.jar:
Fixed an issue where any affix item caused entities hit to have no iFrames.
Fixed an issue where the fake player on mining arrows was always the [Minecraft] player.
Apotheosis-1.16.3-4.4.0.jar:
This is the Fletching Series 2 update, which adds three new arrow types:
Explosive Arrows, which create an explosion on impact, and a larger explosion when hitting a block.
Mining Arrows, which can break blocks on impact as if they were a pickaxe. There is a variant for iron and diamond.
Other minor changes:
The maximum eterna level will now use the highest available, instead of the hardcoded 50. Still defaults to 50, but can technically be reduced or increased now.
Apotheosis-1.16.3-4.3.4.jar:
The potion charm will now interact properly with jei (there are now subtypes for each one that exists, and looking up the recipes functions properly).
Apotheosis-1.16.3-4.3.3.jar:
Fixes regeneration charms never healing the player.
Apotheosis-1.16.3-4.3.2.jar:
Moved main module config load to static init, so that this state is available before parallel loading.
Added sync for enchantment module stats, isn't early enough for jei just yet, but will be after a forge PR.
Bugfix for negative durability pickaxes when silk touching spawners.
Break animations will now properly play when breaking the ender leash.
Apotheosis-1.16.3-4.3.1.jar:
Configs that are not startup-bound will now reload on datapack reload, so configs can now be edited and swapped in-game via /reload.
Bosses may no longer obtain curses on their boss loot items.
Apotheosis-1.16.3-4.3.0.jar:
1.16 development has been resumed. All changes between the last 1.16 build and the more recent 1.15 builds have been pulled back.
Additionally, a few more changes have been made:
+Added a boss summoning item, only obtainable via creative (unless a recipe is added).
+Fixed dimensional whitelist for deadly module generation.
+Netherite Items have been added to the default loot pools.
+Boss base affix rarity is now configurable.
+Lifesteal and Overheal now only count actual damage dealt, instead of the max value of damage that would be dealt.
Apotheosis-1.16.2-4.2.1.jar:
Fix ConfiguredFeature not being registered.
Apotheosis-1.16.2-4.2.0.jar:
Updated to 1.16.2
AppleSkin (AppleSkin-mc1.16.1-forge-1.0.14.jar --> AppleSkin-mc1.16.2-forge-1.0.14.jar):
AppleSkin-mc1.16.2-forge-1.0.14.jar:
Updated to 1.16.2 (thanks [@sagesse-cn](https://github.com/sagesse-cn))
Aquaculture 2 (Aquaculture-1.16.1-2.0.19.jar --> Aquaculture-1.16.4-2.1.6.jar):
Aquaculture-1.16.4-2.1.6.jar:
* Fixed Neptunium Knife not working in fish fillet recipes
* Changed how Swim speed boost for Neptunium Boots is applied, to fix a couple of issues
Aquaculture-1.16.3-2.1.5.jar:
* Fixed Neptunium Knife still not being truly unbreakable in all instances
* Fixed bow animation
* Attempted fix for Fish School Goal
Aquaculture-1.16.3-2.1.4.jar:
* Fixed Fish Fillet Recipe registering crash (Fixes issues with newer versions of Forge)
* Fixed Cathfish model missing a pixel
Aquaculture-1.16.3-2.1.3.jar:
* Fixed Fish spawning way more than they were supposed to, due to being added as Water Creature in BiomeLoadingEvent, instead of Water Ambient
* Made Jellyfish not edible again
Aquaculture-1.16.3-2.1.2.jar:
* Changed fish Entity Classification from Water Creature to Water Ambient. Fixes issues with squids being extremely rare.
* Fixed typo in Nether Star hook recipe advancement
Aquaculture-1.16.3-2.1.1.jar:
* Removed Starshell Turtle completely from loot table
Aquaculture-1.16.3-2.1.0.jar:
1.16.3 Update
* Due to the major changes to biomes in 1.16.2, the whole custom system for allowing fish to appear in both vanilla & modded biomes dynamically have had to be rewritten.
* Now uses vanilla Biome Categories, instead of BiomeDictionary Types(Which have been removed from Forge)
* Added support for Rain Types
* Added support for Temperature Types
* Fish now appear & can be caught in Bamboo biomes. Was not previously possible, due to Forge not having specified any BiomeDictionary types for them.
* Added Italian localization (Thanks to Pollolleh and Berry)
Aquaculture-1.16.1-2.0.20.jar:
* Added recipe groups to some recipes (Thanks to @BetaCarotina)
* Fixed Neptunium Fillet Knife taking damage in some instances
* Re-added Fish Bones as junk loot
AutoRegLib (AutoRegLib-1.6-43.jar --> AutoRegLib-1.6-46.jar):
AutoRegLib-1.6-46.jar:
* Updated to 1.16.3
Back Tools (BackTools-1.16.1-9.0.0.jar --> BackTools-1.16.3-10.0.0.jar):
BackTools-1.16.3-10.0.0.jar:
1.16.3-10.0.0:
* Port to 1.16.3
Bad Wither No Cookie - Reloaded (bwncr-1.16.1-3.8.15.jar --> bwncr-1.16.4-3.9.16.jar):
bwncr-1.16.4-3.9.16.jar:
[]()
If you want a server setup for the Any mod pack with zero effort, get a [server with BisectHosting]() and receive 25% off your first month as a new customer using the code kreezxil
ported to 1.16.4
fixed an issue where lightning was no longer being silenced
bwncr-1.16.3-3.8.15.jar:
[]()
If you want a server setup for the Any mod pack with zero effort, get a [server with BisectHosting]() and receive 25% off your first month as a new customer using the code kreezxil
Ported to 1.16.3, managed to get away with only changing the gradle. Please test it. if you report bugs I will fix them.
bwncr-1.16.2-3.8.15.jar:
[]()
If you want a server setup for the Any mod pack with zero effort, get a [server with BisectHosting]() and receive 25% off your first month as a new customer using the code kreezxil
Seems I disabled the sound handler when I first ported this. That is fixed now. The mod now also silences the wandering trader too. Also added silencing of the wither death too.
Bamboo Everything (Forge) (bambooeverything-1.16-1.0.0.jar --> bambooeverything-1.16.3-forge-1.0.0.jar):
bambooeverything-1.16.3-forge-1.0.0.jar:
Updated to 1.16.3 and [Add Recipe Book advancements](https://github.com/Gaz492/Bamboo-Everything/pull/15)
Bed Benefits (BedBenefits-1.16.1-1.0.1.jar --> BedBenefits-1.16.4-4.0.2.jar):
BedBenefits-1.16.4-4.0.2.jar:
* Fixed Forge version range. - Tyler Hancock
Like the mod? Consider following me on [Twitter](https://twitter.com/darkhaxdev) and joining the [Discord]()
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?BedBenefits)
* Diablo Crasher
* BigAl607
* Edward
* Pongo Sapiens
* Darkosto
BedBenefits-1.16.4-4.0.1.jar:
* Added jar signing. - Tyler Hancock
Like the mod? Consider following me on [Twitter](https://twitter.com/darkhaxdev) and joining the [Discord]()
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?BedBenefits)
* Diablo Crasher
* BigAl607
* Edward
* Pongo Sapiens
* Darkosto
BedBenefits-1.16.3-3.0.1.jar:
* Ported to 1.16.3 - Tyler Hancock
Like the mod? Consider following me on [Twitter](https://twitter.com/darkhaxdev) and joining the [Discord]()
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?BedBenefits)
* BigAl607
* Pongo Sapiens
* Darkosto
BedBenefits-1.16.2-2.0.1.jar:
* Port to 1.16.2
Like the mod? Consider following me on [Twitter](https://twitter.com/darkhaxdev) and joining the [Discord]()
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?BedBenefits)
* BigAl607
* Pongo Sapiens
* Darkosto
Bedspreads (Forge) (bedspreads-FORGE-1.16.1-4.0.0.2.jar --> bedspreads-forge-1.16.4-5.1.0.1.jar):
bedspreads-forge-1.16.4-5.1.0.1.jar:
Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog]() and this project does not adhere to [Semantic Versioning](). This project uses MCVERSION-MAJORMOD.MAJORAPI.MINOR.PATCH.
[1.16.4-5.1.0.1] - 2020.11.21
Fixed
* Fixed Optifine crash [#14](https://github.com/TheIllusiveC4/Bedspreads/issues/14)
[1.16.4-5.1.0.0] - 2020.11.20
Added
* Added Additional Banners integration
* Added Ice and Fire: Dragons integration
* Added Rats integration
* Added French localization (thanks Lykrast!) [#10](https://github.com/TheIllusiveC4/Bedspreads/pull/10)
* Added Russian localization (thanks BardinTheDwarf!) [#8](https://github.com/TheIllusiveC4/Bedspreads/pull/8)
Changed
* Updated to Minecraft 1.16.4
Fixed
* Fixed villagers not recognizing decorated beds as valid beds
[1.16.3-5.0.0.1] - 2020.09.29
Changed
* Updated to Minecraft 1.16.3
[1.16.2-5.0.0.0] - 2020.08.17
Added
* Added Chinese localization (thanks qsefthuopq!) [#7](https://github.com/TheIllusiveC4/Bedspreads/pull/7)
Changed
* Updated to Minecraft 1.16.2
[4.0.0.2] - 2020.08.05
Added
* Added Croatian localization (thanks COMBOhrenovke!) [#6](https://github.com/TheIllusiveC4/Bedspreads/pull/6)
[4.0.0.1] - 2020.08.03
Changed
* Updated texture blending and compression
[4.0](https://github.com/TheIllusiveC4/Bedspreads/compare/1.15.x...master) - 2020.07.04
Changed
* Ported to 1.16.1 Forge
bedspreads-forge-1.16.4-5.1.0.0.jar:
Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog]() and this project does not adhere to [Semantic Versioning](). This project uses MCVERSION-MAJORMOD.MAJORAPI.MINOR.PATCH.
[1.16.4-5.1.0.0] - 2020.11.20
Added
* Added Additional Banners integration
* Added Ice and Fire: Dragons integration
* Added Rats integration
* Added French localization (thanks Lykrast!) [#10](https://github.com/TheIllusiveC4/Bedspreads/pull/10)
* Added Russian localization (thanks BardinTheDwarf!) [#8](https://github.com/TheIllusiveC4/Bedspreads/pull/8)
Changed
* Updated to Minecraft 1.16.4
Fixed
* Fixed villagers not recognizing decorated beds as valid beds
[1.16.3-5.0.0.1] - 2020.09.29
Changed
* Updated to Minecraft 1.16.3
[1.16.2-5.0.0.0] - 2020.08.17
Added
* Added Chinese localization (thanks qsefthuopq!) [#7](https://github.com/TheIllusiveC4/Bedspreads/pull/7)
Changed
* Updated to Minecraft 1.16.2
[4.0.0.2] - 2020.08.05
Added
* Added Croatian localization (thanks COMBOhrenovke!) [#6](https://github.com/TheIllusiveC4/Bedspreads/pull/6)
[4.0.0.1] - 2020.08.03
Changed
* Updated texture blending and compression
[4.0](https://github.com/TheIllusiveC4/Bedspreads/compare/1.15.x...master) - 2020.07.04
Changed
* Ported to 1.16.1 Forge
bedspreads-forge-1.16.3-5.0.0.1.jar:
Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog]() and this project does not adhere to [Semantic Versioning](). This project uses MCVERSION-MAJORMOD.MAJORAPI.MINOR.PATCH.
[1.16.3-5.0.0.1] - 2020.09.29
Changed
* Updated to Minecraft 1.16.3
[1.16.2-5.0.0.0] - 2020.08.17
Added
* Added Chinese localization (thanks qsefthuopq!) [#7](https://github.com/TheIllusiveC4/Bedspreads/pull/7)
Changed
* Updated to Minecraft 1.16.2
[4.0.0.2] - 2020.08.05
Added
* Added Croatian localization (thanks COMBOhrenovke!) [#6](https://github.com/TheIllusiveC4/Bedspreads/pull/6)
[4.0.0.1] - 2020.08.03
Changed
* Updated texture blending and compression
[4.0](https://github.com/TheIllusiveC4/Bedspreads/compare/1.15.x...master) - 2020.07.04
Changed
* Ported to 1.16.1 Forge
bedspreads-forge-1.16.2-5.0.0.0.jar:
Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog]() and this project does not adhere to [Semantic Versioning](). This project uses MCVERSION-MAJORMOD.MAJORAPI.MINOR.PATCH.
[1.16.2-5.0.0.0] - 2020.08.17
Added
* Added Chinese localization (thanks qsefthuopq!) [#7](https://github.com/TheIllusiveC4/Bedspreads/pull/7)
Changed
* Updated to Minecraft 1.16.2
[4.0.0.2] - 2020.08.05
Added
* Added Croatian localization (thanks COMBOhrenovke!) [#6](https://github.com/TheIllusiveC4/Bedspreads/pull/6)
[4.0.0.1] - 2020.08.03
Changed
* Updated texture blending and compression
[4.0](https://github.com/TheIllusiveC4/Bedspreads/compare/1.15.x...master) - 2020.07.04
Changed
* Ported to 1.16.1 Forge
Better Advancements (BetterAdvancements-1.16.1-0.1.0.100 --> BetterAdvancements-1.16.4-0.1.0.103):
BetterAdvancements-1.16.4-0.1.0.103:
[[1bfa37e](https://github.com/way2muchnoise/BetterAdvancements/commit/1bfa37ea04f6648fd400f669307480fee0d9e920)] port to 1.16.4 (way2muchnoise)
BetterAdvancements-1.16.3-0.1.0.102:
[[1b10708](https://github.com/way2muchnoise/BetterAdvancements/commit/1b10708d2f5779f708f6e73603dccd8fae391bdb)] update to recommended forge (way2muchnoise)
BetterAdvancements-1.16.2-0.1.0.101:
[[7a8ec49](https://github.com/way2muchnoise/BetterAdvancements/commit/7a8ec49ecaef0d76050d1aae01750b470db6c233)] port to 1.16.2 (way2muchnoise)
Better Burning (BetterBurning-1.16.1-2.0.2.jar --> BetterBurning-1.16.4-5.0.2.jar):
BetterBurning-1.16.4-5.0.2.jar:
* Fixed forge version range. - Tyler Hancock
Like the mod? Consider following me on [Twitter](https://twitter.com/darkhaxdev) and joining the [Discord]()
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?BetterBurning)
* Diablo Crasher
* BigAl607
* Edward
* Pongo Sapiens
* Darkosto
BetterBurning-1.16.4-5.0.1.jar:
* Added jar signing. - Tyler Hancock
Like the mod? Consider following me on [Twitter](https://twitter.com/darkhaxdev) and joining the [Discord]()
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?BetterBurning)
* Diablo Crasher
* BigAl607
* Edward
* Pongo Sapiens
* Darkosto
BetterBurning-1.16.3-4.0.2.jar:
* Ported to 1.16.3
* Removed recompression script
Like the mod? Consider following me on [Twitter](https://twitter.com/darkhaxdev) and joining the [Discord]()
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?BetterBurning)
* BigAl607
* Pongo Sapiens
* Darkosto
BetterBurning-1.16.2-3.0.1.jar:
* Ported to 1.16.2
Like the mod? Consider following me on [Twitter](https://twitter.com/darkhaxdev) and joining the [Discord]()
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?BetterBurning)
* BigAl607
* Pongo Sapiens
* Darkosto
Biomes O' Plenty (Biomes O' Plenty 1.16.1-11.0.0.395 --> Biomes O' Plenty 1.16.4-13.0.0.421):
Biomes O' Plenty 1.16.4-13.0.0.421:
forstride:
* Replaced Evoker spawns in the Ominous Woods with Illusioners
Biomes O' Plenty 1.16.4-13.0.0.420:
forstride:
* Re-added biome dictionary tags
Biomes O' Plenty 1.16.4-13.0.0.419:
Adubbz:
* Scale ocean climate zooming with biome size option
Biomes O' Plenty 1.16.3-12.0.0.417:
github:
* Fixed technical biomes not being registered under our namespace
Biomes O' Plenty 1.16.3-12.0.0.416:
github:
* Update ko_kr.json (#1730)
Biomes O' Plenty 1.16.3-12.0.0.415:
Adubbz:
* Add back code to default to the bop worldtype
Biomes O' Plenty 1.16.3-12.0.0.414:
Adubbz:
* Bump the required Forge version
Biomes O' Plenty 1.16.3-12.0.0.413:
Adubbz:
* More mod compatibility fixes
Biomes O' Plenty 1.16.3-12.0.0.412:
Adubbz:
* Attempt to fix dimension issues
* Fixed crashing with the latest Forge
Adubbz:
Biomes O' Plenty 1.16.3-12.0.0.411:
forstride:
* Configured surface builders
Biomes O' Plenty 1.16.3-12.0.0.409:
github:
* Update ru_ru.json (#1701)
Biomes O' Plenty 1.16.3-12.0.0.408:
Adubbz:
* Fixed a potential crash. Closes #1692
* Fixed server woes and (supposedly) some mod compatibility issue. Closes #1682, #1691
* Update it_it.json (#1695)
Adubbz:
github:
Biomes O' Plenty 1.16.3-12.0.0.405:
github:
* Update es_ar.json, es_es.json, es_mx.json (#1687)
* * Update es_ar.json, es_es.json, es_mx.json
* * Update es_ar.json, es_es.json, es_mx.json
* Orange sandstone, Lush desert
* Update es_ar.json, es_es.json, es_mx.json (#1687)
* * Update es_ar.json, es_es.json, es_mx.json
* * Update es_ar.json, es_es.json, es_mx.json
* Orange sandstone, Lush desert
* Update it_it.json (#1695)
github:
github:
Biomes O' Plenty 1.16.3-12.0.0.404:
forstride:
* - Added Lush Desert biome
* - Added Orange Sand/Sandstone (And all matching blocks for it)
* - Changed the Brushland into a new biome called the Dryland
* - Renamed the Origin Hills to Origin Valley
* - Renamed the Rainbow Valley to Rainbow Hills
* - Removed Xeric Shrubland sub-biome
* - Removed Oasis sub-biome
* - Improved various textures
Biomes O' Plenty 1.16.3-12.0.0.403:
github:
* Change climate offsetting to random instead of bitmask (#1690)
Biomes O' Plenty 1.16.3-12.0.0.402:
github:
* Improve Origin Hills tree generation and beach generation (#1688)
* * Trees now follow Alpha Minecraft's generation gradient
* * Beaches use Alpha's noise generation for sand and gravel
Biomes O' Plenty 1.16.3-12.0.0.401:
forstride:
* Removed roots (They didn't generate in 1.16.3 anyway), fixed potted sprout texture
Biomes O' Plenty 1.16.3-12.0.0.400:
github:
* Update es_ar.json, es_es.json, es_mx.json (#1678)
* * Update spanish
* * Update es_ar.json, es_es.json, es_mx.json
Biomes O' Plenty 1.16.3-12.0.0.399:
forstride:
* Re-added the Jade Cliffs. Improved the Overgrown Cliffs
Biomes O' Plenty 1.16.3-12.0.0.398:
forstride:
* Added huge toadstools to the Woodland, fixed placing seagrass on white/black sand (Closes #1668)
BlockCarpentry (BlockCarpentry 1.16.1 (0.2.1) --> BlockCarpentry 1.16.2/1.16.3 (0.3.4)):
BlockCarpentry 1.16.2/1.16.3 (0.3.4):
0.3.4 - OptiFine Compatibility
* Fixed blocks being invisible when using OptiFine (#8, #13)
* Doors and Trapdoors now make sound when opening/closing (#4)
* Changed the textures of the tools to more fitting ones - thanks to WenXin20 !!! (#15)
* Changed the hitbox of the FrameBlock - it is more "solid" now and you can't punch/right-click through the block anymore
* Slopes now have a model for straight shapes
* Fixed edged slope frame recipe (dupe bug)
BlockCarpentry 1.16.1 (0.3.1):
0.3.1 - Back-ported all features from 1.16.2/1.16.3 (0.3.3) to 1.16.1
+ Added some more overlays (like brick overlays, chiseled overlays, etc.), can be activated by right-clicking blocks with gunpowder
* Fixed waterlogging ability for slabs, blocks (cubes), chests and fence gates (#7)
* Changed boundary box of frame and illusion block (cube) when empty to work with waterlogging
* Fixed some squished textures
* Fixed bed-dupe-bug (when breaking beds, they wont drop two beds anymore)
* You can now place frame/illusion blocks on other frame/illusion blocks without sneaking (except for blocks, that have any interaction behaviour like opening/closing, e.g. doors, gates, chests, ...) (#10)
* Combined versions 1.16.2 and 1.16.3, should be working as expected
* When in creative, blocks will no longer be consumed when right-clicking an empty frame/illusion block (#9)
* When in creative, contained blocks will no longer be dropped, when breaking a frame/illusion block (#11)
* Updated lang files
BlockCarpentry 1.16.2/1.16.3 (0.3.3):
0.3.3 - Overlay issues
* fixed grass and vine overlay, they could not be selected
BlockCarpentry 1.16.2/1.16.3 (0.3.2):
0.3.2 - Waterlogging
+ Added some more overlays (like brick overlays, chiseled overlays, etc.), can be activated by right-clicking blocks with gunpowder
* Fixed waterlogging ability for slabs, blocks (cubes), chests and fence gates (#7)
* Changed boundary box of frame and illusion block (cube) when empty to work with waterlogging
* Fixed some squished textures
* Fixed bed-dupe-bug (when breaking beds, they wont drop two beds anymore)
* You can now place frame/illusion blocks on other frame/illusion blocks without sneaking (except for blocks, that have any interaction behaviour like opening/closing, e.g. doors, gates, chests, ...) (#10)
* Combined versions 1.16.2 and 1.16.3, should be working as expected
* When in creative, blocks will no longer be consumed when right-clicking an empty frame/illusion block (#9)
* When in creative, contained blocks will no longer be dropped, when breaking a frame/illusion block (#11)
* Updated lang files
BlockCarpentry 1.16.3 (0.1.0-Beta):
0.1.0-beta - Ported all features from 1.16.2 (0.3.1) to 1.16.3
WARNING: This is a beta version, meaning that I have tested this port of the mod, but I might have missed some serious bugs, so the mod is not necessarily stable and can cause crashes. If you encounter any bugs, crashes or other problems, let me know (you can either write a comment at curseforge.com or open an issue at my github repository)
BlockCarpentry 1.16.2 (0.3.1):
0.2.1 - removed debug texture replacing emerald block
* Removed debug texture, which replaced minecraft emerald block texture
* oops sorry
BlockCarpentry 1.16.1 (0.3.0):
0.3.0 - Back-ported all features from 1.16.2 (0.3.0) to 1.16.1
+ Added two spanish lang files (thanks to kevinggg1) and one french lang file (thanks to KiroTheBlueFox)
+ Added frame and illusion walls (they currently behave more like thick fences than vanilla walls)
+ Added frame and illusion beds, but sadly, villagers wont sleep in them, maybe they have higher standards... :(
+ Added frame and illusion ladders
+ Added frame and illusion chests
+ Added frame and illusion fence gates
+ Added five types of block overlays (normal and large grass overlay, normal and small snow overlay, vine overlay)
* Fixed frame and illusion stairs looking stupid when containing transparent blocks
* Fixed transparent blocks looking solid (especially for illusion blocks)
* Fixed grass blocks in frame and illusion blocks appearing gray - they now have the corresponding biome color
* Fixed the weird "texture is either moved to the right or to the left"-bug
* Fixed some bugs occuring when using modded blocks or when using blocks that have a TER (Tile Entity Renderer), such as chests - instead, the block becomes invisible (only bounding box visible) and a message appears
* Made some blocks waterloggable to match their vanilla counterparts
* Villagers can now open and close frame and illusion doors
BlockCarpentry 1.16.2 (0.3.0):
0.3.0 - Many new blocks and overlays
+ Added two spanish lang files (thanks to kevinggg1) and one french lang file (thanks to KiroTheBlueFox)
+ Added frame and illusion walls (they currently behave more like thick fences than vanilla walls)
+ Added frame and illusion beds, but sadly, villagers wont sleep in them, maybe they have higher standards... :(
+ Added frame and illusion ladders
+ Added frame and illusion chests
+ Added frame and illusion fence gates
+ Added five types of block overlays (normal and large grass overlay, normal and small snow overlay, vine overlay)
* Fixed frame and illusion stairs looking stupid when containing transparent blocks
* Fixed transparent blocks looking solid (especially for illusion blocks)
* Fixed grass blocks in frame and illusion blocks appearing gray - they now have the corresponding biome color
* Fixed the weird "texture is either moved to the right or to the left"-bug
* Fixed some bugs occuring when using modded blocks or when using blocks that have a TER (Tile Entity Renderer), such as chests - instead, the block becomes invisible (only bounding box visible) and a message appears
* Made some blocks waterloggable to match their vanilla counterparts
* Villagers can now open and close frame and illusion doors
BlockCarpentry 1.16.2 (0.2.2):
0.2.2 - Fixed server crashes
* Fixed some server crashes (especially when placing a block in a frame, destroying a frame, or changing window color) (Issue #1) - you should now be able to play on servers without having crashes
Bookshelf (Bookshelf-1.16.1-6.3.21.jar --> Bookshelf-1.16.4-9.1.13.jar):
Bookshelf-1.16.4-9.1.13.jar:
* Upload ASC build artifact. - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* Diablo Crasher
* BigAl607
* Edward
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.4-9.1.12.jar:
* Switched to publication signing. - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* Diablo Crasher
* BigAl607
* Edward
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.4-9.1.11.jar:
* Added experimental detached signatures. - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* Diablo Crasher
* BigAl607
* Edward
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.4-9.1.10.jar:
* Experimental changes to changelog format. - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* Diablo Crasher
* BigAl607
* Edward
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.4-9.1.9.jar:
* Fixed wrong DecimalFormat import. #152 - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* Diablo Crasher
* BigAl607
* Edward
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.4-9.1.8.jar:
* Marked for RB. - Tyler Hancock
* Included a notice about JAR signatures. - Tyler Hancock
* Add helpers that make sided logic nicer in some niche scenarios. - Tyler Hancock
* Added a util to check if a BlockPos is within a structure. - Tyler Hancock
* Re-Implemented built in loot conditions. - Tyler Hancock
* Added registry support for ILootCondition. - Tyler Hancock
* Compiled against newer Forge and MCP. - Tyler Hancock
* Added load time for registry to the debug info. - Tyler Hancock
* Added common decimal format with 2 precision. - Tyler Hancock
* Fixed registry debug info being printed at the wrong time and including the wrong information. - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* Diablo Crasher
* BigAl607
* Edward
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.4-9.0.7.jar:
* Added missing v1 for logo. - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* Diablo Crasher
* BigAl607
* Edward
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.4-9.0.6.jar:
* Potentially fix project logo in release webhook. - Tyler Hancock
* Updated DiluvGradle plugin to 1.2.4. - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* Diablo Crasher
* BigAl607
* Edward
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.4-9.0.5.jar:
* Fixed mod-list logo blur. - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* Diablo Crasher
* BigAl607
* Edward
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.4-9.0.4.jar:
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* Diablo Crasher
* BigAl607
* Edward
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.4-9.0.3.jar:
* Compile against a newer Forge version. - Tyler Hancock
* Formatting. - Tyler Hancock
* Added a pre-populated loot chest command. - Tyler Hancock
* Added a loot table command argument. - Tyler Hancock
* Added util to check if a command argument exists in a given context. - Tyler Hancock
* Revised the readme. - Tyler Hancock
* Reimplemented jar signing. - Tyler Hancock
* Expand loader range to include 34. - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* Diablo Crasher
* BigAl607
* Edward
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.4-9.0.2.jar:
* Allow 1.16.4 build to run on 1.16.3. This is not considered a supported use case. - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* BigAl607
* Edward
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.4-9.0.1.jar:
* Ported to Minecraft 1.16.4. - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* Edward
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.3-8.7.20.jar:
* Version number tick. - Tyler Hancock
* Added getters for the banner registry. - Tyler Hancock
* Added a "any shears" ingredient. - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* BigAl607
* Edward
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.3-8.6.19.jar:
* Disable javadoc errors. - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* BigAl607
* Edward
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.3-8.5.17.jar:
* Added serialization support for Boolean, Vec3D, Vec3F, and DisplayableBlockState. - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* BigAl607
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.3-8.5.16.jar:
* Merge branch '1.16.3' of [https://github.com/Darkhax-Minecraft/Bookshelf](https://github.com/Darkhax-Minecraft/Bookshelf) into 1.16.3 - Tyler Hancock
* Ticked secondary version. - Tyler Hancock
* Add better fluid rendering support. - Tyler Hancock
* Add a helper to unpack packed integers. - Tyler Hancock
* Add support for serializing Optional types. - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* BigAl607
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.3-8.4.15.jar:
* Added indonesian translations, thanks to dafiulh. - Dafiul Haq
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.3-8.4.14.jar:
* 📚 Localization: Spanish (Latin America) (#147) - M A R M
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.3-8.4.13.jar:
* Fixed issues with Mac and the GVH. - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* BigAl607
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.3-8.4.12.jar:
* Ported to MCP 20200916-1.16.2 - Tyler Hancock
* Added a helper to render text in a split/wrapped way. - Tyler Hancock
* Added serializer for ITextComponents. - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* BigAl607
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.3-8.4.11.jar:
* Bumped version. - Tyler Hancock
* Added a helper to get the color data of an entity type. - Tyler Hancock
* Enabled debug logging in dev env. - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* BigAl607
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.3-8.3.10.jar:
* Version bump + formatting. - Tyler Hancock
* Added Potion type with nicer translation keys for mods. - Tyler Hancock
* Added simple brewing recipe type for standard potions. - Tyler Hancock
* Added an Ingredient for matching potion items. - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* BigAl607
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.3-8.2.9.jar:
* Fix changelogs not being attached to Diluv file. - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* BigAl607
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.3-8.2.8.jar:
* Formatting. - Tyler Hancock
* Remove logs dir from git. - Tyler Hancock
* Implemented experimental supporter handler. - Tyler Hancock
* Enable debug logging in dev environments. - Tyler Hancock
* Added method for grabbing current mod name. - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* BigAl607
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.3-8.1.7.jar:
* Added rendering helper for rendering block states.
* Added code to detect when Optifine is installed.
* Avoid unwarranted client chunk updates when syncing tile entities.
* Added utility for sending vanilla packets to all players in a chunk.
* Optimize chunk related operations for tile entities.
* Implemented a modified version of Vazkii's Vote Handler.
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* BigAl607
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.3-8.0.5.jar:
* Added support for registering new registries. - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* BigAl607
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.3-8.0.4.jar:
* Re-implemented the EnchantmentAttribute base class. - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* BigAl607
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.3-8.0.3.jar:
* Fixed build pipeline issues.
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* BigAl607
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.3-8.0.2.jar:
* Ported to 1.16.2 - Tyler Hancock
* Updated DiluvGradle to 1.2.2 - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* BigAl607
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.3-8.0.1.jar:
* Ported to Minecraft 1.16.3 - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* BigAl607
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.2-7.0.11.jar:
* Updated resource pack version to v6 - Tyler Hancock
* Compiled against Forge 33.0.37 - Tyler Hancock
* Fixed CF webhook using wrong channel. - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* BigAl607
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.2-7.0.10.jar:
* Uodated existing build webhooks to use Schoomp. - Tyler Hancock
* Replace tabs with spaces in build.gradle. - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* BigAl607
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.2-7.0.9.jar:
* Fixed DiluvGradle version. - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* BigAl607
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.2-7.0.7.jar:
* Enable failing for diluv updates. - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* BigAl607
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.2-7.0.6.jar:
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* BigAl607
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.2-7.0.5.jar:
* Added project ID to diluv build webhook. - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* BigAl607
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.2-7.0.4.jar:
* Fixed legacy markdown header syntax in README - Tyler Hancock
* Added support for automatically publishing builds to Diluv. - Tyler Hancock
* Formatting. - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* BigAl607
* Pongo Sapiens
* Darkosto
Bookshelf-1.16.2-7.0.3.jar:
* Made abstract methods public. - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* BigAl607
* Pongo Sapiens
* Darkosto