forked from Resonant-Rise/ResonantRise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ResonantRiseYOGS.xml
924 lines (906 loc) · 86.8 KB
/
ResonantRiseYOGS.xml
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
<version>
<pack>
<version>2.9.3.4-RR-YOGS</version>
<minecraft>1.6.4</minecraft>
<memory>2048</memory>
<permgen>256</permgen>
<caseallfiles>upper</caseallfiles>
<mainclass>net.minecraft.launchwrapper.Launch</mainclass>
<extraarguments>--tweakClass=cpw.mods.fml.common.launcher.FMLTweaker --tweakClass com.mumfrey.liteloader.launch.LiteLoaderTweaker</extraarguments>
</pack>
<!-- Dat Core -->
<libraries>
<library url="packs/YogscastCompletePack/files/forgelibs/launchwrapper-1.8.jar" file="launchwrapper-1.8.jar" md5="460ffeedae268dc70c8210ce179fa44a" server="net/minecraft/launchwrapper/1.8/launchwrapper-1.8.jar" download="server" />
<library url="packs/YogscastCompletePack/files/forgelibs/asm-all-4.1.jar" file="asm-all-4.1.jar" md5="d21c2a06a4e6b175aa01e328f38a1182" server="org/ow2/asm/asm-all/4.1/asm-all-4.1.jar" download="server" />
<library url="packs/YogscastCompletePack/files/forgelibs/scala-compiler-2.10.2.jar" file="scala-compiler-2.10.2.jar" md5="44f4d11085423ebffbfb177c1fe4cc69" server="org/scala-lang/scala-compiler/2.10.2/scala-compiler-2.10.2.jar" download="server" />
<library url="packs/YogscastCompletePack/files/forgelibs/scala-library-2.10.2.jar" file="scala-library-2.10.2.jar" md5="8800aafcc03e346dbbde171bef0b2bfe" server="org/scala-lang/scala-library/2.10.2/scala-library-2.10.2.jar" download="server" />
<library url="packs/YogscastCompletePack/files/forgelibs/lzma-0.0.1.jar" file="lzma-0.0.1.jar" md5="a3e3c3186e41c4a1a3027ba2bb23cdc6" server="lzma/lzma/0.0.1/lzma-0.0.1.jar" download="server" />
<library url="packs/YogscastCompletePack/files/forgelibs/jopt-simple-4.5.jar" file="jopt-simple-4.5.jar" md5="1372bd4823bb1ef61e7db6724f601150" server="net/sf/jopt-simple/jopt-simple/4.5/jopt-simple-4.5.jar" download="server" />
<library url="packs/YogscastCompletePack/files/forgelibs/liteloader-1.6.4.jar" file="liteloader-1.6.4.jar" md5="531c116f71ae2b11033f9a11a0f8e668" download="server" />
</libraries>
<mods>
<!-- Forge and Cauldron -->
<mod url="packs/YogscastCompletePack/files/forgelibs/forge-1.6.4-9.11.1.965-universal.jar" file="forge-1.6.4-9.11.1.965-universal.jar" md5="02efbef58dbd39fccead94777b611fce" download="server"
name="Forge" type="forge" version="9.11.1.965" authors="LexManos, cpw and the many, many contributors!" website="http://www.minecraftforge.com" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Z5MLLA62HSUM2" description="The Core." />
<!--
<mod url="packs/YogscastCompletePack/files/forgelibs/cauldron-1.6.4-1.965.21.174-server.jar" file="cauldron-1.6.4-1.965.21.174-server.jar" md5="b593b9a15ba5e81c3a3ba750c39739a5" download="server"
name="Cauldron [formerly MCPC+]" version="1.965.21.174"
type="mcpc" depends="Cauldron Libs"
website="http://cauldron.minecraftforge.net/" authors="Cauldron Team"
description="Server superweapon! Hopefully not leaking your megahertz everywhere."
optional="yes" client="no" recommended="no" />
<mod url="packs/YogscastCompletePack/files/forgelibs/cauldron_libs_1.965.21.83.zip" file="cauldron_libs_1.965.21.83.zip" md5="27e9d5527914e88a6a8ae58bbba33827" download="server"
name="Cauldron Libs" version="1.965.21.83"
type="extract" extractto="root"
website="http://cauldron.minecraftforge.net/" authors="Cauldron Team(?)"
description="Mandatory libraries for Cauldron; it won't run without these!"
optional="yes" client="no" recommended="no" />
-->
<!-- Dependencies (as classed by ATL) -->
<mod name="CodeChickenLib" version="1.0.0.62"
url="packs/YogscastCompletePack/files/deps/CodeChickenLib-universal-1.6.4-1.0.0.62.jar" file="CodeChickenLib-universal-1.6.4-1.0.0.62.jar" md5="3c63930aa90fb5ae09502b6a0fb9de11" download="server"
type="dependency"
website="http://www.minecraftforum.net/topic/909223-" donation="http://www.chickenbones.craftsaddle.org/Pages/donate.php"
authors="ChickenBones" description="Needed for ChickenBones mods" />
<mod name="ForgeMultipart" version="1.0.1.268"
url="packs/YogscastCompletePack/files/forgelibs/ForgeMultipart-universal-1.6.4-1.0.1.268.jar" file="ForgeMultipart-universal-1.6.4-1.0.1.268.jar" md5="17e2f476d97bfc5eba915ddf9ef01c50" download="server"
type="dependency"
website="https://github.com/Chicken-Bones/ForgeMultipart" donation="http://www.chickenbones.craftsaddle.org/Pages/donate.php"
authors="ChickenBones" description="Open source library for facilitation of multiple functional parts in the one block space." />
<mod name="World Core" version="1.1.0.17"
url="packs/YogscastCompletePack/files/deps/WorldCore-universal-1.6.4-1.1.0.17.jar" file="WorldCore-universal-1.6.4-1.1.0.17.jar" md5="1d0a8311356503492eb95a9abd214069" download="server"
type="dependency"
website="http://www.minecraftforge.net/forum/index.php/board,106.0.html" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U58BHXTK8LLRQ&lc=US&item_name=Biomes%20O%27%20Plenty&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted"
authors="Adubbz,Amnet,ted80,Forstride" description="Needed for Biomes O Plenty" />
<mod name="CQ Libs" version="2.07"
url="packs/YogscastCompletePack/files/deps/bd2_files.zip" file="bd2_files.zip" md5="a7322933982c1a1993c17e5fa851a3cf" download="server"
type="extract" extractto="root" website="http://www.minecraftforum.net/topic/746330-" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=marsalada_saladamar%40hotmail%2ecom&lc=US&no_note=0&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest" authors="Chocolatin"
description="Data and resources for Chocolate Quest. Split from the default distribution to allow us to customise the configs for Chocolate Quest!" />
<mod url="packs/YogscastCompletePack/files/deps/denLibFiles.zip" file="denLibFiles.zip" md5="40bc48b1c3c81a51bcb27b03e5bc5e32" download="server"
name="denLib Utils" type="extract" extractto="root" version="n/a"
website="http://www.minecraftforum.net/topic/1253666-152forge-denoflions-mods-threads-condensed/" description="Because waiting five seconds is for suckers." />
<mod name="Java 7 Checker" version="1.1"
url="packs/YogscastCompletePack/files/forgelibs/Java7Checker MC-1.6.4 v1.1.jar" file="Java7Checker MC-1.6.4 v1.1.jar" md5="e5a34ec97f0c7a820ce20cdcaebeb517" download="server"
type="mods"
website="http://hardcore-enderdragon.wikia.com/wiki/Home" authors="chylex"
description="Checks for Java 7. Should hopefully help with the fact that 90% of our bug reports are people trying to use Java 6." />
<!-- Mods (Alphabetized) -->
<mod url="packs/YogscastCompletePack/files/mods/buildcraft-Z-additional-buildcraft-objects-1.0.7.560.jar" file="buildcraft-Z-additional-buildcraft-objects-1.0.7.560.jar" md5="60d11a5149f41a61b5f150014882bac6" download="server"
name="Additional BuildCraft Objects" type="mods" version="1.0.7.560"
website="http://www.minecraftforum.net/topic/682821-" authors="Flow86"
description="More pipes, more tools." />
<mod name="Advanced Genetics" version="1.4.3"
url="packs/YogscastCompletePack/files/mods/advancedgenetics-1.4.3-1.6.jar" file="advancedgenetics-1.4.3-1.6.jar" md5="1576bcaccfca221e8c03b85acb817e12" download="server"
type="mods" optional="yes"
website="http://ag.teamdna.de/" authors="ObsiLP, TeamDNA"
description="Custom eldritch horrors of your very own! (Or custom mobs if you're the more boring type.)" />
<mod name="Advanced Thaumaturgy" version="0.0.28"
url="packs/YogscastCompletePack/files/mods/AdvancedThaumaturgy-1.6.4-0.0.28.jar" file="AdvancedThaumaturgy-1.6.4-0.0.28.jar" md5="435c97b62b4dc1f8ba0eb3e064d117e3" download="server"
type="mods"
website="http://www.minecraftforum.net/topic/2079654-" authors="LycaonX"
description="High-end tweaks and additions for Thaumcraft!" />
<mod name="AnimationAPI" version="1.1.2"
url="packs/YogscastCompletePack/files/mods/AnimationAPI v1.1.2 mc1.6.4.zip" file="AnimationAPI v1.1.2 mc1.6.4.zip" md5="84d2b1fee291b4006283afa3bf25d18d" download="server"
type="mods"
website="http://www.minecraftforum.net/topic/1850860-" authors="thehippomaster21"
description="A supporting mod that allows modders to make animations more easily. Now required for Ars Magica 2." />
<mod url="packs/YogscastCompletePack/files/mods/appeng-rv14-finale3-mc16x.jar" file="appeng-rv14-finale3-mc16x.jar" md5="d10ac60e48a192760e76c1de3b0c73ed" download="server"
name="Applied Energistics" optional="no" type="mods"
version="rv14-finale3"
website="http://ae-mod.info/" donation="http://ae-mod.info/" authors="AlgorithmX2"
description="Zwip." />
<mod url="packs/YogscastCompletePack/files/mods/AM2_1.2.0.022.jar" file="AM2_1.2.0.022.jar" md5="6ddf3b0bdb0d97772907decf26f063e4" download="server"
name="Ars Magica 2 [by Mithion]" optional="no" type="mods"
version="1.2.0.022"
website="http://www.minecraftforum.net/topic/2028696-ars-magica-2-162164-" authors="Mithion" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=AX7QDYVEP7E2J&lc=CA&item_name=Qor%20Concept%20Entertainment&item_number=Ars%20Magica&currency_code=CAD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted"
description="This one might creep you out. A comprehensive magic system." />
<mod url="packs/YogscastCompletePack/files/mods/autoutils-1.6.4-1.0.1.jar" file="autoutils-1.6.4-1.0.1.jar" md5="a1ba0914e3b6047906214f3b63ba59d6" download="server"
name="AutoUtils [Chisel Libs]" type="mods" version="1.0.1"
website="http://www.minecraftforum.net/topic/1749374-" authors="AUTOMATIC_MAIDEN" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=NS64FL5ZXYG3N&lc=RU&item_name=I%20write%20mods%20for%20minecraft&item_number=minecraft&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted"
description="Chisel Util Mod" />
<mod url="packs/YogscastCompletePack/files/mods/backpack-1.28.37-1.6.x.jar" file="backpack-1.28.37-1.6.x.jar" md5="59b768ea73762cd15df1c746308ff2f9" download="server"
name="Backpacks" version="1.28.37" type="mods"
website="http://www.minecraftforum.net/topic/1492661-15x-16x-backpacks-v-11213/" authors="Eydamos" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CCEHF29WUSQVJ"
description="Baggy leather in your inventory." />
<mod url="packs/YogscastCompletePack/files/mods/bdlib-mc164-1.2.3.48.jar" file="bdlib-mc164-1.2.3.48.jar" md5="daab3d885561dbdaafd31c871ed2a0ca" download="server"
name="BDLib" type="mods" version="1.2.3.48"
website="http://bdew.net/gendustry" authors="bdew"
description="Library for Gendustry." />
<mod url="packs/YogscastCompletePack/files/mods/BiblioCraft[v1.5.5].zip" file="BiblioCraft[v1.5.5].zip" md5="cd7736872df8af0fb2625be67d1968be" download="server"
name="BiblioCraft" type="mods"
version="1.5.5"
website="http://www.minecraftforum.net/topic/1680480-16215xforgesmp-bibliocraft-v134-bookcases-armor-stands-shelves-printing-presses-lamps-tables-and-more-updated-07022013/" authors="Nuchaz" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NLK9SWM3U77XS"
description="Furniture and more" />
<mod url="packs/YogscastCompletePack/files/mods/BiblioWoods[BiomesOPlenty][v1.3].zip" file="BiblioWoods[BiomesOPlenty][v1.3].zip" md5="b4171a695cbbdda3aca2f8617b88468a" download="server"
name="BiblioWoods [Biomes o' Plenty]" type="mods"
version="1.3"
website="http://www.bibliocraftmod.com/?page_id=50#bibliowoods" authors="Nuchaz"
description="More wood colors for furniture." />
<mod url="packs/YogscastCompletePack/files/mods/BiblioWoods[Forestry][v1.3].zip" file="BiblioWoods[Forestry][v1.3].zip" md5="957b8a4255318ea4bfad3aa26e770f40" download="server"
name="BiblioWoods [Forestry]" type="mods"
version="1.3"
website="http://www.bibliocraftmod.com/?page_id=50#bibliowoods" authors="Nuchaz"
description="More wood colors for furntiure from Forestry." />
<mod url="packs/YogscastCompletePack/files/mods/BiblioWoods[Natura][v1.1].zip" file="BiblioWoods[Natura][v1.1].zip" md5="3c6eefb070d5310da42dab30dd14b8c9" download="server"
name="BiblioWoods [Natura]" type="mods"
version="1.1"
website="http://www.bibliocraftmod.com/?page_id=50#bibliowoods" authors="Nuchaz"
description="More wood colors for furniture." />
<mod url="packs/YogscastCompletePack/files/mods/BigReactors-0.3.4A2.jar" file="BigReactors-0.3.4A2.jar" md5="3a1651f3f1456d1ebddb1a2db444f6c0" download="server"
name="Big Reactors" type="mods" version="0.3.4A2" optional="no"
website="http://big-reactors.com/" authors="ErogenousBeef"
description="Just in time for the 1.6.4 pack release! \o/" />
<mod url="packs/YogscastCompletePack/files/mods/binnie-mods-1.8.0.jar" file="binnie-mods-1.8.0.jar" md5="67177d94f61104076432cf277631209a" download="server"
name="Binnie's Mods" type="mods" version="1.8.0"
website="http://www.minecraftforum.net/topic/1324321-" authors="Binnie" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KQWXKT6KK7SH4"
description="Extensions for Forestry" />
<mod url="packs/YogscastCompletePack/files/mods/BiomesOPlenty-universal-1.6.4-1.2.1.416.jar" file="BiomesOPlenty-universal-1.6.4-1.2.1.416.jar" md5="9c37429db3fe052f07b6671656b2b649" download="server"
name="BiomesOPlenty" type="mods"
version="1.2.1.416"
website="https://github.com/BiomesOPlenty/BiomesOPlenty/releases" authors="Adubbz, Amnet, ted80, Forstride" donation="https://www.paypal.com/cgi-bin7webscr?cmd=_donations&business=U58BHXTK8LLRQ&lc=US&item_name=Biomes%20O%27%20Plenty&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted"
description="More Everything." />
<mod url="packs/YogscastCompletePack/files/mods/Blood Magic v1.0.1g.zip" file="Blood Magic v1.0.1g.zip" md5="311bd1f966f2d57019f8b72201fbb31c" download="server"
name="Blood Magic" type="mods" website="http://www.minecraftforum.net/topic/1899223-" authors="WayOfTime" version="1.0.1g" description="Alphonse, not nose piercing."/>
<mod url="packs/YogscastCompletePack/files/mods/buildcraft-A-1.6.4-4.2.2.jar" file="buildcraft-A-1.6.4-4.2.2.jar" md5="3d2b0dad2291f1c0bb0c5b8c96303b68" download="server"
name="Buildcraft" type="mods" version="4.2.2"
website="http://www.mod-buildcraft.com/" authors="SpaceToad, Krapht, SirSengir, CovertJaguar" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KQWXKT6KK7SH4"
description="Burning oil forever." />
<mod url="packs/YogscastCompletePack/files/mods/Carpenters Blocks v3.2.7 - MC 1.6.4.zip" file="Carpenters Blocks v3.2.7 - MC 1.6.4.zip" md5="7aefce20088ad442145dc47b2cc08e02" download="server"
name="Carpenter's Blocks" type="mods" version="3.2.7"
website="http://www.minecraftforum.net/topic/1790919-" authors="Mineshopper" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=YGAB8YNHMQPLQ&lc=US&item_name=Minecraft%20Modding&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted"
description="Angles Version 3!" />
<mod url="packs/YogscastCompletePack/files/mods/CCTransport-1.0.1.jar" file="CCTransport-1.0.1.jar" md5="afd7267ba8d5c275fe3b586c886894d6" download="server"
name="CCTransport" type="mods" version="1.0.1" website="http://www.computercraft.info/forums2/index.php?/topic/15384-cctransport-v101-inventory-management-add-on-for-openperipherals/" authors="ElvishJerricco"
description="Automate all the things with lua" />
<mod name="Charlotte's Utilities" version="0.7.0"
url="packs/YogscastCompletePack/files/mods/CharlottesUtilities-0.7.0.zip" file="CharlottesUtilities-0.7.0.zip" md5="16543f55e94bead6665dd074f1a1cc75" download="server"
type="mods"
website="http://www.minecraftforum.net/topic/2546260-" authors="Sharshar"
description="Layout guides and prospecting!" />
<mod url="packs/YogscastCompletePack/files/mods/ChickenChunks 1.3.3.4.jar" file="ChickenChunks 1.3.3.4.jar" md5="7029bffe7b251c028098834ab61ee344" download="server"
name="ChickenChunks" version="1.3.3.4" type="mods"
website="http://www.minecraftforum.net/topic/909223-"
donation="http://www.chickenbones.craftsaddle.org/Pages/donate.php" authors="ChickenBones"
description="Advanced chunkloading management" />
<mod url="packs/YogscastCompletePack/files/mods/chisel-1.6.4-1.5.2.jar" file="chisel-1.6.4-1.5.2.jar" md5="a3d7bee5f6cde89432b88dd610d3cd12" download="server"
name="Chisel [Asie]" type="mods" version="1.5.2"
website="http://www.minecraftforum.net/topic/1749374-" authors="AUTOMATIC_MAIDEN, asie" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=NS64FL5ZXYG3N&lc=RU&item_name=I%20write%20mods%20for%20minecraft&item_number=minecraft&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted"
description="Basically the best decorative mod ever." />
<mod name="Chocolate Quest" version="2.091"
url="packs/YogscastCompletePack/files/mods/BetterDungeons2091.zip" file="BetterDungeons2091.zip" md5="b7918aa5210ff6a317f9a3ded449f94a" download="server"
type="mods" website="http://www.minecraftforum.net/topic/746330-" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=marsalada_saladamar%40hotmail%2ecom&lc=US&no_note=0&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest" authors="Chocolatin"
description="The star of the RR 2.7 show! Finally some real adventures!" />
<mod url="packs/YogscastCompletePack/files/mods/CodeChickenCore 0.9.0.9.jar" file="CodeChickenCore 0.9.0.9.jar" md5="d8800f201da7fe01ba1f8127a9a568ff" download="server"
name="CodeChickenCore" type="mods"
version="0.9.0.9" website="http://www.minecraftforum.net/topic/909223-147152-smp-chickenbones-mods/" authors="ChickenBones" donation="http://www.chickenbones.craftsaddle.org/Pages/donate.php" description="Core of Chickenbones mods" />
<mod url="packs/YogscastCompletePack/files/mods/CoFHCore-2.0.0.5.jar" file="CoFHCore-2.0.0.5.jar" md5="a3c5c440ecc89ff9b2d3ca777e44722b" download="server"
name="CoFH Core" type="mods" version="2.0.0.5"
website="http://teamcofh.com/" authors="KingLemming, Team CoFH"
description="The hero's great legacy follows him."
fileprefix="00002_" />
<mod url="packs/YogscastCompletePack/files/mods/ComputerCraft1.63.jar" file="ComputerCraft1.63.jar" md5="2ca246b9d88325e0a48ed26f7272c00d" download="server"
name="ComputerCraft" type="mods" version="1.63" website="http://computercraft.info/" authors="dan200, cloudy" donation="http://www.computercraft.info/donate/"
description="Lua interpreters in a block." />
<mod url="packs/YogscastCompletePack/files/mods/DartCraft Beta 0.2.20v2.jar" file="DartCraft Beta 0.2.20v2.jar" md5="5e2ff934fd518ef3a8a2aa59789b93cd" download="server"
name="DartCraft" type="mods" version="0.2.20v2"
website="http://www.minecraftforum.net/topic/1686840-151-152-dartcraft-beta-0118/" authors="BlueDart"
description="Convenience is king."
fileprefix="00001_" />
<mod url="packs/YogscastCompletePack/files/mods/dartpatch-2.3.jar" file="dartpatch-2.3.jar" md5="f7a1b76769011244ffce35d26d09d10a" download="server"
name="DartPatch" type="mods" version="2.3" depends="DartCraft"
website="http://forum.feed-the-beast.com/threads/dartpatch-mfr-planter-harvester-support-for-dartcraft.28832/" authors="Minalien"
description="Proper compatibility is queen." />
<mod url="packs/YogscastCompletePack/files/mods/1.6.4 DamageIndicatorsv2.9.2.4.zip" file="1.6.4 DamageIndicatorsv2.9.2.4.zip" md5="10c66d44b973135d7da5bac5a4330acd" download="server"
name="Damage Indicators [by rich1051414]" type="mods" optional="yes" selected="yes" server="no" version="2.9.2.4"
website="http://www.minecraftforum.net/topic/1536685-" authors="rich1051414"
description="UI to put health bars and numeric life indicators for minecraft." />
<mod url="packs/YogscastCompletePack/files/mods/denLib-1.6.4-3.1.35.jar" file="denLib-1.6.4-3.1.35.jar" md5="7b414345b971a82117da2ae3872991a7" download="server"
name="denLib" type="mods" version="3.1.35"
website="http://www.minecraftforum.net/topic/1253666-152forge-denoflions-mods-threads-condensed/" authors="denoflions" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=INpureProjects%40gmail%2ecom&lc=US&item_name=denoflions%20mods&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted"
description="Library pack for denoflions' mods." />
<mod url="packs/YogscastCompletePack/files/mods/DenPipes-1.6.4-2.1.18.jar" file="DenPipes-1.6.4-2.1.18.jar" md5="25e8d825ec6eaf26073d1ffa4f46d34d" download="server"
name="DenPipes" type="mods" version="2.1.18"
website="http://www.minecraftforum.net/topic/1253666-152forge-denoflions-mods-threads-condensed/" authors="denoflions" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=INpureProjects%40gmail%2ecom&lc=US&item_name=denoflions%20mods&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted"
description="Improvements to buildcraft pipes." />
<mod url="packs/YogscastCompletePack/files/mods/DenPipes-Forestry-1.6.4-1.1.8.jar" file="DenPipes-Forestry-1.6.4-1.1.8.jar" md5="a9bfe7667f68709b129eaa92ee6213f5" download="server"
name="DenPipes-Forestry" type="mods" version="1.1.8"
website="http://www.minecraftforum.net/topic/1253666-152forge-denoflions-mods-threads-condensed/" authors="denoflions" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=INpureProjects%40gmail%2ecom&lc=US&item_name=denoflions%20mods&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted"
description="Improvements to buildcraft pipes with bees and trees in mind." />
<mod url="packs/YogscastCompletePack/files/mods/dimensional-anchor-57.1.96.jar" file="dimensional-anchor-57.1.96.jar" md5="08e1d4694cb59b9cc5ab1ca8be6322ad" download="server"
name="Dimensional Anchors" type="mods" version="57.1.96"
website="http://www.minecraftforum.net/topic/1001131-162-immibiss-mods-smp-now-with-857-less-version-numbers-in-this-title/" authors="immibis"
description="Immibis's chunk loaders. Preferred." />
<mod name="EiraIRC" version="1.7.3"
url="packs/YogscastCompletePack/files/mods/eirairc-mc1.6.4-v1.7.3.jar" file="eirairc-mc1.6.4-v1.7.3.jar" md5="821099ecdaf487e181793999f2e0f94d" download="server"
type="mods" optional="yes" recommended="no"
website="http://www.minecraftforum.net/topic/1964989-" authors="blay09"
description="An IRC Connector that works both on clients and servers independently, with some neat special features." />
<mod url="packs/YogscastCompletePack/files/mods/EmasherResource-1.2.3.5.zip" file="EmasherResource-1.2.3.5.zip" md5="d2cb20457a482b50ffd26c0dfb085be4" download="server"
name="EmasherResource" type="mods" version="1.2.3.5"
website="http://emashersmods.wikispaces.com" authors="Emasher"
description="Build big or build tiny." />
<mod url="packs/YogscastCompletePack/files/mods/Enchiridion-1.6.4-1.1.jar" file="Enchiridion-1.6.4-1.1.jar" md5="45d1e0eb10f71dd7444b6c34332541e6" download="server"
name="Enchiridion" version="1.1"
type="mods"
website="http://www.minecraftforum.net/topic/2049315-" authors="joshie"
description="Custom book mod" />
<mod url="packs/YogscastCompletePack/files/mods/EnderIO-1.6.4-1.0.6.376.jar" file="EnderIO-1.6.4-1.0.6.376.jar" md5="f03dc8f8fe316a8d4e8bad1c227f6f49" download="server"
name="EnderIO" type="mods" version="1.0.6.376"
website="http://www.minecraftforum.net/topic/1937619-" authors="crazypants"
description="An alternative, awesome, universal, concealable pipes for everything." />
<mod url="packs/YogscastCompletePack/files/mods/EnderStorage 1.4.3.6.jar" file="EnderStorage 1.4.3.6.jar" md5="924bcdbb14e0c9b1f64295d8091bc249" download="server"
name="Ender Storage" depends="CodeChickenCore" type="mods"
version="1.4.3.6" website="http://www.minecraftforum.net/topic/909223-147152-smp-chickenbones-mods/" authors="ChickenBones" donation="http://www.chickenbones.craftsaddle.org/Pages/donate.php" description="Bigger, Better EnderChests and Tanks." />
<mod url="packs/YogscastCompletePack/files/mods/EngineersToolbox-1.1.8.4.zip" file="EngineersToolbox-1.1.8.4.zip" md5="50bf24444b7d34d633b1810ffee25cc3" download="server"
name="Engineer's Toolbox" type="mods" version="1.1.8.4"
depends="EmasherResource"
website="http://emashersmods.wikispaces.com" authors="Emasher"
description="Build big or build tiny." />
<mod url="packs/YogscastCompletePack/files/mods/EnhancedPortals_1.6.4-universal-3.0.0b-final2.jar" file="EnhancedPortals_1.6.4-universal-3.0.0b-final2.jar" md5="6a096ce4a05de600d990b3c6290d8b15" download="server"
name="EnhancedPortals 3" type="mods" version="3.0.0b-final2"
website="http://www.minecraftforum.net/topic/2143651-" authors="Alz454"
description="Custom teleportation that looks fancier!" />
<mod name="Ex Aliquo" version="0.11.2"
url="packs/YogscastCompletePack/files/mods/exaliquo_0.11.2.zip" file="exaliquo_0.11.2.zip" md5="61183f1c70c6b8f42589737287edb6cc" download="server"
type="mods" depends="Ex Nihilo" optional="yes"
website="http://www.minecraftforum.net/topic/2391195-" authors="Zerokyuuni"
description="From nothing to everything, a bridge of welcome distance." />
<mod name="Ex Nihilo" version="1.29e"
url="packs/YogscastCompletePack/files/mods/crowley-skyblock-v1.29e.jar" file="crowley-skyblock-v1.29e.jar" md5="4b09afdd6d560682c8eaa239f795aba7" download="server"
type="mods" optional="yes"
website="http://www.minecraftforum.net/topic/1981778-" authors="Erasmus_Crowley"
description="Helper mod mainly used for SkyBlock type maps to help with SkyBlock maps" />
<mod url="packs/YogscastCompletePack/files/mods/ExtraCells-1.6.9e.jar" file="ExtraCells-1.6.9e.jar" md5="54b649f109ef1a04be4c051beecf2a65" download="server"
name="Extra Cells" depends="Applied Energistics" type="mods" version="1.6.9e"
website="http://www.minecraftforum.net/topic/1801643-m3gas-extracells-appliedenergistics-add-on/" authors="M3gaFr3ak"
description="A massive expansion to Applied Energistics. Store fluids and more." />
<mod url="packs/YogscastCompletePack/files/mods/ExtraTiC-1.6.4-0.8.3.jar" file="ExtraTiC-1.6.4-0.8.3.jar" md5="d2299960ffdb34853eee8a1a91145b4e" download="server"
name="ExtraTiC" depends="Tinker's Construct" type="mods" version="0.8.3"
website="http://www.minecraftforum.net/topic/1985397-" authors="Glassmaker"
description="So many metals, so many gods." />
<mod url="packs/YogscastCompletePack/files/mods/extrautils-1.0.3c.zip" file="extrautils-1.0.3c.zip" md5="9eb5200ff895be6b95c62a26ba7d9a53" download="server"
name="Extra Utilities" type="mods" version="1.0.3c"
website="http://www.minecraftforum.net/topic/1776056-15xforge-extra-utilities-v024d/" authors="RWTema" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AAJGAD54WB7RQ"
description="Angel Blocks? Angel Blocks!" />
<mod url="packs/YogscastCompletePack/files/mods/Factorization-0.8.34.jar" file="Factorization-0.8.34.jar" md5="87941dcfbff76e94bb4a9fd1f5099d6f" download="server"
name="Factorization" type="mods" version="0.8.34"
website="http://www.minecraftforum.net/topic/1351802-" authors="neptunepink"
description="Unquantifably Awesome. Power that munches and crunches better than Gurgi ever could." />
<mod name="Finndus Fillies" version="1.0.0.7"
url="packs/YogscastCompletePack/files/mods/FinndusFillies-1.6.2-universal-1.0.0.7.jar" file="FinndusFillies-1.6.2-universal-1.0.0.7.jar" md5="ad00608137b33bf07083dd2be7df1f65" download="server"
type="mods"
website="http://forum.feed-the-beast.com/threads/myrathis-mod-compendium.18505/" authors="Myrathi"
description="lol horsemeat scandal" />
<mod url="packs/YogscastCompletePack/files/mods/flatsigns-1.6.2-universal-1.4.0.15.jar" file="flatsigns-1.6.2-universal-1.4.0.15.jar" md5="581bf79ecbda0132101ffcd0ba165fa0" download="server"
name="Flat Signs" type="mods" version="1.4.0.15"
website="http://forum.feed-the-beast.com/threads/myrathis-mod-compendium.18505/" authors="Myrathi"
description="Signs on every surface."
/>
<mod name="Forbidden Magic" version="pr0.35a"
url="packs/YogscastCompletePack/files/mods/ForbiddenMagic pr0.35a.jar" file="ForbiddenMagic pr0.35a.jar" md5="76ea15062c7b410f33739dedc9e5e7a6" download="server"
type="mods"
website="http://www.minecraftforum.net/topic/2305054-" authors="SpitefulFox"
description="Magic on the shadier side of the street for Thaumcraft!" />
<mod url="packs/YogscastCompletePack/files/mods/forestry-A-2.3.1.1.jar" file="forestry-A-2.3.1.1.jar" md5="1d97b9cac1dfa34ce0b1d4b0b6d26242" download="server"
name="Forestry" type="mods" version="2.3.1.1"
website="http://forestry.sengir.net/wiki.new/" authors="SirSengir, MysteriousAges" donation="http://forestry.sengir.net/wiki.new/doku.php?id=main:downloads#donations"
description="Bees, Trees, and Automate-ables." />
<mod name="Galacticraft Core" version="2.0.14.1094"
url="packs/YogscastCompletePack/files/mods/Galacticraft-1.6.4-2.0.14.1094.jar" file="Galacticraft-1.6.4-2.0.14.1094.jar" md5="2743f075be648d871339e593b9197a75" download="server"
type="mods"
website="http://www.micdoodle8.com/mods/galacticraft" donation="http://www.micdoodle8.com/" authors="micdoodle8"
description="An advanced space travel mod for Minecraft 1.6" />
<mod name="Galacticraft Mars" version="2.0.14.1094"
url="packs/YogscastCompletePack/files/mods/Galacticraft-Planets-1.6.4-2.0.14.1094.jar" file="Galacticraft-Planets-1.6.4-2.0.14.1094.jar" md5="6ab853d62044373f1ef015bb951b2e38" download="server"
type="mods"
website="http://www.micdoodle8.com/mods/galacticraft" donation="http://www.micdoodle8.com/" authors="micdoodle8"
description="Mars addon for Galacticraft." />
<mod url="packs/YogscastCompletePack/files/mods/GasCraft-2.0.4.4.zip" file="GasCraft-2.0.4.4.zip" md5="54eb9474fa942e87e80dc27160da763a" download="server"
name="GasCraft" type="mods" version="2.0.4.4"
website="http://emashersmods.wikispaces.com/Downloads" authors="Emasher"
description="Flutey Toot." />
<mod url="packs/YogscastCompletePack/files/mods/gendustry-mc164-1.1.3.fix1.jar" file="gendustry-mc164-1.1.3.fix1.jar" md5="4145c57bda98a43b751cf016fae0b47a" download="server"
name="Gendustry" type="mods" version="1.1.3.fix1"
website="http://bdew.net/gendustry" authors="bdew"
description="The new darling of the Buildcraft fan scene." />
<mod url="packs/YogscastCompletePack/files/mods/GravityGun2.0.0.zip" file="GravityGun2.0.0.zip" md5="befe475831348a070dc5dd45de4dd94f" download="server"
name="GraviGun" version="2.0.0" type="mods" optional="no"
website="http://ichun.us/mods/gravity-gun/" donation="http://pitchinbox.com/redirect.php?id=5757827081" authors="iChun"
description="Adds the HL2 Gravity Gun to Minecraft" />
<mod url="packs/YogscastCompletePack/files/mods/GregsLighting-1.9.1-mc1.6.4.jar" file="GregsLighting-1.9.1-mc1.6.4.jar" md5="344f0d30e56e544ec793a905cb616558" download="server"
name="Greg's Lighting" version="1.9.1" type="mods"
website="http://www.minecraftforum.net/topic/1357011-" authors="Greg_Ewing"
description="Cheap floodlights! \o/" />
<mod name="GrowthCraft [Apples]" version="2.0.6" type="mods"
url="packs/YogscastCompletePack/files/mods/growthcraft-apples-1.6.4-2.0.6.zip" file="growthcraft-apples-1.6.4-2.0.6.zip" md5="849eaae921fd145c78262be3eed37e76" download="server"
website="http://www.minecraftforum.net/topic/1510394-" authors="Gwafu"
description="Cedar salad." />
<mod name="GrowthCraft [Bamboo]" version="2.0.6" type="mods"
url="packs/YogscastCompletePack/files/mods/growthcraft-bamboo-1.6.4-2.0.6.zip" file="growthcraft-bamboo-1.6.4-2.0.6.zip" md5="2e92e17f29c8fbe1e7e1694f251fdbe7" download="server"
website="http://www.minecraftforum.net/topic/1510394-" authors="Gwafu"
description="Giant reeds of crafting." />
<mod name="GrowthCraft [Cellar]" version="2.0.7" type="mods"
url="packs/YogscastCompletePack/files/mods/growthcraft-cellar-1.6.4-2.0.7.zip" file="growthcraft-cellar-1.6.4-2.0.7.zip" md5="28c16c2107cbcbf2cdf65d3bd6e794b4" download="server"
website="http://www.minecraftforum.net/topic/1510394-" authors="Gwafu"
description="BREW YOUR OWN BEER. Need I say more?" />
<mod name="GrowthCraft [Core]" version="2.0.6a" type="mods"
url="packs/YogscastCompletePack/files/mods/growthcraft-core-1.6.4-2.0.6a.zip" file="growthcraft-core-1.6.4-2.0.6a.zip" md5="1910d664d1aafae2d05c5ecec25fc450" download="server"
website="http://www.minecraftforum.net/topic/1510394-" authors="Gwafu"
description="Farmhouse core files." />
<mod name="GrowthCraft [Fishtrap]" version="2.0.6a" type="mods"
url="packs/YogscastCompletePack/files/mods/growthcraft-fishtrap-1.6.4-2.0.6a.zip" file="growthcraft-fishtrap-1.6.4-2.0.6a.zip" md5="3842c50552eb3b696fd8251709cbf020" download="server"
website="http://www.minecraftforum.net/topic/1510394-" authors="Gwafu"
description="Fisherman's friend." />
<mod name="GrowthCraft [Grapes]" version="2.0.6" type="mods"
url="packs/YogscastCompletePack/files/mods/growthcraft-grapes-1.6.4-2.0.6.zip" file="growthcraft-grapes-1.6.4-2.0.6.zip" md5="237d9ad57c709da22fe6808680b8061e" download="server"
website="http://www.minecraftforum.net/topic/1510394-" authors="Gwafu"
description="Wine tasting?" />
<mod name="GrowthCraft [Hops]" version="2.0.6" type="mods"
url="packs/YogscastCompletePack/files/mods/growthcraft-hops-1.6.4-2.0.6.zip" file="growthcraft-hops-1.6.4-2.0.6.zip" md5="edb9d9b9db09b10c2fe388efd11b26ee" download="server"
website="http://www.minecraftforum.net/topic/1510394-" authors="Gwafu"
description="GLORIOUS DWARVEN ALE." />
<mod name="GrowthCraft [Rice]" version="2.0.6" type="mods"
url="packs/YogscastCompletePack/files/mods/growthcraft-rice-1.6.4.-2.0.6.zip" file="growthcraft-rice-1.6.4.-2.0.6.zip" md5="96a549f85eff9f3e10bc21f796c989cf" download="server"
website="http://www.minecraftforum.net/topic/1510394-" authors="Gwafu"
description="JAPANESE BEER." />
<mod url="packs/YogscastCompletePack/files/mods/HardcoreEnderExpansion_1.6.1.zip" file="HardcoreEnderExpansion_1.6.1.zip" md5="e91991dc8a00a2064a811d8ad0496cc2" download="server"
name="Hardcore Ender Expansion" type="mods" version="1.6.1"
website="http://hardcore-enderdragon.wikia.com/wiki/Home" authors="chylex"
description="The Ender Dragon Is Not Happy With You."
/>
<mod url="packs/YogscastCompletePack/files/mods/HexWool-0.3.2-mc1.6.4.jar" file="HexWool-0.3.2-mc1.6.4.jar" md5="d2a1339dabfa81ec8239498dddd9ed99" download="server"
name="HexWool" type="mods" version="0.3.2"
website="http://www.minecraftforum.net/topic/2637187-" authors="Techjar101"
description="Glorious CYMK wool!" />
<mod name="ICBM [wildex999 Fork]" version="1.4.2.386-wx9.003"
url="packs/YogscastCompletePack/files/mods/ICBM-1.4.2.386-wx9.003.jar" file="ICBM-1.4.2.386-wx9.003.jar" md5="955d25d9e57a8b40aeb026a20f6b1dc5" download="server"
type="mods" depends="Resonant Engine" optional="yes" recommended="no"
website="https://github.com/wildex999/ICBM/releases" authors="Calclavia, UE Team, wildex999" donation="http://universalelectricity.com/"
description="Blow things up in style. No longer guaranteed to legitimately destroy worlds!" />
<mod url="packs/YogscastCompletePack/files/mods/iChunUtil2.4.0.zip" file="iChunUtil2.4.0.zip" md5="6d6decd8d8c36c82743e552f4f1e1d37" download="server"
name="iChunUtil" version="2.4.0" type="mods"
website="http://www.ichun.us/" donation="http://pitchinbox.com/redirect.php?id=5757827081" authors="iChun"
description="Shared library mod required by several of iChun's Mods." />
<mod url="packs/YogscastCompletePack/files/mods/immibis-core-57.2.0.jar" file="immibis-core-57.2.0.jar" md5="29326efb35a7b637ae7646477534c6d8" download="server"
name="Immibis Core" type="mods"
version="57.2.0" website="http://www.minecraftforum.net/topic/1001131-162-immibiss-mods-smp-now-with-857-less-version-numbers-in-this-title/" authors="immibis" description="Core mod for Immibis's suite." />
<mod url="packs/YogscastCompletePack/files/mods/immibis-peripherals-57.1.0.jar" file="immibis-peripherals-57.1.0.jar" md5="1ea8182b125ef89aa56dd684bd4bf2f2" download="server"
name="Immibis Peripherals" depends="ImmibisCore,ComputerCraft" type="mods"
version="57.1.0"
website="http://www.minecraftforum.net/topic/1001131-162-immibiss-mods-smp-now-with-857-less-version-numbers-in-this-title/" authors="immibis"
description="Cool sensor modes for ComputerCraft." />
<mod url="packs/YogscastCompletePack/files/mods/infinitubes-57.0.5.jar" file="infinitubes-57.0.5.jar" md5="0bbd903117ed9142e687f4e4de462520" download="server"
name="Infinitubes" depends="ImmibisCore" type="mods"
version="57.0.5" website="http://www.minecraftforum.net/topic/1001131-162-immibiss-mods-smp-now-with-857-less-version-numbers-in-this-title/" authors="immibis" description="Immibis's exceptionally powerful IKEA-esque item transport." />
<mod url="packs/YogscastCompletePack/files/mods/ironchest-universal-1.6.4-5.4.1.702.zip" file="ironchest-universal-1.6.4-5.4.1.702.zip" md5="4c160ca83fb93dc62b51548b744532e3" download="server"
name="Iron Chests" type="mods"
version="5.4.1.702"
website="http://www.minecraftforum.net/topic/981855-15-and-up-forge-universalironchests-50-minecraft-15-update/" authors="cpw"
description="The Best Chest Upgrades" />
<mod url="packs/YogscastCompletePack/files/mods/JABBA_1.1.4.zip" file="JABBA_1.1.4.zip" md5="a3b8d75f6d6dc384475cc2bc0353e69f" download="server"
name="Jabba" type="mods" version="1.1.4"
website="http://profmobius.blogspot.fr/2013/11/jabba-100.html" authors="ProfMobius"
donation="http://profmobius.blogspot.fr/"
description="Just Another Better Barrel Attempt." />
<mod name="JAMI" version="1.0.13.122"
url="packs/YogscastCompletePack/files/mods/JAMI-1.6.4-1.0.13.122.jar" file="JAMI-1.6.4-1.0.13.122.jar" md5="edc196f4f9c31ac1bf62695c79bbb18b" download="server"
type="mods"
website="http://www.minecraftforum.net/topic/2500690-" authors="Samtrion, Sscchhmueptfter"
description="Jammy welding gun to make the pack's mods more interoperable as a whole." />
<mod url="packs/YogscastCompletePack/files/mods/KeithyUtils-1.6.4-1.2.16.jar" file="KeithyUtils-1.6.4-1.2.16.jar" md5="75630149e006ae9b004e560893bafa6c" download="server"
name="KeithyUtils" version="1.2.16" type="mods"
website="http://www.curse.com/mc-mods/minecraft/keithyutils" authors="RebelKeithy"
description="Old Murk-Eye" />
<mod url="packs/YogscastCompletePack/files/mods/liquid-xp-57.1.2.jar" file="liquid-xp-57.1.2.jar" md5="74b3a1edae1362578f4141e9fd1d5e1e" download="server"
name="Liquid XP" depends="ImmibisCore" type="mods"
version="57.1.2" website="http://www.minecraftforum.net/topic/1001131-162-immibiss-mods-smp-now-with-857-less-version-numbers-in-this-title/" authors="immibis" description="Advanced use of XP for auto-enchanting." />
<mod url="packs/YogscastCompletePack/files/mods/LogisticsPipes-MC1.6.4-0.7.4.dev.293.jar" file="LogisticsPipes-MC1.6.4-0.7.4.dev.293.jar" md5="400bc03e369a4ff6a9fa70c4b199ef88" download="server"
name="Logistics Pipes" type="mods" version="0.7.4.dev.293" optional="yes" recommended="no"
website="http://www.minecraftforum.net/topic/1831791-152buildcraft-logistics-pipes/" authors="theZorro266" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HMEH9HF4Q2RFJ"
description="Even more amazing pipes." />
<mod name="Mad Science" version="1.00.165"
url="packs/YogscastCompletePack/files/mods/MadScience-MC1.6.4-F9.11.1.964_v1.00.165-universal.jar" file="MadScience-MC1.6.4-F9.11.1.964_v1.00.165-universal.jar" md5="845805e0248e400fa887ba1b121611bb" download="server"
type="mods"
website="http://madsciencemod.com/" authors="Maxwolf, Fox, Prowler, Mad Science Team"
description="Universal Insanity." />
<mod name="Magical Crops" version="3.2.0_BETA_23"
url="packs/YogscastCompletePack/files/mods/magicalcrops-1.6.4_3.2.0_BETA_23.jar" file="magicalcrops-1.6.4_3.2.0_BETA_23.jar" md5="3a693b68fc17d51a7905c85303242df3" download="server"
type="mods" optional="no"
website="http://www.minecraftforum.net/topic/1633516-" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3K6MLFGJKHTW8"
authors="Mark719" description="Free loot through farming." />
<mod url="packs/YogscastCompletePack/files/mods/magicbees-2.1.13.jar" file="magicbees-2.1.13.jar" md5="65f9ec09555fce32606164fe3750a550" download="server"
name="Magic Bees" type="mods" version="2.1.13"
website="http://www.minecraftforum.net/topic/1627856-magic-bees-magic-themed-bees-for-forestry-the-successor-to-thaumicbees/" authors="MysteriousAges"
description="Bees in the trap." />
<mod url="packs/YogscastCompletePack/files/mods/Mariculture-1.6.4-1.2.2f.jar" file="Mariculture-1.6.4-1.2.2f.jar" md5="ebaea5a8e59c0d573a49ee6ad5526c4b" download="server"
name="Mariculture" version="1.2.2f"
website="http://www.minecraftforum.net/topic/2049315-" authors="joshie" description="If you're looking for me, look under the sea, because that is where you'll find me." type="mods" />
<mod url="packs/YogscastCompletePack/files/mods/Mekanism-6.0.5.46.jar" file="Mekanism-6.0.5.46.jar" md5="991afdb4d42e6c1fa9475e2c0c9d46ed" download="server"
name="Mekanism" type="mods" version="6.0.5.46" website="http://universalelectricity.com/mekanism" authors="aidancbrady" donation="http://universalelectricity.com/mekanism"
description="Osmium also cures light wounds." />
<mod url="packs/YogscastCompletePack/files/mods/MekanismGenerators-6.0.5.46.jar" file="MekanismGenerators-6.0.5.46.jar" md5="94dadbd6b6ffac9ad8260a193a5541b9" download="server"
name="Mekanism Generators" type="mods" version="6.0.5.46"
depends="Mekanism"
website="http://universalelectricity.com/mekanism" donation="http://universalelectricity.com/mekanism" authors="aidancbrady" description="Infinite water is infinite power!" />
<mod url="packs/YogscastCompletePack/files/mods/MekanismTools-6.0.5.46.jar" file="MekanismTools-6.0.5.46.jar" md5="14fe59aacbe820a186283a2d424f438d" download="server"
name="Mekanism Tools" type="mods" version="6.0.5.46"
depends="Mekanism"
website="http://universalelectricity.com/mekanism" donation="http://universalelectricity.com/mekanism" authors="aidancbrady" description="Paxel perfect." />
<mod url="packs/YogscastCompletePack/files/mods/Metallurgy-1.6.4-3.3.2.jar" file="Metallurgy-1.6.4-3.3.2.jar" md5="65d79483f757cc4170f25461e811e6a9" download="server"
name="Metallurgy" type="mods" version="3.3.2"
website="http://www.minecraftforum.net/topic/744918-15x162forgesmp-metallurgy-putting-the-mine-back-in-minecraft/" authors="RebelKeithy, Shadowclaimer, Team Metallurgy" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=Shadowclaimer2%40gmail%2ecom&lc=US&item_name=Metallurgy%20Software%EF%BF%BDcy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted"
description="A bit of this, a bit of that." />
<mod name="Micdoodle8 Core" version="2.0.14.1094"
url="packs/YogscastCompletePack/files/mods/MicdoodleCore-1.6.4-2.0.14.1094.jar" file="MicdoodleCore-1.6.4-2.0.14.1094.jar" md5="1a0d4356186b438cec95a01249fb1104" download="server"
type="mods"
website="http://www.micdoodle8.com/" donation="http://www.micdoodle8.com/" authors="micdoodle8"
description="Galacticraft libraries!" />
<mod name="MineChem" version="5.0.5-RC2"
url="packs/YogscastCompletePack/files/mods/MineChem-5.0.5-RC2.jar" file="MineChem-5.0.5-RC2.jar" md5="8eeba9723c0b2d7d4c02b025687e354d" download="server"
type="mods"
website="http://jakimfett.com/minecraft/minechem/" donation="http://www.patreon.com/jakimfett" authors="pixlepix, jakimfett"
description="Chemical industry in Minecraft!" />
<mod url="packs/YogscastCompletePack/files/mods/MineFactoryReloaded-2.7.9-final.jar" file="MineFactoryReloaded-2.7.9-final.jar" md5="65f2499d749c18f8e9ca3b9cd0576da0" download="server"
name="MineFactory Reloaded [Skyboy Fork]" type="mods" version="2.7.9-final"
website="http://www.minecraftforum.net/topic/2016680-162164-" authors="powercrystals, skyboy"
description="Probably the greatest autofarming mod ever created."
fileprefix="00000_" />
<mod name="MineTweaker" version="3.0.6"
url="packs/YogscastCompletePack/files/mods/MineTweaker3-1.6.4-3.0.6.jar" file="MineTweaker3-1.6.4-3.0.6.jar" md5="32c8f133d5f465a35a49d17be33b12e3" download="server"
type="mods"
website="http://www.minecraftforum.net/topic/1886008-" authors="Stan Hebben"
description="Modpack and server tool enabling the addition and removal of recipes" />
<mod url="packs/YogscastCompletePack/files/mods/MobiusCore_1.2.2_1.6.4.jar" file="MobiusCore_1.2.2_1.6.4.jar" md5="8516cba3bfcd7b1eb2ccce9a37ffbd9a" download="server"
name="Mobius Core" type="mods" version="1.2.2"
website="http://www.minecraftforum.net/topic/2104497-" authors="ProfMobius"
donation="http://profmobius.blogspot.fr/"
description="The doctor's toolkit."
optional="yes" recommended="no" />
<mod url="packs/YogscastCompletePack/files/mods/Modular-Force-Field-System-3.6.3.91-core.jar" file="Modular-Force-Field-System-3.6.3.91-core.jar" md5="d64a5f264148a463a27d52de209f3ec3" download="server"
name="Modular Forcefield System" type="mods" version="3.6.3.91" depends="Resonant Engine" optional="no" recommended="no"
website="http://www.minecraftforum.net/topic/1703498-" authors="Calclavia, based on the original by Thunderdark" donation="http://universalelectricity.com/mffs/"
description="Calclavia's Forcefield System." />
<mod url="packs/YogscastCompletePack/files/mods/ModularPowersuits-1.6.4-0.10.0-118.jar" file="ModularPowersuits-1.6.4-0.10.0-118.jar" md5="d7a8e441729cef65614bba79c9724236" download="server"
name="Modular Powersuits" type="mods" version="0.10.0-118"
website="http://www.machinemuse.net" authors="MachineMuse"
description="Jarvis not included." />
<mod url="packs/YogscastCompletePack/files/mods/powersuitaddons-1.6.4-887.jar" file="powersuitaddons-1.6.4-887.jar" md5="a3a638d058eebb3900b19ef612392525" download="server"
name="Modular Powersuits Addons" type="mods" version="1.6.4-887"
depends="Modular Powersuits" optional="no"
website="http://www.minecraftforum.net/topic/2287651-" authors="Andrew2488, Eximius88" description="Unofficial fork of the long-lost addon suite for MPS!" />
<mod url="packs/YogscastCompletePack/files/mods/mystcraft-uni-1.6.4-0.10.13.01.zip" file="mystcraft-uni-1.6.4-0.10.13.01.zip" md5="63a89473c5d9ab7e318c996dd9e058d2" download="server"
name="MystCraft" type="mods" optional="yes" recommended="no" version="0.10.13.01"
website="http://binarymage.com/" authors="XCompWiz"
description="You know it, you love it." />
<mod url="packs/YogscastCompletePack/files/mods/Natura_mc1.6.X_2.1.14.jar" file="Natura_mc1.6.X_2.1.14.jar" md5="0b0712e9741829681964e5ab682c74f1" download="server"
name="Natura" type="mods"
version="2.1.14" website="http://www.minecraftforum.net/topic/1753754-15xnatura/" authors="mDiyo" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=56Q7K92KRPW2N&lc=US&item_name=Tinkers%20Construct&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted" description="Just enough worldgen to make vanilla worth living." />
<mod url="packs/YogscastCompletePack/files/mods/neiaddons-mc164-1.10.5.70.jar" file="neiaddons-mc164-1.10.5.70.jar" md5="8eef775bfb31351ea3750bb6e1aa188c" download="server"
name="NEI Addons" type="mods" version="1.10.5.70"
website="http://www.minecraftforum.net/topic/1803460-nei-addons-v181-with-forestry-2280-support/" authors="bdew"
description="Non-critical UI improvements." />
<mod url="packs/YogscastCompletePack/files/mods/NetherOres-2.2.2-55.jar" file="NetherOres-2.2.2-55.jar" md5="af4af435c35bc6ff81d43d070c29baaf" download="server"
name="Nether Ores [Skyboy Fork]" type="mods" version="2.2.2-55"
website="http://www.minecraftforum.net/topic/2016680-162164-" authors="powercrystals, skyboy"
description="Makes mining in the Nether actually worth it, even at a high price!" />
<mod name="Not Enough Codecs" version="0.1"
url="packs/YogscastCompletePack/files/mods/NotEnoughCodecs-0.1.jar" file="NotEnoughCodecs-0.1.jar" md5="a8cf90bc7356bbffaeafcd19b18ec0be" download="server"
type="mods" optional="yes"
website="http://openmods.info/" authors="OpenMods Team"
description="Adds MP3/AAC support to OpenBlocks, enabling its radio station system." />
<mod url="packs/YogscastCompletePack/files/mods/NotEnoughItems 1.6.1.9.jar" file="NotEnoughItems 1.6.1.9.jar" md5="a24b36e61c41a75d0622fe0c6ba535b7" download="server"
name="Not Enough Items" type="mods"
version="1.6.1.9" website="http://www.minecraftforum.net/topic/909223-147152-smp-chickenbones-mods/" authors="ChickenBones" donation="http://www.chickenbones.craftsaddle.org/Pages/donate.php" description="Critical UI improvements." />
<mod url="packs/YogscastCompletePack/files/mods/NotEnoughKeys-1.6.4-0.0.4.jar" file="NotEnoughKeys-1.6.4-0.0.4.jar" md5="1b9f6f8785e38d50bbfff129dbf90ec2" download="server"
name="Not Enough Keys" type="mods"
version="0.0.4" website="http://www.minecraftforum.net/topic/2189371-" authors="Mr. okushama" description="Critical keybinding configuration improvements." />
<mod url="packs/YogscastCompletePack/files/mods/numina-0.3.0.80.jar" file="numina-0.3.0.80.jar" md5="07ac446032eda972ebfe20f3038c0503" download="server"
name="Numina" type="mods" version="0.3.0.80"
website="http://www.machinemuse.net" authors="MachineMuse"
description="MachineMuse's new API for her mods" />
<mod url="packs/YogscastCompletePack/files/mods/obsidiplates-1.6.2-universal-2.0.0.15.jar" file="obsidiplates-1.6.2-universal-2.0.0.15.jar" md5="c64ea8742cd60ef359d36bb84d4b10a5" download="server"
name="Obsidiplates" type="mods" version="2.0.0.15"
website="http://forum.feed-the-beast.com/threads/myrathis-mod-compendium.18505/" authors="Myrathi"
description="Improved pressure plates. Creepers will never open your door again." />
<mod url="packs/YogscastCompletePack/files/mods/OpenBlocks-1.2.9.jar" file="OpenBlocks-1.2.9.jar" md5="a7f3422784f6c39c7eb1a32407f42754" download="server"
name="OpenBlocks" type="mods" version="1.2.9"
website="http://openmods.info/" authors="Mikee, boq, OpenMods Team"
description="An amazing open source mode that does amazing things." />
<mod name="OpenComponents" version="0.2.0.49"
url="packs/YogscastCompletePack/files/mods/OpenComponents-MC1.6.4-0.2.0.49-universal.jar" file="OpenComponents-MC1.6.4-0.2.0.49-universal.jar" md5="6a38efe26a0c3d3579f2e3d75eb96732" download="server"
type="mods"
website="http://www.minecraftforum.net/topic/2201440-" authors="Sangar"
description="Companion interface extension for OpenComputers." />
<mod name="OpenComputers" version="1.3.4.555"
url="packs/YogscastCompletePack/files/mods/OpenComputers-MC1.6.4-1.3.4.555-universal.jar" file="OpenComputers-MC1.6.4-1.3.4.555-universal.jar" md5="e274e3dedeb31b007a9ec24df9475b6b" download="server"
type="mods"
website="http://www.minecraftforum.net/topic/2201440-" authors="Sangar"
description="Computers for hipsters and bytecode leethaxxors." />
<mod name="OpenEye" version="0.6"
url="packs/YogscastCompletePack/files/mods/OpenEye-0.6-1.6.4.jar" file="OpenEye-0.6-1.6.4.jar" md5="0b7348c65071d426eae8d383702fb0fa" download="server"
type="mods" optional="yes" recommended="yes" selected="yes"
website="http://openmods.info" authors="Mikee, boq, OpenMods Team"
description="Issue tracker to help us find bugs faster (and assign blame correctly)!" />
<mod url="packs/YogscastCompletePack/files/mods/OpenModsLib-0.5.1.jar" file="OpenModsLib-0.5.1.jar" md5="c480594b88e34140221718a0982a9719" download="server"
name="OpenModsLib" type="mods" version="0.5.1"
website="http://openmods.info/" authors="Mikee, boq, OpenMods Team"
description="A new coremod for Open Mods!" />
<mod url="packs/YogscastCompletePack/files/mods/OpenPeripheralAddons-0.1.5.jar" file="OpenPeripheralAddons-0.1.5.jar" md5="7191192d575ba9a9a0ce782eab5c5fa4" download="server"
name="OpenPeripheral Addons" version="0.1.5"
website="http://www.openperipheral.info/" authors="Mikee, boq, OpenMods Team" description="Addons for OpenPeripheral!" type="mods" />
<mod url="packs/YogscastCompletePack/files/mods/OpenPeripheralCore-0.4.1.jar" file="OpenPeripheralCore-0.4.1.jar" md5="7cad1bff44839db9a1d0e8b374a1f72a" download="server"
name="OpenPeripheral Core" version="0.4.1"
website="http://www.openperipheral.info/" authors="Mikee, boq, OpenMods Team" description="Open source improved ComputerCraft peripherals. Includes the beloved AR goggles." type="mods" />
<mod url="packs/YogscastCompletePack/files/mods/Opis_1.2.2.zip" file="Opis_1.2.2.zip" md5="0fd82027b3d17c80eef0003139828268" download="server"
name="Opis" type="mods" group="Cartographer" depends="Mobius Core" version="1.2.2"
website="http://www.minecraftforum.net/topic/2104497-" authors="ProfMobius"
donation="http://profmobius.blogspot.fr/"
description="Opal Map Scanner. Server Doctor. Healer."
optional="yes" recommended="no" />
<mod name="Ore Dictionary Converter" version="1.4.3"
url="packs/YogscastCompletePack/files/mods/OreDictionaryConverter-1.4.3.jar" file="OreDictionaryConverter-1.4.3.jar" md5="1a4842e7820fab7b1448ef60249744fd" download="server"
type="mods"
website="http://www.minecraftforum.net/topic/1580364-" authors="EXTER6"
description="Where was this when we were in BETA?!" />
<mod name="Particle Physics" version="1.0.1.27"
url="packs/YogscastCompletePack/files/mods/ParticlePhysics-1.0.1.27.jar" file="ParticlePhysics-1.0.1.27.jar" md5="85666e680b6f46694df771fecf023674" download="server"
type="mods"
website="http://jakimfett.com/minecraft/minechem/" donation="http://www.patreon.com/jakimfett" authors="pixlepix, jakimfett"
description="Chemical collision in Minecraft!" />
<mod url="packs/YogscastCompletePack/files/mods/PluginsforForestry-1.6.4-3.2.30-hotfix.jar" file="PluginsforForestry-1.6.4-3.2.30-hotfix.jar" md5="2e707afa16e35138d3c41a2111639c4a" download="server"
name="Plugins for Forestry" type="mods" version="3.2.30-hotfix"
website="http://www.minecraftforum.net/topic/1253666-152forge-denoflions-mods-threads-condensed/" authors="denoflions" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=INpureProjects%40gmail%2ecom&lc=US&item_name=denoflions%20mods&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted"
description="UI and content improvements for forestry." />
<mod url="packs/YogscastCompletePack/files/mods/PortalGun2.0.2.zip" file="PortalGun2.0.2.zip" md5="076162ae7debc0dae697534e439ff499" download="server"
name="PortalGun" version="2.0.2" type="mods" optional="no"
website="http://www.minecraftforum.net/topic/199391-/" donation="http://pitchinbox.com/redirect.php?id=5757827081" authors="iChun"
description="Add the portal gun and many other portal elements into Minecraft." />
<mod url="packs/YogscastCompletePack/files/mods/PowerCrystalsCore-1.1.8-9.jar" file="PowerCrystalsCore-1.1.8-9.jar" md5="11ce6aeaa3a73761580f9a541345ef4b" download="server"
name="PowerCrystals Core [Skyboy Fork]" type="mods" version="1.1.8-9"
website="http://www.minecraftforum.net/topic/2016680-162164-" authors="powercrystals, skyboy"
description="The engine room for the PowerCrystals suite (MFR, Nether Ores, et al.)" />
<mod url="packs/YogscastCompletePack/files/mods/ProjectRedBase-1.6.4-4.3.5.30.jar" file="ProjectRedBase-1.6.4-4.3.5.30.jar" md5="4060a98b28e0a2e496c42c340cfe0f92" download="server"
name="Project Red: Base" type="mods" version="4.3.5.30"
website="http://projectred.endermedia.org/" authors="Mr_TJP, ChickenBones" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=8PG9EUSGL5Z9N"
description="RedPower2 Clone" />
<mod url="packs/YogscastCompletePack/files/mods/ProjectRedCompat-1.6.4-4.3.5.30.jar" file="ProjectRedCompat-1.6.4-4.3.5.30.jar" md5="4ef9ce69d0508d8d21e2e0c01242a11b" download="server"
name="Project Red: Compat" type="mods" version="4.3.5.30"
website="http://projectred.endermedia.org/" authors="Mr_TJP, ChickenBones" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=8PG9EUSGL5Z9N"
description="RedPower2 Clone" />
<mod url="packs/YogscastCompletePack/files/mods/ProjectRedIntegration-1.6.4-4.3.5.30.jar" file="ProjectRedIntegration-1.6.4-4.3.5.30.jar" md5="9d5024c0b9979c47d516dd46300f230e" download="server"
name="Project Red: Integration" type="mods" version="4.3.5.30"
website="http://projectred.endermedia.org/" authors="Mr_TJP, ChickenBones" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=8PG9EUSGL5Z9N"
description="RedPower2 Clone" />
<mod url="packs/YogscastCompletePack/files/mods/ProjectRedLighting-1.6.4-4.3.5.30.jar" file="ProjectRedLighting-1.6.4-4.3.5.30.jar" md5="b72dbbd067949866cf953582a89e11cd" download="server"
name="Project Red: Lighting" type="mods" version="4.3.5.30"
website="http://projectred.endermedia.org/" authors="Mr_TJP, ChickenBones" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=8PG9EUSGL5Z9N"
description="RedPower2 Clone" />
<mod url="packs/YogscastCompletePack/files/mods/ProjectRedMechanical-BETA-1.6.4-4.3.5.30.jar" file="ProjectRedMechanical-BETA-1.6.4-4.3.5.30.jar" md5="f15fc44e0011acf8810b39a2b049df77" download="server"
name="Project Red: Mechanical" type="mods" version="4.3.5.30"
website="http://projectred.endermedia.org/" authors="Mr_TJP, ChickenBones" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=8PG9EUSGL5Z9N"
description="RedPower2 Clone" />
<mod url="packs/YogscastCompletePack/files/mods/ProjectRedWorld-1.6.4-4.3.5.30.jar" file="ProjectRedWorld-1.6.4-4.3.5.30.jar" md5="973f02f4811b5f43ced1590e1838f0b2" download="server"
name="Project Red: World" type="mods" version="4.3.5.30"
website="http://projectred.endermedia.org/" authors="Mr_TJP, ChickenBones" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=8PG9EUSGL5Z9N"
description="RedPower2 Clone" />
<mod url="packs/YogscastCompletePack/files/mods/QuarryPlus-1.6.4-1.0.3.jar" file="QuarryPlus-1.6.4-1.0.3.jar" md5="a073d103db6af48d6c380f45380bb5a5" download="server"
name="QuarryPlus" version="DOL-1.0.3" type="mods"
website="http://www.minecraftforum.net/topic/1756982-" authors="yogpstop, denoflions"
description="This mod add advanced quarry and more." />
<mod name="Random Things" version="1.9"
url="packs/YogscastCompletePack/files/mods/Random Things v. 1.9 [MC 1.6.4].jar" file="Random Things v. 1.9 [MC 1.6.4].jar" md5="99bfcd2cf041e60cdc13917c45276588" download="server"
type="mods"
website="http://www.minecraftforum.net/topic/1832047-"
authors="lumien" description="Random Things packed into one Mod :D" />
<mod name="Redstone Armory" version="1.0-3pre"
url="packs/YogscastCompletePack/files/mods/RArm-1.6.4-r1.0-3pre.jar" file="RArm-1.6.4-r1.0-3pre.jar" md5="cd234f0aefeefa44e25be02f79e07d1b" download="server"
type="mods"
website="http://www.minecraftforum.net/topic/2756729-" authors="TehNut"
description="Advanced RF-style tools with a neat twist." />
<mod url="packs/YogscastCompletePack/files/mods/RedstoneArsenal-1.0.0.0.jar" file="RedstoneArsenal-1.0.0.0.jar" md5="80e7ceb66f5cd88b4ff7c42b4b38fd01" download="server"
name="Redstone Arsenal" type="mods" depends="CoFH Core" version="1.0.0.0"
website="http://teamcofh.com/" authors="KingLemming, Team CoFH"
description="His apprentice swings true."
fileprefix="ZZZZZ_" />
<mod url="packs/YogscastCompletePack/files/mods/RedstonePasteMod1.5.1.zip" file="RedstonePasteMod1.5.1.zip" md5="72ad8b99064c42d488b0e7c0cdb1b82c" download="server"
name="Redstone Paste" type="mods"
version="1.5.1"
website="http://minecraft.curseforge.com/mc-mods/redstone-paste/" authors="FyberOptic" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XD2DPUTDZEW6U"
description="Pastey." />
<mod name="Refined Relocation" version="1.0.5e"
url="packs/YogscastCompletePack/files/mods/RefinedRelocation-1.6.4-1.0.5e.jar" file="RefinedRelocation-1.6.4-1.0.5e.jar" md5="7c6d91643d762052b44ca1c4cc0649c0" download="server"
type="mods"
website="http://www.minecraftforum.net/topic/2210752-" authors="Dynious"
description="Logistics for the timid novice." />
<mod url="packs/YogscastCompletePack/files/mods/Reliquary-1.1.2b.jar" file="Reliquary-1.1.2b.jar" md5="d46ce2bcaa99091f8bc550795d6c18ee" download="server"
name="Reliquary" type="mods" version="1.1.2b"
website="https://github.com/TrainerGuy22/Reliquary" authors="x3n0ph0b3, TrainerGuy22"
description="Xenophobic legacies in a compelling collection." />
<mod name="Remain in Motion" version="1.2.0"
url="packs/YogscastCompletePack/files/mods/RemainInMotion_1.2.0.zip" file="RemainInMotion_1.2.0.zip" md5="75a14147a8ee1b715ba36cf9aff5252a" download="server"
type="mods"
website="http://forums.technicpack.net/topic/59545-" authors="jakj, planetguy"
description="The black arts of frames endure." />
<mod url="packs/YogscastCompletePack/files/mods/Resonant-Engine-1.2.0.349-universal.jar" file="Resonant-Engine-1.2.0.349-universal.jar" md5="96a978d3d2a72faf7568f81d734655a1" download="server"
name="Resonant Engine" type="mods" version="1.2.0.349"
website="http://calclavia.com/calclavia-core/" authors="Calclavia, UE Team" donation="http://universalelectricity.com/"
description="Base for all Calclavia team mods." />
<mod name="Resonant Induction" version="0.3.1.369"
url="packs/YogscastCompletePack/files/mods/Resonant-Induction-0.3.1.369-Resonant-Induction Core.jar" file="Resonant-Induction-0.3.1.369-Resonant-Induction Core.jar" md5="bbdad17416ba3628b5e4e30cd361566a" download="server"
type="mods" depends="Resonant Engine" optional="yes" selected="yes" recommended="yes"
website="http://calclavia.com/calclavia-core/" authors="Calclavia, UE Team" donation="http://universalelectricity.com/"
description="The bulwark of electricity of the universal persuasion." />
<mod name="Resonant Induction [Archaic]" version="0.3.1.369"
url="packs/YogscastCompletePack/files/mods/Resonant-Induction-0.3.1.369-archaic.jar" file="Resonant-Induction-0.3.1.369-archaic.jar" md5="d2af1067a272d7632924d7878f7e017c" download="server"
type="mods" depends="Resonant Induction" optional="yes"
website="http://calclavia.com/calclavia-core/" authors="Calclavia, UE Team" donation="http://universalelectricity.com/"
description="Stone age fun and frolics." />
<mod name="Resonant Induction [Atomic]" version="0.3.1.369"
url="packs/YogscastCompletePack/files/mods/Resonant-Induction-0.3.1.369-atomic.jar" file="Resonant-Induction-0.3.1.369-atomic.jar" md5="0fdef515c85b9f479b9f32f88639bf58" download="server"
type="mods" depends="Resonant Induction" optional="yes" selected="yes" recommended="yes"
website="http://calclavia.com/calclavia-core/" authors="Calclavia, UE Team" donation="http://universalelectricity.com/"
description="Who needs rocks when you have plasma and particle accelerators?" />
<mod name="Resonant Induction [Electrical]" version="0.3.1.369"
url="packs/YogscastCompletePack/files/mods/Resonant-Induction-0.3.1.369-electrical.jar" file="Resonant-Induction-0.3.1.369-electrical.jar" md5="0e697efdfac2ad509fdd6f16fd51f6d0" download="server"
type="mods" depends="Resonant Induction" optional="yes"
website="http://calclavia.com/calclavia-core/" authors="Calclavia, UE Team" donation="http://universalelectricity.com/"
description="Tesla coil shenanigans." />
<mod name="Resonant Induction [Mechanical]" version="0.3.1.369"
url="packs/YogscastCompletePack/files/mods/Resonant-Induction-0.3.1.369-mechanical.jar" file="Resonant-Induction-0.3.1.369-mechanical.jar" md5="786ac28def7e1f7b9b86377c01fb0b16" download="server"
type="mods" depends="Resonant Induction" optional="yes"
website="http://calclavia.com/calclavia-core/" authors="Calclavia, UE Team" donation="http://universalelectricity.com/"
description="Good times with gears." />
<mod url="packs/YogscastCompletePack/files/mods/rcDusts-0.0.6d.zip" file="rcDusts-0.0.6d.zip" md5="809f22811df064620ad2ce47f9bff62b" download="server"
name="Rock Crusher Metal Dusts Add-On" version="0.0.6d" type="mods" depends="Railcraft" optional="no"
website="http://www.minecraftforum.net/topic/2030952-" authors="wha-ha-ha"
description="Make the Rock Crusher slightly less terrible." />
<mod url="packs/YogscastCompletePack/files/mods/simple-recycling-57.2.0.jar" file="simple-recycling-57.2.0.jar" md5="1a7a0eb31e94c8b6dd4e95ad66028b2c" download="server"
name="Simple Recycling" type="mods" version="57.2.0"
website="http://www.minecraftforum.net/topic/1001131-" authors="immibis"
description="Greg-free and easy." />
<mod name="Simply Jetpacks" version="0.3.1.1"
url="packs/YogscastCompletePack/files/mods/SimplyJetpacks-0.3.1.1.jar" file="SimplyJetpacks-0.3.1.1.jar" md5="59075b5df08b84c63d73670fa0968aec" download="server"
type="mods"
website="http://www.minecraftforum.net/topic/2548594-" authors="tonius11"
description="Jetpacks for Thermal Expansion." />
<mod url="packs/YogscastCompletePack/files/mods/slick-util.jar" file="slick-util.jar" md5="0b9db0b296b5eb1df8d11eb30dc87b8f" download="server"
name="Slick Util [MPS]" type="mods" version="?"
website="http://www.machinemuse.net"
description="MPS Utils" />
<mod url="packs/YogscastCompletePack/files/mods/smallboats.0.10.6.jar" file="smallboats.0.10.6.jar" md5="328d1537981272445a1d7409a67125b7" download="server"
name="Small Boats" type="mods" version="0.10.6"
website="http://www.minecraftforum.net/topic/1599100-" authors="Awger"
description="Adds some bigger, better boats. Try the punt." />
<mod name="Soul Shards Reborn" version="0.8c"
url="packs/YogscastCompletePack/files/mods/SSR_v0.8c.zip" file="SSR_v0.8c.zip" md5="4b6ef045ce9d2aaa52cdc0e6ad29fb48" download="server"
type="mods"
website="http://www.minecraftforum.net/topic/2379399-" authors="Moze_Intel"
description="They're back and they're still gloriously cheaty!" />
<mod name="Statues" version="2.1.1"
url="packs/YogscastCompletePack/files/mods/statues-1.6.4-2.1.1.jar" file="statues-1.6.4-2.1.1.jar" md5="1e47c5f4290fb2649d998f52e58e61bc" download="server"
type="mods"
website="http://www.minecraftforum.net/topic/2115090-" authors="AUTOMATIC_MAIDEN"
description="From the maker of Chisel, an ode to your vanity." />
<mod url="packs/YogscastCompletePack/files/mods/StevesCarts2.0.0.b11.zip" file="StevesCarts2.0.0.b11.zip" md5="52e09846cdc275d3ee52ffb91826a3b8" download="server"
name="Steve's Carts" type="mods"
version="2.0.0.b11"
website="http://www.minecraftforum.net/topic/680276-16-steves-carts-2-v200a123/" authors="Vswe" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Z7NBL3BRBCNFC"
description="Choo choooooooo!" />
<mod name="Steve's Factory Manager" version="A83"
url="packs/YogscastCompletePack/files/mods/StevesFactoryManagerA83.zip" file="StevesFactoryManagerA83.zip" md5="4195c2852b9e0fe41986a8f2b071e0ab" download="server"
type="mods" website="http://stevesfactorymanager.wikispaces.com/" authors="Vswe"
description="ComputerCraft, you're no longer the only programmable automation game in town."/>
<mod url="packs/YogscastCompletePack/files/mods/SuperCraftingFrame-1.6.2.7.jar" file="SuperCraftingFrame-1.6.2.7.jar" md5="5241bc98632201d64b0112e16e31e6b6" download="server"
name="Super Crafting Frame" type="mods" version="1.6.2.7"
website="http://www.minecraftforum.net/topic/1870830-" authors="EdgarAllen"
description="Item frames are slightly less useless." />
<mod name="Switches" version="1.3.0.25"
url="packs/YogscastCompletePack/files/mods/switches-1.6.4-universal-coremod-1.3.0.25.jar" file="switches-1.6.4-universal-coremod-1.3.0.25.jar" md5="b6785f4c62986b27b6a2e06476af0730" download="server"
type="mods"
website="http://forum.feed-the-beast.com/threads/myrathis-mod-compendium.18505/" authors="Myrathi"
description="Switches provides alternative switch designs and lever/switch piston-activation." />
<mod url="packs/YogscastCompletePack/files/mods/Sync2.2.3.zip" file="Sync2.2.3.zip" md5="f64a3c7c5306ad1ca98d59528015200a" download="server"
name="Sync" version="2.2.3" optional="yes"
type="mods"
website="http://ichun.us/mods/sync/" donation="http://pitchinbox.com/redirect.php?id=5757827081" authors="iChun" description="This mod provides clones, or as we like to call it, 'shells'. These shells are basically a new individual, with their own inventory, experience level, and even gamemode." />
<mod name="Technomancy" version="0.8.2"
url="packs/YogscastCompletePack/files/mods/1.6 Technomancy 0.8.2.jar" file="1.6 Technomancy 0.8.2.jar" md5="38b50aff111f38ee44984f0f7b5d1702" download="server"
type="mods"
website="http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2127441-" authors="Democretes, theflogat"
description="Technical applications of magical resources." />
<mod url="packs/YogscastCompletePack/files/mods/Thaumcraft4.1.0g.zip" file="Thaumcraft4.1.0g.zip" md5="9760bb78fc71eb7f449bf3c8ad8cfb34" download="server"
name="Thaumcraft 4" version="4.1.0g"
type="mods" fileprefix="00001_"
website="http://www.minecraftforum.net/topic/2011841-" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=88PFJA73AEFFW&lc=ZA&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted"
authors="Azanor" description="This one won't creep you out, kids."
/>
<mod url="packs/YogscastCompletePack/files/mods/ThaumicTinkerer-2.3-140.jar" file="ThaumicTinkerer-2.3-140.jar" md5="982d702b81ecd096091b6be61bfae087" download="server"
name="Thaumic Tinkerer" type="mods"
version="2.3-140" depends="Thaumcraft 4"
website="http://www.minecraftforum.net/topic/1813058-" authors="Vazkii, pixlepix, nekosune" description="Because Thaumcraft has a dearth of content."
/>
<mod url="packs/YogscastCompletePack/files/mods/ThaumicTinkererKAMI_j6.jar" file="ThaumicTinkererKAMI_j6.jar" md5="03bea04d5b4db84e77c027c3c5c21466" download="server"
name="Thaumic Tinkerer KAMI" type="mods"
version="n/a" depends="Thaumic Tinkerer" optional="no"
website="http://www.minecraftforum.net/topic/1813058-" authors="Vazkii, pixlepix, nekosune" description="PHENOMENAL COSMIC POWER. Strictly optional."
/>
<mod url="packs/YogscastCompletePack/files/mods/ThermalExpansion-3.0.0.7.jar" file="ThermalExpansion-3.0.0.7.jar" md5="37470408cb00cb58915615676e6c2207" download="server"
name="Thermal Expansion" type="mods" depends="CoFH Core" version="3.0.0.7"
website="http://teamcofh.com/" authors="KingLemming, Zeldo, Team CoFH"
description="The hero returns."
fileprefix="ZZZZY_" />
<mod url="packs/YogscastCompletePack/files/mods/TConstruct_mc1.6.4_1.5.5.7.jar" file="TConstruct_mc1.6.4_1.5.5.7.jar" md5="b30654109bfa51bbe732ec4c58ebc8bf" download="server"
name="Tinker's Construct" type="mods"
version="1.5.5.7"
website="http://www.minecraftforum.net/topic/1659892-15xtinkers-construct/" authors="mDiyo" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=56Q7K92KRPW2N&lc=US&item_name=Tinkers%20Construct&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted"
description="Dat Glass, Dem Tools" />
<mod url="packs/YogscastCompletePack/files/mods/TMechworks_mc1.6.4_0.1.6.jar" file="TMechworks_mc1.6.4_0.1.6.jar" md5="52b8cf82577bb9e391eb8bc1da7dd2d0" download="server"
name="Tinker's Mechworks" type="mods"
version="0.1.6"
website="http://www.minecraftforum.net/topic/1659892-15xtinkers-construct/" authors="pillbox, Gyro, mDiyo" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=56Q7K92KRPW2N&lc=US&item_name=Tinkers%20Construct&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted"
description="Dat Torque" />
<mod name="Totemic" version="0.3.0a"
url="packs/YogscastCompletePack/files/mods/Totemic-0.3.0a.jar" file="Totemic-0.3.0a.jar" md5="7173d96a708188fe0986282cfb04ec89" download="server"
type="mods"
website="http://forum.feed-the-beast.com/threads/totemic-discussion-magical-totems.39825/" authors="Pokefenn"
description="Magic with totem focuses!" />
<mod url="packs/YogscastCompletePack/files/mods/Translocator 1.1.0.15.jar" file="Translocator 1.1.0.15.jar" md5="8c085124f761c51d01d6ae30f005885e" download="server"
name="Translocator" type="mods"
version="1.1.0.15" website="http://www.minecraftforum.net/topic/909223-147152-smp-chickenbones-mods/" authors="ChickenBones" donation="http://www.chickenbones.craftsaddle.org/Pages/donate.php" description="Pew pew pew lazors." />
<mod url="packs/YogscastCompletePack/files/mods/tubestuff-57.1.3.jar" file="tubestuff-57.1.3.jar" md5="c7b971f9b42254faca0039eeac2a3691" download="server"
name="TubeStuff" type="mods" version="57.1.3"
website="http://www.minecraftforum.net/topic/1001131-" authors="immibis"
description="Honestly no one is even sure anymore." />
<mod url="packs/YogscastCompletePack/files/mods/twilightforest-1.6.4-1.20.5.jar" file="twilightforest-1.6.4-1.20.5.jar" md5="ca465ee6717e9a28844b4e5bb6ce8abd" download="server"
name="The Twilight Forest" type="mods" version="1.20.5"
website="http://www.minecraftforum.net/topic/561673-" authors="Benimatic (Ben Mazur)"
description="An enchanted forest dimension." />
<mod url="packs/YogscastCompletePack/files/mods/Universal-Electricity-3.1.0.115-core.jar" file="Universal-Electricity-3.1.0.115-core.jar" md5="aaeb4d0f065de65bc068c9276efb67d6" download="server"
name="Universal Electricity API" type="mods" version="3.1.0.115"
website="http://universalelectricity.com/" authors="Calclavia, tgame14, UE Team" donation="http://universalelectricity.com/"
description="Base for all UE mods."
fileprefix="00000_" />
<mod name="Vending" version="1.1.1"
url="packs/YogscastCompletePack/files/mods/vending-1.6.4-1.1.1.jar" file="vending-1.6.4-1.1.1.jar" md5="8ce24e7aa9e292d623589fad822d3816" download="server"
type="mods"
website="http://www.minecraftforum.net/topic/1747810-"
authors="AUTOMATIC_MAIDEN" description="Adds a vending block that lets you sell items." />
<mod url="packs/YogscastCompletePack/files/mods/Waila_1.5.2a.zip" file="Waila_1.5.2a.zip" md5="428bddc06b3424d386f276ead2685682" download="server"
name="Waila" type="mods" version="1.5.2" fileprefix="00000_"
website="http://www.minecraftforum.net/topic/1846244-152-waila-134-block-and-mod-info-ingame/" authors="ProfMobius"
donation="http://profmobius.blogspot.fr/"
description="What am I looking at?" />
<mod url="packs/YogscastCompletePack/files/mods/witchery-1.6.4-0.19.2.zip" file="witchery-1.6.4-0.19.2.zip" md5="915a0a95e38273aeffb8a6e33db9c4a8" download="server"
name="Witchery" type="mods" version="0.19.2"
website="https://sites.google.com/site/witcherymod/home" authors="Emoniph" description="More magic with a witch's bent!"
/>
<mod url="packs/YogscastCompletePack/files/mods/WR-CBE 1.4.0.7.jar" file="WR-CBE 1.4.0.7.jar" md5="4eda736a4fb702d585ed1e96ef460bc2" download="server"
name="WRCBE" type="mods" version="1.4.0.7" depends=""
website="http://www.chickenbones.craftsaddle.org/wr.html" authors="ChickenBones" donation="http://www.chickenbones.craftsaddle.org/Pages/donate.php"
description="Thing!" />
<!-- Client Only -->
<mod url="packs/YogscastCompletePack/files/mods/InventoryTweaks-1.57-dev-95.jar" file="InventoryTweaks-1.57-dev-95.jar" md5="4a2a605f4ff7274e004ebe3090f24cdb" download="server"
name="Inventory Tweaks" type="mods" server="no" optional="yes" recommended="yes" selected="yes" group="UI"
version="1.5.7-dev-b95"
website="http://www.minecraftforum.net/topic/1720872-" authors="Kobata"
description="The mod Velo can't live without." />
<mod url="packs/YogscastCompletePack/files/mods/mapwriter-1.6.4-2.0.17.zip" file="mapwriter-1.6.4-2.0.17.zip" md5="b59caedf61d18f74ef704cf2989872d4" download="server"
name="Map Writer" type="mods" server="no" optional="yes" recommended="no" group="Cartographer"
version="2.0.17"
website="http://www.minecraftforum.net/topic/1570989-152-forge-mapwriter-an-open-source-mini-map/" authors="daveyliam"
description="A nice, open source map writer." />
<mod name="Mouse Tweaks" version="2.3.4"
url="packs/YogscastCompletePack/files/mods/[1.6.4] Mouse Tweaks 2.3.4.zip" file="[1.6.4] Mouse Tweaks 2.3.4.zip" md5="079fdcddbf1009ab37d21c8f1a80ef02" download="server"
type="mods" authors="YaLTeR" server="no" optional="yes"
website="http://www.minecraftforum.net/topic/1518185-"
description="Useful mouse controls!" />
<mod url="packs/YogscastCompletePack/files/mods/NEIPlugins-1.1.0.6.jar" file="NEIPlugins-1.1.0.6.jar" md5="f005f1044b4fd706fef4858caef7db03" download="server"
name="NEI Plugins" type="mods" server= "no" version="1.1.0.6"
website="https://bitbucket.org/mistaqur/nei_plugins/wiki/Home" authors="Mistaqur"
description="Even more improvments to Applied Energistics." />
<mod url="packs/YogscastCompletePack/files/mods/[1.6.4]ReiMinimap_v3.4_01.zip" file="[1.6.4]ReiMinimap_v3.4_01.zip" md5="d263cc04f492cee0e7b17ea1ef628bc9" download="server"
name="Rei's Minimap" type="mods" server="no" optional="yes" recommended="no" group="Minimap"
version="3.4_01"
website="http://www.minecraftforum.net/topic/482147-" authors="ReiFNSK"
description="Multiple minimap options ahoy!" />
<mod name="TiC Tooltips" version="1.1.10"
url="packs/YogscastCompletePack/files/mods/TiCTooltips-mc1.6.4-1.1.10.jar" file="TiCTooltips-mc1.6.4-1.1.10.jar" md5="05dfb4a05ef9a5e2c3216d0814375655" download="server"
type="mods" server="no"
website="http://www.minecraftforum.net/topic/2509840-" authors="squeek502"
description="The tooltips you've always wanted for your fancy tools!" />
<mod url="packs/YogscastCompletePack/files/mods/ZansMinimap1.6.4.zip" file="ZansMinimap1.6.4.zip" md5="97a9934f12a01986bcdc6ec8eba97336" download="server"
name="VoxelMap (aka Zan's Minimap)" type="mods" server="no" optional="yes" selected="yes" recommended="yes" group="Minimap"
version="1.6.4"
website="http://www.minecraftforum.net/topic/1116564-" authors="MamiyaOtaru"
description="Velo's minimap of choice! Some consider it cheaty." />
<mod name="Waila Harvestability" version="1.1.0"
url="packs/YogscastCompletePack/files/mods/WailaHarvestability-mc1.6.4-1.1.0.jar" file="WailaHarvestability-mc1.6.4-1.1.0.jar" md5="61f028ccd70b78793fa7720908f5814c" download="server"
type="mods" server="no"
website="http://www.minecraftforum.net/topic/2620834-" authors="squeek502"
description="Can I mine this right now?" />
<!-- Remote Downloads (General) -->
<mod url="http://minecraft.curseforge.com/mc-mods/51195-railcraft/files/775935/download"
md5="83C9166BEDF370B7CB393ECA8A8C9C7F"
file="Railcraft_1.6.4-8.4.0.0.jar"
download="direct"
name="Railcraft"
type="mods" optional="no"
version="8.4.0.0"
website="http://www.railcraft.info/"
authors="CovertJaguar"
donation="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HCQMGHQ4D5GQ4"
description="Choo Choo Buckaroo and also boilers."
depends="Buildcraft"/>
<!-- Config Modes -->
<!-- One mode MUST be a default. -->
<!-- Power Settings -->
<mod name="Game Mode: Make Powergen Fair" version="n/a"
url="packs/YogscastCompletePack/files/config-switches/power_fair_2.9.2.1.zip" file="power_fair_2.9.2.1.zip" md5="6981148cb630ab2a1947597e0e7c2b71" download="server"
type="extract" extractto="root" optional="no" selected="yes" recommended="yes"
website="http://resonant-rise.com"
description="Standard power settings." />
<!-- Oregen Settings -->
<mod name="Game Mode: Make Oregen Plentiful" version="n/a"
url="packs/YogscastCompletePack/files/config-switches/oregen_plentiful_2.8.5.0.zip" file="oregen_plentiful_2.8.5.0.zip" md5="151fe4156ebc3f2cb5a033f6350f5c28" download="server"
type="extract" extractto="root" optional="no" selected="yes" recommended="yes"
website="http://resonant-rise.com"
description="Standard ore generation designed to be accomodating to novices (and fun)!" />
<!-- Special Mode Configs -->
<mod name="EiraIRC Client Config" version="n/a"
url="packs/YogscastCompletePack/files/config-switches/eira_client_2.9.3.1.zip" file="eira_client_2.9.3.1.zip" md5="4e7dd41827722e09213bf9fd8da2c3d6" download="server"
type="extract" extractto="root" client="yes" server="no"
website="http://resonant-rise.com"
description="Client-specific configs for EiraIRC." />
<mod name="EiraIRC Server Config" version="n/a"
url="packs/YogscastCompletePack/files/config-switches/eira_server_2.9.3.1.zip" file="eira_server_2.9.3.1.zip" md5="8b6e2bd0f3af2be8c5f18df1f0ff2e27" download="server"
type="extract" extractto="root" client="no" server="yes"
website="http://resonant-rise.com"
description="Server-specific configs for EiraIRC." />
<!-- Yogs Extras -->
<mod name="Buildcraft Tools" version="1.4-a-17"
url="packs/YogscastCompletePack/files/mods/bcTools-v1.4-a-17.jar" file="bcTools-v1.4-a-17.jar" md5="ff33d80df924800db97595609e98defd" download="server"
type="mods"
website="http://www.minecraftforum.net/topic/1728544-" authors="Maexx97"
description="Adding chargeable tools and more to Buildcraft" />
<mod name="Dynamic Lights" version="1.6.4"
url="packs/YogscastCompletePack/files/mods/DynamicLights_1.6.4.jar" file="DynamicLights_1.6.4.jar" md5="d82d549fdc8c6380d7a319f0dad1d756" download="server"
type="mods" server="no" optional="yes" recommended="no"
website="http://www.minecraftforum.net/topic/184426-" donation="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6T5E6P8L7N6L6" authors="AtomicStryker"
description="At long last, intuitive torch gameplay!" />
<mod name="Hardcore Questing Mode" version="4.0.6"
url="packs/YogscastCompletePack/files/mods/HQM-The Journey (4.0.6).jar" file="HQM-The Journey (4.0.6).jar" md5="9a82c3bcdb3efc0bdb376706172272c9" download="server"
type="mods"
website="http://minecraft.curseforge.com/mc-mods/77027-hardcore-questing-mode" authors="lorddusk, Newcastlegeek, Vswe"
description="Custom quests for Minecraft!" />
<mod name="Hats" version="2.1.8"
url="packs/YogscastCompletePack/files/mods/Hats2.1.8.zip" file="Hats2.1.8.zip" md5="21982830153b53a12d5d970baeca226c" download="server"
type="mods"
website="http://ichun.us/mods/hats/" donation="http://pitchinbox.com/redirect.php?id=5757827081" authors="iChun"
description="Adds a bunch of hats, as wells as the ability to add more, into Minecraft" />
<mod name="HatStand" version="2.1.0"
url="packs/YogscastCompletePack/files/mods/HatStand2.1.0.zip" file="HatStand2.1.0.zip" md5="0282a216a45e9ad3aa13133e82a2c35f" download="server"
type="mods"
website="http://ichun.us/mods/hats/hatstand/" donation="http://pitchinbox.com/redirect.php?id=5757827081" authors="iChun"
description="Addon for Hats, a Hat Stand block to display hats." />
<mod name="Morph" version="0.7.2*"
url="packs/YogscastCompletePack/files/mods/Morph-Beta-0.7.2_nospam.zip" file="Morph-Beta-0.7.2_nospam.zip" md5="201e1d5c06060bb3df858120d97dbd3e" download="server"
type="mods" optional="yes" recommended="no"
website="http://ichun.us/" donation="http://pitchinbox.com/redirect.php?id=5757827081" authors="iChun"
description="THIS MOD WILL CAUSE ISSUES WITH THE MODPACK IF YOU CONTINUE TO USE IT. Allows players to acquire the morph skill and turn into other mobs." />
<mod name="MrCrayfish's Furniture Mod" version="3.3.4"
url="packs/YogscastCompletePack/files/mods/MrCrayfishFurnitureModv3.3.4(1.6.4).jar" file="MrCrayfishFurnitureModv3.3.4(1.6.4).jar" md5="0653318838a0a29b17d6f8bee6d474dc" download="server"
type="mods"
website="http://www.minecraftforum.net/topic/1114866-" authors="Mr_Crayfish"
description="Furniture with a crayfish's aesthetic." />
<mod name="qCraft" version="1.1"
url="packs/YogscastCompletePack/files/mods/qCraft1.1.jar" file="qCraft1.1.jar" md5="e0f19659847c65b3aa280ad2847bd1a8" download="server"
type="mods"
website="http://www.qcraft.org" authors="Daniel Ratcliffe,TeacherGaming LLC"
description="Quantum Mechanics meets Minecraft!" />
<mod name="The SecretRoomsMod" version="4.6.2.324"
url="packs/YogscastCompletePack/files/mods/SecretRoomsMod-universal-1.6.4-4.6.2.324.jar" file="SecretRoomsMod-universal-1.6.4-4.6.2.324.jar" md5="624cecd961d8ca0fa73922a5cfc864c5" download="server"
type="mods"
website="http://www.minecraftforum.net/topic/546192-" authors="AbrarSyed,alexbegt"
description="Diggy diggy a secret hole with +20 Can't Touch This." />
</mods>
</version>