forked from EnigmaticaModpacks/Enigmatica6
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG_MODS_0.3.1.txt
2439 lines (2246 loc) · 166 KB
/
CHANGELOG_MODS_0.3.1.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.3.0 --> Enigmatica6 0.3.1
=======================================
Added:
- 'Dustrial Decor
- Alex's Mobs
- Architectury (Forge)
- Artifacts
- Astral Sorcery
- Blood Magic
- Citadel
- Clockout
- CodeChicken Lib 1.8.+
- Create
- Demagnetize
- Ender Storage 1.8.+
- ExtraStorage
- Immersive Petroleum
- KubeJS Blood Magic
- KubeJS Immersive Engineering
- KubeJS Mekanism
- KubeJS Thermal
- Mod Name Tooltip
- More MobGriefing Options
- ObserverLib
- Portable Stonecutter
- RFTools Power
- Restriction: Re-Restricted
- Shrink.
- Sophisticated Backpacks
- The Undergarden
Updated:
AIOT Botania (aiotbotania-1.16.3-1.4.2.jar --> aiotbotania-1.16.4-1.5.0.jar):
aiotbotania-1.16.4-1.5.0.jar:
* update version - MelanX
* fix crash with botania 410 - MelanX
* drop 1.16.3 support - MelanX
aiotbotania-1.16.3-1.4.3.jar:
* fix terrasteel recipes - MelanX
* Fix terrasteel and alfsteel aiot (#48) - noeppi_noeppi
Additional Bars ([1.16.3] Additional Bars 1.5.2 --> [1.16.4] Additional Bars 1.6.0):
[1.16.4] Additional Bars 1.6.0:
Release: 1.6.0:
* Update to 1.16.4
* Added code for upcoming addon...
* Added ko_kr.json (mindy15963)
* Updated ru_ru.json (BardinTheDwarf)
AmbientSounds 3 (AmbientSounds_v3.1.2_mc1.16.4.jar --> AmbientSounds_v3.1.4_mc1.16.4.jar):
AmbientSounds_v3.1.4_mc1.16.4.jar:
Made cicadas to not play when raining
Changed raining=false property to be independent from player position
AmbientSounds_v3.1.3_mc1.16.4.jar:
Fixed playing cricket noise during rain
Aquaculture 2 (Aquaculture-1.16.4-2.1.6.jar --> Aquaculture-1.16.4-2.1.7.jar):
Aquaculture-1.16.4-2.1.7.jar:
* The biomes that fish are catchable, are based on Biome Dictionary Types again, instead of Biome Dictionary (Should fix that fish are not catchable in some biomes)
* Entities now also spawn based on BiomeDictionary Types again (Have changed in the config too)
* Added proper subtitles for sounds used in Aquaculture 2 (Thanks to @sscards)
* Fixed cats not liking Aquaculture fish on newer versions of Java (Thanks to @ZekerZhayard)
* Added compatibility with Jolly Boxes (Thanks to @BlueDuckYT)
* Fixed typo on Neptunium Ingot blasting recipe (Thanks to @NillerMedDild)
* Added raw fish to forge:raw_fishes tag
* Minecraft Forge, version 34.1.21 or newer is now required
* If used with Biomes O' Plenty, version 13.0.0.420 or newer is required
Ars Nouveau (ars_nouveau-1.16.3-1.6.1.jar --> ars_nouveau-1.16.4-1.9.2.jar):
ars_nouveau-1.16.4-1.9.2.jar:
Updated forge requirement.
ars_nouveau-1.16.4-1.9.1.jar:
Fixes sided crash
ars_nouveau-1.16.4-1.9.0.jar:
Adds the Wixie, an autocrafting friend!
Adds Archwood trees
Adds the Casting Wand
Adds three new stone decorative blocks
Updated mana bar texture
Updated block textures
Fixes interact with Items on the whelp - cake farms are now possible!
Strength is now tier 3
Regen is now capped at 5
Fixes lava lilies and the volcanic accumulator being placed in the air
Fixes crash related to reloading resource packs.
ars_nouveau-1.16.3-1.8.1.jar:
Fixes server related crash on void jar
ars_nouveau-1.16.3-1.8.0.jar:
Adds Mana Berry Bushes
Adds Mana Regeneration Potions
Carbuncles will now harvest mana berry bushes
Adds the Void Jar
Adds many new configs for player mana
Lava Lilies will not longer burn you when standing on magma
Carbuncles should now path to their destination without getting stuck as often.
Fixes curios stacking
Fixes harm not affecting dragons
Fixes damage spells not dropping player loot and exp
Fixes Conjure Water working in the nether
Adds missing mana cost to rune
Fixes Volcanic Accumulator range
Runic Chalk can now makes any rune permanent.
Updated plant textures.
ars_nouveau-1.16.3-1.7.1.jar:
Fixes update crash on mana tiles
ars_nouveau-1.16.3-1.7.0.jar:
Adds Flare - new damage spell
Adds Cold Snap - new damage spell
Adds Gravity - makes blocks and entities fall
Adds Craft - Opens the crafting menu
Adds Conjure Water - Spawns a water source block
Adds config for disabling spells and adjusting their cast cost.
Harm now applies poison when used with Extend Time
Heal now applies regen when used with Extend Time
Light now applies Glowing on other entities
Fixes Delay activating too soon.
Relays and splitters can now be cleared with the wand
All new assets
AutoRegLib (AutoRegLib-1.6-46.jar --> AutoRegLib-1.6-47.jar):
AutoRegLib-1.6-47.jar:
* Fixed item drop-in eating subsequent clicks.
Biomes O' Plenty (Biomes O' Plenty 1.16.4-13.0.0.421 --> Biomes O' Plenty 1.16.4-13.0.0.425):
Biomes O' Plenty 1.16.4-13.0.0.425:
forstride:
* Updated some biome temperatures for Serene Seasons compatibility
Biomes O' Plenty 1.16.4-13.0.0.424:
github:
* Update es_es.json es_mx.json es_ar.json (#1759)
* * Update es_ar.json, es_es.json, es_mx.json
* * Update es_es.json, es_mx.json, es_ar.json
* Co-authored-by: Felipe Clariá <[email protected]>
* Adopted Forge's new world type system
Adubbz:
Biomes O' Plenty 1.16.4-13.0.0.422:
github:
* Correction of "Cherry" (#1749)
Bookshelf (Bookshelf-1.16.4-9.1.13.jar --> Bookshelf-1.16.4-9.3.18.jar):
Bookshelf-1.16.4-9.3.18.jar:
* Fix lazy ItemStack definitions not being supported in JSON deserialization.
* Optimized BlockState network serialization.
* Added new item handlers for inventory systems.
* Added block ingredient that tests the properties of the block state.
* Added utility for rotating voxel shapes. Thanks to Gigaherz.
* Fix compilation issues on some JDKs.
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.2.16.jar:
* Provide clearer error message when an incorrect block ingredient ID is used. - 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.2.15.jar:
* Removed BlockIngredient debug code. #153 - 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.2.14.jar:
* Marked for a new RB. - Tyler Hancock
* BlockIngredientCheckTag now uses the BlockTag serializer. - Tyler Hancock
* Implemented serializer for block, item, entity, fluid, potion, enchantment, tile entity tags. - Tyler Hancock
* Added documentation to the block ingredient. - Tyler Hancock
* Re-implemented BlockIngredient. - Tyler Hancock
* Fixed tabs that snuck into the build.gradle - Tyler Hancock
Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf)
* Diablo Crasher
* BigAl607
* Edward
* Pongo Sapiens
* Darkosto
Botania (Botania-1.16.3-409.jar --> Botania-1.16.4-410.jar):
Botania-1.16.4-410.jar:
[https://botaniamod.net/changelog.php]()
Botania Additions (BotaniaAdditionsMC1.16.3-1.0.3 --> BotaniaAdditionsMC1.16.4-1.0.4):
BotaniaAdditionsMC1.16.4-1.0.4:
Fix crash when mining stuff with the Terra Harvester when using Botania 1.16.4-410.
Now required MC 1.16.4 and Botania 1.16.4-410.
Botany Pots (BotanyPots-1.16.4-6.0.6.jar --> BotanyPots-1.16.4-6.0.8.jar):
BotanyPots-1.16.4-6.0.8.jar:
* Add support for Metal Bushes + Mekanism - Bob
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?BotanyPots)
* Diablo Crasher
* BigAl607
* Edward
* Pongo Sapiens
* Darkosto
BotanyPots-1.16.4-6.0.7.jar:
* Added support for mana-and-artifice via mana-plus seeds. - 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?BotanyPots)
* Diablo Crasher
* BigAl607
* Edward
* Pongo Sapiens
* Darkosto
Builders Crafts & Additions (Forge) (buildersaddition-1.16.2/3/4-20201113a --> buildersaddition-1.16.2/3/4-20201214d):
buildersaddition-1.16.2/3/4-20201214d:
+ Cast Iron Ladder.
+ Pillows.
~ Reworked Stools (WARNING: Stools will be removed from old worlds).
~ New item icons for Iron Ladder and Candles.
~ Sound now plays when taking a seat.
~ Other tweaks and improvements.
~ Fixed Wooden Shop Sign recipe.
buildersaddition-1.16.2/3/4-20201203a:
+ tr_tr language thanks to [alierenreis.](https://www.curseforge.com/members/alierenreis)
+ Fireplace guard block in two variants.
+ Credits screen to Arcade.
~ Renamed all instances of Rough Iron to Cast Iron.
buildersaddition-1.16.2/3/4-20201130b:
~ Issue with cupboard capability.
Building Gadgets (buildinggadgets-3.7.2.jar --> buildinggadgets-1.16.4-3.7.3.jar):
buildinggadgets-1.16.4-3.7.3.jar:
See changes here [https://github.com/Direwolf20-MC/BuildingGadgets/wiki/Changelog-1.16#373---1164---2020-12-20](https://github.com/Direwolf20-MC/BuildingGadgets/wiki/Changelog-1.16#373---1164---2020-12-20)
Chisels & Bits (chiselsandbits-0.2.2-ALPHA.jar --> C&B 0.2.8):
C&B 0.2.8:
Bugfix:
* Reenable the offgrid placement mode.
C&B 0.2.7:
Added features:
* Support rotating of rotateable blocks around the Y axis if a chiseled block is rotated (AKA Bits rotating with the block when picked up, see tree logs not rotating when placed on the side.)
C&B 0.2.6:
Bugfix:
* Prevents chisels and bits chiseled blocks from being pushed with quark pistons.
C&B 0.2.5:
Bugfix release:
* - Fixes a crash that happens when the breaking animation is complete.
C&B 0.2.4:
Clumps (Clumps-6.0.0.12.jar --> Clumps-6.0.0.13.jar):
Clumps-6.0.0.13.jar:
Current version: 6.0.0.13
* [proper port to 1.16.4](https://github.com/jaredlll08/Clumps/commit/bd5b5c4cd7e0de5141e8f64fa8b39a2e7bc24faf) - Jared - Sun Dec 13 01:25:18 2020
* [Cleanup and Efficiency (#42)](https://github.com/jaredlll08/Clumps/commit/321e4bd8458ea144990daa4f1f460901cee9ff44) - ChampionAsh5357 - Sun Nov 1 23:40:27 2020
* [Implement XP orb events (#41)](https://github.com/jaredlll08/Clumps/commit/129d87d18a24972051fbb036b421e918dce700c3) - FalseHonesty - Sat Oct 3 22:25:05 2020
* [port to 1.16.3](https://github.com/jaredlll08/Clumps/commit/810f040c82d4ee818bd2cbae92a1caafbc2290a5) - Jared - Wed Sep 16 23:15:08 2020
* [1.16.2 3rd times the charm](https://github.com/jaredlll08/Clumps/commit/49fd7690a8d32d1134009670a0df750a88c37446) - Jared - Tue Aug 25 17:55:44 2020
* [fix mapping issue](https://github.com/jaredlll08/Clumps/commit/0fd50c1855ad7c20126d0382f3d32ff032825489) - Jared - Tue Aug 25 17:24:46 2020
* [Fixed xp not dropping in dims (1.16.1) Close #192](https://github.com/jaredlll08/Clumps/commit/8fc3d38208a9b9aa1f36e96b5dc95fce2e61a954) - Jared - Tue Aug 25 17:16:30 2020
* [orb improvements](https://github.com/jaredlll08/Clumps/commit/75899ddf5dcb03398bd491266e6c325b7d8e78c6) - Jared - Thu Aug 20 20:21:10 2020
* [re-fix clumps causing crashes close #35](https://github.com/jaredlll08/Clumps/commit/234a169d959f1aefb65151a4328f04e70d1c7cc4) - Jared - Sun Jul 19 21:03:52 2020
* [update version](https://github.com/jaredlll08/Clumps/commit/91b94baf80891a34d0ad95fc90f8ce05deb4cf3c) - Jared - Sat Jul 18 01:58:06 2020
* [update commit](https://github.com/jaredlll08/Clumps/commit/1228c2b85508b66799487f0b16600a35f4e34d25) - Jared - Sat Jul 18 01:54:03 2020
Comforts (comforts-forge-1.16.4-4.0.0.2.jar --> comforts-forge-1.16.4-4.0.0.3.jar):
comforts-forge-1.16.4-4.0.0.3.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-4.0.0.3] - 2020.12.19
Added
* Added Swedish localization (thanks heubest!)
[1.16.4-4.0.0.2] - 2020.11.09
Changed
* Updated to Minecraft 1.16.4
[1.16.3-4.0.0.1] - 2020.09.29
Changed
* Updated to Minecraft 1.16.3
[1.16.2-4.0.0.0] - 2020.08.23
Changed
* Updated to Minecraft 1.16.2
[3.0.0.1] - 2020.08.09
Changed
* Hammock recipes now use Forge's string tag for the string item ingredient
[3.0] - 2020.07.08
Changed
* Ported to 1.16.1 Forge
ConnectedTexturesMod (CTM - MC1.16.1-1.1.1.5 --> CTM - MC1.16.1-1.1.2.6):
CTM - MC1.16.1-1.1.2.6:
CTM MC1.16.1-1.1.2.6
New
* Added ctm_vertical and sctm texture types (ChloeDawn)
Fixes
* [#145](https://github.com/Chisel-Team/ConnectedTexturesMod/issues/145) Fix eldritch type not being compatible with lighting data
CreativeCore (CreativeCore_v2.0.7_mc1.16.2.jar --> CreativeCore_v2.0.10_mc1.16.4.jar):
CreativeCore_v2.0.10_mc1.16.4.jar:
Set resourcepack format from 4 to 6
CreativeCore_v2.0.9_mc1.16.4.jar:
Fixed not being able to connect to servers which don't have CreativeCore installed
CreativeCore_v2.0.8_mc1.16.4.jar:
Fixed creating new command dispatcher again and again (potential memory leak)
Fixed displaying an issue if mod is not installed on server
Curio of Undying (Forge) (curioofundying-forge-1.16.3-5.0.0.1.jar --> curioofundying-forge-1.16.4-5.1.0.0.jar):
curioofundying-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.24
Changed
* Updated to 1.16.4
[1.16.3-5.0.0.1] - 2020.09.27
Changed
* Updated to 1.16.3
[1.16.2-5.0.0.0] - 2020.08.13
Changed
* Updated to 1.16.2
[4.0] - 2020.07.01
Changed
* Ported to 1.16.1 Forge
Curios API (Forge) (curios-forge-1.16.4-4.0.2.1.jar --> curios-forge-1.16.4-4.0.3.0.jar):
curios-forge-1.16.4-4.0.3.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 adheres to [Forge Recommended Versioning]().
[1.16.4-4.0.3.0] - 2020.11.24
Added
* [API] ICurioItem interface for simple hard-dependency item implementations
Changed
* Minor improvements to "Curio" slot type and tag for universal acceptance
Fixed
* Fixed infinite log spam when using recipe book [#91](https://github.com/TheIllusiveC4/Curios/issues/91)
* Fixed command client crashes [#89](https://github.com/TheIllusiveC4/Curios/issues/89)
* Fixed overextended texture in Curios GUI
[1.16.4-4.0.2.1] - 2020.11.09
Changed
* Updated to 1.16.4
* "Curio" slot type now accepts any curio item [#78](https://github.com/TheIllusiveC4/Curios/issues/78)
Fixed
* Fixed NPE with Mahou Tsukai's scrying [#77](https://github.com/TheIllusiveC4/Curios/issues/77)
* Fixed empty tags being attached to items [#80](https://github.com/TheIllusiveC4/Curios/issues/80)
* Fixed render buttons toggling wrong slot [#75](https://github.com/TheIllusiveC4/Curios/issues/75) [#84](https://github.com/TheIllusiveC4/Curios/issues/84)
[1.16.3-4.0.2.0] - 2020.09.20
Update courtesy of Extegral, thanks! [#72](https://github.com/TheIllusiveC4/Curios/pull/72)
Added
* [API] Added ICurio#showAttributesTooltip for toggling attribute tooltips per curio
* [API] Added ICurio#getFortuneBonus for adding fortune levels when curio is equipped
* [API] Added ICurio#getLootingBonus for adding looting levels when curio is equipped
* Added curios:equip_curio criterion trigger for listening to curio equips
Changed
* Updated Russian localization
Fixed
* Fixed bug with recipe book persisting on Curios screen when going from Survival to Creative
[1.16.3-4.0.1.0] - 2020.09.14
Added
* Added Brazilian localization (thanks Mikeliro!) [#65](https://github.com/TheIllusiveC4/Curios/pull/65)
Changed
* Updated to Minecraft 1.16.3
Fixed
* Fixed crashing when attempting to unlock/lock slots in equip handlers [#68](https://github.com/TheIllusiveC4/Curios/issues/68)
* Fixed misaligned render toggle buttons with non-natively-positioned slots
[1.16.2-4.0.0.1] - 2020.08.26
Changed
* Updated to Forge 33.0.21
[1.16.2-4.0.0.0] - 2020.08.13
Changed
* Updated to Minecraft 1.16.2
* Archive base name changed from "curios" to "curios-forge"
* Mod version no longer contains "FORGE"
[3.0.0.2] - 2020.08.03
Fixed
* Fixed toggle render buttons desyncing when scrolling
* Fixed recipe book offsets in Curios GUI
[3.0.0.1] - 2020.08.02
Changed
* [API] Moved ICuriosItemHandler#handleInvalidStacks call to tick event
Fixed
* Fixed hidden slots still being handled by Curios GUI
[3.0] - 2020.07.21
Fixed
* Fixed Curios button disappearing when switching tabs in Creative menu [#55](https://github.com/TheIllusiveC4/Curios/issues/55)
* Fixed being able to right-click Curios items into any slot [#56](https://github.com/TheIllusiveC4/Curios/issues/56)
[3.0-beta4] - 2020.07.17
Fixed
* Fixed crashes with Forge 32.0.67+ [#53](https://github.com/TheIllusiveC4/Curios/issues/53)
[3.0-beta3] - 2020.07.14
Changed
* [API] IMC messages can now process iterable collections of SlotTypeMessage
[3.0-beta2] - 2020.07.02
Added
* [API] Added ICuriosHelper#getEquippedCurios that obtains all equipped, non-cosmetic curios
Changed
* [API] IDynamicStackHandler now extends IItemHandlerModifiable
Fixed
* Fixed NPE when registering no icon for a slot type
[3.0-beta1] - 2020.07.01
Added
* Opt-in cosmetic slots for slot types
* Toggleable rendering for equipped curio items
* "Bracelet" has been added as a potential preset slot type
Changed
* Ported to 1.16.1 Forge
* Slot types are now handled server-side, allowing for per-world slot configurations
* Icon registration is now done alongside slot registration without needing a separate IMC message
* ItemStacks with different durabilities will trigger curio change events
* Names:
* LivingCurioChangeEvent -> CurioChangeEvent
* LivingCurioDropRulesEvent -> DropRulesEvent
* LivingCurioDropsEvent -> CurioDropsEvent
* CurioIMCMessage -> SlotTypeMessage
* CuriosAPI -> CuriosApi
* ICurioItemHandler -> ICuriosItemHandler:
* getCurioMap -> getCurios
* setCurioMap -> setCurios
* getStackHandler -> getStacksHandler
* enableCurio -> unlockSlotType
* disableCurio -> lockSlotType
* addCurioSlot -> growSlotType
* removeCurioSlot -> shrinkSlotType
* getDisabled -> getLockedSlots
* addInvalid -> loseInvalidStack
* dropInvalidCache -> handleInvalidStacks
* ICurio:
* onCurioTick -> curioTick
* onCurioAnimate -> curioAnimate
* onEquipped -> onEquip
* onUnequipped -> onUnequip
* playRightClickEquipSound -> playEquipSound
* onCurioBreak -> curioBreak
* shouldSyncToTracking -> canSync
* getSyncTag -> writeSyncData
* readSyncTag -> readSyncData
* hasRender -> canRender
* Commands:
* enable -> unlock
* disable -> lock
* Abstraction:
* CurioType abstracted to ISlotType
* CurioStackHandler abstracted to ICurioStacksHandler
* CuriosApi split into three helper interfaces (IIconHelper on the client, ISlotHelper on the server, ICuriosHelper for both)
* CurioTags functionality refactored into SlotTypePresets
* The above changes are only for the API, the rest of the classes have also had extensive changes
Dank Storage (dankstorage-3.11.jar --> dankstorage-3.13.jar):
dankstorage-3.13.jar:
* Fixed blocks not dropping anything when mined with dank in construction mode
* Added config for x/y position of dank hud
* fixed nbt size not syncing correctly
dankstorage-3.12c.jar:
Fixed several lang keys, fixed dank wrongly inheriting name when upgraded
dankstorage-3.12b.jar:
* fix right clicking an empty dock crashing the client
* fix potential container exploits
dankstorage-3.12a.jar:
* fix interaction with refined storage causing grid to behave oddly when connected via external storage.
dankstorage-3.12.jar:
* Prevent quark from adding buttons to dank inventories as it causes duplication.
* Preserve name upon docking/undocking dank
* Fix scrolling through construction not working
dankstorage-3.11b.jar:
removed functionality of locked slots due to interaction with quark causing dupes
dankstorage-3.11a.jar:
Fix crashing when hovering over slots from other mods
Fix unchecked cast when looking for arrows
Decorative Blocks (decorative_blocks-1.16.4-1.6.0.jar --> decorative_blocks-1.16.4-1.6.2.jar):
decorative_blocks-1.16.4-1.6.2.jar:
Beams have collision
decorative_blocks-1.16.4-1.6.1.jar:
same as 1.16.1
decorative_blocks-1.16.1-1.6.1.jar:
optional advancements
BOP blocks will no longer show up in the creative tab
EmbellishCraft (embellishcraft-1.16.3-3.2.0.0.jar --> embellishcraft-1.16.4-3.3.0.0.jar):
embellishcraft-1.16.4-3.3.0.0.jar:
embellishcraft-1.16.4-3.3.0.0
Important: Forge 35.1.4 or newer is now required.
This build adds support for newer versions of Forge. It also adds new paving stones blocks and a few changes.
Changelog:
* updated to Forge 35.1.4 for Minecraft 1.16.4.
* added paving stones blocks (with 13 stone variants: stone, andesite, diorite, granite, sandstone, red sandstone, terracotta, basalt, marble, slate, jade, gneiss, larvikite).
* sturdy metal doors and lockers now resist explosions.
Ender Mail (EnderMail-1.16.3-1.1.5.jar --> EnderMail-1.16.4-1.1.7.jar):
EnderMail-1.16.4-1.1.7.jar:
---------------------------------------------
VERSION 1.1.7 - 1.16.4
---------------------------------------------
1.16.4:
* Fix bug in which locker GUI was not able to be closed
---------------------------------------------
VERSION 1.1.6 - 1.16.4
---------------------------------------------
1.16.4:
* Initial release for 1.16.4 (Forge 35.1.4)
* Added French translations
---------------------------------------------
VERSION 1.1.5 - 1.16.3
---------------------------------------------
1.16.3:
* Initial release for 1.16.3 (Forge 34.0.18)
* Added Russian translations
* Fixed incorrect Chinese translation
---------------------------------------------
VERSION 1.1.4 - 1.16.2
---------------------------------------------
1.16.2:
* Fixed crash that occurred with newer versions of Forge when opening the stamp GUI
---------------------------------------------
VERSION 1.1.3 - 1.16.2, 1.16.1, 1.12.2
---------------------------------------------
1.16.2:
* Initial release for 1.16.2 (Forge 32.0.7)
1.16.1:
* Added Chinese translations
* Fixed crash that occurred when moving a package controller between inventories during a delivery
---------------------------------------------
VERSION 1.1.2 - 1.16.1
---------------------------------------------
1.16.1:
* Fixed server crash upon startup when client-only initialization occurred on server
---------------------------------------------
VERSION 1.1.1 - 1.16.1, 1.15.2, 1.12.2
---------------------------------------------
1.16.1, 1.15.2, 1.12.2:
* Initial release for 1.16.1 (Forge 32.0.63)
* Changed package and packing tape recipes to use tags for some items
* Updated locker texture
---------------------------------------------
VERSION 1.1.0 - 1.15.2, 1.12.2
---------------------------------------------
1.15.2, 1.12.2:
* Added a Locker block with unique, configurable IDs that packages can be delivered to
* Added a field to the stamp GUI to specify a locker ID to deliver to
* Added config fields to specify the radius around lockers in which packages will be delivered to that locker
* Added a config field to enable logging of package deliveries in the console
1.15.2:
* Fixed a bug that caused Ender mailmen to despawn in peaceful mode
---------------------------------------------
VERSION 1.0.3 - 1.15.2, 1.14.4, 1.12.2
---------------------------------------------
1.15.2, 1.14.4:
* Fixed a bug that prevented packages from being opened on servers
1.12.2:
* Fixed a bug that caused stamped packages to appear unstamped on servers
---------------------------------------------
VERSION 1.0.2 - 1.15.2, 1.14.4, 1.12.2
---------------------------------------------
1.15.2, 1.14.4, 1.12.2:
* Fixed a crash that occurred infrequently when moving a package controller around the inventory while a delivery was in progress
---------------------------------------------
VERSION 1.0.1 - 1.12.2
---------------------------------------------
1.12.2:
* Fixed a bug in the stamp GUI that allowed negative coordinates to be entered only if all previous text fields were filled
---------------------------------------------
VERSION 1.0.0 - 1.15.2, 1.14.4, 1.12.2
---------------------------------------------
1.15.2:
* Initial release for 1.15.2 (Forge 31.1.37)
1.14.4:
* Initial release for 1.14.4 (Forge 28.2.3)
1.12.2:
* Initial release for 1.12.2 (Forge 14.23.5.2847)
EnderMail-1.16.4-1.1.6.jar:
---------------------------------------------
VERSION 1.1.6 - 1.16.4
---------------------------------------------
1.16.4:
* Initial release for 1.16.4 (Forge 35.1.4)
* Added French translations
---------------------------------------------
VERSION 1.1.5 - 1.16.3
---------------------------------------------
1.16.3:
* Initial release for 1.16.3 (Forge 34.0.18)
* Added Russian translations
* Fixed incorrect Chinese translation
---------------------------------------------
VERSION 1.1.4 - 1.16.2
---------------------------------------------
1.16.2:
* Fixed crash that occurred with newer versions of Forge when opening the stamp GUI
---------------------------------------------
VERSION 1.1.3 - 1.16.2, 1.16.1, 1.12.2
---------------------------------------------
1.16.2:
* Initial release for 1.16.2 (Forge 32.0.7)
1.16.1:
* Added Chinese translations
* Fixed crash that occurred when moving a package controller between inventories during a delivery
---------------------------------------------
VERSION 1.1.2 - 1.16.1
---------------------------------------------
1.16.1:
* Fixed server crash upon startup when client-only initialization occurred on server
---------------------------------------------
VERSION 1.1.1 - 1.16.1, 1.15.2, 1.12.2
---------------------------------------------
1.16.1, 1.15.2, 1.12.2:
* Initial release for 1.16.1 (Forge 32.0.63)
* Changed package and packing tape recipes to use tags for some items
* Updated locker texture
---------------------------------------------
VERSION 1.1.0 - 1.15.2, 1.12.2
---------------------------------------------
1.15.2, 1.12.2:
* Added a Locker block with unique, configurable IDs that packages can be delivered to
* Added a field to the stamp GUI to specify a locker ID to deliver to
* Added config fields to specify the radius around lockers in which packages will be delivered to that locker
* Added a config field to enable logging of package deliveries in the console
1.15.2:
* Fixed a bug that caused Ender mailmen to despawn in peaceful mode
---------------------------------------------
VERSION 1.0.3 - 1.15.2, 1.14.4, 1.12.2
---------------------------------------------
1.15.2, 1.14.4:
* Fixed a bug that prevented packages from being opened on servers
1.12.2:
* Fixed a bug that caused stamped packages to appear unstamped on servers
---------------------------------------------
VERSION 1.0.2 - 1.15.2, 1.14.4, 1.12.2
---------------------------------------------
1.15.2, 1.14.4, 1.12.2:
* Fixed a crash that occurred infrequently when moving a package controller around the inventory while a delivery was in progress
---------------------------------------------
VERSION 1.0.1 - 1.12.2
---------------------------------------------
1.12.2:
* Fixed a bug in the stamp GUI that allowed negative coordinates to be entered only if all previous text fields were filled
---------------------------------------------
VERSION 1.0.0 - 1.15.2, 1.14.4, 1.12.2
---------------------------------------------
1.15.2:
* Initial release for 1.15.2 (Forge 31.1.37)
1.14.4:
* Initial release for 1.14.4 (Forge 28.2.3)
1.12.2:
* Initial release for 1.12.2 (Forge 14.23.5.2847)
Engineer's Decor (engineersdecor-1.16.4-1.1.4-b2.jar --> engineersdecor-1.16.4-1.1.5.jar):
engineersdecor-1.16.4-1.1.5.jar:
* v1.1.5 [F] Fixed Crafting Table JEI storage slot count.
[F] Fixed Factory Hopper removed item collection dupe bug (issue #146, thx FatheredPuma81).
[F] Increased device GUI access ranges beyond the player block selection range.
[A] Window placement handling improved.
[M] Steel/Wood Pole and Double-T support placement improved (issue #139, thx Biviho).
[M] Metal Sliding Door bottom/top shape when opened added.
* v1.1.4 [R] Release build v1.1.4.
[F] Solar Panel balancing threshold tuned.
[F] Fixed Catwalk default state (issue #140, thx hvdklauw).
[M] Updated lang ru_ru file (PR#137, Smollet777).
[M] Factory Dropper: Added Ignore-External-Redstone mode.
* v1.1.4-b2 [A] Steel Catwalks added (top and bottom aligned).
[A] Steel Railings added.
[F] Fixed Empty Fluid Barrel crafting crash (ty inflamedsebi).
[A] Added Solar Panel power balancing.
[M] GUI Button tooltip delay reduced to 800ms.
[M] Hopper and Placer: Added "Redstone ignored" mode, changed icons from signal-like to Redstone-Torch-like.
[M] Treated Wood Ladder now crafted from Old Industrial Wood, as Treated Wood Sticks now count as normal Sticks.
* v1.1.4-b1 [U] Ported to 1.16.4.
* v1.1.3 [R] Release build v1.1.3.
* v1.1.3-b3 [A] Metal Sliding Door added (double door wing style).
[A] Doors implicitly open/close adjacent wings of double doors.
[A] Disabled injected buttons from other mods in container GUIs.
[A] Mob spawning on Rebar/Gas Concrete inhibited (IE Concrete Compliancy).
[M] Small Tree Cutter chopping improved (loosened tree volume search restrictions).
* v1.1.3-b2 [A] Crafting table shift/ctrl click item move actions tweaked to new metal slot design.
[A] Factory Dropper and Block Placer now also support quick-move-all (shift-ctrl-click).
[F] Fixed Small Lab Furnace speed boost factor (with IE Heater in aux slot).
* v1.1.3-b1 [A] The Factory Block Breaker can insert items into Hoppers underneath it (issue #121, winsrp).
[F] Help tooltips manually wrapped.
[F] Fixed Labeled Crate item name persistence (issue #127, ty inqie).
[F] Help text typo fixed (issue #129, ty Smollet777).
* v1.1.2 [U] Updated to Forge 1.16.3-34.1.0.
[A] Added Factory Hopper insertion/extraction for entities like Minecarts (issue #125, ty boneskull).
* v1.1.2-b8 [F] Fixed Double-T support thick steel pole connection (thx @CastCrafter).
[A] Concrete and Clinker walls connect to windows and glass panes.
* v1.1.2-b7 [U] Ported to MC1.16.3.
[F] Roof lighting improved.
* v1.1.2-b6 [A] Signs added: Generic Caution, Magical Hazard, Radioactive Hazard, Laser Hazard,
Fire Hazard, Caution Hot Surface, Magnetic Field Caution, Frost Warning.
[A] Water Freezer added (generates Ice, Packed Ice, Blue Ice from water).
[F] Mineral Smelter GUI model facing fixed.
[M] Hatch handling improved.
[M] Ladder fast-move improved.
[F] Roof Chimney Trunk shape hollow to allow feeding IE Wire power over the roof into the building.
[A] Roof Chimney added (smoking offset for Dark Shingle Roof Chimney Trunk block).
[A] Metal Bar (ingredient item) added to circumvent recipe collisions with other mods.
[M] Recipes for metallic blocks modified accordingly to depend on Metal Bars.
* v1.1.2-b5 [A] Sandstone Ornamented Clinker Brick added.
[A] Old Industrial Wood Planks/Stairs/Slabs/Slab Slices added.
[A] Old Industrial Wood Door added.
[M] Wood textures made slightly darker.
[F] Milking Machine fluid transfer re-added (thx gebcrafter).
[F] Fluid Barrel status overlay message format fixed.
[F] Fixed missing Dense Grit Dirt loot table (issue #124, thx vaelzan).
* v1.1.2-b4 [F] Mapping adaption to Forge 1.16.2-33.0.22/20200723-1.16.1.
[F] Fixed conditional recipe tag dependency (thx Blu, Cyborgmas).
* v1.1.2-b3 [F] Mapping adaption to Forge 1.16.2-33.0.20.
* v1.1.2-b2 [A] Dark Shingle Roof added.
* v1.1.2-b1 [U] Ported to MC1.16.2.
engineersdecor-1.16.4-1.1.4.jar:
* v1.1.4 [R] Release build v1.1.4.
[F] Solar Panel balancing threshold tuned.
[F] Fixed Catwalk default state (issue #140, thx hvdklauw).
[M] Updated lang ru_ru file (PR#137, Smollet777).
[M] Factory Dropper: Added Ignore-External-Redstone mode.
* v1.1.4-b2 [A] Steel Catwalks added (top and bottom aligned).
[A] Steel Railings added.
[F] Fixed Empty Fluid Barrel crafting crash (ty inflamedsebi).
[A] Added Solar Panel power balancing.
[M] GUI Button tooltip delay reduced to 800ms.
[M] Hopper and Placer: Added "Redstone ignored" mode, changed icons from signal-like to Redstone-Torch-like.
[M] Treated Wood Ladder now crafted from Old Industrial Wood, as Treated Wood Sticks now count as normal Sticks.
* v1.1.4-b1 [U] Ported to 1.16.4.
* v1.1.3 [R] Release build v1.1.3.
* v1.1.3-b3 [A] Metal Sliding Door added (double door wing style).
[A] Doors implicitly open/close adjacent wings of double doors.
[A] Disabled injected buttons from other mods in container GUIs.
[A] Mob spawning on Rebar/Gas Concrete inhibited (IE Concrete Compliancy).
[M] Small Tree Cutter chopping improved (loosened tree volume search restrictions).
* v1.1.3-b2 [A] Crafting table shift/ctrl click item move actions tweaked to new metal slot design.
[A] Factory Dropper and Block Placer now also support quick-move-all (shift-ctrl-click).
[F] Fixed Small Lab Furnace speed boost factor (with IE Heater in aux slot).
* v1.1.3-b1 [A] The Factory Block Breaker can insert items into Hoppers underneath it (issue #121, winsrp).
[F] Help tooltips manually wrapped.
[F] Fixed Labeled Crate item name persistence (issue #127, ty inqie).
[F] Help text typo fixed (issue #129, ty Smollet777).
* v1.1.2 [U] Updated to Forge 1.16.3-34.1.0.
[A] Added Factory Hopper insertion/extraction for entities like Minecarts (issue #125, ty boneskull).
* v1.1.2-b8 [F] Fixed Double-T support thick steel pole connection (thx @CastCrafter).
[A] Concrete and Clinker walls connect to windows and glass panes.
* v1.1.2-b7 [U] Ported to MC1.16.3.
[F] Roof lighting improved.
* v1.1.2-b6 [A] Signs added: Generic Caution, Magical Hazard, Radioactive Hazard, Laser Hazard,
Fire Hazard, Caution Hot Surface, Magnetic Field Caution, Frost Warning.
[A] Water Freezer added (generates Ice, Packed Ice, Blue Ice from water).
[F] Mineral Smelter GUI model facing fixed.
[M] Hatch handling improved.
[M] Ladder fast-move improved.
[F] Roof Chimney Trunk shape hollow to allow feeding IE Wire power over the roof into the building.
[A] Roof Chimney added (smoking offset for Dark Shingle Roof Chimney Trunk block).
[A] Metal Bar (ingredient item) added to circumvent recipe collisions with other mods.
[M] Recipes for metallic blocks modified accordingly to depend on Metal Bars.
* v1.1.2-b5 [A] Sandstone Ornamented Clinker Brick added.
[A] Old Industrial Wood Planks/Stairs/Slabs/Slab Slices added.
[A] Old Industrial Wood Door added.
[M] Wood textures made slightly darker.
[F] Milking Machine fluid transfer re-added (thx gebcrafter).
[F] Fluid Barrel status overlay message format fixed.
[F] Fixed missing Dense Grit Dirt loot table (issue #124, thx vaelzan).
* v1.1.2-b4 [F] Mapping adaption to Forge 1.16.2-33.0.22/20200723-1.16.1.
[F] Fixed conditional recipe tag dependency (thx Blu, Cyborgmas).
* v1.1.2-b3 [F] Mapping adaption to Forge 1.16.2-33.0.20.
* v1.1.2-b2 [A] Dark Shingle Roof added.
* v1.1.2-b1 [U] Ported to MC1.16.2.
engineersdecor-1.16.3-1.1.4.jar:
* v1.1.4 [F] Fixed Empty Fluid Barrel crafting crash (ty inflamedsebi).
[A] Added Solar Panel power balancing.
[M] GUI Button tooltip delay reduced to 800ms.
[M] Hopper and Placer: Added "Redstone ignored" mode, changed icons from signal-like to Redstone-Torch-like.
[M] Treated Wood Ladder now crafted from Old Industrial Wood, as Treated Wood Sticks now count as normal Sticks.
* v1.1.3 [R] Release build v1.1.3.
* v1.1.3-b3 [A] Metal Sliding Door added (double door wing style).
[A] Doors implicitly open/close adjacent wings of double doors.
[A] Disabled injected buttons from other mods in container GUIs.
[A] Mob spawning on Rebar/Gas Concrete inhibited (IE Concrete Compliancy).
[M] Small Tree Cutter chopping improved (loosened tree volume search restrictions).
* v1.1.3-b2 [A] Crafting table shift/ctrl click item move actions tweaked to new metal slot design.
[A] Factory Dropper and Block Placer now also support quick-move-all (shift-ctrl-click).
[F] Fixed Small Lab Furnace speed boost factor (with IE Heater in aux slot).
* v1.1.3-b1 [A] The Factory Block Breaker can insert items into Hoppers underneath it (issue #121, winsrp).
[F] Help tooltips manually wrapped.
[F] Fixed Labeled Crate item name persistence (issue #127, ty inqie).
[F] Help text typo fixed (issue #129, ty Smollet777).
* v1.1.2 [U] Updated to Forge 1.16.3-34.1.0.
[A] Added Factory Hopper insertion/extraction for entities like Minecarts (issue #125, ty boneskull).
* v1.1.2-b8 [F] Fixed Double-T support thick steel pole connection (thx @CastCrafter).
[A] Concrete and Clinker walls connect to windows and glass panes.
* v1.1.2-b7 [U] Ported to MC1.16.3.
[F] Roof lighting improved.
* v1.1.2-b6 [A] Signs added: Generic Caution, Magical Hazard, Radioactive Hazard, Laser Hazard,
Fire Hazard, Caution Hot Surface, Magnetic Field Caution, Frost Warning.
[A] Water Freezer added (generates Ice, Packed Ice, Blue Ice from water).
[F] Mineral Smelter GUI model facing fixed.
[M] Hatch handling improved.
[M] Ladder fast-move improved.
[F] Roof Chimney Trunk shape hollow to allow feeding IE Wire power over the roof into the building.
[A] Roof Chimney added (smoking offset for Dark Shingle Roof Chimney Trunk block).
[A] Metal Bar (ingredient item) added to circumvent recipe collisions with other mods.
[M] Recipes for metallic blocks modified accordingly to depend on Metal Bars.
* v1.1.2-b5 [A] Sandstone Ornamented Clinker Brick added.
[A] Old Industrial Wood Planks/Stairs/Slabs/Slab Slices added.
[A] Old Industrial Wood Door added.
[M] Wood textures made slightly darker.
[F] Milking Machine fluid transfer re-added (thx gebcrafter).
[F] Fluid Barrel status overlay message format fixed.
[F] Fixed missing Dense Grit Dirt loot table (issue #124, thx vaelzan).
* v1.1.2-b4 [F] Mapping adaption to Forge 1.16.2-33.0.22/20200723-1.16.1.
[F] Fixed conditional recipe tag dependency (thx Blu, Cyborgmas).
* v1.1.2-b3 [F] Mapping adaption to Forge 1.16.2-33.0.20.
* v1.1.2-b2 [A] Dark Shingle Roof added.
* v1.1.2-b1 [U] Ported to MC1.16.2.
Extra Disks (extradisks-1.16.3-1.3.3.jar --> extradisks-1.16.4-1.3.4.jar):
extradisks-1.16.4-1.3.4.jar:
make infinite disks truly infinite
Extreme sound muffler (Forge) (Extreme sound muffler 3.0 - Forge 1.16.4 --> Extreme Sound Muffler 3.2 - Forge 1.16.4):
Extreme Sound Muffler 3.2 - Forge 1.16.4:
Fixed crash with some modded sounds.
Extreme Sound Muffler 3.1 - Forge 1.16.4:
Fixed problem with modded constant sounds
Fixed ITickSounds sounds couldn't be muffled
Extreme Sound Muffler 3.1 - Forge 1.16.3:
Fixed problem with modded constant sounds
Fixed ITickSounds sounds couldn't be muffled
FTB Chunks (ftb-chunks-1603.2.0.43.jar --> ftb-chunks-1604.2.2.53.jar):
ftb-chunks-1604.2.2.53.jar:
* Removed debug output - LatvianModder
ftb-chunks-1604.2.2.52.jar:
* New map save format, almost everything now loads in its own thread, should use less memory and be faster now - LatvianModder
ftb-chunks-1604.2.1.51.jar:
* Another attempt at fixing map losing block information - LatvianModder
ftb-chunks-1604.2.1.50.jar:
* Fixed crops not being trampled in own/ally chunks - LatvianModder
* Merge pull request #65 from Flanks255/master - Kristiāns Micītis
* Fixed fake players in claimed chunks. - Flanks255
ftb-chunks-1604.2.1.49.jar:
* Added (in water) when mouse over water blocks in large map - LatvianModder
* Fixed interact and edit whitelists - LatvianModder
* Fixed wrong FTB Teams color - LatvianModder
* Random ticks now work in forceloaded chunks - LatvianModder
ftb-chunks-1603.2.0.48.jar:
* Added waystones to interaction whitelist - LatvianModder
ftb-chunks-1603.2.0.47.jar:
* Hopefully fixed the bug where most of map turns white, added biome and block info in large map - LatvianModder
ftb-chunks-1603.2.0.46.jar:
* Hopefully fixed the bug where most of map turns white, added biome and block info in large map - LatvianModder
ftb-chunks-1603.2.0.45.jar:
* Fixed ars nouveau entity faces, added ignoring psi and mining gadgets light blocks - LatvianModder
ftb-chunks-1603.2.0.44.jar:
* Fixed void and unloaded chunks being white color - LatvianModder
FTB GUI Library (ftb-gui-library-1603.1.1.25.jar --> ftb-gui-library-1604.1.1.26.jar):
ftb-gui-library-1604.1.1.26.jar:
* Added settings.gradle, 1.16.4 as CF version - LatvianModder
* Merge pull request #6 from DrHesperusModoVestnic/patch-1 - Kristi?ns Mic?tis
* Merge pull request #5 from Regnander/patch-1 - Kristi?ns Mic?tis
* Russian translate - DrHesperus(???????????)
* Create sv_se.json - A. Regnander
FTB Quests (ftb-quests-1604.1.1.15.jar --> ftb-quests-1604.1.1.18.jar):
ftb-quests-1604.1.1.18.jar:
* Added more fake player checks - LatvianModder
ftb-quests-1604.1.1.17.jar:
* Fixed buildscript - LatvianModder
FTB Teams (ftb-teams-1.0.1.12.jar --> ftb-teams-1604.1.0.13.jar):
ftb-teams-1604.1.0.13.jar:
* Updated version - LatvianModder
* Added 1.16.4 as version on CF - LatvianModder
Farmer's Delight (FarmersDelight-1.16.3-0.2.3.jar --> FarmersDelight-1.16.3-1.16.4-0.2.4b.jar):
FarmersDelight-1.16.3-1.16.4-0.2.4b.jar:
0.2.4b - The Update to The Rice Update
* - Fix: Rice and Tomato Seeds had inverted tags;
* Fix: Game crash when using a Bucket on the bottom half of a rice crop;
* Fix: Cutting Board now uses the proper Forge Tag for shears;
* Fix: Wild Crops couldn't be sheared by modded shears;
* Change the amount of rice dropped from the crop, to match the redesign ratios;
* Add Rice Bale as an ingredient for Horse Feed;
* Make Raw Pasta edible... at a risk;
* Add: Spanish translation (thanks to tild09!)
* Update the looks on the mod's logo.
FarmersDelight-1.16.1-0.2.4b.jar:
0.2.4b - The Update to The Rice Update
* - Fix: Rice and Tomato Seeds had inverted tags;
* Fix: Game crash when using a Bucket on the bottom half of a rice crop;
* Fix: Cutting Board now uses the proper Forge Tag for shears;
* Fix: Wild Crops couldn't be sheared by modded shears;
* Change the amount of rice dropped from the crop, to match the redesign ratios;
* Add Rice Bale as an ingredient for Horse Feed;
* Make Raw Pasta edible... at a risk;
* Add: Spanish translation (thanks to tild09!)
* Update the looks on the mod's logo.
FarmersDelight-1.16.3-1.16.4-0.2.4a.jar:
0.2.4a
* - Fixes a wrong Pair import when getting Dog Food tooltip.
FarmersDelight-1.16.3-1.16.4-0.2.4.jar:
0.2.4 - The Rice Update?
* - The Rice crop has been redesigned!
* - The top half of the crop can now be harvested individually. The bottom half will stay planted, and eventually regrow a top half;
* - Bottom half yields a single pile of Rice when broken;
* - Top half is a standard crop, which yields Rice Panicles when fully grown, or Rice/Straw when harvested with a Knife;
* - Fully compatible with vanilla pistons, mechanical automation methods, Quark's simple harvesting, Immersive Engineering's Garden Cloche, and Botany Pots;
* - Existing Rice crops planted in the world will remain as the old form for compatibility. Simply harvest them and replant rice to get the new form!
* - Wild Rice now generates in Swamps, Jungles and Bamboo Jungles:
* - Somewhat more common than other wild crops, due to the rarity of these biomes;
* - Yields a single pile of Rice, and can be sheared.
* - Seed-bearing Wild Crops (cabbage, beet and tomato) have a small chance of dropping an edible produce when harvested;
* - Wild Crop bone meal action temporarily removed due to an exploit;
* - Fixed Dog Food:
* - When fed to your pet wolf, it fully heals them and grants them Speed, Strength and Resistance;
* - Added Horse Feed:
* - When fed to any tamed ridable mob (horse, donkey, llama etc.), it fully heals them and grants them Speed II and Jump Boost;
* - Does not work for Pigs and Striders, as they cannot be tamed;
* - When players have the Nourished effect, the hunger bar will look gilded and shiny:
* - The gilded coating will visually "peel in half" when the player is spending saturation to heal damage;
* - This overlay can be disabled in the new "farmnersdelight-client.toml" config;
* - If a bell has ropes hanging from under it, players can ring the bell by right-clicking the rope column (24 blocks max.);
* - Some JEI quality-of-life features:
* - Press "uses" (U) on a Stove to see the Campfire Cooking recipe tab;
* - Press "uses" (U) on a container item (e.g. Bowl) to see which Cooking Pot recipes it can be served on;
* - Cooking Pot recipes now have a "Move Items" transfer button when checking recipes on it;
* - Graphics updates for some blocks and items;
* - Resource pack makers: I was previously using 'textures/blocks' (plural) instead of 'textures/block' (singular). This version fixes it for 'block' and 'item', so you may have to change it too.
* - Translation updates:
* - Updated Chinese (thanks to WuzgXY-GitHub, TUsama and ChillirCR!);
* - Updated German (thanks to SebastianD334 and Moralle!);
* - Added Korean (thanks to qkrehf2!);
* - Added Russian (thanks to GrayPix and Kanspirians!);
* - Added French (thanks to Derrias!);
* - Added Japanese (thanks to FEMT1915!).
FarmersDelight-1.16.1-0.2.4.jar:
0.2.4 - The Rice Update?
* - The Rice crop has been redesigned!
* - The top half of the crop can now be harvested individually. The bottom half will stay planted, and eventually regrow a top half;
* - Bottom half yields a single pile of Rice when broken;
* - Top half is a standard crop, which yields Rice Panicles when fully grown, or Rice/Straw when harvested with a Knife;
* - Fully compatible with vanilla pistons, mechanical automation methods, Quark's simple harvesting, Immersive Engineering's Garden Cloche, and Botany Pots;
* - Existing Rice crops planted in the world will remain as the old form for compatibility. Simply harvest them and replant rice to get the new form!
* - Wild Rice now generates in Swamps, Jungles and Bamboo Jungles:
* - Somewhat more common than other wild crops, due to the rarity of these biomes;
* - Yields a single pile of Rice, and can be sheared.
* - Seed-bearing Wild Crops (cabbage, beet and tomato) have a small chance of dropping an edible produce when harvested;
* - Wild Crop bone meal action temporarily removed due to an exploit;
* - Fixed Dog Food:
* - When fed to your pet wolf, it fully heals them and grants them Speed, Strength and Resistance;
* - Added Horse Feed:
* - When fed to any tamed ridable mob (horse, donkey, llama etc.), it fully heals them and grants them Speed II and Jump Boost;
* - Does not work for Pigs and Striders, as they cannot be tamed;
* - When players have the Nourished effect, the hunger bar will look gilded and shiny:
* - The gilded coating will visually "peel in half" when the player is spending saturation to heal damage;