From b0b759f3f1adedcafc10961a1a4fa838d80c5142 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Thu, 16 Feb 2023 12:40:40 -0500 Subject: lnl freshman modpack --- packs/142/config/tconstruct.cfg | 143 +++++++++++++++++++++ packs/142/icon.ico | Bin 0 -> 1662 bytes packs/142/icon.png | Bin 0 -> 1156 bytes packs/142/pack-lock.ini | 27 ++++ packs/142/pack.ini | 41 ++++++ packs/142/version.txt | 96 ++++++++++++++ packs/empty-set/config/tconstruct.cfg | 143 --------------------- packs/empty-set/icon.ico | Bin 4622 -> 0 bytes packs/empty-set/icon.png | Bin 1395 -> 0 bytes packs/empty-set/pack-lock.ini | 114 ---------------- packs/empty-set/pack.ini | 116 ----------------- packs/jeffrey-2/icon.ico | Bin 1662 -> 0 bytes packs/jeffrey-2/icon.png | Bin 1195 -> 0 bytes packs/jeffrey-2/pack-lock.ini | 52 -------- packs/jeffrey-2/pack.ini | 54 -------- packs/jeffrey-2/version.txt | 48 ------- packs/jeffrey-3/.gitignore | 8 -- packs/jeffrey-3/config/creeperconfetti-common.toml | 8 -- packs/jeffrey-3/icon.ico | Bin 9662 -> 0 bytes packs/jeffrey-3/icon.png | Bin 923 -> 0 bytes packs/jeffrey-3/local-config.ini | 9 -- packs/jeffrey-3/pack-lock.ini | 86 ------------- packs/jeffrey-3/pack.ini | 100 -------------- packs/jeffrey/config/tconstruct.cfg | 143 --------------------- packs/jeffrey/icon.ico | Bin 1662 -> 0 bytes packs/jeffrey/icon.png | Bin 1156 -> 0 bytes packs/jeffrey/pack.ini | 118 ----------------- packs/jeffrey/version.txt | 96 -------------- 28 files changed, 307 insertions(+), 1095 deletions(-) create mode 100644 packs/142/config/tconstruct.cfg create mode 100644 packs/142/icon.ico create mode 100644 packs/142/icon.png create mode 100644 packs/142/pack-lock.ini create mode 100644 packs/142/pack.ini create mode 100644 packs/142/version.txt delete mode 100644 packs/empty-set/config/tconstruct.cfg delete mode 100644 packs/empty-set/icon.ico delete mode 100644 packs/empty-set/icon.png delete mode 100644 packs/empty-set/pack-lock.ini delete mode 100644 packs/empty-set/pack.ini delete mode 100644 packs/jeffrey-2/icon.ico delete mode 100644 packs/jeffrey-2/icon.png delete mode 100644 packs/jeffrey-2/pack-lock.ini delete mode 100644 packs/jeffrey-2/pack.ini delete mode 100644 packs/jeffrey-2/version.txt delete mode 100644 packs/jeffrey-3/.gitignore delete mode 100644 packs/jeffrey-3/config/creeperconfetti-common.toml delete mode 100644 packs/jeffrey-3/icon.ico delete mode 100644 packs/jeffrey-3/icon.png delete mode 100644 packs/jeffrey-3/local-config.ini delete mode 100644 packs/jeffrey-3/pack-lock.ini delete mode 100644 packs/jeffrey-3/pack.ini delete mode 100644 packs/jeffrey/config/tconstruct.cfg delete mode 100644 packs/jeffrey/icon.ico delete mode 100644 packs/jeffrey/icon.png delete mode 100644 packs/jeffrey/pack.ini delete mode 100644 packs/jeffrey/version.txt diff --git a/packs/142/config/tconstruct.cfg b/packs/142/config/tconstruct.cfg new file mode 100644 index 0000000..476e44c --- /dev/null +++ b/packs/142/config/tconstruct.cfg @@ -0,0 +1,143 @@ +# Configuration file + +~CONFIG_VERSION: 0.1 + +clientside { + # If true all of Tinkers' blocks with contents (tables, basin, drying racks,...) will render their contents in the world + B:renderInventoryInWorld=true + + # If true use a null render layer when building the models to render tables. Fixes an issue with chisel, but the config is provide in case it breaks something. + B:renderInventoryNullLayer=true + + # If true tools will show additional info in their tooltips + B:extraTooltips=true + + # If true all variants of the different tables will be listed in creative. Set to false to only have the oak variant for all tables. + B:listAllTables=true + + # If true all material variants of the different tools will be listed in creative. Set to false to only have the first found material for all tools (usually wood). + B:listAllToolMaterials=true + + # If true all material variants of the different parts will be listed in creative. Set to false to only have the first found material for all parts (usually wood). + B:listAllPartMaterials=true + + # If true, temperatures in the smeltery and in JEI will display in celsius. If false they will use the internal units of Kelvin, which may be better for devs + B:temperatureCelsius=true + + # If true tools will enable the forge bucket model on startup and then turn itself off. This is only there so that a fresh install gets the buckets turned on by default. + B:enableForgeBucketModel=false + + # REQUIRES DEBUG MODULE. Will do nothing if debug module is disabled. If true the texture map will be dumped into the run directory, just like old forge did. + B:dumpTextureMap=false +} + + +gameplay { + # Fortune increases drops after harvesting a block with autosmelt + B:AutosmeltFortuneInteraction=true + + # Adds a recipe that allows you to craft 3 gravel into a flint + B:addFlintRecipe=true + + # Adds a recipe that allows you to get leather from drying cooked meat + B:addLeatherDryingRecipe=true + + # Allows the creation of bricks from molten clay + B:allowBrickCasting=true + + # Pattern and Part chests keep their inventory when harvested. + B:chestsKeepInventory=true + + # Allows to craft all tool parts of all materials in the part builder, including materials that normally have to be cast with a smeltery. + B:craftCastableMaterials=false + + # Blacklist of registry names or TE classnames for the crafting station to connect to. Mainly for compatibility. + S:craftingStationBlacklist < + de.ellpeck.actuallyadditions.mod.tile.TileEntityItemViewer + > + + # Adds single-use clay casts. + B:enableClayCasts=true + + # If true, piggybackpacks can only pick up players and mobs that can be leashed in vanilla. If false any mob can be picked up. + B:limitPiggybackpack=false + + # If true, requires slimeballs in the vanilla slimeblock recipe to match in color, otherwise gives a pink slimeblock + B:matchVanillaSlimeblock=false + + # Allows the creation of obsidian in the smeltery, using a bucket of lava and water. + B:obsidianAlloy=true + + # Preferred mod ID for oredictionary outputs. Top most mod ID will be the preferred output ID, and if none is found the first output stack is used. + S:orePreference < + minecraft + tconstruct + thermalfoundation + forestry + immersiveengineering + embers + ic2 + > + + # Determines the ratio of ore to ingot, or in other words how many ingots you get out of an ore. This ratio applies to all ores (including poor and dense). The ratio can be any decimal, including 1.5 and the like, but can't go below 1. THIS ALSO AFFECTS MELTING TEMPERATURE! + D:oreToIngotRatio=2.0 + + # List of items to ignore when generating melting recipes from the crafting registry. For example, ignoring sticks allows metal pickaxes to melt down. + # Format: oreName or modid:item[:meta]. If meta is unset, uses wildcard + S:oredictMeltingIgnore < + dustRedstone + plankWood + stickWood + stickTreatedWood + string + minecraft:chest:0 + > + + # Enables all items, even if the Module needed to obtain them is not active + B:registerAllItems=false + + # Allows to reuse stencils in the stencil table to turn them into other stencils + B:reuseStencils=true + + # Players who enter the world for the first time get a Tinkers' Book + B:spawnWithBook=true + + # REQUIRES DEBUG MODULE. Tests all IMC integrations with dummy recipes. May significantly impact gameplay, so its advised you disable this outside of dev environements. + B:testIMC=false +} + + +worldgen { + # If true slime islands will generate + B:generateSlimeIslands=true + + # If true slime islands generate in superflat worlds + B:generateIslandsInSuperflat=false + + # One in every X chunks will contain a slime island + I:slimeIslandRate=2500 + + # One in every X chunks will contain a magma island in the nether + I:magmaIslandRate=730 + + # Prevents generation of slime islands in the listed dimensions + I:slimeIslandBlacklist < + -1 + 1 + > + + # If true, slime islands wont generate in dimensions which aren't of type surface. This means they wont generate in modded cave dimensions like the deep dark. + B:slimeIslandsOnlyGenerateInSurfaceWorlds=true + + # If true, cobalt ore will generate in the nether + B:genCobalt=true + + # If true, ardite ore will generate in the nether + B:genArdite=true + + # Approx Ores per chunk + I:cobaltRate=20 + I:arditeRate=20 +} + + diff --git a/packs/142/icon.ico b/packs/142/icon.ico new file mode 100644 index 0000000..c9378fc Binary files /dev/null and b/packs/142/icon.ico differ diff --git a/packs/142/icon.png b/packs/142/icon.png new file mode 100644 index 0000000..2c14f75 Binary files /dev/null and b/packs/142/icon.png differ diff --git a/packs/142/pack-lock.ini b/packs/142/pack-lock.ini new file mode 100644 index 0000000..5a1743d --- /dev/null +++ b/packs/142/pack-lock.ini @@ -0,0 +1,27 @@ +[global] +pack_version = 2 +config_files = tconstruct.cfg + +[mod_versions] +ae2 = e5c3c11eafc5daf73652a2dabe855e3759caa8b5,https://media.forgecdn.net/files/2747/63/appliedenergistics2-rv6-stable-7.jar +galacticraft = 7e15210ac47a4c96454fe664bc927ce3b95097dd,https://micdoodle8.com/new-builds/GC-1.12/280/GalacticraftCore-1.12.2-4.0.2.280.jar +galacticraft-planets = 327c7efe184f43b091788e15cbbee5409fabf79b,https://micdoodle8.com/new-builds/GC-1.12/280/Galacticraft-Planets-1.12.2-4.0.2.280.jar +micdoodlecore = 906b6088c54a428d7a383796e7b77283cca7e573,https://micdoodle8.com/new-builds/GC-1.12/280/MicdoodleCore-1.12.2-4.0.2.280.jar +enderio = 55e25a5332c3dc5898f6a08a971dc21990c8eb96,https://media.forgecdn.net/files/3328/811/EnderIO-1.12.2-5.3.70.jar +endercore = a61fda64cfb0e3852690678fbd7375a1ea982884,https://media.forgecdn.net/files/2972/849/EnderCore-1.12.2-0.5.76.jar +computercraft = f35510b6117ef0e69211440e6c7a64be7eb28590,https://media.forgecdn.net/files/2992/872/cc-tweaked-1.12.2-1.89.2.jar +warpdrive = 5a9f210d9bd50c0060b6332816cb5f2b62900d5f,https://media.forgecdn.net/files/3762/66/WarpDrive-1.12.2-1.5.28.jar +patchouli = 0febe14bdd007b13f6089a16a57d90e44646f041,https://media.forgecdn.net/files/3162/874/Patchouli-1.0-23.6.jar +tconstruct = e37e1f05ad0eaf567497ce655bc877dc1778bd0f,https://media.forgecdn.net/files/2902/483/TConstruct-1.12.2-2.13.0.183.jar +mantle = a1e5d5c197dae3e92637cafb8cd996185191165b,https://media.forgecdn.net/files/2713/386/Mantle-1.12-1.3.3.55.jar +mekanism = 1d5b531b7c107d6946b3e957f4554e2cb7686320,https://media.forgecdn.net/files/2835/175/Mekanism-1.12.2-9.8.3.390.jar +mekanism-generators = 6980bbbc9d18c5dea7e2242fe9d542da2d41c481,https://media.forgecdn.net/files/2835/177/MekanismGenerators-1.12.2-9.8.3.390.jar +mekanism-tools = 8c32f71f2db7a695abc8413aa7dfe8c28c485585,https://media.forgecdn.net/files/2835/178/MekanismTools-1.12.2-9.8.3.390.jar +thaumcraft = fe0899048f1796df04e9727bbf1898df30492a00,https://media.forgecdn.net/files/2629/23/Thaumcraft-1.12.2-6.1.BETA26.jar +baubles = cb13fcfb18a9cb0cbd825fd5fe8d813c77368549,https://media.forgecdn.net/files/2518/667/Baubles-1.12-1.5.2.jar +jei = 4b1b2ad210d316f420575f2a0819ba1c8e201140,https://media.forgecdn.net/files/4393/461/jei_1.12.2-4.16.1.1001.jar +xaeros = 70eef189eb025190d1c2ad3bfef30ad4d390f61b,https://media.forgecdn.net/files/4381/108/Xaeros_Minimap_23.1.0_Forge_1.12.jar +aromas-mining = fd0aaf103ba9b7b9983066b5a8b270c37bdb10ea,https://media.forgecdn.net/files/2997/915/Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b97.jar +aroma-core = 0ed562d404eba9a79a323570b719558bc1303e72,https://media.forgecdn.net/files/2914/62/Aroma1997Core-1.12.2-2.0.0.2.b167.jar +buildcraft = 46c7bcb2c81f4786a84f951e7204277c967deb96,https://media.forgecdn.net/files/3204/475/buildcraft-all-7.99.24.8.jar + diff --git a/packs/142/pack.ini b/packs/142/pack.ini new file mode 100644 index 0000000..0b4d70c --- /dev/null +++ b/packs/142/pack.ini @@ -0,0 +1,41 @@ +[pack] +name = Friends of 142 +pack_base_url = https://gitlab.com/1F335/modpackman/-/raw/master/packs/jeffrey/ +forge_url = https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.12.2-14.23.5.2854/forge-1.12.2-14.23.5.2854-installer.jar +game_version = 1.12.2 +java_args = -Xmx6G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M + +[mods] +ae2 = https://www.curseforge.com/minecraft/mc-mods/applied-energistics-2 + +galacticraft = https://micdoodle8.com/new-builds/GC-1.12/280/GalacticraftCore-1.12.2-4.0.2.280.jar +galacticraft-planets = https://micdoodle8.com/new-builds/GC-1.12/280/Galacticraft-Planets-1.12.2-4.0.2.280.jar +micdoodlecore = https://micdoodle8.com/new-builds/GC-1.12/280/MicdoodleCore-1.12.2-4.0.2.280.jar + +enderio = https://www.curseforge.com/minecraft/mc-mods/ender-io +endercore = https://www.curseforge.com/minecraft/mc-mods/endercore + +computercraft = https://www.curseforge.com/minecraft/mc-mods/cc-tweaked + +warpdrive = https://www.curseforge.com/minecraft/mc-mods/warpdrive +patchouli = https://www.curseforge.com/minecraft/mc-mods/patchouli + +tconstruct = https://www.curseforge.com/minecraft/mc-mods/tinkers-construct +mantle = https://www.curseforge.com/minecraft/mc-mods/mantle + +mekanism = https://www.curseforge.com/minecraft/mc-mods/mekanism +mekanism-generators = https://www.curseforge.com/minecraft/mc-mods/mekanism-generators +mekanism-tools = https://www.curseforge.com/minecraft/mc-mods/mekanism-tools + +thaumcraft = https://www.curseforge.com/minecraft/mc-mods/thaumcraft +baubles = https://www.curseforge.com/minecraft/mc-mods/baubles + +jei = https://www.curseforge.com/minecraft/mc-mods/jei + +xaeros = https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap + +aromas-mining = https://www.curseforge.com/minecraft/mc-mods/aroma1997s-dimensional-world +aroma-core = https://www.curseforge.com/minecraft/mc-mods/aroma1997core + +buildcraft = https://www.curseforge.com/minecraft/mc-mods/buildcraft + diff --git a/packs/142/version.txt b/packs/142/version.txt new file mode 100644 index 0000000..4c370fc --- /dev/null +++ b/packs/142/version.txt @@ -0,0 +1,96 @@ +# Format: +#VERSION 15 +thaumcraft.jar fe0899048f1796df04e9727bbf1898df30492a00 https://media.forgecdn.net/files/2629/23/Thaumcraft-1.12.2-6.1.BETA26.jar +baubles.jar cb13fcfb18a9cb0cbd825fd5fe8d813c77368549 https://media.forgecdn.net/files/2518/667/Baubles-1.12-1.5.2.jar +opencomputers.jar 2adf6df70e98329984110ac488f7d9343412f692 https://media.forgecdn.net/files/2670/112/OpenComputers-MC1.12.2-1.7.4.153.jar +twilightforest.jar 418e55d39800696341d888dd9f407daee3748276 https://media.forgecdn.net/files/2618/264/twilightforest-1.12.2-3.8.689-universal.jar +connectedtextures.jar 03be3e20dacf6b52abcee09436b2d06c06f2add0 https://media.forgecdn.net/files/2642/375/CTM-MC1.12.2-0.3.3.22.jar +traverse.jar b16aaff09a6e77ba193e42f88f5d5bb8a85e063a https://media.forgecdn.net/files/2613/657/Traverse-1.12.2-1.6.0-69.jar +actuallyadditions.jar 247b2440478d143cf712388a7aa7ed375325fc21 https://media.forgecdn.net/files/2683/366/ActuallyAdditions-1.12.2-r146.jar +advancedrocketry.jar b42a071cf96f537e1ed46c5fb1a8ea693c623232 https://media.forgecdn.net/files/2684/808/AdvancedRocketry-1.12.2-1.5.0-132-universal.jar +ae2.jar e5b66725610e84b35faac0514e49f9ee4b5beeb9 https://media.forgecdn.net/files/2652/453/appliedenergistics2-rv6-stable-6.jar +ae2stuff.jar 8edee35416790dca35f39911c3b0aaf4d6609a73 https://media.forgecdn.net/files/2491/32/ae2stuff-0.7.0.4-mc1.12.2.jar +ae2wtl.jar d2b5d9b62f75d2d39d2633d90dc34b77f6ebc575 https://media.forgecdn.net/files/2653/753/AE2WTLib-1.12.2-1.0.6.jar +applecore.jar 3062a5361eb44f9070b8429d1c465c5daec62781 https://media.forgecdn.net/files/2679/415/AppleCore-mc1.12.2-3.2.0.jar +appleskin.jar 23162a97cab0adb4be2fc6d3937c613929d1d5c7 https://media.forgecdn.net/files/2496/585/AppleSkin-mc1.12-1.0.9.jar +bdlib.jar 96d4142448fe2fd1245caa4dcfde3cf73a00132d https://media.forgecdn.net/files/2518/31/bdlib-1.14.3.12-mc1.12.2.jar +betterbuilderwands.jar b90b6fdb6efd15cb376303da90a6632534e642ff https://media.forgecdn.net/files/2443/194/BetterBuildersWands-1.12-0.11.1.245%2B69d0d70.jar +chisel.jar 1dda45074e17128451b3c8f66172bfaddf84f443 https://media.forgecdn.net/files/2619/468/Chisel-MC1.12.2-0.2.1.35.jar +libvulpes.jar 1408f3d16856ff777d2b763d3020fb5e8efbefd5 https://media.forgecdn.net/files/2678/71/LibVulpes-1.12.2-0.4.0-52-universal.jar +p455w0rdlib.jar 3e0327dd61dc3afe4e644d4ffbdb2cce79ae64f9 https://media.forgecdn.net/files/2651/697/p455w0rdslib-1.12.2-2.0.36.jar +mysticallib.jar f6d2fb2cfb1eb5a79e2366d83a35dfcccbd83b5f https://media.forgecdn.net/files/2681/363/mysticallib-1.12.2-1.1.1.jar +immersiveengineering.jar bac46245037c40ab6b86eb2914519937ee9bd851 https://media.forgecdn.net/files/2676/501/ImmersiveEngineering-0.12-89.jar +pamharvestcraft.jar 51703c410819bbad8e3a2888736a96e61eda64ff https://media.forgecdn.net/files/2650/315/Pam%27s+HarvestCraft+1.12.2zb.jar +deepresonance.jar c08f9493ea30d19e7170921f2dffb0ac4bce331a https://media.forgecdn.net/files/2679/493/deepresonance-1.12-1.7.6.jar +jei.jar 01fd0269994b2721ba110a64d8c0129448f1b985 https://media.forgecdn.net/files/2682/936/jei_1.12.2-4.15.0.268.jar +waystones.jar 165afce33cc88a3807b68683ffff280fb3a50b8e https://media.forgecdn.net/files/2624/701/Waystones_1.12.2-4.0.67.jar +eleccore.jar e2a38cb8a7ad1e20c5a2dfefd25802676b057709 https://media.forgecdn.net/files/2679/741/ElecCore-1.12.2-1.9.452.jar +mcjtylib.jar 31518995d8f0ca33bb6f4592ec1856fe75c6f0b8 https://media.forgecdn.net/files/2660/396/mcjtylib-1.12-3.1.1.jar +dynamictrees.jar 861853bb834b72542ae6a10faf20ce9d6bf62316 https://media.forgecdn.net/files/2658/681/DynamicTrees-1.12.2-0.9.4.jar +natura.jar 21cd6a7a981362ad9dc0cc972e94fe7115e49ff1 https://media.forgecdn.net/files/2658/980/natura-1.12.2-4.3.2.66.jar +tconstruct.jar 6e170614d5459f5d40571f069e18cd4afedeb8e1 https://media.forgecdn.net/files/2662/253/TConstruct-1.12.2-2.12.0.115.jar +mantle.jar ed86370ab9a8f2aa87e6e2a5379ca09503f1338b https://media.forgecdn.net/files/2671/124/Mantle-1.12-1.3.3.42.jar +treecapitator.jar 45b4d5b191dc3e6ac57b2fe59538c8d71eb8bf50 https://media.forgecdn.net/files/2443/661/Treecapitator-1.12-at_0.9a.jar +ironchests.jar ad0c8a87b8bcba9eb0f002fcb8059f6217a01378 https://media.forgecdn.net/files/2670/493/ironchest-1.12.2-7.0.59.842.jar +ironbackpacks.jar 50758105dabe8f0d4c6e311e14ad2c1f5673d2cd https://media.forgecdn.net/files/2564/573/IronBackpacks-1.12.2-3.0.8-12.jar +hwyla.jar 7280d5c0dab42436549bcefc63ff64a1049e5501 https://media.forgecdn.net/files/2568/751/Hwyla-1.8.26-B41_1.12.2.jar +dynamictrees-traverse-compat.jar 19c1e2e6b9c6ee4a9a93b8b50969be7bb6e13011 https://f-1.karel.pw/dttraverse-1.4.1e.jar +dynamictrees-thaum-compat.jar 806cc392ba48b866291d6971f48b2172e96124fa https://media.forgecdn.net/files/2650/353/DynamicTreesTC-1.12.2-1.4.1e.jar +dynamictrees-pams-compat.jar 2e429e9705cb49afb72e2650001d003fd755ce42 https://media.forgecdn.net/files/2656/685/DynamicTreesPHC-1.12.2-1.4.2.jar +enderstorage.jar 4b44e4b5d4aa7887e2f0969acc9cf7b83c8c81f5 https://media.forgecdn.net/files/2594/243/EnderStorage-1.12.2-2.4.5.135-universal.jar +chickenchunks.jar 22646ea2acdad735b5e82d8b80e4e40ec27aa62b https://media.forgecdn.net/files/2594/241/ChickenChunks-1.12.2-2.4.1.73-universal.jar +morpheus.jar c948341a1b2243d4f8081c4db2cd727c2c4a7ed0 https://media.forgecdn.net/files/2664/449/Morpheus-1.12.2-3.5.106.jar +codechickenlib.jar 1ead040eeee13c474d448f976363778e2918a7d0 https://media.forgecdn.net/files/2618/630/CodeChickenLib-1.12.2-3.2.2.353-universal.jar +extra-utilities.jar 9f9a217b23626cb338cf229054ed490d913610dc https://media.forgecdn.net/files/2678/374/extrautils2-1.12-1.9.9.jar +openblocks.jar 37b11b0726d9ed5d93acb7dfea1b68fff5d3dfe0 https://media.forgecdn.net/files/2620/52/OpenBlocks-1.12.2-1.8.jar +openmodslib.jar cf3e1f2af2a63af6907b10d12c6fdb9a818403f4 https://media.forgecdn.net/files/2623/7/OpenModsLib-1.12.2-0.12.1.jar +bibliocraft.jar 74d9f70c5fead2c17054953fae26af8d9fb7fd84 https://media.forgecdn.net/files/2574/880/BiblioCraft%5bv2.4.5%5d%5bMC1.12.2%5d.jar +akashic-tome.jar b11bf9d93f4bd7a2eeb8cfe49c1b30ce1a2f5a37 https://media.forgecdn.net/files/2648/656/AkashicTome-1.2-12.jar +diet-hoppers.jar 2aea3d9a64551cefe0a1b6f5c5edf57959796b66 https://media.forgecdn.net/files/2482/543/diethopper-1.1.jar +gravestones.jar a73d2b03b28258e9a26dc79d958d48f592e7581b https://media.forgecdn.net/files/2524/880/gravestone-1.10.1.jar +foamfix.jar 69a9086f2084d3cbc3a410ee64369d719a212330 https://media.forgecdn.net/files/2638/380/foamfix-0.10.3-1.12.2.jar +autoreglib.jar d6d34e743811a8b7d6c8c92734bbdd5a4b892fb0 https://media.forgecdn.net/files/2677/92/AutoRegLib-1.3-26.jar +inventory-tweaks.jar 6e00827d1a009da39fa6db5afd2a3d6b024abfe9 https://media.forgecdn.net/files/2482/481/InventoryTweaks-1.63.jar +cyclops-core.jar 351f8c538c1d0ce713d1c3180d1a71433e823743 https://media.forgecdn.net/files/2679/651/CyclopsCore-1.12.2-1.0.5.jar +common-capabilities.jar d585af0befb82bc8e801d70119e9c3e3c14486ec https://media.forgecdn.net/files/2679/672/CommonCapabilities-1.12.2-2.0.4.jar +integrated-dynamics.jar 4f9a7a8d67965a6d4497c42b3b12151a819e3821 https://media.forgecdn.net/files/2679/660/IntegratedDynamics-1.12.2-1.0.7.jar +integrated-tunnels.jar 2298e7ce25b2943d1e171a8c2883598dc24411ed https://media.forgecdn.net/files/2679/668/IntegratedTunnels-1.12.2-1.6.7.jar +integrated-crafting.jar d32e8211ff007616f25d9022a20d008f93fe1b9c https://media.forgecdn.net/files/2679/656/IntegratedCrafting-1.12.2-1.0.3.jar +jer.jar b42563003baf61d8e5eb1c24b59cf21988ff4616 https://media.forgecdn.net/files/2497/186/JustEnoughResources-1.12.2-0.8.5.27.jar +roots.jar 994c1cc8e79d027c4232533984bb89225b89eb50 https://media.forgecdn.net/files/2510/836/roots-2-0.104.jar +lightlevel.jar 38de949c94ac06b2fce94e642b729568ce7788af https://media.forgecdn.net/files/2563/430/LLOverlayReloaded-1.1.6-mc1.12.2.jar +morph-o-tool.jar 55a363ccd8e0614229991cd1f6bf831eaf874ff7 https://media.forgecdn.net/files/2658/176/Morph-o-Tool-1.2-21.jar +botania.jar 68c00b5f1c95d7ccc39bcb2bf4b9ed89d7d4d962 https://media.forgecdn.net/files/2677/96/Botania+r1.10-360.jar +storage-drawers.jar 7a5ad491379a53cd45eced598c2ece3155bffb51 https://media.forgecdn.net/files/2642/386/StorageDrawers-1.12.2-5.3.8.jar +chameleon.jar 5ed3dd5fd1ebded57bfe525b4ece11232bd14e5e https://media.forgecdn.net/files/2450/900/Chameleon-1.12-4.1.3.jar +xnet.jar dc64dd5c444acf1365c6e036fc29f694571a264f https://media.forgecdn.net/files/2660/172/xnet-1.12-1.7.6.jar +yabba.jar d53898e52606ece850e9fd907b7ecf81cd80b483 https://media.forgecdn.net/files/2684/109/YABBA-1.1.2.45.jar +wanionlib.jar bbee84cafbbc72b24ee987fda668b3ee48ced74a https://media.forgecdn.net/files/2651/482/WanionLib-1.12.2-2.2.jar +unidict.jar 3708fce1adc2c90e2b488402eeffcc6ca6e7d533 https://media.forgecdn.net/files/2652/588/UniDict-1.12.2-2.9.2.jar +reauth.jar be3dedc6a808f13828373176d653d2e0bb629eeb https://media.forgecdn.net/files/2560/638/reauth-3.6.0.jar +danknull.jar 97a7ce33572a31efcc382a1f2113900c1a697c4d https://media.forgecdn.net/files/2624/277/DankNull-1.12-1.4.43.jar +psi.jar ef4d9bc2d53f80a9e141e3f510e1615ba5a843bf https://media.forgecdn.net/files/2678/401/Psi-r1.1-72.jar +thaumic-jei.jar ea147ca1fb8a83c5094a383ededf0296460ef83f https://media.forgecdn.net/files/2637/182/ThaumicJEI-1.12.2-1.5.5-23.jar +quark.jar bb44bc4f2fdc88f8774cbb67a69ffdc17ea4e138 https://media.forgecdn.net/files/2677/108/Quark-r1.5-146.jar +ftblib.jar 747750ec3158e7da54a1327f024d18b6a7eb663c https://media.forgecdn.net/files/2683/231/FTBLib-5.4.1.86.jar +redstone-flux.jar ed67a4ce69c8831b7536b2623a857fefc8257e62 https://media.forgecdn.net/files/2623/90/RedstoneFlux-1.12-2.1.0.6-universal.jar +brandonscore.jar 9c263bdff2aa545ac9e7dc53e36c45e980c6da8e https://media.forgecdn.net/files/2649/656/BrandonsCore-1.12.2-2.4.9.195-universal.jar +nowither.jar ce2dab31ee8c732cda6fdd67289da1189e9fbcb1 https://media.forgecdn.net/files/2638/317/badwithernocookiereloaded-1.12.2-3.3.16.jar +optifine.jar e805d4be5c2a3343488c573145606e90bb13816d https://karel.pw/optifine-1.12.2.jar +mrtjpcore.jar c9012fa49e8eb9150085b00395b3bf99cb0a2972 https://media.forgecdn.net/files/2572/409/MrTJPCore-1.12.2-2.1.3.35-universal.jar +project-red-base.jar 89744b1a82275d12cd9cf95014544c0f79ba7467 https://media.forgecdn.net/files/2572/423/ProjectRed-1.12.2-4.9.1.92-Base.jar +project-red-integration.jar 851f7fdfaa8a545cbee59c61455a949049e12075 https://media.forgecdn.net/files/2572/427/ProjectRed-1.12.2-4.9.1.92-integration.jar +project-red-fabrication.jar 9464935114c3f37df63f68a66c7569ef8ada96b9 https://media.forgecdn.net/files/2572/424/ProjectRed-1.12.2-4.9.1.92-fabrication.jar +project-red-mechanical.jar 6d491aeddba2c5c22596ecb65b3d5621edf419d8 https://media.forgecdn.net/files/2572/422/ProjectRed-1.12.2-4.9.1.92-mechanical.jar +project-red-lighting.jar 6d70251b422ef2033bf97df6443025f97706ea43 https://media.forgecdn.net/files/2572/426/ProjectRed-1.12.2-4.9.1.92-lighting.jar +project-red-world.jar 334d4d68ef71f6aedb0fc5855dc672f7b6ac2aec https://media.forgecdn.net/files/2572/421/ProjectRed-1.12.2-4.9.1.92-world.jar +project-red-compat.jar bcfa9a8198b6a0f14bb8a79df5d94a3d5aea9666 https://media.forgecdn.net/files/2572/420/ProjectRed-1.12.2-4.9.1.92-compat.jar +fmp-cbe.jar 4fe28a1be2e3ae7b4b919ca5c0a3385b204c6b95 https://media.forgecdn.net/files/2661/99/ForgeMultipart-1.12.2-2.6.1.81-universal.jar +uppers.jar 1c7e77d0e2f6667680e861c8c7cfac740b2c3f01 https://media.forgecdn.net/files/2558/337/Uppers-0.0.6.jar +redstone-gauges-and-switches.jar 0142b5fe3e1c9cbe4a07b1024f5fa1560f0471d6 https://media.forgecdn.net/files/2684/815/rsgauges-1.12.2-1.1.3.jar +redstone-plus-plus.jar 7886830fc77de06666b32f093affb096e707110d https://media.forgecdn.net/files/2476/145/Redstone%2B%2B+ver1.2d.jar +torch-levers.jar b2808d7fd4b1d39a4ec34436b73f16a0c174e5e0 https://media.forgecdn.net/files/2528/552/TorchLever-1.0.jar +plated.jar 5b61c98f688c919efeec239f819cc94a00c18942 https://media.forgecdn.net/files/2602/81/Plated-0.1.0.jar +sign-button.jar 637582a457ccc2b0146b9ed614ab67d4bfc27137 https://media.forgecdn.net/files/2495/528/SignButton-1.12.2-1.0.1.jar +floodlights.jar 9491bc75f00e09b2f6b45016a42a143acc774cfa https://media.forgecdn.net/files/2669/151/FloodLights-1.12.2-1.3.2-14.jar +chisel-bits.jar ec5345c2c54a143f3341155c7da644f7815b7da1 https://media.forgecdn.net/files/2663/717/chiselsandbits-14.30.jar diff --git a/packs/empty-set/config/tconstruct.cfg b/packs/empty-set/config/tconstruct.cfg deleted file mode 100644 index 476e44c..0000000 --- a/packs/empty-set/config/tconstruct.cfg +++ /dev/null @@ -1,143 +0,0 @@ -# Configuration file - -~CONFIG_VERSION: 0.1 - -clientside { - # If true all of Tinkers' blocks with contents (tables, basin, drying racks,...) will render their contents in the world - B:renderInventoryInWorld=true - - # If true use a null render layer when building the models to render tables. Fixes an issue with chisel, but the config is provide in case it breaks something. - B:renderInventoryNullLayer=true - - # If true tools will show additional info in their tooltips - B:extraTooltips=true - - # If true all variants of the different tables will be listed in creative. Set to false to only have the oak variant for all tables. - B:listAllTables=true - - # If true all material variants of the different tools will be listed in creative. Set to false to only have the first found material for all tools (usually wood). - B:listAllToolMaterials=true - - # If true all material variants of the different parts will be listed in creative. Set to false to only have the first found material for all parts (usually wood). - B:listAllPartMaterials=true - - # If true, temperatures in the smeltery and in JEI will display in celsius. If false they will use the internal units of Kelvin, which may be better for devs - B:temperatureCelsius=true - - # If true tools will enable the forge bucket model on startup and then turn itself off. This is only there so that a fresh install gets the buckets turned on by default. - B:enableForgeBucketModel=false - - # REQUIRES DEBUG MODULE. Will do nothing if debug module is disabled. If true the texture map will be dumped into the run directory, just like old forge did. - B:dumpTextureMap=false -} - - -gameplay { - # Fortune increases drops after harvesting a block with autosmelt - B:AutosmeltFortuneInteraction=true - - # Adds a recipe that allows you to craft 3 gravel into a flint - B:addFlintRecipe=true - - # Adds a recipe that allows you to get leather from drying cooked meat - B:addLeatherDryingRecipe=true - - # Allows the creation of bricks from molten clay - B:allowBrickCasting=true - - # Pattern and Part chests keep their inventory when harvested. - B:chestsKeepInventory=true - - # Allows to craft all tool parts of all materials in the part builder, including materials that normally have to be cast with a smeltery. - B:craftCastableMaterials=false - - # Blacklist of registry names or TE classnames for the crafting station to connect to. Mainly for compatibility. - S:craftingStationBlacklist < - de.ellpeck.actuallyadditions.mod.tile.TileEntityItemViewer - > - - # Adds single-use clay casts. - B:enableClayCasts=true - - # If true, piggybackpacks can only pick up players and mobs that can be leashed in vanilla. If false any mob can be picked up. - B:limitPiggybackpack=false - - # If true, requires slimeballs in the vanilla slimeblock recipe to match in color, otherwise gives a pink slimeblock - B:matchVanillaSlimeblock=false - - # Allows the creation of obsidian in the smeltery, using a bucket of lava and water. - B:obsidianAlloy=true - - # Preferred mod ID for oredictionary outputs. Top most mod ID will be the preferred output ID, and if none is found the first output stack is used. - S:orePreference < - minecraft - tconstruct - thermalfoundation - forestry - immersiveengineering - embers - ic2 - > - - # Determines the ratio of ore to ingot, or in other words how many ingots you get out of an ore. This ratio applies to all ores (including poor and dense). The ratio can be any decimal, including 1.5 and the like, but can't go below 1. THIS ALSO AFFECTS MELTING TEMPERATURE! - D:oreToIngotRatio=2.0 - - # List of items to ignore when generating melting recipes from the crafting registry. For example, ignoring sticks allows metal pickaxes to melt down. - # Format: oreName or modid:item[:meta]. If meta is unset, uses wildcard - S:oredictMeltingIgnore < - dustRedstone - plankWood - stickWood - stickTreatedWood - string - minecraft:chest:0 - > - - # Enables all items, even if the Module needed to obtain them is not active - B:registerAllItems=false - - # Allows to reuse stencils in the stencil table to turn them into other stencils - B:reuseStencils=true - - # Players who enter the world for the first time get a Tinkers' Book - B:spawnWithBook=true - - # REQUIRES DEBUG MODULE. Tests all IMC integrations with dummy recipes. May significantly impact gameplay, so its advised you disable this outside of dev environements. - B:testIMC=false -} - - -worldgen { - # If true slime islands will generate - B:generateSlimeIslands=true - - # If true slime islands generate in superflat worlds - B:generateIslandsInSuperflat=false - - # One in every X chunks will contain a slime island - I:slimeIslandRate=2500 - - # One in every X chunks will contain a magma island in the nether - I:magmaIslandRate=730 - - # Prevents generation of slime islands in the listed dimensions - I:slimeIslandBlacklist < - -1 - 1 - > - - # If true, slime islands wont generate in dimensions which aren't of type surface. This means they wont generate in modded cave dimensions like the deep dark. - B:slimeIslandsOnlyGenerateInSurfaceWorlds=true - - # If true, cobalt ore will generate in the nether - B:genCobalt=true - - # If true, ardite ore will generate in the nether - B:genArdite=true - - # Approx Ores per chunk - I:cobaltRate=20 - I:arditeRate=20 -} - - diff --git a/packs/empty-set/icon.ico b/packs/empty-set/icon.ico deleted file mode 100644 index be5506b..0000000 Binary files a/packs/empty-set/icon.ico and /dev/null differ diff --git a/packs/empty-set/icon.png b/packs/empty-set/icon.png deleted file mode 100644 index 5d35835..0000000 Binary files a/packs/empty-set/icon.png and /dev/null differ diff --git a/packs/empty-set/pack-lock.ini b/packs/empty-set/pack-lock.ini deleted file mode 100644 index 1de7b92..0000000 --- a/packs/empty-set/pack-lock.ini +++ /dev/null @@ -1,114 +0,0 @@ -[global] -pack_version = 6 -config_files = tconstruct.cfg - -[mod_versions] -railcraft = ea2085a509b816bb9a3cdd79f2f44175b588737a,https://mediafilez.forgecdn.net/files/2687/757/railcraft-12.0.0.jar -lucky-block = 44d8be6b1878bb923971cd83ba7160a5632fb19c,https://www.luckyblockmod.com/download/lucky-block-forge/1.12.2-2.0/download -macaws-furniture = 98736df44b0f4df25adccdb8164cbc1d5cc24acc,https://mediafilez.forgecdn.net/files/2909/603/mcw-furniture-1.0.1-mc1.12.2beta.jar -macaws-bridges = ecb9565db419ff5bf1c1bfbe1ea2b9b3d9507f96,https://mediafilez.forgecdn.net/files/3383/460/mcw-bridges-1.0.6b-mc1.12.2.jar -macaws-doors = 005f81af71b0ba953e2ff25f736958ae3358f0a0,https://mediafilez.forgecdn.net/files/3340/797/mcw-doors-1.0.3-mc1.12.2.jar -macaws-fences-and-walls = 4f58cb3138f73f71b78408dd308b937fd93fde21,https://mediafilez.forgecdn.net/files/3231/561/mcw-fences-1.0.0-mc1.12.2.jar -macaws-roofs = a44ce1c17c0ade790919b2a1c42589b97e345d39,https://mediafilez.forgecdn.net/files/2879/573/mcw-roofs-1.0.2-mc1.12.2.jar -macaws-windows = 0404b499c11b8eca0aa01c7d7f1ae3d89a6d8e8f,https://mediafilez.forgecdn.net/files/2884/962/mcw-windows-1.0.0-mc1.12.2.jar -macaws-trapdoors = f77bde3ec90cb3a501b10595c8959d4e57f98105,https://mediafilez.forgecdn.net/files/3488/758/mcw-trapdoors-1.0.3-mc1.12.2.jar -mrcrayfishs-furniture-mod = 3214f030651e7585a076bd96ba3863e2fa1b6676,https://mediafilez.forgecdn.net/files/3865/259/furniture-6.3.2-1.12.2.jar -thaumcraft = fe0899048f1796df04e9727bbf1898df30492a00,https://mediafilez.forgecdn.net/files/2629/23/Thaumcraft-1.12.2-6.1.BETA26.jar -baubles = cb13fcfb18a9cb0cbd825fd5fe8d813c77368549,https://mediafilez.forgecdn.net/files/2518/667/Baubles-1.12-1.5.2.jar -tinkers-construct = e37e1f05ad0eaf567497ce655bc877dc1778bd0f,https://mediafilez.forgecdn.net/files/2902/483/TConstruct-1.12.2-2.13.0.183.jar -tinkers-complement = fa890e49c131e8ff93d8a4e6de0a5476083df6c3,https://mediafilez.forgecdn.net/files/2843/439/TinkersComplement-1.12.2-0.4.3.jar -constructs-armory = 373e8f6f56605d7eacb5d7d2f4e1ffea5e6d844b,https://mediafilez.forgecdn.net/files/3174/535/conarm-1.12.2-1.2.5.10.jar -armory-expansion = 01ee6e9bd36ddc29a12ea75ac72848089d5c3098,https://mediafilez.forgecdn.net/files/2925/154/armoryexpansion-1.4.2.jar -tinkers-tool-leveling = 69705dd5de7c9cd54f6fdb8198b959f93b7d1400,https://mediafilez.forgecdn.net/files/2630/860/TinkerToolLeveling-1.12.2-1.1.0.jar -moar-tinkers = bca8e21502c69fc7b16bf91b247afced698c67f3,https://mediafilez.forgecdn.net/files/2579/934/moartinkers-0.6.0.jar -psi = c76503880249a7e92f99d0ef68637076c6844218,https://mediafilez.forgecdn.net/files/3085/917/Psi-r1.1-78.2.jar -architecturecraft = b84097e2f7d76904333c872edeaa7749d6e10279,https://mediafilez.forgecdn.net/files/2750/633/architecturecraft-1.12-3.98.jar -natures-compass = 60bcf179cab708f67bbce98d201e82f3e7be9266,https://mediafilez.forgecdn.net/files/2893/527/NaturesCompass-1.12.2-1.8.5.jar -quark = 35521fd8911b6ef893afbfe7d0d5d04962b3360d,https://mediafilez.forgecdn.net/files/2924/91/Quark-r1.6-179.jar -just-enough-items = 3e88d2896ca868c3cedb65e117ad3a1b82488fa8,https://mediafilez.forgecdn.net/files/3043/174/jei_1.12.2-4.16.1.302.jar -just-enough-iharvestcraft = 4ba48aff5c8936e60939c16faebfd5576b4d8770,https://mediafilez.forgecdn.net/files/2997/129/just-enough-harvestcraft-1.12.2-1.7.2.jar -yungs-better-caves = 1924c9881c84373c4f887ad87b1089466b291d3f,https://mediafilez.forgecdn.net/files/3003/242/bettercaves-1.12.2-2.0.4.jar -yungs-better-mineshafts = 590de926876fb792f48b120a3483970e8fff3aa3,https://mediafilez.forgecdn.net/files/3247/154/BetterMineshaftsForge-1.12.2-2.2.1.jar -oh-the-biomes-youll-go = 68d5c7b670ad53816d68468c5389a8291a33e854,https://mediafilez.forgecdn.net/files/2833/179/BiomesYouGo1.7.1.jar -immersive-engineering = 633070d9c447fdaf6a9ead59425017815c890c63,https://mediafilez.forgecdn.net/files/2974/106/ImmersiveEngineering-0.12-98.jar -ender-io = 55e25a5332c3dc5898f6a08a971dc21990c8eb96,https://mediafilez.forgecdn.net/files/3328/811/EnderIO-1.12.2-5.3.70.jar -rftools = 16a4e8c1907bdaac546ab3fd56904d202da427f3,https://mediafilez.forgecdn.net/files/2861/573/rftools-1.12-7.73.jar -mcjtylib = 8f3e381c4aea651f55ed1cd35fd69613fcd7f9da,https://mediafilez.forgecdn.net/files/2745/846/mcjtylib-1.12-3.5.4.jar -applied-energistics-2 = e5c3c11eafc5daf73652a2dabe855e3759caa8b5,https://mediafilez.forgecdn.net/files/2747/63/appliedenergistics2-rv6-stable-7.jar -draconic-evolution = aa952832b369ff12a26ef608ee7a001b687ca226,https://mediafilez.forgecdn.net/files/3431/261/Draconic-Evolution-1.12.2-2.3.28.354-universal.jar -draconic-additions = 6e4209f20bf109314477368864ce687f1a75d0dd,https://mediafilez.forgecdn.net/files/3514/704/Draconic-Additions-1.12.2-1.17.0.45-universal.jar -brandons-core = f6035eb93d9c7b91334ed7bfc17ed36c8c9d86c8,https://mediafilez.forgecdn.net/files/3408/276/BrandonsCore-1.12.2-2.4.20.162-universal.jar -project-intelligence = d6424c4111913a48f9c983199d07140136a12ee1,https://mediafilez.forgecdn.net/files/2833/640/ProjectIntelligence-1.12.2-1.0.9.28-universal.jar -ferdinands-flowers = 973f2ad2cfb601ce8cf879778a7462feaee57888,https://mediafilez.forgecdn.net/files/2634/217/Ferdinand%27s+Flowers-1.12.x-1.10.4.1.jar -waystones = 877a5cd3ed8e3f29e900b74c8c5400ee6e43c3bf,https://mediafilez.forgecdn.net/files/2859/589/Waystones_1.12.2-4.1.0.jar -bibliocraft = 6eb72c2a6b9d202e53e760e26048c230cd2ca5da,https://mediafilez.forgecdn.net/files/3647/708/BiblioCraft%5Bv2.4.6%5D%5BMC1.12.2%5D.jar -thuts-elevators = a0ac5dfd16a3c20f3ee3332a9530c14ce6bbec40,https://mediafilez.forgecdn.net/files/2712/805/thuttech-1.12.2-6.1.6.jar -thutcore = 18f4471c328d0acaf885c6beb6ccc27db98f2261,https://mediafilez.forgecdn.net/files/2713/584/thutcore-1.12.2-5.21.0.jar -openblocks = 6c231ff28e0c80025b0ec11f86ce9de1e9d109db,https://mediafilez.forgecdn.net/files/2699/56/OpenBlocks-1.12.2-1.8.1.jar -openmodslib = 210cc6b18b63ae0d3110b8e8ed843bc847627eb0,https://mediafilez.forgecdn.net/files/2699/55/OpenModsLib-1.12.2-0.12.2.jar -pams-harvest-craft = a064b434253305424755943dd66f389855ade953,https://mediafilez.forgecdn.net/files/2904/825/Pam%27s+HarvestCraft+1.12.2zg.jar -cooking-for-blockheads = 8e7b73b39c0bdae84a4be445027747c9bae935c4,https://mediafilez.forgecdn.net/files/2862/651/CookingForBlockheads_1.12.2-6.5.0.jar -rustic = 567832a6b073e59fa29f2f694e224008707db2f8,https://mediafilez.forgecdn.net/files/3107/974/rustic-1.1.7.jar -chisels-and-bits = 0e6f159254e6899651087e5b1464bac91698d1d3,https://mediafilez.forgecdn.net/files/2720/655/chiselsandbits-14.33.jar -chisel = d378cee9195841ea78bb9800f543d718ef2c60ef,https://mediafilez.forgecdn.net/files/2915/375/Chisel-MC1.12.2-1.0.2.45.jar -connectedtexturesmod = 892e0788531269bfa2f356e4e12825e19d4e5412,https://mediafilez.forgecdn.net/files/2915/363/CTM-MC1.12.2-1.0.2.31.jar -cc-tweaked = f35510b6117ef0e69211440e6c7a64be7eb28590,https://mediafilez.forgecdn.net/files/2992/872/cc-tweaked-1.12.2-1.89.2.jar -ender-storage = 7a872baf72b1da038704056a0cf7bbcc40bfa4d6,https://mediafilez.forgecdn.net/files/2755/787/EnderStorage-1.12.2-2.4.6.137-universal.jar -mystical-agriculture = dd7b50ccebda09f8cb44d35997827ae3450455d1,https://mediafilez.forgecdn.net/files/2704/562/MysticalAgriculture-1.12.2-1.7.5.jar -mystical-agradditions = 7387a2976cafec35222e6549b3c447e7972dc4aa,https://mediafilez.forgecdn.net/files/2704/832/MysticalAgradditions-1.12.2-1.3.2.jar -cucumber = 8be30f1977cd9df566dfbae2977793335e576591,https://mediafilez.forgecdn.net/files/2645/867/Cucumber-1.12.2-1.1.3.jar -mystical-agriculture-tiered-crystals = 1502157b947d16815d5777326f8c58ff596d3c7d,https://mediafilez.forgecdn.net/files/2650/681/matc-1.0.1-hotfix.jar -apple-skin = d798af79de48be0f00c772943e5ec5a2fb5659fa,https://mediafilez.forgecdn.net/files/2987/247/AppleSkin-mc1.12-1.0.14.jar -tesseracts = 62cdacbf009669830607b84e10ca16b5c92283c3,https://mediafilez.forgecdn.net/files/3840/294/tesseract-1.0.27-forge-mc1.12.jar -extra-bit-manipulator = b6b018634075e995bdaf1318a4ac7d0f6c1d2158,https://mediafilez.forgecdn.net/files/2630/81/ExtraBitManipulation-1.12.2-3.4.1.jar -extreme-reactors = 69dde2f0c2b2c204a66f5ae5c704a39f6b08c6ef,https://mediafilez.forgecdn.net/files/3194/746/ExtremeReactors-1.12.2-0.4.5.68.jar -zero-core-2 = bc87c72b3aac54367b6641f9dbd41f6a218043cd,https://mediafilez.forgecdn.net/files/3194/743/zerocore-1.12.2-0.1.2.9.jar -hwyla = 7280d5c0dab42436549bcefc63ff64a1049e5501,https://mediafilez.forgecdn.net/files/2568/751/Hwyla-1.8.26-B41_1.12.2.jar -wawla = 783157c607149875de1e045d72382d370256257c,https://mediafilez.forgecdn.net/files/2916/368/Wawla-1.12.2-2.6.275.jar -industrial-foregoing = 4f44934b392d7bf1713707a93b29006e98bd7cff,https://mediafilez.forgecdn.net/files/2745/321/industrialforegoing-1.12.2-1.12.13-237.jar -integration-foregoing = 1a6f3f87cdbce8e3c93da2de10854cc853ddc9f0,https://mediafilez.forgecdn.net/files/3200/529/IntegrationForegoing-1.12.2-1.11.jar -industrial-craft = 2f5597fc13866f8e88fbb7359046511cac2f5371,https://mediafilez.forgecdn.net/files/2746/892/industrialcraft-2-2.8.170-ex112.jar -simply-jetpacks = 9a4253442099af416978c7b20f0c015bf63ed492,https://mediafilez.forgecdn.net/files/3294/422/SimplyJetpacks2-1.12.2-2.2.20.0.jar -thermal-foundation = 6bd93897638fd68794cae17c9520b68a85fc97d0,https://mediafilez.forgecdn.net/files/2926/428/ThermalFoundation-1.12.2-2.6.7.1-universal.jar -thermal-expansion = 3568d977c90987c58ad2c7cb3837c4ac8de49216,https://mediafilez.forgecdn.net/files/2926/431/ThermalExpansion-1.12.2-5.5.7.1-universal.jar -thermal-cultivation = 4aef97dad21a3b8cd6cce7bcf601b41574cb22ff,https://mediafilez.forgecdn.net/files/2920/437/ThermalCultivation-1.12.2-0.3.6.1-universal.jar -thermal-dynamics = 691d7fafc4e104e41b878d8e1ce885785c995840,https://mediafilez.forgecdn.net/files/2920/505/ThermalDynamics-1.12.2-2.5.6.1-universal.jar -thermal-innovation = a2603c82d0deefef67b3708fd79fd1e813b4d080,https://mediafilez.forgecdn.net/files/2920/441/ThermalInnovation-1.12.2-0.3.6.1-universal.jar -cofh-core = 4dd5aa3ff30d7966ae253556f79bb3f13bc5576e,https://mediafilez.forgecdn.net/files/2920/433/CoFHCore-1.12.2-4.6.6.1-universal.jar -unidict = 2b72e49682aca50fa55522c5080f2ba20173c565,https://mediafilez.forgecdn.net/files/3553/627/UniDict-1.12.2-3.0.10.jar -wanionlib = da38dc6bd6ea772c0d860a3cea99c8c3093a0937,https://mediafilez.forgecdn.net/files/3597/87/WanionLib-1.12.2-2.9.jar -thermal-tinkering = ba227140831886b512cd5cec9459c1c23b6f92ce,https://mediafilez.forgecdn.net/files/2684/43/ThermalTinkering-1.12.2-2.0.1.jar -damage-indicators-mod = b7851c6b49da7d99368dd0e1cd905d5e712d26f5,https://mediafilez.forgecdn.net/files/2788/452/%5B1.12.2%5DDamageIndicatorsMod-3.5.1.jar -build-craft = 46c7bcb2c81f4786a84f951e7204277c967deb96,https://mediafilez.forgecdn.net/files/3204/475/buildcraft-all-7.99.24.8.jar -extra-utilities = 9f9a217b23626cb338cf229054ed490d913610dc,https://mediafilez.forgecdn.net/files/2678/374/extrautils2-1.12-1.9.9.jar -iron-chest = adc4c785a484c5d5a4ab9a29e1937faeed4312dd,https://mediafilez.forgecdn.net/files/2747/935/ironchest-1.12.2-7.0.72.847.jar -iron-furnace = 3b18df8670bafed554025749b4f75dafcaeba517,https://mediafilez.forgecdn.net/files/2738/266/ironfurnaces-1.3.5.jar -chicken-chunks = 68a2c2291477782fee4655e26227cc40fcda7067,https://mediafilez.forgecdn.net/files/2755/785/ChickenChunks-1.12.2-2.4.2.74-universal.jar -codechicken-lib = b6a7e3b889c354216059a3bfad298e30a1e46a2d,https://mediafilez.forgecdn.net/files/2779/848/CodeChickenLib-1.12.2-3.2.3.358-universal.jar -xaeros-minimap = 75ed2b9fe2c8f060213b87675e5aa2cf7d55d187,https://mediafilez.forgecdn.net/files/4181/94/Xaeros_Minimap_22.17.0_Forge_1.12.jar -xaeros-world-map = 46325d38cfa52b69c5fad423cd7ac58a9a55534a,https://mediafilez.forgecdn.net/files/4127/330/XaerosWorldMap_1.28.4_Forge_1.12.jar -dank-null = 4db0be5d1557d2c6754579177c0cab361462304b,https://mediafilez.forgecdn.net/files/2920/596/DankNull-1.12.2-1.7.91.jar -p455w0rds-library = be56bc229b7f418675bf46277e37a8272def5327,https://mediafilez.forgecdn.net/files/2830/265/p455w0rdslib-1.12.2-2.3.161.jar -wireless-crafting-terminal = f1ec1a90b4c351cfc17c6d9a3cbd3c1607258c4e,https://mediafilez.forgecdn.net/files/2830/252/WirelessCraftingTerminal-1.12.2-3.12.97.jar -just-enough-energistics-jee = df5038e7ce86968952fa4baa2ecad6f5329ade60,https://mediafilez.forgecdn.net/files/2783/832/JustEnoughEnergistics-1.12.2-1.0.8.jar -tinkers-jei = 0ee37cbd099fd3693f1f45673ba498ce7e3a3849,https://mediafilez.forgecdn.net/files/2701/203/tinkersjei-1.2.jar -thaumic-jei = 727a6135b172bc8b0f048fe0c2977f54a9d316f0,https://mediafilez.forgecdn.net/files/2705/304/ThaumicJEI-1.12.2-1.6.0-27.jar -just-enough-reactors = 241247a6782f25e4e8d3f226176a2fa224a16124,https://mediafilez.forgecdn.net/files/2671/784/JustEnoughReactors-1.12.2-1.1.3.61.jar -mouse-tweaks = 0d3b0589021905b2eab8ba93805e9fdef463288e,https://mediafilez.forgecdn.net/files/2671/937/MouseTweaks-2.10-mc1.12.2.jar -controlling = 151671af56599d39ef5ca41bf9bda3584b6818e1,https://mediafilez.forgecdn.net/files/3025/548/Controlling-3.0.10.jar -fullscreen-windowed-borderless-for-minecraft = adf9adbaa083d3b19ce31650457b43e1b9192402,https://mediafilez.forgecdn.net/files/2456/7/FullscreenWindowed-1.12-1.6.0.jar -shulkerboxviewer = aefc4535b18d01652fdf9a9068668d6c7def8a36,https://mediafilez.forgecdn.net/files/2559/231/ShulkerBoxViewer-1.5-mc%5B1.11-1.12.2%5D.jar -yarcf = ae04dd7b2527de7ac7a2d90c475a2d10f0864cb6,https://mediafilez.forgecdn.net/files/3310/627/YARCF-0.14(1.12.2).jar -redstone-flux = 7835c1dcc006e5d4a406a6b0615012b825e25044,https://mediafilez.forgecdn.net/files/2920/436/RedstoneFlux-1.12-2.1.1.1-universal.jar -mantle = a1e5d5c197dae3e92637cafb8cd996185191165b,https://mediafilez.forgecdn.net/files/2713/386/Mantle-1.12-1.3.3.55.jar -endercore = a61fda64cfb0e3852690678fbd7375a1ea982884,https://mediafilez.forgecdn.net/files/2972/849/EnderCore-1.12.2-0.5.76.jar -tesla-core-lib = bd2071f297161c7038f82a01a7d4c243d3f1dd8f,https://mediafilez.forgecdn.net/files/3438/487/tesla-core-lib-1.12.2-1.0.18.jar -gunpowderlib = 712d7a0bc1b9caba40e303b7252e6995f9b03b62,https://mediafilez.forgecdn.net/files/3168/863/GunpowderLib-1.12.2-1.1.jar -autoreglib = 267269ca7f1a71fb3bb35bdb8e61702a4da6263e,https://mediafilez.forgecdn.net/files/2746/11/AutoRegLib-1.3-32.jar -supermartinjn642corelib = b933b953f0e7de95e7a6995ad2d064507b8a6d59,https://mediafilez.forgecdn.net/files/3863/122/supermartijn642corelib-1.0.19-forge-mc1.12.jar -supermartinjn642configlib = de781a5564c05a147e6d7c1be663a9adb109c3df,https://mediafilez.forgecdn.net/files/3862/959/supermartijn642configlib-1.1.6-forge-mc1.12.jar -cofh-world = 863e1524fe0087d434a5e44d27cc2dd0353b9399,https://mediafilez.forgecdn.net/files/2920/434/CoFHWorld-1.12.2-1.4.0.1-universal.jar -ae2wtlib = d76ffb730d9e02aeb6dd5bb3c5dd5fa39f5fe1b9,https://mediafilez.forgecdn.net/files/2830/114/AE2WTLib-1.12.2-1.0.34.jar -forgelin = 7a87553fcb808a45d9c7e03f113b355ac7fd10d7,https://mediafilez.forgecdn.net/files/2785/465/Forgelin-1.8.4.jar -notenoughids = 30c75dbc917207050762c8ff77e70f57944f5a48,https://mediafilez.forgecdn.net/files/2695/44/NotEnoughIDs-1.5.4.4.jar - diff --git a/packs/empty-set/pack.ini b/packs/empty-set/pack.ini deleted file mode 100644 index a542ed8..0000000 --- a/packs/empty-set/pack.ini +++ /dev/null @@ -1,116 +0,0 @@ -[pack] -name = Empty-Set-Pack -pack_base_url = https://gitlab.com/1F335/modpackman/-/raw/master/packs/empty-set/ -forge_url = https://maven.minecraftforge.net/net/minecraftforge/forge/1.12.2-14.23.5.2860/forge-1.12.2-14.23.5.2860-installer.jar -game_version = 1.12.2 -java_args = -Xmx6G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M - -[mods] -Railcraft = https://mediafilez.forgecdn.net/files/2687/757/railcraft-12.0.0.jar -Lucky-Block = https://www.luckyblockmod.com/download/lucky-block-forge/1.12.2-2.0/download -Macaws-Furniture = https://mediafilez.forgecdn.net/files/2909/603/mcw-furniture-1.0.1-mc1.12.2beta.jar -Macaws-Bridges = https://mediafilez.forgecdn.net/files/3383/460/mcw-bridges-1.0.6b-mc1.12.2.jar -Macaws-Doors = https://mediafilez.forgecdn.net/files/3340/797/mcw-doors-1.0.3-mc1.12.2.jar -Macaws-Fences-and-Walls = https://mediafilez.forgecdn.net/files/3231/561/mcw-fences-1.0.0-mc1.12.2.jar -Macaws-Roofs = https://mediafilez.forgecdn.net/files/2879/573/mcw-roofs-1.0.2-mc1.12.2.jar -Macaws-Windows = https://mediafilez.forgecdn.net/files/2884/962/mcw-windows-1.0.0-mc1.12.2.jar -Macaws-Trapdoors = https://mediafilez.forgecdn.net/files/3488/758/mcw-trapdoors-1.0.3-mc1.12.2.jar -MrCrayfishs-Furniture-Mod = https://mediafilez.forgecdn.net/files/3865/259/furniture-6.3.2-1.12.2.jar -Thaumcraft = https://mediafilez.forgecdn.net/files/2629/23/Thaumcraft-1.12.2-6.1.BETA26.jar -Baubles = https://mediafilez.forgecdn.net/files/2518/667/Baubles-1.12-1.5.2.jar -Tinkers-Construct = https://mediafilez.forgecdn.net/files/2902/483/TConstruct-1.12.2-2.13.0.183.jar -Tinkers-Complement = https://mediafilez.forgecdn.net/files/2843/439/TinkersComplement-1.12.2-0.4.3.jar -Constructs-Armory = https://mediafilez.forgecdn.net/files/3174/535/conarm-1.12.2-1.2.5.10.jar -Armory-Expansion = https://mediafilez.forgecdn.net/files/2925/154/armoryexpansion-1.4.2.jar -Tinkers-Tool-Leveling = https://mediafilez.forgecdn.net/files/2630/860/TinkerToolLeveling-1.12.2-1.1.0.jar -Moar-Tinkers = https://mediafilez.forgecdn.net/files/2579/934/moartinkers-0.6.0.jar -Psi = https://mediafilez.forgecdn.net/files/3085/917/Psi-r1.1-78.2.jar -ArchitectureCraft = https://mediafilez.forgecdn.net/files/2750/633/architecturecraft-1.12-3.98.jar -Natures-Compass = https://mediafilez.forgecdn.net/files/2893/527/NaturesCompass-1.12.2-1.8.5.jar -Quark = https://mediafilez.forgecdn.net/files/2924/91/Quark-r1.6-179.jar -Just-Enough-Items = https://mediafilez.forgecdn.net/files/3043/174/jei_1.12.2-4.16.1.302.jar -Just-Enough-IHarvestCraft = https://mediafilez.forgecdn.net/files/2997/129/just-enough-harvestcraft-1.12.2-1.7.2.jar -YUNGs-Better-Caves = https://mediafilez.forgecdn.net/files/3003/242/bettercaves-1.12.2-2.0.4.jar -YUNGs-Better-Mineshafts = https://mediafilez.forgecdn.net/files/3247/154/BetterMineshaftsForge-1.12.2-2.2.1.jar -Oh-The-Biomes-Youll-Go = https://mediafilez.forgecdn.net/files/2833/179/BiomesYouGo1.7.1.jar -Immersive-Engineering = https://mediafilez.forgecdn.net/files/2974/106/ImmersiveEngineering-0.12-98.jar -Ender-IO = https://mediafilez.forgecdn.net/files/3328/811/EnderIO-1.12.2-5.3.70.jar -RFTools = https://mediafilez.forgecdn.net/files/2861/573/rftools-1.12-7.73.jar -McJtyLib = https://mediafilez.forgecdn.net/files/2745/846/mcjtylib-1.12-3.5.4.jar -Applied-Energistics-2 = https://mediafilez.forgecdn.net/files/2747/63/appliedenergistics2-rv6-stable-7.jar -Draconic-Evolution = https://mediafilez.forgecdn.net/files/3431/261/Draconic-Evolution-1.12.2-2.3.28.354-universal.jar -Draconic-Additions = https://mediafilez.forgecdn.net/files/3514/704/Draconic-Additions-1.12.2-1.17.0.45-universal.jar -Brandons-Core = https://mediafilez.forgecdn.net/files/3408/276/BrandonsCore-1.12.2-2.4.20.162-universal.jar -Project-Intelligence = https://mediafilez.forgecdn.net/files/2833/640/ProjectIntelligence-1.12.2-1.0.9.28-universal.jar -Ferdinands-Flowers = https://mediafilez.forgecdn.net/files/2634/217/Ferdinand%27s+Flowers-1.12.x-1.10.4.1.jar -Waystones = https://mediafilez.forgecdn.net/files/2859/589/Waystones_1.12.2-4.1.0.jar -Bibliocraft = https://mediafilez.forgecdn.net/files/3647/708/BiblioCraft%5bv2.4.6%5d%5bMC1.12.2%5d.jar -Thuts-elevators = https://mediafilez.forgecdn.net/files/2712/805/thuttech-1.12.2-6.1.6.jar -ThutCore = https://mediafilez.forgecdn.net/files/2713/584/thutcore-1.12.2-5.21.0.jar -OpenBlocks = https://mediafilez.forgecdn.net/files/2699/56/OpenBlocks-1.12.2-1.8.1.jar -OpenModsLib = https://mediafilez.forgecdn.net/files/2699/55/OpenModsLib-1.12.2-0.12.2.jar -Pams-harvest-craft = https://mediafilez.forgecdn.net/files/2904/825/Pam%27s+HarvestCraft+1.12.2zg.jar -Cooking-for-Blockheads = https://mediafilez.forgecdn.net/files/2862/651/CookingForBlockheads_1.12.2-6.5.0.jar -Rustic = https://mediafilez.forgecdn.net/files/3107/974/rustic-1.1.7.jar -Chisels-and-bits = https://mediafilez.forgecdn.net/files/2720/655/chiselsandbits-14.33.jar -Chisel = https://mediafilez.forgecdn.net/files/2915/375/Chisel-MC1.12.2-1.0.2.45.jar -ConnectedTexturesMod = https://mediafilez.forgecdn.net/files/2915/363/CTM-MC1.12.2-1.0.2.31.jar -CC-Tweaked = https://mediafilez.forgecdn.net/files/2992/872/cc-tweaked-1.12.2-1.89.2.jar -Ender-Storage = https://mediafilez.forgecdn.net/files/2755/787/EnderStorage-1.12.2-2.4.6.137-universal.jar -Mystical-Agriculture = https://mediafilez.forgecdn.net/files/2704/562/MysticalAgriculture-1.12.2-1.7.5.jar -Mystical-Agradditions = https://mediafilez.forgecdn.net/files/2704/832/MysticalAgradditions-1.12.2-1.3.2.jar -Cucumber = https://mediafilez.forgecdn.net/files/2645/867/Cucumber-1.12.2-1.1.3.jar -Mystical-Agriculture-Tiered-Crystals = https://mediafilez.forgecdn.net/files/2650/681/matc-1.0.1-hotfix.jar -Apple-Skin = https://mediafilez.forgecdn.net/files/2987/247/AppleSkin-mc1.12-1.0.14.jar -Tesseracts = https://mediafilez.forgecdn.net/files/3840/294/tesseract-1.0.27-forge-mc1.12.jar -Extra-Bit-Manipulator = https://mediafilez.forgecdn.net/files/2630/81/ExtraBitManipulation-1.12.2-3.4.1.jar -Extreme-Reactors = https://mediafilez.forgecdn.net/files/3194/746/ExtremeReactors-1.12.2-0.4.5.68.jar -Zero-Core-2 = https://mediafilez.forgecdn.net/files/3194/743/zerocore-1.12.2-0.1.2.9.jar -HWYLA = https://mediafilez.forgecdn.net/files/2568/751/Hwyla-1.8.26-B41_1.12.2.jar -WAWLA = https://mediafilez.forgecdn.net/files/2916/368/Wawla-1.12.2-2.6.275.jar -Industrial-Foregoing = https://mediafilez.forgecdn.net/files/2745/321/industrialforegoing-1.12.2-1.12.13-237.jar -Integration-Foregoing = https://mediafilez.forgecdn.net/files/3200/529/IntegrationForegoing-1.12.2-1.11.jar -Industrial-craft = https://mediafilez.forgecdn.net/files/2746/892/industrialcraft-2-2.8.170-ex112.jar -Simply-Jetpacks = https://mediafilez.forgecdn.net/files/3294/422/SimplyJetpacks2-1.12.2-2.2.20.0.jar -Thermal-Foundation = https://mediafilez.forgecdn.net/files/2926/428/ThermalFoundation-1.12.2-2.6.7.1-universal.jar -Thermal-Expansion = https://mediafilez.forgecdn.net/files/2926/431/ThermalExpansion-1.12.2-5.5.7.1-universal.jar -Thermal-Cultivation = https://mediafilez.forgecdn.net/files/2920/437/ThermalCultivation-1.12.2-0.3.6.1-universal.jar -Thermal-Dynamics = https://mediafilez.forgecdn.net/files/2920/505/ThermalDynamics-1.12.2-2.5.6.1-universal.jar -Thermal-Innovation = https://mediafilez.forgecdn.net/files/2920/441/ThermalInnovation-1.12.2-0.3.6.1-universal.jar -CoFH-Core = https://mediafilez.forgecdn.net/files/2920/433/CoFHCore-1.12.2-4.6.6.1-universal.jar -UniDict = https://mediafilez.forgecdn.net/files/3553/627/UniDict-1.12.2-3.0.10.jar -WanionLib = https://mediafilez.forgecdn.net/files/3597/87/WanionLib-1.12.2-2.9.jar -Thermal-Tinkering = https://mediafilez.forgecdn.net/files/2684/43/ThermalTinkering-1.12.2-2.0.1.jar -Damage-Indicators-Mod = https://mediafilez.forgecdn.net/files/2788/452/%5b1.12.2%5dDamageIndicatorsMod-3.5.1.jar -Build-Craft = https://mediafilez.forgecdn.net/files/3204/475/buildcraft-all-7.99.24.8.jar -Extra-Utilities = https://mediafilez.forgecdn.net/files/2678/374/extrautils2-1.12-1.9.9.jar -Iron-Chest = https://mediafilez.forgecdn.net/files/2747/935/ironchest-1.12.2-7.0.72.847.jar -Iron-Furnace = https://mediafilez.forgecdn.net/files/2738/266/ironfurnaces-1.3.5.jar -Chicken-Chunks = https://mediafilez.forgecdn.net/files/2755/785/ChickenChunks-1.12.2-2.4.2.74-universal.jar -CodeChicken-Lib = https://mediafilez.forgecdn.net/files/2779/848/CodeChickenLib-1.12.2-3.2.3.358-universal.jar -Xaeros-Minimap = https://mediafilez.forgecdn.net/files/4181/94/Xaeros_Minimap_22.17.0_Forge_1.12.jar -Xaeros-World-Map = https://mediafilez.forgecdn.net/files/4127/330/XaerosWorldMap_1.28.4_Forge_1.12.jar -dank-null = https://mediafilez.forgecdn.net/files/2920/596/DankNull-1.12.2-1.7.91.jar -p455w0rds-Library = https://mediafilez.forgecdn.net/files/2830/265/p455w0rdslib-1.12.2-2.3.161.jar -Wireless-Crafting-Terminal = https://mediafilez.forgecdn.net/files/2830/252/WirelessCraftingTerminal-1.12.2-3.12.97.jar -Just-Enough-Energistics-JEE = https://mediafilez.forgecdn.net/files/2783/832/JustEnoughEnergistics-1.12.2-1.0.8.jar -Tinkers-JEI = https://mediafilez.forgecdn.net/files/2701/203/tinkersjei-1.2.jar -Thaumic-JEI = https://mediafilez.forgecdn.net/files/2705/304/ThaumicJEI-1.12.2-1.6.0-27.jar -Just-Enough-Reactors = https://mediafilez.forgecdn.net/files/2671/784/JustEnoughReactors-1.12.2-1.1.3.61.jar -Mouse-Tweaks = https://mediafilez.forgecdn.net/files/2671/937/MouseTweaks-2.10-mc1.12.2.jar -Controlling = https://mediafilez.forgecdn.net/files/3025/548/Controlling-3.0.10.jar -Fullscreen-Windowed-Borderless-for-Minecraft = https://mediafilez.forgecdn.net/files/2456/7/FullscreenWindowed-1.12-1.6.0.jar -ShulkerBoxViewer = https://mediafilez.forgecdn.net/files/2559/231/ShulkerBoxViewer-1.5-mc%5b1.11-1.12.2%5d.jar -YARCF = https://mediafilez.forgecdn.net/files/3310/627/YARCF-0.14(1.12.2).jar -Redstone-Flux = https://mediafilez.forgecdn.net/files/2920/436/RedstoneFlux-1.12-2.1.1.1-universal.jar -Mantle = https://mediafilez.forgecdn.net/files/2713/386/Mantle-1.12-1.3.3.55.jar -EnderCore = https://mediafilez.forgecdn.net/files/2972/849/EnderCore-1.12.2-0.5.76.jar -Tesla-Core-Lib = https://mediafilez.forgecdn.net/files/3438/487/tesla-core-lib-1.12.2-1.0.18.jar -GunpowderLib = https://mediafilez.forgecdn.net/files/3168/863/GunpowderLib-1.12.2-1.1.jar -AutoRegLib = https://mediafilez.forgecdn.net/files/2746/11/AutoRegLib-1.3-32.jar -supermartinjn642corelib = https://mediafilez.forgecdn.net/files/3863/122/supermartijn642corelib-1.0.19-forge-mc1.12.jar -supermartinjn642configlib = https://mediafilez.forgecdn.net/files/3862/959/supermartijn642configlib-1.1.6-forge-mc1.12.jar -CoFH-World = https://mediafilez.forgecdn.net/files/2920/434/CoFHWorld-1.12.2-1.4.0.1-universal.jar -AE2WTLib = https://mediafilez.forgecdn.net/files/2830/114/AE2WTLib-1.12.2-1.0.34.jar -Forgelin = https://mediafilez.forgecdn.net/files/2785/465/Forgelin-1.8.4.jar -NotEnoughIDs = https://mediafilez.forgecdn.net/files/2695/44/NotEnoughIDs-1.5.4.4.jar diff --git a/packs/jeffrey-2/icon.ico b/packs/jeffrey-2/icon.ico deleted file mode 100644 index 0525305..0000000 Binary files a/packs/jeffrey-2/icon.ico and /dev/null differ diff --git a/packs/jeffrey-2/icon.png b/packs/jeffrey-2/icon.png deleted file mode 100644 index 0dfbb45..0000000 Binary files a/packs/jeffrey-2/icon.png and /dev/null differ diff --git a/packs/jeffrey-2/pack-lock.ini b/packs/jeffrey-2/pack-lock.ini deleted file mode 100644 index abaf013..0000000 --- a/packs/jeffrey-2/pack-lock.ini +++ /dev/null @@ -1,52 +0,0 @@ -[global] -pack_version = 33 -config_files = - -[mod_versions] -twilightforest = 23521ca2f42916cc6fe112464b6647d91b0e22cb,https://media.forgecdn.net/files/2756/932/twilightforest-1.12.2-3.9.984-universal.jar -tconstruct = e37e1f05ad0eaf567497ce655bc877dc1778bd0f,https://media.forgecdn.net/files/2902/483/TConstruct-1.12.2-2.13.0.183.jar -baubles = cb13fcfb18a9cb0cbd825fd5fe8d813c77368549,https://media.forgecdn.net/files/2518/667/Baubles-1.12-1.5.2.jar -jei = 3e88d2896ca868c3cedb65e117ad3a1b82488fa8,https://media.forgecdn.net/files/3043/174/jei_1.12.2-4.16.1.302.jar -psi = c76503880249a7e92f99d0ef68637076c6844218,https://media.forgecdn.net/files/3085/917/Psi-r1.1-78.2.jar -opencomputers = 8eff5dc6b00a50b13ad6f3e6a838049bbf8306f8,https://media.forgecdn.net/files/2828/357/OpenComputers-MC1.12.2-1.7.5.192.jar -chisel-bits = 0e6f159254e6899651087e5b1464bac91698d1d3,https://media.forgecdn.net/files/2720/655/chiselsandbits-14.33.jar -chisel = 1dda45074e17128451b3c8f66172bfaddf84f443,https://media.forgecdn.net/files/2619/468/Chisel-MC1.12.2-0.2.1.35.jar -dynamictrees = 7598b342c7585a64ab57a1bb7348bc95114a7d75,https://media.forgecdn.net/files/2960/958/DynamicTrees-1.12.2-0.9.8.jar -dynamictrees-compat = 2e429e9705cb49afb72e2650001d003fd755ce42,https://media.forgecdn.net/files/2656/685/DynamicTreesPHC-1.12.2-1.4.2.jar -dynamictreestraverse = 19c1e2e6b9c6ee4a9a93b8b50969be7bb6e13011,https://f-1.karel.pw/dttraverse-1.4.1e.jar -traverse = b16aaff09a6e77ba193e42f88f5d5bb8a85e063a,https://media.forgecdn.net/files/2613/657/Traverse-1.12.2-1.6.0-69.jar -roots = f954f42522ad35355e5215caa0a8b61904f29cd2,https://media.forgecdn.net/files/3056/896/Roots-1.12.2-3.0.32.jar -ae2 = e5c3c11eafc5daf73652a2dabe855e3759caa8b5,https://media.forgecdn.net/files/2747/63/appliedenergistics2-rv6-stable-7.jar -gravestones = 3daa7d4563965f6ec1954c8176e11fa3ba0b85ee,https://media.forgecdn.net/files/2608/278/gravestone-1.10.2.jar -enderstorage = 7a872baf72b1da038704056a0cf7bbcc40bfa4d6,https://media.forgecdn.net/files/2755/787/EnderStorage-1.12.2-2.4.6.137-universal.jar -waila = 7280d5c0dab42436549bcefc63ff64a1049e5501,https://media.forgecdn.net/files/2568/751/Hwyla-1.8.26-B41_1.12.2.jar -harvestcraft = fb4df84de5f52125d0339b614787222b9ee45442,https://media.forgecdn.net/files/2751/199/Pam%27s%20HarvestCraft%201.12.2ze.jar -akashictome = b11bf9d93f4bd7a2eeb8cfe49c1b30ce1a2f5a37,https://media.forgecdn.net/files/2648/656/AkashicTome-1.2-12.jar -railcraft = ea2085a509b816bb9a3cdd79f2f44175b588737a,https://media.forgecdn.net/files/2687/757/railcraft-12.0.0.jar -optifine = e805d4be5c2a3343488c573145606e90bb13816d,https://karel.pw/optifine-1.12.2.jar -autoreglib = 267269ca7f1a71fb3bb35bdb8e61702a4da6263e,https://media.forgecdn.net/files/2746/11/AutoRegLib-1.3-32.jar -ctm = 03be3e20dacf6b52abcee09436b2d06c06f2add0,https://media.forgecdn.net/files/2642/375/CTM-MC1.12.2-0.3.3.22.jar -codechickenlib = b6a7e3b889c354216059a3bfad298e30a1e46a2d,https://media.forgecdn.net/files/2779/848/CodeChickenLib-1.12.2-3.2.3.358-universal.jar -mysticallib = cb8c57761ca503c7ca4985991106d5df5ae2dd1a,https://media.forgecdn.net/files/3040/592/mysticallib-1.12.2-1.9.0.jar -patchouli = 9804876a655365926757eda750189cd97b5bad69,https://media.forgecdn.net/files/2731/963/Patchouli-1.0-20.jar -mysticalworld = df31d6c6777ff03a643425fbb9114421e58aef95,https://media.forgecdn.net/files/3054/945/mysticalworld-1.12.2-1.9.2.jar -diet = 2aea3d9a64551cefe0a1b6f5c5edf57959796b66,https://media.forgecdn.net/files/2482/543/diethopper-1.1.jar -worsebarrels = bd81a26550b4dc107f6781768973b650b4ffd6f4,https://media.forgecdn.net/files/2729/49/worsebarrels-1.2.0.jar -wearable = 195614d96ebab5758605c7d89f95877bd2b7bbcc,https://media.forgecdn.net/files/2576/699/WearableBackpacks-1.12.2-3.1.3.jar -eerie-entities = 30713af2e103899250239cbdfd2f7afb75e29f81,https://media.forgecdn.net/files/2872/906/EerieEntities-1.12.2-1.0.8.jar -bookshelf = 83a1864dd78f48102609849dd36866d6cf32b907,https://media.forgecdn.net/files/2836/960/Bookshelf-1.12.2-2.3.590.jar -veining = a0dbc6ad8021c8fa2f7d00de8058499268000232,https://media.forgecdn.net/files/2578/505/veining-1.3.2-1.12.x.jar -minecoprocessors = aa953ffcfb6935669392c95cab68f552f9b1942c,https://media.forgecdn.net/files/2599/694/minecoprocessors-1.12.2-5.jar -librarianlib = f2e75d6899a26fe32b0b0ee2ad33c68a70bd91e6,https://media.forgecdn.net/files/3041/340/librarianlib-1.12.2-4.22.jar -forgelin = 7a87553fcb808a45d9c7e03f113b355ac7fd10d7,https://media.forgecdn.net/files/2785/465/Forgelin-1.8.4.jar -dimdoors = 30c939f2305b862ed70b2144912ba25418430c36,https://media.forgecdn.net/files/2558/528/DimensionalDoors-3.0.9-287.jar -translocators = b008cc099c15e0cb121c43c889504fc367b3dedd,https://media.forgecdn.net/files/2755/795/Translocators-1.12.2-2.5.2.81-universal.jar -forgemultipartcbe = 3306ea22380bc9b6a0170b23fa0251085d5a6e25,https://media.forgecdn.net/files/2755/790/ForgeMultipart-1.12.2-2.6.2.83-universal.jar -magneticraft = 1e32b4d2e0c38a3f129605ed945e55af19d17d13,https://media.forgecdn.net/files/2807/901/Magneticraft_1.12-2.8.2-dev.jar -ic2 = 43e4af33528087ac448b9fcb5b31c6a6cd3a10ce,https://media.forgecdn.net/files/3078/604/industrialcraft-2-2.8.221-ex112.jar -modelloader = 8f77152980cafb1be5a4204f5773daef74de8627,https://media.forgecdn.net/files/2744/735/modelloader-1.1.7.jar -mtlib = a4625a61c9ef53412e0e467d23f25c5543658677,https://media.forgecdn.net/files/2684/561/MTLib-3.0.6.jar -appleskin = 23162a97cab0adb4be2fc6d3937c613929d1d5c7,https://media.forgecdn.net/files/2496/585/AppleSkin-mc1.12-1.0.9.jar -mantle = a1e5d5c197dae3e92637cafb8cd996185191165b,https://media.forgecdn.net/files/2713/386/Mantle-1.12-1.3.3.55.jar -worleys0caves = ad8d5845683a65981b54d9737d9dcccaf8ae9b9c,https://media.forgecdn.net/files/3038/801/worleycaves-1.12.2-1.5.2.jar - diff --git a/packs/jeffrey-2/pack.ini b/packs/jeffrey-2/pack.ini deleted file mode 100644 index 54966d0..0000000 --- a/packs/jeffrey-2/pack.ini +++ /dev/null @@ -1,54 +0,0 @@ -[pack] -name = J.E.F.F.R.E.Y. 2 -pack_base_url = https://gitlab.com/1F335/modpackman/-/raw/master/packs/jeffrey-2/ -forge_url = https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.12.2-14.23.5.2854/forge-1.12.2-14.23.5.2854-installer.jar -game_version = 1.12.2 -java_args = -Xmx6G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M - -[mods] -twilightforest = https://www.curseforge.com/minecraft/mc-mods/the-twilight-forest -tconstruct = https://www.curseforge.com/minecraft/mc-mods/tinkers-construct -baubles = https://www.curseforge.com/minecraft/mc-mods/baubles -jei = https://www.curseforge.com/minecraft/mc-mods/jei -psi = https://www.curseforge.com/minecraft/mc-mods/psi -opencomputers = https://www.curseforge.com/minecraft/mc-mods/opencomputers -chisel-bits = https://www.curseforge.com/minecraft/mc-mods/chisels-bits -chisel = https://www.curseforge.com/minecraft/mc-mods/chisel -dynamictrees = https://www.curseforge.com/minecraft/mc-mods/dynamictrees -dynamictrees-compat = https://www.curseforge.com/minecraft/mc-mods/dtphc -dynamictreestraverse = https://f-1.karel.pw/dttraverse-1.4.1e.jar -traverse = https://media.forgecdn.net/files/2613/657/Traverse-1.12.2-1.6.0-69.jar -roots = https://www.curseforge.com/minecraft/mc-mods/roots -ae2 = https://www.curseforge.com/minecraft/mc-mods/applied-energistics-2 -gravestones = https://media.forgecdn.net/files/2608/278/gravestone-1.10.2.jar -enderstorage = https://www.curseforge.com/minecraft/mc-mods/ender-storage-1-8 -waila = https://media.forgecdn.net/files/2568/751/Hwyla-1.8.26-B41_1.12.2.jar -harvestcraft = https://www.curseforge.com/minecraft/mc-mods/pams-harvestcraft -akashictome = https://www.curseforge.com/minecraft/mc-mods/akashic-tome -railcraft = https://www.curseforge.com/minecraft/mc-mods/railcraft -optifine = https://karel.pw/optifine-1.12.2.jar -autoreglib = https://media.forgecdn.net/files/2746/11/AutoRegLib-1.3-32.jar -ctm = https://www.curseforge.com/minecraft/mc-mods/ctm -codechickenlib = https://www.curseforge.com/minecraft/mc-mods/codechicken-lib-1-8 -mysticallib = https://media.forgecdn.net/files/3040/592/mysticallib-1.12.2-1.9.0.jar -patchouli = https://media.forgecdn.net/files/2731/963/Patchouli-1.0-20.jar -mysticalworld = https://media.forgecdn.net/files/3054/945/mysticalworld-1.12.2-1.9.2.jar -diet = https://www.curseforge.com/minecraft/mc-mods/diet-hoppers -worsebarrels = https://www.curseforge.com/minecraft/mc-mods/worse-barrels -wearable = https://www.curseforge.com/minecraft/mc-mods/wearable-backpacks -eerie-entities = https://www.curseforge.com/minecraft/mc-mods/eerie-entities -bookshelf = https://media.forgecdn.net/files/2836/960/Bookshelf-1.12.2-2.3.590.jar -veining = https://www.curseforge.com/minecraft/mc-mods/veining -minecoprocessors = https://www.curseforge.com/minecraft/mc-mods/minecoprocessors -librarianlib = https://www.curseforge.com/minecraft/mc-mods/librarianlib -forgelin = https://media.forgecdn.net/files/2785/465/Forgelin-1.8.4.jar -dimdoors = https://www.curseforge.com/minecraft/mc-mods/dimensionaldoors -translocators = https://www.curseforge.com/minecraft/mc-mods/translocators-1-8 -forgemultipartcbe = https://www.curseforge.com/minecraft/mc-mods/forge-multipart-cbe -magneticraft = https://www.curseforge.com/minecraft/mc-mods/magneticraft -ic2 = https://www.curseforge.com/minecraft/mc-mods/industrial-craft -modelloader = https://www.curseforge.com/minecraft/mc-mods/modelloader -mtlib = https://www.curseforge.com/minecraft/mc-mods/mtlib -appleskin = https://media.forgecdn.net/files/2496/585/AppleSkin-mc1.12-1.0.9.jar -mantle = https://www.curseforge.com/minecraft/mc-mods/mantle -worleys0caves = https://www.curseforge.com/minecraft/mc-mods/worleys-caves diff --git a/packs/jeffrey-2/version.txt b/packs/jeffrey-2/version.txt deleted file mode 100644 index 1cc2ba4..0000000 --- a/packs/jeffrey-2/version.txt +++ /dev/null @@ -1,48 +0,0 @@ -# Format: -#VERSION 29 -twilightforest.jar 9a4afa9c65bc13045d07823433fa6b25372bb481 https://media.forgecdn.net/files/2818/55/twilightforest-1.12.2-3.10.1013-universal.jar -tconstruct.jar e27b77377aa9e9b8dbe7dcd33d01cf22a989112b https://media.forgecdn.net/files/2809/406/TConstruct-1.12.2-2.13.0.171.jar -baubles.jar cb13fcfb18a9cb0cbd825fd5fe8d813c77368549 https://media.forgecdn.net/files/2518/667/Baubles-1.12-1.5.2.jar -jei.jar b7ce5f00e9709e08e81c597dc2d7336f58b7fe8e https://media.forgecdn.net/files/2803/400/jei_1.12.2-4.15.0.291.jar -psi.jar f8a0d27b42d639101b39632d2a309dd7a45f0593 https://media.forgecdn.net/files/2724/967/Psi-r1.1-77.jar -opencomputers.jar 8eff5dc6b00a50b13ad6f3e6a838049bbf8306f8 https://media.forgecdn.net/files/2828/357/OpenComputers-MC1.12.2-1.7.5.192.jar -chisel-and-bits.jar 0e6f159254e6899651087e5b1464bac91698d1d3 https://media.forgecdn.net/files/2720/655/chiselsandbits-14.33.jar -chisel.jar d9a74dde6aafade73328dbf45bf7ec8aca30e038 https://media.forgecdn.net/files/2813/538/Chisel-MC1.12.2-1.0.1.44.jar -dynamictrees.jar 835d7e360839e59186aa72b73ab5d592a68e0b0a https://media.forgecdn.net/files/2822/231/DynamicTrees-1.12.2-0.9.6.jar -dynamictrees-pams-compat.jar 2e429e9705cb49afb72e2650001d003fd755ce42 https://media.forgecdn.net/files/2656/685/DynamicTreesPHC-1.12.2-1.4.2.jar -dynamictreestraverse.jar 19c1e2e6b9c6ee4a9a93b8b50969be7bb6e13011 https://f-1.karel.pw/dttraverse-1.4.1e.jar -traverse.jar b16aaff09a6e77ba193e42f88f5d5bb8a85e063a https://media.forgecdn.net/files/2613/657/Traverse-1.12.2-1.6.0-69.jar -roots.jar 7baac411d3cda10d55e80718ea2e3bb707c2cc89 https://media.forgecdn.net/files/2865/501/Roots-1.12.2-3.0.24.jar -ae2.jar e5c3c11eafc5daf73652a2dabe855e3759caa8b5 https://media.forgecdn.net/files/2747/63/appliedenergistics2-rv6-stable-7.jar -gravestones.jar b2cc9a25054fd6878ba242a6080a2866140bbeb0 https://media.forgecdn.net/files/2744/766/gravestone-1.10.3.jar -enderstorage.jar 7a872baf72b1da038704056a0cf7bbcc40bfa4d6 https://media.forgecdn.net/files/2755/787/EnderStorage-1.12.2-2.4.6.137-universal.jar -waila.jar 7280d5c0dab42436549bcefc63ff64a1049e5501 https://media.forgecdn.net/files/2568/751/Hwyla-1.8.26-B41_1.12.2.jar -harvestcraft.jar ffeb8369801e898c8a1598b37d124c251f40ba93 https://media.forgecdn.net/files/2771/840/Pam's%20HarvestCraft%201.12.2zf.jar -akashictome.jar b11bf9d93f4bd7a2eeb8cfe49c1b30ce1a2f5a37 https://media.forgecdn.net/files/2648/656/AkashicTome-1.2-12.jar -railcraft.jar ea2085a509b816bb9a3cdd79f2f44175b588737a https://media.forgecdn.net/files/2687/757/railcraft-12.0.0.jar -optifine.jar e805d4be5c2a3343488c573145606e90bb13816d https://karel.pw/optifine-1.12.2.jar -autoreglib.jar 267269ca7f1a71fb3bb35bdb8e61702a4da6263e https://media.forgecdn.net/files/2746/11/AutoRegLib-1.3-32.jar -ctm.jar d9133571636ec2c4c590dd69ac41ef813c63a8ab https://media.forgecdn.net/files/2832/564/CTM-MC1.12.2-1.0.1.30.jar -codechickenlib.jar b6a7e3b889c354216059a3bfad298e30a1e46a2d https://media.forgecdn.net/files/2779/848/CodeChickenLib-1.12.2-3.2.3.358-universal.jar -mysticallib.jar 6b08bddd8c2f4e08a60b8bc995f60becb6d4fcaa https://media.forgecdn.net/files/2865/499/mysticallib-1.12.2-1.6.0.jar -patchouli.jar 9804876a655365926757eda750189cd97b5bad69 https://media.forgecdn.net/files/2731/963/Patchouli-1.0-20.jar -mysticalworld.jar 43dc67caef3bff6fd4ecae0b2bde8e12a5ba4cf7 https://media.forgecdn.net/files/2838/234/mysticalworld-1.12.2-1.6.1.jar -diet-hoppers.jar 2aea3d9a64551cefe0a1b6f5c5edf57959796b66 https://media.forgecdn.net/files/2482/543/diethopper-1.1.jar -worsebarrels.jar 2a5a0b83b503d7b8b2e995fc1669f54e15fe62f2 https://media.forgecdn.net/files/2769/265/worsebarrels-1.3.0.jar -wearable-backpacks.jar 3774558b2abb31af680bc169d5058b80db5184c2 https://media.forgecdn.net/files/2800/372/WearableBackpacks-1.12.2-3.1.4.jar -eerie-entities.jar d0011e4888ddd5f95cd3677ea1fc8cffb723c696 https://media.forgecdn.net/files/2728/340/EerieEntities-1.12.2-1.0.7.jar -bookshelf.jar 83a1864dd78f48102609849dd36866d6cf32b907 https://media.forgecdn.net/files/2836/960/Bookshelf-1.12.2-2.3.590.jar -veining.jar a0dbc6ad8021c8fa2f7d00de8058499268000232 https://media.forgecdn.net/files/2578/505/veining-1.3.2-1.12.x.jar -minecoprocessors.jar aa953ffcfb6935669392c95cab68f552f9b1942c https://media.forgecdn.net/files/2599/694/minecoprocessors-1.12.2-5.jar -librarianlib.jar 8cab3fe9c5cd969625cd8655d17163f1f1617f64 https://media.forgecdn.net/files/2836/225/librarianlib-1.12.2-4.20-release.jar -forgelin.jar 7a87553fcb808a45d9c7e03f113b355ac7fd10d7 https://media.forgecdn.net/files/2785/465/Forgelin-1.8.4.jar -dimdoors.jar 30c939f2305b862ed70b2144912ba25418430c36 https://media.forgecdn.net/files/2558/528/DimensionalDoors-3.0.9-287.jar -translocators.jar b008cc099c15e0cb121c43c889504fc367b3dedd https://media.forgecdn.net/files/2755/795/Translocators-1.12.2-2.5.2.81-universal.jar -forgemultipartcbe.jar 3306ea22380bc9b6a0170b23fa0251085d5a6e25 https://media.forgecdn.net/files/2755/790/ForgeMultipart-1.12.2-2.6.2.83-universal.jar -magneticraft.jar 1e32b4d2e0c38a3f129605ed945e55af19d17d13 https://media.forgecdn.net/files/2807/901/Magneticraft_1.12-2.8.2-dev.jar -ic2.jar 2f5597fc13866f8e88fbb7359046511cac2f5371 https://media.forgecdn.net/files/2746/892/industrialcraft-2-2.8.170-ex112.jar -modelloader.jar 8f77152980cafb1be5a4204f5773daef74de8627 https://media.forgecdn.net/files/2744/735/modelloader-1.1.7.jar -mtlib.jar a4625a61c9ef53412e0e467d23f25c5543658677 https://media.forgecdn.net/files/2684/561/MTLib-3.0.6.jar -appleskin.jar 23162a97cab0adb4be2fc6d3937c613929d1d5c7 https://media.forgecdn.net/files/2496/585/AppleSkin-mc1.12-1.0.9.jar -mantle.jar a1e5d5c197dae3e92637cafb8cd996185191165b https://media.forgecdn.net/files/2713/386/Mantle-1.12-1.3.3.55.jar -worleys-caves.jar b0449312ce83d420b7f79c1444fd40891e278faf https://media.forgecdn.net/files/2781/861/worleycaves-1.5.1.jar diff --git a/packs/jeffrey-3/.gitignore b/packs/jeffrey-3/.gitignore deleted file mode 100644 index 8f39806..0000000 --- a/packs/jeffrey-3/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -local-config.ini -geckodriver -geckodriver.exe -geckodriver.log -__pycache__/ -*.swp -*.swo -*.log diff --git a/packs/jeffrey-3/config/creeperconfetti-common.toml b/packs/jeffrey-3/config/creeperconfetti-common.toml deleted file mode 100644 index d049bda..0000000 --- a/packs/jeffrey-3/config/creeperconfetti-common.toml +++ /dev/null @@ -1,8 +0,0 @@ - -[General] - #The %chance that any given creeper will explode into confetti [0..100|default:100] - #Range: 0 ~ 100 - confettiChance = 5 - #Confetti Explosions Damage Players [false/true|default:false] - damagePlayers = false - diff --git a/packs/jeffrey-3/icon.ico b/packs/jeffrey-3/icon.ico deleted file mode 100644 index 3a75d9c..0000000 Binary files a/packs/jeffrey-3/icon.ico and /dev/null differ diff --git a/packs/jeffrey-3/icon.png b/packs/jeffrey-3/icon.png deleted file mode 100644 index d60084b..0000000 Binary files a/packs/jeffrey-3/icon.png and /dev/null differ diff --git a/packs/jeffrey-3/local-config.ini b/packs/jeffrey-3/local-config.ini deleted file mode 100644 index 5781ccf..0000000 --- a/packs/jeffrey-3/local-config.ini +++ /dev/null @@ -1,9 +0,0 @@ -# this file is local configuration merged into the pack configuration at runtime -# (values here override those in pack.ini) -[pack] -# Uncomment this to override the default automatic selection of the mod install directory. -#location = /home/example/.minecraft/instances/jeffrey -# A comma-separated list of mods that won't be deleted during the install process. -whitelist = example_mod.jar,example_extra_mod.jar -# A comma-separated list of mods that won't be installed during the install process -blacklist = server_only_mod.jar,client_only_mod.jar diff --git a/packs/jeffrey-3/pack-lock.ini b/packs/jeffrey-3/pack-lock.ini deleted file mode 100644 index 3bffe20..0000000 --- a/packs/jeffrey-3/pack-lock.ini +++ /dev/null @@ -1,86 +0,0 @@ -[global] -config_files = creeperconfetti-common.toml -pack_version = 7 - -[mod_versions] -building-gadgets = 6ec24f6a51cb8e0d4ef53b2ed7167328fcae3738,https://media.forgecdn.net/files/3144/138/buildinggadgets-1.16.4-3.7.3.jar -item-collectors = bb5f774df00908859f9d66883c9c822c9b2f5d88,https://media.forgecdn.net/files/3145/217/itemcollectors-1.0.7-mc1.16.4.jar -natures-compass = 8e4c83dcdcb088382e47ce858818504ef053ced2,https://media.forgecdn.net/files/3133/521/NaturesCompass-1.16.4-1.8.6.jar -packing-tape = 46060f5793a82a87967bf8137cbff73f34c40ac7,https://media.forgecdn.net/files/3082/552/PackingTape-1.16.3-0.10.0.jar -seals = 8f83c9e18cae5929a24c528c4a0703d4f5202cac,https://media.forgecdn.net/files/3073/361/seals-1.16.3-2.0.0.jar -simple-planes = 016f91f2c8b21620061f001008310b397fd63806,https://media.forgecdn.net/files/3134/471/simpleplanes-1.16.3-3.2.0.3.jar -ender-chests = c30300af94311a46cc533cf9549f93432bbbcbe1,https://media.forgecdn.net/files/3106/960/enderchests-1.16-1.7.5.jar -ender-tanks = a750b0d7fe4d50c23c647818b2bd11ea63b95ce9,https://media.forgecdn.net/files/3055/892/endertanks-1.16-1.9.3.jar -gauges-and-switches = dd07cf0b5716d782cf9ebf2ea5e43c8c2f5a74d1,https://media.forgecdn.net/files/3142/879/rsgauges-1.16.4-1.2.6.jar -moving-elevators = 72976360ddb40cd49dcb93c3036b281c13d693c2,https://media.forgecdn.net/files/3145/251/movingelevators-1.2.30-mc1.16.4.jar -cooking-for-blockheads = cb9d33c55eefc4d876b2590a9bd099c0ef1cea77,https://media.forgecdn.net/files/3098/223/CookingForBlockheads_1.16.3-9.2.2.jar -discord-presence = cf7250f8cdd6dcbd0a3048a4bc992cb0f3964671,https://media.forgecdn.net/files/3103/834/SimpleDiscordRichPresence-1.16.4-1.3.5.jar -shetiphiancore = b9e612714fc2bb7a6bd1be8b04a143b45d76b121,https://media.forgecdn.net/files/3090/382/shetiphiancore-1.16-3.8.4.jar -quark = 5aa63e44e03b0e5bef944169a7287134ce375504,https://media.forgecdn.net/files/3146/131/Quark-r2.4-283.jar -blood-magic = 85f1d49cd69cefe67b86a80e47f16124f43bd7c5,https://media.forgecdn.net/files/3132/991/BloodMagic-1.16.3-3.0.2-7.jar -astral-sorcery = 167558fd1ae9f9605fb7c1c9dd3c80e77f55174d,https://media.forgecdn.net/files/3144/866/astralsorcery-1.16.4-1.13.8.jar -ae2 = 7d2b29fceaed530813aae3b60bef27a28ecc3257,https://media.forgecdn.net/files/3118/473/appliedenergistics2-8.2.0-alpha.2.jar -mekanism = 8b2ffd61cc121d5e342d49633a0696c34877a273,https://media.forgecdn.net/files/3134/211/Mekanism-1.16.4-10.0.18.445.jar -mekanism-tools = f72c31c26785cd867e32dbde30fdfe65429df6c2,https://media.forgecdn.net/files/3134/214/MekanismTools-1.16.4-10.0.18.445.jar -mekanism-generators = 140700335ae7ccca3e4a78fd0199e90429aabeca,https://media.forgecdn.net/files/3134/213/MekanismGenerators-1.16.4-10.0.18.445.jar -mekanism-additions = b3abe12303f57967b37f391830742becfe9401ae,https://media.forgecdn.net/files/3134/215/MekanismAdditions-1.16.4-10.0.18.445.jar -psi = 35ff69060bbdf7514da60d224ffd9db8bdd0f772,https://media.forgecdn.net/files/3106/707/Psi%201.16-88.jar -cc-tweaked = 569a119e39aa59d03d10189bec829f7bc8d6fb9b,https://media.forgecdn.net/files/3104/639/cc-tweaked-1.16.4-1.94.0.jar -immersive-engineering = 74051c20e6f1d9713daac60fda0852016544b9dd,https://media.forgecdn.net/files/3141/693/ImmersiveEngineering-1.16.4-4.1.2-129.jar -botania = 2fcf9ca0f76a5e9ab3c09b5140c94555b7514ba9,https://media.forgecdn.net/files/3134/409/Botania-1.16.4-410.jar -jei = 153ba78db1142db5dd0b4e3a5cd10ab9d2141f45,https://media.forgecdn.net/files/3136/600/jei-1.16.4-7.6.0.62.jar -tetra = 4b309ec6a02c024baff730c363ac5d6a1071b0a6,https://media.forgecdn.net/files/3147/835/tetra-1.16.4-3.4.0.jar -chickenchunks = 0b7110a4668da041debb43b8a1ec200b61c13d82,https://media.forgecdn.net/files/3125/159/ChickenChunks-1.16.4-2.7.0.85-universal.jar -chisel-and-bits = 6922303111dfc8d3b12f29372f35f000276e329a,https://media.forgecdn.net/files/3133/859/chiselsandbits-0.2.8-RELEASE.jar -inventory-sorter = fb538c5a8eb1e8a7a2bc35f3344b816634d53e4e,https://media.forgecdn.net/files/3077/903/inventorysorter-1.16.1-18.1.0.jar -creeper-confetti = c1d06621ba453680fe31dd30fe11f6ea9bcc8e93,https://media.forgecdn.net/files/3063/500/creeperconfetti-3.4.jar -hwyla = 79123ef4c447affe57e77ee241d78c494bd8948d,https://media.forgecdn.net/files/3033/593/Hwyla-forge-1.10.11-B78_1.16.2.jar -jer = dcede97c594d1f89a071bd2f904f232f789aea44,https://media.forgecdn.net/files/3109/962/JustEnoughResources-1.16.4-0.12.0.103.jar -ender-tendril = caa72968398bf124e5c2fcb03833547b74b68056,https://media.forgecdn.net/files/3069/322/EnderTendril-1.16.3-1.1.1%2B4.jar -discord-integration = d144c5a7918f3ccd7ab01b8768893c0562388cb3,https://media.forgecdn.net/files/3118/761/dcintegration-2.0.2-1.16.jar -step = dcc4854053a27c8c893fb3809b6d2a2cda0741ab,https://media.forgecdn.net/files/3100/371/step-1.16.4-1.0.3.jar -simply-backpacks = d4bb5d2d4d8078debef3e7f0788f21db3f637bfa,https://media.forgecdn.net/files/3076/926/simplybackpacks-1.16.3-1.4.13.jar -better-mineshafts = 6ba857968964a3479a8df4c15a1ba120f2c3e978,https://media.forgecdn.net/files/3145/910/BetterMineshafts-Forge-1.16.3-1.1.1.jar -comforts = e3e827f0c6fe892c88dc865b4c6a4f0924f034ec,https://media.forgecdn.net/files/3143/312/comforts-forge-1.16.4-4.0.0.3.jar -better-than-llamas = 29cecac936279cc87cc4a957acfbcca8d5551b2e,https://media.forgecdn.net/files/3062/115/BetterThanLlamas-1.16.3-1.1.1.jar -better-than-bunnies = 58640158f2aedbb0547d37568c0ccca66fd49944,https://media.forgecdn.net/files/3062/114/BetterThanBunnies-1.16.3-1.2.0.jar -corpse = d5bf41cad1a7c7d90972697e3f5494dd0444e15c,https://media.forgecdn.net/files/3123/623/corpse-1.16.4-1.0.4.jar -gilded-armor = 2eae828bcf1ef89c302f7100fe02505ac048c5e1,https://media.forgecdn.net/files/3069/303/gildedarmor-1.16.3-1.0.3.jar -jei-integration = e9368114e66bf4fc23cd21dd97b95c469115dd55,https://media.forgecdn.net/files/3122/292/jeiintegration_1.16.4-6.1.1.11.jar -openblocks-elevator = 6e3e440447a57b7b2b3256d4acbf1519be3a09c8,https://media.forgecdn.net/files/3110/386/elevatorid-1.16.4-1.7.8.jar -ranged-pumps = 202c2aba870b852638d6ed28074dd0e91b2f76c1,https://media.forgecdn.net/files/3065/697/rangedpumps-0.8.2.jar -the-conjurer = 3dd29349f2190d2f5b40cebed4fa67f6bb716324,https://media.forgecdn.net/files/3107/953/the-conjurer-1.16.4-1.0.13.jar -trashcans = c251a09d6244c821bbd5d9b46cd2ad5c7b5a0c9e,https://media.forgecdn.net/files/3144/215/trashcans-1.0.5-mc1.16.4.jar -controlling = d7d04f585795b3d3040a6ad863a8737cf2efa6ac,https://media.forgecdn.net/files/3110/995/Controlling-7.0.0.11.jar -ding = d984f82495e1ed12236aeea6e6be20d2bd094d72,https://media.forgecdn.net/files/3062/74/Ding-1.16.3-1.2.0.jar -appleskin = d0e2d9d9bf17806d3fbd263a8702822ab33edeb1,https://media.forgecdn.net/files/3035/787/AppleSkin-mc1.16.2-forge-1.0.14.jar -enchantment-descriptions = 30439e14507a5b942d4b696af8a1dbc463134199,https://media.forgecdn.net/files/3112/901/EnchantmentDescriptions-1.16.4-6.0.2.jar -emojiful = 994b1e4de03a22880a904339c64d35db93d09732,https://media.forgecdn.net/files/3099/65/emojiful-1.16.3-2.1.1.jar -clumps = f84965303d0c8b6320435cf88dd0dcf403a7098d,https://media.forgecdn.net/files/3137/103/Clumps-6.0.0.13.jar -toast-control = 6ebe524115df53b9d9a8068e1490ce20b9e139dc,https://media.forgecdn.net/files/3069/51/Toast-Control-1.16.3-4.3.0.jar -mouse-tweaks = b9c5ac6c2183eee2c4acda20dc1dd7fc2c387fa2,https://media.forgecdn.net/files/3035/780/MouseTweaks-2.13-mc1.16.2.jar -recipe-buffers = 03a01185d7ab325ba14f56a41b0a424b2d6a580c,https://media.forgecdn.net/files/3126/130/recipebuffers-1.1.jar -harvest = f9618079d9456c23133ab89909fdd1c9fbae56b8,https://media.forgecdn.net/files/3087/381/harvest-1.16.3-1.0.3.jar -light-overlay = a3caff7768581d5d97b5433dd834dfa6d676aea9,https://media.forgecdn.net/files/3091/376/light-overlay-5.5.4.jar -morpheus = da30b18acd23c270a7da07ed8feb693291efcf90,https://media.forgecdn.net/files/3114/135/Morpheus-1.16.4-4.2.68.jar -extreme-sound-muffler = 0e7d143dac36cb1e744b450217313e7abb6ea24f,https://media.forgecdn.net/files/3136/803/extremeSoundMuffler-3.2_Forge-1.16.4.jar -fast-workbench = c7f0296b5c569f1fe11aa6368b87bebfa01c9ddc,https://media.forgecdn.net/files/3112/661/FastWorkbench-1.16.3-4.4.1.jar -findme = 7f18ff3af51b46c388d780c0b0afb9b400cc7962,https://media.forgecdn.net/files/3073/336/findme-1.16.3-2.1.0.0.jar -wawla = 9aeea4cc8ae5bfa89701435b7c71bffdc43cc49d,https://media.forgecdn.net/files/3124/964/WAWLA-1.16.4-7.0.2.jar -iron-chests = 3e7a9131d1ea836527d5cf7a1761d8b4dc7026a3,https://media.forgecdn.net/files/3105/315/ironchest-1.16.4-11.2.10.jar -reauth = f5bdf682d64bcde250c8a2a9c1261e285540ac9b,https://media.forgecdn.net/files/3105/779/ReAuth-1.16-Forge-3.9.3.jar -yungs-caves = 159c5a81f6cdcf9a541ea499152cbe8aedcfcfad,https://media.forgecdn.net/files/3128/132/BetterCaves-1.16.3-1.0.6.jar -mgui = 847a29f1913b3957d384e57be8ee415a51c3e8ff,https://media.forgecdn.net/files/3104/239/mgui-1.16.4-3.1.3.jar -obfuscate = 6065de3d3cfda408db086ca1bbb2a0882630dee4,https://media.forgecdn.net/files/3148/131/obfuscate-0.5.1-1.16.3.jar -placebo = 1513d08e468654c8893f00f6b844fa374fd56620,https://media.forgecdn.net/files/3092/113/Placebo-1.16.3-4.3.3.jar -cloth-config = 1ee61a4974ce5c720b495a22d1221a4906a4334b,https://media.forgecdn.net/files/3112/227/cloth-config-forge-4.1.1.jar -structure-jel = 3145fde7a369c5214e375501d98a5d9a2b4c44bd,https://media.forgecdn.net/files/3133/625/structure-gel-api-1.16.4-1.7.2.jar -bookshelf = eadd284eee4e26bcdf301f5b03d66abbc58e199f,https://media.forgecdn.net/files/3133/712/Bookshelf-1.16.4-9.3.18.jar -ichunutil = 902ee274d713242aae0339a3ddefabc277b65632,https://media.forgecdn.net/files/3062/89/iChunUtil-1.16.3-10.0.0.jar -titanium = 5d266ccfedd28a7831b7491cd59a8fa4f7c2eb69,https://media.forgecdn.net/files/3143/177/titanium-1.16.4-3.2.3.jar -curios = 744de4d8889fbb0c5af43416e3bec16df056fe70,https://media.forgecdn.net/files/3122/651/curios-forge-1.16.4-4.0.3.0.jar -autoreglib = b581dda2655a47c84ef15013784160b07f6d5c97,https://media.forgecdn.net/files/3128/555/AutoRegLib-1.6-47.jar -observerlib = c3154cb3f0e78ff9ef526f6de80dca802a70d31a,https://media.forgecdn.net/files/3123/187/observerlib-1.16.4-1.4.4.jar -patchouli = 5d27235ad0e644dcfafadf439f15134c966b54e2,https://media.forgecdn.net/files/3126/931/Patchouli-1.16.4-48.jar -codechickenlib = 67e93ac61ae70eec8fa3086032d3a47a0cfd52e6,https://media.forgecdn.net/files/3125/157/CodeChickenLib-1.16.4-3.5.0.398-universal.jar - diff --git a/packs/jeffrey-3/pack.ini b/packs/jeffrey-3/pack.ini deleted file mode 100644 index 44f0dcf..0000000 --- a/packs/jeffrey-3/pack.ini +++ /dev/null @@ -1,100 +0,0 @@ -[pack] -name = J.E.F.F.R.E.Y. 3 -pack_base_url = https://gitlab.com/1F335/modpackman/-/raw/master/packs/jeffrey-3/ -forge_url = https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.16.4-35.1.13/forge-1.16.4-35.1.13-installer.jar -game_version = 1.16.4 -java_args = -Xmx6G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M - -[mods] -# Possibly controversial mods - subject to further review -building-gadgets = https://www.curseforge.com/minecraft/mc-mods/building-gadgets -item-collectors = https://www.curseforge.com/minecraft/mc-mods/item-collectors -natures-compass = https://www.curseforge.com/minecraft/mc-mods/natures-compass -packing-tape = https://www.curseforge.com/minecraft/mc-mods/packing-tape -seals = https://www.curseforge.com/minecraft/mc-mods/seals -simple-planes = https://www.curseforge.com/minecraft/mc-mods/simple-planes -ender-chests = https://www.curseforge.com/minecraft/mc-mods/enderchests -ender-tanks = https://www.curseforge.com/minecraft/mc-mods/endertanks -gauges-and-switches = https://www.curseforge.com/minecraft/mc-mods/redstone-gauges-and-switches -moving-elevators = https://www.curseforge.com/minecraft/mc-mods/moving-elevators -cooking-for-blockheads = https://www.curseforge.com/minecraft/mc-mods/cooking-for-blockheads -discord-presence = https://www.curseforge.com/minecraft/mc-mods/simple-discord-rich-presence -# Minecolonies doesn't work, citing version incompatibilites with the latest structurize -#minecolonies = https://www.curseforge.com/minecraft/mc-mods/minecolonies -# library mod for minecolonies -#structurize = https://www.curseforge.com/minecraft/mc-mods/structurize -# library mod for enderchests/endertanks -shetiphiancore = https://www.curseforge.com/minecraft/mc-mods/shetiphiancore -quark = https://www.curseforge.com/minecraft/mc-mods/quark -blood-magic = https://www.curseforge.com/minecraft/mc-mods/blood-magic -astral-sorcery = https://www.curseforge.com/minecraft/mc-mods/astral-sorcery - -# Fight me mods -ae2 = https://www.curseforge.com/minecraft/mc-mods/applied-energistics-2 -mekanism = https://www.curseforge.com/minecraft/mc-mods/mekanism -mekanism-tools = https://www.curseforge.com/minecraft/mc-mods/mekanism-tools -mekanism-generators = https://www.curseforge.com/minecraft/mc-mods/mekanism-generators -mekanism-additions = https://www.curseforge.com/minecraft/mc-mods/mekanism-additions -psi = https://www.curseforge.com/minecraft/mc-mods/psi -cc-tweaked = https://www.curseforge.com/minecraft/mc-mods/cc-tweaked -immersive-engineering = https://www.curseforge.com/minecraft/mc-mods/immersive-engineering -botania = https://www.curseforge.com/minecraft/mc-mods/botania -jei = https://www.curseforge.com/minecraft/mc-mods/jei -tetra = https://www.curseforge.com/minecraft/mc-mods/tetra - -# Smaller yes mods -chickenchunks = https://www.curseforge.com/minecraft/mc-mods/chicken-chunks-1-8 -chisel-and-bits = https://www.curseforge.com/minecraft/mc-mods/chisels-bits -inventory-sorter = https://www.curseforge.com/minecraft/mc-mods/inventory-sorter -creeper-confetti = https://www.curseforge.com/minecraft/mc-mods/creeper-confetti -hwyla = https://www.curseforge.com/minecraft/mc-mods/hwyla -jer = https://www.curseforge.com/minecraft/mc-mods/just-enough-resources-jer -ender-tendril = https://www.curseforge.com/minecraft/mc-mods/ender-tendril -discord-integration = https://www.curseforge.com/minecraft/mc-mods/dcintegration -step = https://www.curseforge.com/minecraft/mc-mods/step -simply-backpacks = https://www.curseforge.com/minecraft/mc-mods/simply-backpacks -better-mineshafts = https://www.curseforge.com/minecraft/mc-mods/yungs-better-mineshafts-forge -comforts = https://www.curseforge.com/minecraft/mc-mods/comforts -better-than-llamas = https://www.curseforge.com/minecraft/mc-mods/better-than-llamas -better-than-bunnies = https://www.curseforge.com/minecraft/mc-mods/better-than-bunnies -corpse = https://www.curseforge.com/minecraft/mc-mods/corpse -gilded-armor = https://www.curseforge.com/minecraft/mc-mods/gildedarmor -jei-integration = https://www.curseforge.com/minecraft/mc-mods/jei-integration -openblocks-elevator = https://www.curseforge.com/minecraft/mc-mods/openblocks-elevator -ranged-pumps = https://www.curseforge.com/minecraft/mc-mods/ranged-pumps -the-conjurer = https://www.curseforge.com/minecraft/mc-mods/the-conjurer -trashcans = https://www.curseforge.com/minecraft/mc-mods/trash-cans -controlling = https://www.curseforge.com/minecraft/mc-mods/controlling -ding = https://www.curseforge.com/minecraft/mc-mods/ding -appleskin = https://www.curseforge.com/minecraft/mc-mods/appleskin -enchantment-descriptions = https://www.curseforge.com/minecraft/mc-mods/enchantment-descriptions -emojiful = https://www.curseforge.com/minecraft/mc-mods/emojiful -clumps = https://www.curseforge.com/minecraft/mc-mods/clumps -toast-control = https://www.curseforge.com/minecraft/mc-mods/toast-control -mouse-tweaks = https://www.curseforge.com/minecraft/mc-mods/mouse-tweaks -recipe-buffers = https://www.curseforge.com/minecraft/mc-mods/recipebuffers -harvest = https://www.curseforge.com/minecraft/mc-mods/harvest -light-overlay = https://www.curseforge.com/minecraft/mc-mods/light-overlay -morpheus = https://www.curseforge.com/minecraft/mc-mods/morpheus -extreme-sound-muffler = https://www.curseforge.com/minecraft/mc-mods/extreme-sound-muffler -fast-workbench = https://www.curseforge.com/minecraft/mc-mods/fastworkbench -findme = https://www.curseforge.com/minecraft/mc-mods/findme -wawla = https://www.curseforge.com/minecraft/mc-mods/wawla -iron-chests = https://www.curseforge.com/minecraft/mc-mods/iron-chests -reauth = https://www.curseforge.com/minecraft/mc-mods/reauth -yungs-caves = https://www.curseforge.com/minecraft/mc-mods/yungs-better-caves - -# Library mods -mgui = https://www.curseforge.com/minecraft/mc-mods/mgui -obfuscate = https://www.curseforge.com/minecraft/mc-mods/obfuscate -placebo = https://www.curseforge.com/minecraft/mc-mods/placebo -cloth-config = https://www.curseforge.com/minecraft/mc-mods/cloth-config-forge -structure-jel = https://www.curseforge.com/minecraft/mc-mods/structure-gel-api -bookshelf = https://www.curseforge.com/minecraft/mc-mods/bookshelf -ichunutil = https://www.curseforge.com/minecraft/mc-mods/ichunutil -titanium = https://www.curseforge.com/minecraft/mc-mods/titanium -curios = https://www.curseforge.com/minecraft/mc-mods/curios -autoreglib = https://www.curseforge.com/minecraft/mc-mods/autoreglib -observerlib = https://www.curseforge.com/minecraft/mc-mods/observerlib -patchouli = https://www.curseforge.com/minecraft/mc-mods/patchouli -codechickenlib = https://www.curseforge.com/minecraft/mc-mods/codechicken-lib-1-8 diff --git a/packs/jeffrey/config/tconstruct.cfg b/packs/jeffrey/config/tconstruct.cfg deleted file mode 100644 index 476e44c..0000000 --- a/packs/jeffrey/config/tconstruct.cfg +++ /dev/null @@ -1,143 +0,0 @@ -# Configuration file - -~CONFIG_VERSION: 0.1 - -clientside { - # If true all of Tinkers' blocks with contents (tables, basin, drying racks,...) will render their contents in the world - B:renderInventoryInWorld=true - - # If true use a null render layer when building the models to render tables. Fixes an issue with chisel, but the config is provide in case it breaks something. - B:renderInventoryNullLayer=true - - # If true tools will show additional info in their tooltips - B:extraTooltips=true - - # If true all variants of the different tables will be listed in creative. Set to false to only have the oak variant for all tables. - B:listAllTables=true - - # If true all material variants of the different tools will be listed in creative. Set to false to only have the first found material for all tools (usually wood). - B:listAllToolMaterials=true - - # If true all material variants of the different parts will be listed in creative. Set to false to only have the first found material for all parts (usually wood). - B:listAllPartMaterials=true - - # If true, temperatures in the smeltery and in JEI will display in celsius. If false they will use the internal units of Kelvin, which may be better for devs - B:temperatureCelsius=true - - # If true tools will enable the forge bucket model on startup and then turn itself off. This is only there so that a fresh install gets the buckets turned on by default. - B:enableForgeBucketModel=false - - # REQUIRES DEBUG MODULE. Will do nothing if debug module is disabled. If true the texture map will be dumped into the run directory, just like old forge did. - B:dumpTextureMap=false -} - - -gameplay { - # Fortune increases drops after harvesting a block with autosmelt - B:AutosmeltFortuneInteraction=true - - # Adds a recipe that allows you to craft 3 gravel into a flint - B:addFlintRecipe=true - - # Adds a recipe that allows you to get leather from drying cooked meat - B:addLeatherDryingRecipe=true - - # Allows the creation of bricks from molten clay - B:allowBrickCasting=true - - # Pattern and Part chests keep their inventory when harvested. - B:chestsKeepInventory=true - - # Allows to craft all tool parts of all materials in the part builder, including materials that normally have to be cast with a smeltery. - B:craftCastableMaterials=false - - # Blacklist of registry names or TE classnames for the crafting station to connect to. Mainly for compatibility. - S:craftingStationBlacklist < - de.ellpeck.actuallyadditions.mod.tile.TileEntityItemViewer - > - - # Adds single-use clay casts. - B:enableClayCasts=true - - # If true, piggybackpacks can only pick up players and mobs that can be leashed in vanilla. If false any mob can be picked up. - B:limitPiggybackpack=false - - # If true, requires slimeballs in the vanilla slimeblock recipe to match in color, otherwise gives a pink slimeblock - B:matchVanillaSlimeblock=false - - # Allows the creation of obsidian in the smeltery, using a bucket of lava and water. - B:obsidianAlloy=true - - # Preferred mod ID for oredictionary outputs. Top most mod ID will be the preferred output ID, and if none is found the first output stack is used. - S:orePreference < - minecraft - tconstruct - thermalfoundation - forestry - immersiveengineering - embers - ic2 - > - - # Determines the ratio of ore to ingot, or in other words how many ingots you get out of an ore. This ratio applies to all ores (including poor and dense). The ratio can be any decimal, including 1.5 and the like, but can't go below 1. THIS ALSO AFFECTS MELTING TEMPERATURE! - D:oreToIngotRatio=2.0 - - # List of items to ignore when generating melting recipes from the crafting registry. For example, ignoring sticks allows metal pickaxes to melt down. - # Format: oreName or modid:item[:meta]. If meta is unset, uses wildcard - S:oredictMeltingIgnore < - dustRedstone - plankWood - stickWood - stickTreatedWood - string - minecraft:chest:0 - > - - # Enables all items, even if the Module needed to obtain them is not active - B:registerAllItems=false - - # Allows to reuse stencils in the stencil table to turn them into other stencils - B:reuseStencils=true - - # Players who enter the world for the first time get a Tinkers' Book - B:spawnWithBook=true - - # REQUIRES DEBUG MODULE. Tests all IMC integrations with dummy recipes. May significantly impact gameplay, so its advised you disable this outside of dev environements. - B:testIMC=false -} - - -worldgen { - # If true slime islands will generate - B:generateSlimeIslands=true - - # If true slime islands generate in superflat worlds - B:generateIslandsInSuperflat=false - - # One in every X chunks will contain a slime island - I:slimeIslandRate=2500 - - # One in every X chunks will contain a magma island in the nether - I:magmaIslandRate=730 - - # Prevents generation of slime islands in the listed dimensions - I:slimeIslandBlacklist < - -1 - 1 - > - - # If true, slime islands wont generate in dimensions which aren't of type surface. This means they wont generate in modded cave dimensions like the deep dark. - B:slimeIslandsOnlyGenerateInSurfaceWorlds=true - - # If true, cobalt ore will generate in the nether - B:genCobalt=true - - # If true, ardite ore will generate in the nether - B:genArdite=true - - # Approx Ores per chunk - I:cobaltRate=20 - I:arditeRate=20 -} - - diff --git a/packs/jeffrey/icon.ico b/packs/jeffrey/icon.ico deleted file mode 100644 index c9378fc..0000000 Binary files a/packs/jeffrey/icon.ico and /dev/null differ diff --git a/packs/jeffrey/icon.png b/packs/jeffrey/icon.png deleted file mode 100644 index 2c14f75..0000000 Binary files a/packs/jeffrey/icon.png and /dev/null differ diff --git a/packs/jeffrey/pack.ini b/packs/jeffrey/pack.ini deleted file mode 100644 index 7b8e642..0000000 --- a/packs/jeffrey/pack.ini +++ /dev/null @@ -1,118 +0,0 @@ -[pack] -name = J.E.F.F.R.E.Y. -pack_base_url = https://gitlab.com/1F335/modpackman/-/raw/master/packs/jeffrey/ -forge_url = https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.12.2-14.23.5.2854/forge-1.12.2-14.23.5.2854-installer.jar -game_version = 1.12.2 -java_args = -Xmx6G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M - -[mods] -thaumcraft = https://www.curseforge.com/minecraft/mc-mods/thaumcraft -baubles = https://www.curseforge.com/minecraft/mc-mods/baubles -opencomputers = https://www.curseforge.com/minecraft/mc-mods/opencomputers -twilightforest = https://www.curseforge.com/minecraft/mc-mods/the-twilight-forest -connectedtextures = https://www.curseforge.com/minecraft/mc-mods/ctm -traverse = https://www.curseforge.com/minecraft/mc-mods/traverse-reforged -actuallyadditions = https://www.curseforge.com/minecraft/mc-mods/actually-additions -advancedrocketry = https://www.curseforge.com/minecraft/mc-mods/advanced-rocketry -ae2 = https://www.curseforge.com/minecraft/mc-mods/applied-energistics-2 -ae2stuff = https://www.curseforge.com/minecraft/mc-mods/ae2-stuff -ae2wtl = https://www.curseforge.com/minecraft/mc-mods/ae2wtlib -applecore = https://www.curseforge.com/minecraft/mc-mods/applecore -appleskin = https://media.forgecdn.net/files/2496/585/AppleSkin-mc1.12-1.0.9.jar -bdlib = https://www.curseforge.com/minecraft/mc-mods/bdlib -betterbuilderwands = https://www.curseforge.com/minecraft/mc-mods/better-builders-wands -chisel = https://www.curseforge.com/minecraft/mc-mods/chisel -libvulpes = https://www.curseforge.com/minecraft/mc-mods/libvulpes -p455w0rdlib = https://www.curseforge.com/minecraft/mc-mods/p455w0rds-library -mysticallib = https://www.curseforge.com/minecraft/mc-mods/mysticallib -immersiveengineering = https://www.curseforge.com/minecraft/mc-mods/immersive-engineering -pamharvestcraft = https://www.curseforge.com/minecraft/mc-mods/pams-harvestcraft -deepresonance = https://www.curseforge.com/minecraft/mc-mods/deep-resonance -jei = https://www.curseforge.com/minecraft/mc-mods/jei -waystones = https://www.curseforge.com/minecraft/mc-mods/waystones -eleccore = https://www.curseforge.com/minecraft/mc-mods/eleccore -mcjtylib = https://www.curseforge.com/minecraft/mc-mods/mcjtylib -dynamictrees = https://www.curseforge.com/minecraft/mc-mods/dynamictrees -natura = https://www.curseforge.com/minecraft/mc-mods/natura -tconstruct = https://www.curseforge.com/minecraft/mc-mods/tinkers-construct -mantle = https://www.curseforge.com/minecraft/mc-mods/mantle -treecapitator = https://www.curseforge.com/minecraft/mc-mods/treecapitator-updated -bspkrscore = https://www.curseforge.com/minecraft/mc-mods/bspkrscore -ironchests = https://www.curseforge.com/minecraft/mc-mods/iron-chests -ironbackpacks = https://www.curseforge.com/minecraft/mc-mods/iron-backpacks -hwyla = https://media.forgecdn.net/files/2568/751/Hwyla-1.8.26-B41_1.12.2.jar -# super fancy custom version to make it actually work -dynamictrees-traverse-compat = https://media.forgecdn.net/files/3093/214/DynamicTreesTraverse-1.12.2-2.1.jar -dynamictrees-thaum-compat = https://www.curseforge.com/minecraft/mc-mods/dttc -dynamictrees-pams-compat = https://www.curseforge.com/minecraft/mc-mods/dtphc -enderstorage = https://www.curseforge.com/minecraft/mc-mods/ender-storage-1-8 -chickenchunks = https://www.curseforge.com/minecraft/mc-mods/chicken-chunks-1-8 -morpheus = https://www.curseforge.com/minecraft/mc-mods/morpheus -codechickenlib = https://www.curseforge.com/minecraft/mc-mods/codechicken-lib-1-8 -extra-utilities = https://www.curseforge.com/minecraft/mc-mods/extra-utilities -openblocks = https://www.curseforge.com/minecraft/mc-mods/openblocks -openmodslib = https://www.curseforge.com/minecraft/mc-mods/openmodslib - -# many more mods from FTB packs -bibliocraft = https://www.curseforge.com/minecraft/mc-mods/bibliocraft -akashic-tome = https://www.curseforge.com/minecraft/mc-mods/akashic-tome -diet-hoppers = https://www.curseforge.com/minecraft/mc-mods/diet-hoppers -gravestones = https://media.forgecdn.net/files/2608/278/gravestone-1.10.2.jar -foamfix = https://www.curseforge.com/minecraft/mc-mods/foamfix-optimization-mod -autoreglib = https://www.curseforge.com/minecraft/mc-mods/autoreglib -# danger: possible quark conflict -inventory-tweaks = https://www.curseforge.com/minecraft/mc-mods/inventory-tweaks -cyclops-core = https://www.curseforge.com/minecraft/mc-mods/cyclops-core -common-capabilities = https://www.curseforge.com/minecraft/mc-mods/common-capabilities -integrated-dynamics = https://www.curseforge.com/minecraft/mc-mods/integrated-dynamics -integrated-tunnels = https://www.curseforge.com/minecraft/mc-mods/integrated-tunnels -integrated-crafting = https://www.curseforge.com/minecraft/mc-mods/integrated-crafting -jer = https://www.curseforge.com/minecraft/mc-mods/just-enough-resources-jer -roots = https://www.curseforge.com/minecraft/mc-mods/roots -mysticalworld = https://media.forgecdn.net/files/3054/945/mysticalworld-1.12.2-1.9.2.jar -patchouli = https://media.forgecdn.net/files/2731/963/Patchouli-1.0-20.jar -lightlevel = https://www.curseforge.com/minecraft/mc-mods/light-level-overlay-reloaded -morph-o-tool = https://www.curseforge.com/minecraft/mc-mods/morph-o-tool -botania = https://media.forgecdn.net/files/2668/710/Botania+r1.10-359.jar -storage-drawers = https://www.curseforge.com/minecraft/mc-mods/storage-drawers -chameleon = https://www.curseforge.com/minecraft/mc-mods/chameleon -xnet = https://www.curseforge.com/minecraft/mc-mods/xnet -yabba = https://www.curseforge.com/minecraft/mc-mods/yabba -wanionlib = https://www.curseforge.com/minecraft/mc-mods/wanionlib -unidict = https://www.curseforge.com/minecraft/mc-mods/unidict -reauth = https://www.curseforge.com/minecraft/mc-mods/reauth -#Latest danknull is bad. 1.4.43 until further notice. -danknull = https://www.curseforge.com/minecraft/mc-mods/dank-null -psi = https://www.curseforge.com/minecraft/mc-mods/psi -thaumic-jei = https://www.curseforge.com/minecraft/mc-mods/thaumic-jei -quark = https://www.curseforge.com/minecraft/mc-mods/quark -ftblib = https://www.curseforge.com/minecraft/mc-mods/ftb-library -redstone-flux = https://www.curseforge.com/minecraft/mc-mods/redstone-flux -brandonscore = https://www.curseforge.com/minecraft/mc-mods/brandons-core -nowither = https://www.curseforge.com/minecraft/mc-mods/bad-wither-no-cookie-reloaded -optifine = https://karel.pw/optifine-1.12.2.jar - -# alexander black's redstone mods -# causing a crash, so commented out for now -mrtjpcore = https://www.curseforge.com/minecraft/mc-mods/mrtjpcore -project-red-base = https://www.curseforge.com/minecraft/mc-mods/project-red-base -project-red-integration = https://www.curseforge.com/minecraft/mc-mods/project-red-integration -project-red-fabrication = https://media.forgecdn.net/files/2745/547/ProjectRed-1.12.2-4.9.4.120-fabrication.jar -project-red-mechanical = https://www.curseforge.com/minecraft/mc-mods/project-red-mechanical -project-red-lighting = https://www.curseforge.com/minecraft/mc-mods/project-red-lighting -project-red-world = https://www.curseforge.com/minecraft/mc-mods/project-red-world -project-red-compat = https://www.curseforge.com/minecraft/mc-mods/project-red-compat -fmp-cbe = https://www.curseforge.com/minecraft/mc-mods/forge-multipart-cbe -# urbad -# forge-relocation.jar https://minecraft.curseforge.com/projects/forge-relocation/files/latest -# forge-relocation-fmp.jar https://minecraft.curseforge.com/projects/forge-relocation-fmp-plugin/files/latest -uppers = https://www.curseforge.com/minecraft/mc-mods/uppers -redstone-gauges-and-switches = https://www.curseforge.com/minecraft/mc-mods/redstone-gauges-and-switches -redstone-plus-plus = https://www.curseforge.com/minecraft/mc-mods/redstoneplusplus -torch-levers = https://www.curseforge.com/minecraft/mc-mods/torch-lever -plated = https://www.curseforge.com/minecraft/mc-mods/plated -sign-button = https://www.curseforge.com/minecraft/mc-mods/sign-button -floodlights = https://www.curseforge.com/minecraft/mc-mods/floodlights -chisel-bits = https://www.curseforge.com/minecraft/mc-mods/chisels-bits -#Causes crash on server :( -#futureminecraft.jar https://minecraft.curseforge.com/projects/future-minecraft/files/latest diff --git a/packs/jeffrey/version.txt b/packs/jeffrey/version.txt deleted file mode 100644 index 4c370fc..0000000 --- a/packs/jeffrey/version.txt +++ /dev/null @@ -1,96 +0,0 @@ -# Format: -#VERSION 15 -thaumcraft.jar fe0899048f1796df04e9727bbf1898df30492a00 https://media.forgecdn.net/files/2629/23/Thaumcraft-1.12.2-6.1.BETA26.jar -baubles.jar cb13fcfb18a9cb0cbd825fd5fe8d813c77368549 https://media.forgecdn.net/files/2518/667/Baubles-1.12-1.5.2.jar -opencomputers.jar 2adf6df70e98329984110ac488f7d9343412f692 https://media.forgecdn.net/files/2670/112/OpenComputers-MC1.12.2-1.7.4.153.jar -twilightforest.jar 418e55d39800696341d888dd9f407daee3748276 https://media.forgecdn.net/files/2618/264/twilightforest-1.12.2-3.8.689-universal.jar -connectedtextures.jar 03be3e20dacf6b52abcee09436b2d06c06f2add0 https://media.forgecdn.net/files/2642/375/CTM-MC1.12.2-0.3.3.22.jar -traverse.jar b16aaff09a6e77ba193e42f88f5d5bb8a85e063a https://media.forgecdn.net/files/2613/657/Traverse-1.12.2-1.6.0-69.jar -actuallyadditions.jar 247b2440478d143cf712388a7aa7ed375325fc21 https://media.forgecdn.net/files/2683/366/ActuallyAdditions-1.12.2-r146.jar -advancedrocketry.jar b42a071cf96f537e1ed46c5fb1a8ea693c623232 https://media.forgecdn.net/files/2684/808/AdvancedRocketry-1.12.2-1.5.0-132-universal.jar -ae2.jar e5b66725610e84b35faac0514e49f9ee4b5beeb9 https://media.forgecdn.net/files/2652/453/appliedenergistics2-rv6-stable-6.jar -ae2stuff.jar 8edee35416790dca35f39911c3b0aaf4d6609a73 https://media.forgecdn.net/files/2491/32/ae2stuff-0.7.0.4-mc1.12.2.jar -ae2wtl.jar d2b5d9b62f75d2d39d2633d90dc34b77f6ebc575 https://media.forgecdn.net/files/2653/753/AE2WTLib-1.12.2-1.0.6.jar -applecore.jar 3062a5361eb44f9070b8429d1c465c5daec62781 https://media.forgecdn.net/files/2679/415/AppleCore-mc1.12.2-3.2.0.jar -appleskin.jar 23162a97cab0adb4be2fc6d3937c613929d1d5c7 https://media.forgecdn.net/files/2496/585/AppleSkin-mc1.12-1.0.9.jar -bdlib.jar 96d4142448fe2fd1245caa4dcfde3cf73a00132d https://media.forgecdn.net/files/2518/31/bdlib-1.14.3.12-mc1.12.2.jar -betterbuilderwands.jar b90b6fdb6efd15cb376303da90a6632534e642ff https://media.forgecdn.net/files/2443/194/BetterBuildersWands-1.12-0.11.1.245%2B69d0d70.jar -chisel.jar 1dda45074e17128451b3c8f66172bfaddf84f443 https://media.forgecdn.net/files/2619/468/Chisel-MC1.12.2-0.2.1.35.jar -libvulpes.jar 1408f3d16856ff777d2b763d3020fb5e8efbefd5 https://media.forgecdn.net/files/2678/71/LibVulpes-1.12.2-0.4.0-52-universal.jar -p455w0rdlib.jar 3e0327dd61dc3afe4e644d4ffbdb2cce79ae64f9 https://media.forgecdn.net/files/2651/697/p455w0rdslib-1.12.2-2.0.36.jar -mysticallib.jar f6d2fb2cfb1eb5a79e2366d83a35dfcccbd83b5f https://media.forgecdn.net/files/2681/363/mysticallib-1.12.2-1.1.1.jar -immersiveengineering.jar bac46245037c40ab6b86eb2914519937ee9bd851 https://media.forgecdn.net/files/2676/501/ImmersiveEngineering-0.12-89.jar -pamharvestcraft.jar 51703c410819bbad8e3a2888736a96e61eda64ff https://media.forgecdn.net/files/2650/315/Pam%27s+HarvestCraft+1.12.2zb.jar -deepresonance.jar c08f9493ea30d19e7170921f2dffb0ac4bce331a https://media.forgecdn.net/files/2679/493/deepresonance-1.12-1.7.6.jar -jei.jar 01fd0269994b2721ba110a64d8c0129448f1b985 https://media.forgecdn.net/files/2682/936/jei_1.12.2-4.15.0.268.jar -waystones.jar 165afce33cc88a3807b68683ffff280fb3a50b8e https://media.forgecdn.net/files/2624/701/Waystones_1.12.2-4.0.67.jar -eleccore.jar e2a38cb8a7ad1e20c5a2dfefd25802676b057709 https://media.forgecdn.net/files/2679/741/ElecCore-1.12.2-1.9.452.jar -mcjtylib.jar 31518995d8f0ca33bb6f4592ec1856fe75c6f0b8 https://media.forgecdn.net/files/2660/396/mcjtylib-1.12-3.1.1.jar -dynamictrees.jar 861853bb834b72542ae6a10faf20ce9d6bf62316 https://media.forgecdn.net/files/2658/681/DynamicTrees-1.12.2-0.9.4.jar -natura.jar 21cd6a7a981362ad9dc0cc972e94fe7115e49ff1 https://media.forgecdn.net/files/2658/980/natura-1.12.2-4.3.2.66.jar -tconstruct.jar 6e170614d5459f5d40571f069e18cd4afedeb8e1 https://media.forgecdn.net/files/2662/253/TConstruct-1.12.2-2.12.0.115.jar -mantle.jar ed86370ab9a8f2aa87e6e2a5379ca09503f1338b https://media.forgecdn.net/files/2671/124/Mantle-1.12-1.3.3.42.jar -treecapitator.jar 45b4d5b191dc3e6ac57b2fe59538c8d71eb8bf50 https://media.forgecdn.net/files/2443/661/Treecapitator-1.12-at_0.9a.jar -ironchests.jar ad0c8a87b8bcba9eb0f002fcb8059f6217a01378 https://media.forgecdn.net/files/2670/493/ironchest-1.12.2-7.0.59.842.jar -ironbackpacks.jar 50758105dabe8f0d4c6e311e14ad2c1f5673d2cd https://media.forgecdn.net/files/2564/573/IronBackpacks-1.12.2-3.0.8-12.jar -hwyla.jar 7280d5c0dab42436549bcefc63ff64a1049e5501 https://media.forgecdn.net/files/2568/751/Hwyla-1.8.26-B41_1.12.2.jar -dynamictrees-traverse-compat.jar 19c1e2e6b9c6ee4a9a93b8b50969be7bb6e13011 https://f-1.karel.pw/dttraverse-1.4.1e.jar -dynamictrees-thaum-compat.jar 806cc392ba48b866291d6971f48b2172e96124fa https://media.forgecdn.net/files/2650/353/DynamicTreesTC-1.12.2-1.4.1e.jar -dynamictrees-pams-compat.jar 2e429e9705cb49afb72e2650001d003fd755ce42 https://media.forgecdn.net/files/2656/685/DynamicTreesPHC-1.12.2-1.4.2.jar -enderstorage.jar 4b44e4b5d4aa7887e2f0969acc9cf7b83c8c81f5 https://media.forgecdn.net/files/2594/243/EnderStorage-1.12.2-2.4.5.135-universal.jar -chickenchunks.jar 22646ea2acdad735b5e82d8b80e4e40ec27aa62b https://media.forgecdn.net/files/2594/241/ChickenChunks-1.12.2-2.4.1.73-universal.jar -morpheus.jar c948341a1b2243d4f8081c4db2cd727c2c4a7ed0 https://media.forgecdn.net/files/2664/449/Morpheus-1.12.2-3.5.106.jar -codechickenlib.jar 1ead040eeee13c474d448f976363778e2918a7d0 https://media.forgecdn.net/files/2618/630/CodeChickenLib-1.12.2-3.2.2.353-universal.jar -extra-utilities.jar 9f9a217b23626cb338cf229054ed490d913610dc https://media.forgecdn.net/files/2678/374/extrautils2-1.12-1.9.9.jar -openblocks.jar 37b11b0726d9ed5d93acb7dfea1b68fff5d3dfe0 https://media.forgecdn.net/files/2620/52/OpenBlocks-1.12.2-1.8.jar -openmodslib.jar cf3e1f2af2a63af6907b10d12c6fdb9a818403f4 https://media.forgecdn.net/files/2623/7/OpenModsLib-1.12.2-0.12.1.jar -bibliocraft.jar 74d9f70c5fead2c17054953fae26af8d9fb7fd84 https://media.forgecdn.net/files/2574/880/BiblioCraft%5bv2.4.5%5d%5bMC1.12.2%5d.jar -akashic-tome.jar b11bf9d93f4bd7a2eeb8cfe49c1b30ce1a2f5a37 https://media.forgecdn.net/files/2648/656/AkashicTome-1.2-12.jar -diet-hoppers.jar 2aea3d9a64551cefe0a1b6f5c5edf57959796b66 https://media.forgecdn.net/files/2482/543/diethopper-1.1.jar -gravestones.jar a73d2b03b28258e9a26dc79d958d48f592e7581b https://media.forgecdn.net/files/2524/880/gravestone-1.10.1.jar -foamfix.jar 69a9086f2084d3cbc3a410ee64369d719a212330 https://media.forgecdn.net/files/2638/380/foamfix-0.10.3-1.12.2.jar -autoreglib.jar d6d34e743811a8b7d6c8c92734bbdd5a4b892fb0 https://media.forgecdn.net/files/2677/92/AutoRegLib-1.3-26.jar -inventory-tweaks.jar 6e00827d1a009da39fa6db5afd2a3d6b024abfe9 https://media.forgecdn.net/files/2482/481/InventoryTweaks-1.63.jar -cyclops-core.jar 351f8c538c1d0ce713d1c3180d1a71433e823743 https://media.forgecdn.net/files/2679/651/CyclopsCore-1.12.2-1.0.5.jar -common-capabilities.jar d585af0befb82bc8e801d70119e9c3e3c14486ec https://media.forgecdn.net/files/2679/672/CommonCapabilities-1.12.2-2.0.4.jar -integrated-dynamics.jar 4f9a7a8d67965a6d4497c42b3b12151a819e3821 https://media.forgecdn.net/files/2679/660/IntegratedDynamics-1.12.2-1.0.7.jar -integrated-tunnels.jar 2298e7ce25b2943d1e171a8c2883598dc24411ed https://media.forgecdn.net/files/2679/668/IntegratedTunnels-1.12.2-1.6.7.jar -integrated-crafting.jar d32e8211ff007616f25d9022a20d008f93fe1b9c https://media.forgecdn.net/files/2679/656/IntegratedCrafting-1.12.2-1.0.3.jar -jer.jar b42563003baf61d8e5eb1c24b59cf21988ff4616 https://media.forgecdn.net/files/2497/186/JustEnoughResources-1.12.2-0.8.5.27.jar -roots.jar 994c1cc8e79d027c4232533984bb89225b89eb50 https://media.forgecdn.net/files/2510/836/roots-2-0.104.jar -lightlevel.jar 38de949c94ac06b2fce94e642b729568ce7788af https://media.forgecdn.net/files/2563/430/LLOverlayReloaded-1.1.6-mc1.12.2.jar -morph-o-tool.jar 55a363ccd8e0614229991cd1f6bf831eaf874ff7 https://media.forgecdn.net/files/2658/176/Morph-o-Tool-1.2-21.jar -botania.jar 68c00b5f1c95d7ccc39bcb2bf4b9ed89d7d4d962 https://media.forgecdn.net/files/2677/96/Botania+r1.10-360.jar -storage-drawers.jar 7a5ad491379a53cd45eced598c2ece3155bffb51 https://media.forgecdn.net/files/2642/386/StorageDrawers-1.12.2-5.3.8.jar -chameleon.jar 5ed3dd5fd1ebded57bfe525b4ece11232bd14e5e https://media.forgecdn.net/files/2450/900/Chameleon-1.12-4.1.3.jar -xnet.jar dc64dd5c444acf1365c6e036fc29f694571a264f https://media.forgecdn.net/files/2660/172/xnet-1.12-1.7.6.jar -yabba.jar d53898e52606ece850e9fd907b7ecf81cd80b483 https://media.forgecdn.net/files/2684/109/YABBA-1.1.2.45.jar -wanionlib.jar bbee84cafbbc72b24ee987fda668b3ee48ced74a https://media.forgecdn.net/files/2651/482/WanionLib-1.12.2-2.2.jar -unidict.jar 3708fce1adc2c90e2b488402eeffcc6ca6e7d533 https://media.forgecdn.net/files/2652/588/UniDict-1.12.2-2.9.2.jar -reauth.jar be3dedc6a808f13828373176d653d2e0bb629eeb https://media.forgecdn.net/files/2560/638/reauth-3.6.0.jar -danknull.jar 97a7ce33572a31efcc382a1f2113900c1a697c4d https://media.forgecdn.net/files/2624/277/DankNull-1.12-1.4.43.jar -psi.jar ef4d9bc2d53f80a9e141e3f510e1615ba5a843bf https://media.forgecdn.net/files/2678/401/Psi-r1.1-72.jar -thaumic-jei.jar ea147ca1fb8a83c5094a383ededf0296460ef83f https://media.forgecdn.net/files/2637/182/ThaumicJEI-1.12.2-1.5.5-23.jar -quark.jar bb44bc4f2fdc88f8774cbb67a69ffdc17ea4e138 https://media.forgecdn.net/files/2677/108/Quark-r1.5-146.jar -ftblib.jar 747750ec3158e7da54a1327f024d18b6a7eb663c https://media.forgecdn.net/files/2683/231/FTBLib-5.4.1.86.jar -redstone-flux.jar ed67a4ce69c8831b7536b2623a857fefc8257e62 https://media.forgecdn.net/files/2623/90/RedstoneFlux-1.12-2.1.0.6-universal.jar -brandonscore.jar 9c263bdff2aa545ac9e7dc53e36c45e980c6da8e https://media.forgecdn.net/files/2649/656/BrandonsCore-1.12.2-2.4.9.195-universal.jar -nowither.jar ce2dab31ee8c732cda6fdd67289da1189e9fbcb1 https://media.forgecdn.net/files/2638/317/badwithernocookiereloaded-1.12.2-3.3.16.jar -optifine.jar e805d4be5c2a3343488c573145606e90bb13816d https://karel.pw/optifine-1.12.2.jar -mrtjpcore.jar c9012fa49e8eb9150085b00395b3bf99cb0a2972 https://media.forgecdn.net/files/2572/409/MrTJPCore-1.12.2-2.1.3.35-universal.jar -project-red-base.jar 89744b1a82275d12cd9cf95014544c0f79ba7467 https://media.forgecdn.net/files/2572/423/ProjectRed-1.12.2-4.9.1.92-Base.jar -project-red-integration.jar 851f7fdfaa8a545cbee59c61455a949049e12075 https://media.forgecdn.net/files/2572/427/ProjectRed-1.12.2-4.9.1.92-integration.jar -project-red-fabrication.jar 9464935114c3f37df63f68a66c7569ef8ada96b9 https://media.forgecdn.net/files/2572/424/ProjectRed-1.12.2-4.9.1.92-fabrication.jar -project-red-mechanical.jar 6d491aeddba2c5c22596ecb65b3d5621edf419d8 https://media.forgecdn.net/files/2572/422/ProjectRed-1.12.2-4.9.1.92-mechanical.jar -project-red-lighting.jar 6d70251b422ef2033bf97df6443025f97706ea43 https://media.forgecdn.net/files/2572/426/ProjectRed-1.12.2-4.9.1.92-lighting.jar -project-red-world.jar 334d4d68ef71f6aedb0fc5855dc672f7b6ac2aec https://media.forgecdn.net/files/2572/421/ProjectRed-1.12.2-4.9.1.92-world.jar -project-red-compat.jar bcfa9a8198b6a0f14bb8a79df5d94a3d5aea9666 https://media.forgecdn.net/files/2572/420/ProjectRed-1.12.2-4.9.1.92-compat.jar -fmp-cbe.jar 4fe28a1be2e3ae7b4b919ca5c0a3385b204c6b95 https://media.forgecdn.net/files/2661/99/ForgeMultipart-1.12.2-2.6.1.81-universal.jar -uppers.jar 1c7e77d0e2f6667680e861c8c7cfac740b2c3f01 https://media.forgecdn.net/files/2558/337/Uppers-0.0.6.jar -redstone-gauges-and-switches.jar 0142b5fe3e1c9cbe4a07b1024f5fa1560f0471d6 https://media.forgecdn.net/files/2684/815/rsgauges-1.12.2-1.1.3.jar -redstone-plus-plus.jar 7886830fc77de06666b32f093affb096e707110d https://media.forgecdn.net/files/2476/145/Redstone%2B%2B+ver1.2d.jar -torch-levers.jar b2808d7fd4b1d39a4ec34436b73f16a0c174e5e0 https://media.forgecdn.net/files/2528/552/TorchLever-1.0.jar -plated.jar 5b61c98f688c919efeec239f819cc94a00c18942 https://media.forgecdn.net/files/2602/81/Plated-0.1.0.jar -sign-button.jar 637582a457ccc2b0146b9ed614ab67d4bfc27137 https://media.forgecdn.net/files/2495/528/SignButton-1.12.2-1.0.1.jar -floodlights.jar 9491bc75f00e09b2f6b45016a42a143acc774cfa https://media.forgecdn.net/files/2669/151/FloodLights-1.12.2-1.3.2-14.jar -chisel-bits.jar ec5345c2c54a143f3341155c7da644f7815b7da1 https://media.forgecdn.net/files/2663/717/chiselsandbits-14.30.jar -- cgit v1.2.3