├── .gitattributes ├── .gitignore ├── FAQ.txt ├── LICENSE.md ├── ModPermissions.txt ├── ModVersions.txt ├── README.md └── config ├── AWWayofTime.cfg ├── AdvancedRepulsionSystems.cfg ├── AdvancedSolarPanel.cfg ├── AdvancedSolarPanel_MTRecipes.cfg ├── AppleCore.cfg ├── AppliedEnergistics2 ├── AppliedEnergistics2.cfg ├── Facades.cfg ├── VersionChecker.cfg └── extracells.cfg ├── ArmorStatusHUD.cfg ├── Automagy.cfg ├── Baubles.cfg ├── BiblioCraft.cfg ├── BigReactors └── BigReactors.cfg ├── BloodMagic └── schematics │ ├── Ampitheter.json │ ├── LavaLight.json │ ├── MedFarm1.json │ ├── MedForge1.json │ ├── MedHouse1.json │ ├── SmallHouse1.json │ ├── SmallHouse2.json │ └── SmallTower1.json ├── Botania.cfg ├── CarpentersBlocks.cfg ├── ChiselTones.cfg ├── CodeChickenCore.cfg ├── DIAdvancedCompatibility.cfg ├── DamageIndicatorsMod.cfg ├── Eln.cfg ├── EnderStorage.cfg ├── ExtraTiC.cfg ├── ExtraUtilities.cfg ├── FlatSigns.cfg ├── FlaxbeardsSteamPower.cfg ├── ForbiddenMagic.cfg ├── GraviSuite.cfg ├── GregTech ├── DynamicConfig.cfg ├── GregTech.cfg ├── IDs.cfg ├── MachineStats.cfg ├── MaterialProperties.cfg ├── Other.cfg ├── OverpoweredStuff.cfg ├── Recipes.cfg ├── Unification.cfg └── WorldGeneration.cfg ├── Guide-API └── Guide-API.cfg ├── HardcoreEnderExpansion.cfg ├── HardcoreEnderExpansion.clientsave.cfg ├── Hats.cfg ├── IC2.ini ├── IC2NuclearControl.cfg ├── IGWMod.cfg ├── INpureProjects ├── INpureCore │ └── INpureCore.cfg └── custom_nei_filters │ ├── AppliedEnergistics2.js │ ├── Bibliocraft.js │ ├── Bootstrap.js │ ├── BuildCraft.js │ ├── ExtraCells.js │ ├── ExtraUtilities.js │ ├── ForgeMicroblock.js │ ├── MFR.js │ ├── Mekanism.js │ ├── OpenBlocks.js │ ├── Tcon.js │ ├── ThermalExpansion.js │ ├── custom_nei_filters.cfg │ ├── nei_filters.toc │ └── vanilla.js ├── IlluminatedBows.txt ├── InfernalMobs.cfg ├── InvTweaks.cfg ├── InvTweaksRules.txt ├── InvTweaksTree.txt ├── IronChest.cfg ├── JABBA.cfg ├── KitchenCraft ├── foodAdditions.json ├── foodModifications.json ├── icons │ ├── bacon.png │ ├── baconburger.png │ ├── baconcheeseburger.png │ ├── bacondragonburger.png │ ├── batwing.png │ ├── bean.png │ ├── beansrice.png │ ├── beefbroccoli.png │ ├── bottlewater.png │ ├── broccoli.png │ ├── burger.png │ ├── burgerbun.png │ ├── cheese.png │ ├── cheeseburger.png │ ├── cheesydragonburger.png │ ├── coffeebeans.png │ ├── cookedbeans.png │ ├── cookedpatty.png │ ├── cuptea.png │ ├── dough.png │ ├── dragonburger.png │ ├── dragonpepper.png │ ├── frenchfries.png │ ├── friedbatwing.png │ ├── friedegg.png │ ├── friedrice.png │ ├── fruitpie.png │ ├── grilledcheesesammich.png │ ├── homefries.png │ ├── jerky.png │ ├── kiwi.png │ ├── lettuce.png │ ├── onion.png │ ├── rice.png │ ├── salt.png │ ├── slysdragonburger.png │ ├── springsalad.png │ ├── steamedrice.png │ ├── tealeaves.png │ ├── toast.png │ ├── ultimatebreakfast.png │ ├── uncookedbatwing.png │ ├── uncookedbeans.png │ ├── uncookedburgerbun.png │ ├── uncookedfrenchfries.png │ ├── uncookedfruitpie.png │ ├── uncookedpatty.png │ ├── uncookedrice.png │ ├── uncookedtea.png │ ├── uncookedvegetablesoup.png │ └── vegetablesoup.png ├── kitchenCraftFoods.cfg ├── kitchenCraftMachines.cfg ├── lang │ └── en_US.lang ├── oreDictAdditions.json └── resourcepack │ ├── KC-Resource-Pack.zip │ └── readme.txt ├── LogisticsPipes.cfg ├── MagicBees.cfg ├── Mekanism.cfg ├── ModularArmour ├── Main.cfg ├── ModularRecipes.txt └── recipes │ ├── advancedModel.json │ ├── arthropod.json │ ├── calfShields.json │ ├── electrolyzer.json │ ├── explosionProtector.json │ ├── fallDamage.json │ ├── feeder.json │ ├── fireProtector.json │ ├── generalProtection.json │ ├── gogglesOfRevealing.json │ ├── hardened.json │ ├── invisibility.json │ ├── jetpack.json │ ├── jumpBoost.json │ ├── lavaProtector.json │ ├── leadstone.json │ ├── magicProtector.json │ ├── magnet.json │ ├── nightVision.json │ ├── pixie.json │ ├── playerProtection.json │ ├── potion.json │ ├── projectileProtector.json │ ├── reinforced.json │ ├── resonant.json │ ├── sb.json │ ├── solar.json │ ├── speed.json │ ├── stepAssist.json │ ├── thomazm.json │ ├── unblockableProtector.json │ ├── undead.json │ ├── visDiscount.json │ └── witherProtector.json ├── Morph.cfg ├── NBTEdit.cfg ├── NEI └── client.cfg ├── NEIAddons.cfg ├── Natura-Dynamic.cfg ├── Natura-Dynamic.json ├── Natura.cfg ├── OpenBlocks.cfg ├── OpenComponents.cfg ├── OpenComputers.cfg ├── OpenEye.json ├── OpenMods.cfg ├── OpenModsLibCore.json ├── Opis.cfg ├── QuarryPlus.cfg ├── RArm.cfg ├── RandomThings.cfg ├── RefinedRelocation.cfg ├── Sanguimancy.cfg ├── SlimeKnights └── Mantle.cfg ├── StevesAddons.cfg ├── StevesCarts.cfg ├── StorageDrawers.cfg ├── TMechworks.cfg ├── TPPI └── TPPITweaks.cfg ├── TSteelworks.cfg ├── Thaumcraft.cfg ├── ThaumicExploration.cfg ├── ThaumicTinkerer.cfg ├── TinkersConstruct.cfg ├── TinkersModules.cfg ├── Translocator.cfg ├── TwilightForest.cfg ├── UniqueNames.txt ├── Waila.cfg ├── WailaHarvestability.cfg ├── WirelessRedstone.cfg ├── Ztones.cfg ├── aobd.cfg ├── asielib.cfg ├── biomesoplenty ├── biomegen.cfg ├── biomeweights.cfg ├── ids.cfg ├── main.cfg ├── misc.cfg ├── structures │ ├── strongholds.cfg │ └── villages.cfg └── terraingen.cfg ├── bspkrsCore.cfg ├── buildcraft ├── compat.cfg ├── main.cfg └── main.conf ├── chisel.cfg ├── cofh ├── core │ ├── client.cfg │ ├── common.cfg │ ├── friends.cfg │ └── loot.cfg ├── redstonearsenal │ └── common.cfg ├── thermaldynamics │ ├── client.cfg │ └── common.cfg ├── thermalexpansion │ ├── client.cfg │ ├── common.cfg │ ├── florbs.cfg │ └── fuels.cfg ├── thermalfoundation │ ├── client.cfg │ ├── common.cfg │ └── lexicon-whitelist.cfg └── world │ ├── AE2-Ores.json │ ├── BigReactors-Ores.json │ ├── BluePower-Ores.json │ ├── BoP.json │ ├── Flaxbeard.json │ ├── Mekanism-Ores.json │ ├── TConstruct-Ores.json │ ├── ThermalExpansion-Ores.json │ ├── ThermalFoundation-Ores.json │ └── Vanilla.json ├── computronics.cfg ├── customthings ├── customAchievements.json ├── customArmors.json ├── customBlocks.json ├── customItems.json ├── customRecords.json ├── customTools.json ├── hiddenItems.txt ├── icons │ ├── Thumbs.db │ ├── ore.bauxite.png │ ├── ore.cassiterite.png │ ├── ore.iridium.png │ ├── ore.monazite.png │ ├── ore.ruby.png │ ├── ore.stibnite.png │ ├── ore.tantalite.png │ ├── ore.tetrahedrite.png │ └── ore.tungsten.png ├── lang │ └── en_US.lang ├── recordMusic │ └── sounds.json ├── resourcepack │ ├── CustomThings-Resourcepack.zip │ └── readme.txt ├── shapedRecipes.json ├── shapelessRecipes.json └── smeltingRecipes.json ├── denseores.cfg ├── eirairc ├── client.cfg ├── commands.json ├── commands.json.example.txt ├── formats │ ├── classic.cfg │ ├── detail.cfg │ ├── light.cfg │ ├── minecraft.cfg │ ├── s-light.cfg │ └── twitch.cfg ├── servers.json ├── servers.json.example.txt ├── services.cfg ├── shared.cfg ├── suggested-channels.json └── trusted_servers.json ├── endercore ├── cropConfig.json └── endercore.cfg ├── enderio ├── AlloySmelterRecipes_Core.xml ├── AlloySmelterRecipes_User.xml ├── EnchanterRecipes_Core.xml ├── EnchanterRecipes_User.xml ├── EnderIO.cfg ├── OreDictionaryPreferences_Core.xml ├── OreDictionaryPreferences_User.xml ├── PainterPaintSources_Core.xml ├── PainterPaintSources_User.xml ├── PoweredSpawnerConfig_Core.json ├── PoweredSpawnerConfig_User.json ├── SAGMillRecipes_Core.xml ├── SAGMillRecipes_User.xml ├── SliceAndSpliceRecipes_Core.xml ├── SliceAndSpliceRecipes_User.xml ├── VatRecipes_Core.xml └── VatRecipes_User.xml ├── forestry ├── apiculture.conf ├── backpacks.cfg ├── backpacks.conf.old ├── binnie-mods.conf ├── binniecore │ └── main.conf ├── common.conf ├── debug.conf ├── extrabees │ ├── machines.conf │ └── main.conf ├── extratrees │ └── main.conf ├── fluids.conf ├── gamemodes │ ├── EASY.conf │ ├── HARD.conf │ ├── NORMAL.conf │ └── OP.conf ├── lepidopterology.conf └── modules.cfg ├── forge.cfg ├── forgeChunkLoading.cfg ├── iChunUtil.cfg ├── iChunUtil_KeyBinds.cfg ├── iChunUtil_Stats.cfg ├── immibis-microblocks.cfg ├── immibis.cfg ├── malisisdoors.cfg ├── mekanism └── BoxBlacklist.txt ├── microblocks.cfg ├── modpackTweaks ├── BookText.txt ├── SupportedMods.txt ├── changelog.txt ├── modDownloads.json └── modpackTweaks.cfg ├── modstats.cfg ├── morechisels.cfg ├── multipart.cfg ├── mystcraft ├── balance.cfg ├── core.cfg ├── instabilities.cfg └── symbols.cfg ├── neiintegration.cfg ├── opencomputers ├── default.recipes ├── gregtech.recipes ├── hardmode.recipes ├── peaceful.recipes └── user.recipes ├── powercrystals ├── minefactoryreloaded │ ├── client.cfg │ └── common.cfg └── netherores │ └── common.cfg ├── railcraft ├── blocks.cfg ├── items.cfg ├── modules.cfg ├── railcraft.cfg └── version.prop ├── splash.properties ├── superMassiveTech.cfg ├── thaumcraftneiplugin.cfg ├── thaumicenergistics.cfg ├── thaumicnei.cfg ├── ttCore.cfg ├── wailaplugins.cfg ├── witchery.cfg ├── witchery_debug.cfg ├── xreliquary.cfg └── xreliquary.toml /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | config/INpureProjects/logs 3 | -------------------------------------------------------------------------------- /FAQ.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/FAQ.txt -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/LICENSE.md -------------------------------------------------------------------------------- /ModPermissions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/ModPermissions.txt -------------------------------------------------------------------------------- /ModVersions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/ModVersions.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/README.md -------------------------------------------------------------------------------- /config/AWWayofTime.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/AWWayofTime.cfg -------------------------------------------------------------------------------- /config/AdvancedRepulsionSystems.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/AdvancedRepulsionSystems.cfg -------------------------------------------------------------------------------- /config/AdvancedSolarPanel.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/AdvancedSolarPanel.cfg -------------------------------------------------------------------------------- /config/AdvancedSolarPanel_MTRecipes.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/AdvancedSolarPanel_MTRecipes.cfg -------------------------------------------------------------------------------- /config/AppleCore.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/AppleCore.cfg -------------------------------------------------------------------------------- /config/AppliedEnergistics2/AppliedEnergistics2.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/AppliedEnergistics2/AppliedEnergistics2.cfg -------------------------------------------------------------------------------- /config/AppliedEnergistics2/Facades.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/AppliedEnergistics2/Facades.cfg -------------------------------------------------------------------------------- /config/AppliedEnergistics2/VersionChecker.cfg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/extracells.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/AppliedEnergistics2/extracells.cfg -------------------------------------------------------------------------------- /config/ArmorStatusHUD.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ArmorStatusHUD.cfg -------------------------------------------------------------------------------- /config/Automagy.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/Automagy.cfg -------------------------------------------------------------------------------- /config/Baubles.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | -------------------------------------------------------------------------------- /config/BiblioCraft.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/BiblioCraft.cfg -------------------------------------------------------------------------------- /config/BigReactors/BigReactors.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/BigReactors/BigReactors.cfg -------------------------------------------------------------------------------- /config/BloodMagic/schematics/Ampitheter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/BloodMagic/schematics/Ampitheter.json -------------------------------------------------------------------------------- /config/BloodMagic/schematics/LavaLight.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/BloodMagic/schematics/LavaLight.json -------------------------------------------------------------------------------- /config/BloodMagic/schematics/MedFarm1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/BloodMagic/schematics/MedFarm1.json -------------------------------------------------------------------------------- /config/BloodMagic/schematics/MedForge1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/BloodMagic/schematics/MedForge1.json -------------------------------------------------------------------------------- /config/BloodMagic/schematics/MedHouse1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/BloodMagic/schematics/MedHouse1.json -------------------------------------------------------------------------------- /config/BloodMagic/schematics/SmallHouse1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/BloodMagic/schematics/SmallHouse1.json -------------------------------------------------------------------------------- /config/BloodMagic/schematics/SmallHouse2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/BloodMagic/schematics/SmallHouse2.json -------------------------------------------------------------------------------- /config/BloodMagic/schematics/SmallTower1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/BloodMagic/schematics/SmallTower1.json -------------------------------------------------------------------------------- /config/Botania.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/Botania.cfg -------------------------------------------------------------------------------- /config/CarpentersBlocks.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/CarpentersBlocks.cfg -------------------------------------------------------------------------------- /config/ChiselTones.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ChiselTones.cfg -------------------------------------------------------------------------------- /config/CodeChickenCore.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/CodeChickenCore.cfg -------------------------------------------------------------------------------- /config/DIAdvancedCompatibility.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/DIAdvancedCompatibility.cfg -------------------------------------------------------------------------------- /config/DamageIndicatorsMod.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/DamageIndicatorsMod.cfg -------------------------------------------------------------------------------- /config/Eln.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/Eln.cfg -------------------------------------------------------------------------------- /config/EnderStorage.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/EnderStorage.cfg -------------------------------------------------------------------------------- /config/ExtraTiC.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ExtraTiC.cfg -------------------------------------------------------------------------------- /config/ExtraUtilities.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ExtraUtilities.cfg -------------------------------------------------------------------------------- /config/FlatSigns.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/FlatSigns.cfg -------------------------------------------------------------------------------- /config/FlaxbeardsSteamPower.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/FlaxbeardsSteamPower.cfg -------------------------------------------------------------------------------- /config/ForbiddenMagic.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ForbiddenMagic.cfg -------------------------------------------------------------------------------- /config/GraviSuite.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/GraviSuite.cfg -------------------------------------------------------------------------------- /config/GregTech/DynamicConfig.cfg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /config/GregTech/GregTech.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/GregTech/GregTech.cfg -------------------------------------------------------------------------------- /config/GregTech/IDs.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | -------------------------------------------------------------------------------- /config/GregTech/MachineStats.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/GregTech/MachineStats.cfg -------------------------------------------------------------------------------- /config/GregTech/MaterialProperties.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/GregTech/MaterialProperties.cfg -------------------------------------------------------------------------------- /config/GregTech/Other.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | -------------------------------------------------------------------------------- /config/GregTech/OverpoweredStuff.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/GregTech/OverpoweredStuff.cfg -------------------------------------------------------------------------------- /config/GregTech/Recipes.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/GregTech/Recipes.cfg -------------------------------------------------------------------------------- /config/GregTech/Unification.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/GregTech/Unification.cfg -------------------------------------------------------------------------------- /config/GregTech/WorldGeneration.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/GregTech/WorldGeneration.cfg -------------------------------------------------------------------------------- /config/Guide-API/Guide-API.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/Guide-API/Guide-API.cfg -------------------------------------------------------------------------------- /config/HardcoreEnderExpansion.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/HardcoreEnderExpansion.cfg -------------------------------------------------------------------------------- /config/HardcoreEnderExpansion.clientsave.cfg: -------------------------------------------------------------------------------- 1 | 31 - 1.8.3 2 | 1439767445506 3 | -------------------------------------------------------------------------------- /config/Hats.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/Hats.cfg -------------------------------------------------------------------------------- /config/IC2.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/IC2.ini -------------------------------------------------------------------------------- /config/IC2NuclearControl.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/IC2NuclearControl.cfg -------------------------------------------------------------------------------- /config/IGWMod.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/IGWMod.cfg -------------------------------------------------------------------------------- /config/INpureProjects/INpureCore/INpureCore.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/INpureProjects/INpureCore/INpureCore.cfg -------------------------------------------------------------------------------- /config/INpureProjects/custom_nei_filters/AppliedEnergistics2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/INpureProjects/custom_nei_filters/AppliedEnergistics2.js -------------------------------------------------------------------------------- /config/INpureProjects/custom_nei_filters/Bibliocraft.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/INpureProjects/custom_nei_filters/Bibliocraft.js -------------------------------------------------------------------------------- /config/INpureProjects/custom_nei_filters/Bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/INpureProjects/custom_nei_filters/Bootstrap.js -------------------------------------------------------------------------------- /config/INpureProjects/custom_nei_filters/BuildCraft.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/INpureProjects/custom_nei_filters/BuildCraft.js -------------------------------------------------------------------------------- /config/INpureProjects/custom_nei_filters/ExtraCells.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/INpureProjects/custom_nei_filters/ExtraCells.js -------------------------------------------------------------------------------- /config/INpureProjects/custom_nei_filters/ExtraUtilities.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/INpureProjects/custom_nei_filters/ExtraUtilities.js -------------------------------------------------------------------------------- /config/INpureProjects/custom_nei_filters/ForgeMicroblock.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/INpureProjects/custom_nei_filters/ForgeMicroblock.js -------------------------------------------------------------------------------- /config/INpureProjects/custom_nei_filters/MFR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/INpureProjects/custom_nei_filters/MFR.js -------------------------------------------------------------------------------- /config/INpureProjects/custom_nei_filters/Mekanism.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/INpureProjects/custom_nei_filters/Mekanism.js -------------------------------------------------------------------------------- /config/INpureProjects/custom_nei_filters/OpenBlocks.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/INpureProjects/custom_nei_filters/OpenBlocks.js -------------------------------------------------------------------------------- /config/INpureProjects/custom_nei_filters/Tcon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/INpureProjects/custom_nei_filters/Tcon.js -------------------------------------------------------------------------------- /config/INpureProjects/custom_nei_filters/ThermalExpansion.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/INpureProjects/custom_nei_filters/ThermalExpansion.js -------------------------------------------------------------------------------- /config/INpureProjects/custom_nei_filters/custom_nei_filters.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/INpureProjects/custom_nei_filters/custom_nei_filters.cfg -------------------------------------------------------------------------------- /config/INpureProjects/custom_nei_filters/nei_filters.toc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/INpureProjects/custom_nei_filters/nei_filters.toc -------------------------------------------------------------------------------- /config/INpureProjects/custom_nei_filters/vanilla.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/INpureProjects/custom_nei_filters/vanilla.js -------------------------------------------------------------------------------- /config/IlluminatedBows.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/IlluminatedBows.txt -------------------------------------------------------------------------------- /config/InfernalMobs.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/InfernalMobs.cfg -------------------------------------------------------------------------------- /config/InvTweaks.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/InvTweaks.cfg -------------------------------------------------------------------------------- /config/InvTweaksRules.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/InvTweaksRules.txt -------------------------------------------------------------------------------- /config/InvTweaksTree.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/InvTweaksTree.txt -------------------------------------------------------------------------------- /config/IronChest.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/IronChest.cfg -------------------------------------------------------------------------------- /config/JABBA.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/JABBA.cfg -------------------------------------------------------------------------------- /config/KitchenCraft/foodAdditions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/foodAdditions.json -------------------------------------------------------------------------------- /config/KitchenCraft/foodModifications.json: -------------------------------------------------------------------------------- 1 | {"mods": 2 | [ 3 | 4 | ] 5 | } 6 | -------------------------------------------------------------------------------- /config/KitchenCraft/icons/bacon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/bacon.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/baconburger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/baconburger.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/baconcheeseburger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/baconcheeseburger.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/bacondragonburger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/bacondragonburger.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/batwing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/batwing.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/bean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/bean.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/beansrice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/beansrice.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/beefbroccoli.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/beefbroccoli.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/bottlewater.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/bottlewater.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/broccoli.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/broccoli.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/burger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/burger.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/burgerbun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/burgerbun.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/cheese.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/cheese.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/cheeseburger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/cheeseburger.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/cheesydragonburger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/cheesydragonburger.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/coffeebeans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/coffeebeans.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/cookedbeans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/cookedbeans.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/cookedpatty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/cookedpatty.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/cuptea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/cuptea.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/dough.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/dough.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/dragonburger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/dragonburger.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/dragonpepper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/dragonpepper.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/frenchfries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/frenchfries.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/friedbatwing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/friedbatwing.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/friedegg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/friedegg.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/friedrice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/friedrice.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/fruitpie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/fruitpie.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/grilledcheesesammich.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/grilledcheesesammich.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/homefries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/homefries.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/jerky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/jerky.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/kiwi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/kiwi.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/lettuce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/lettuce.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/onion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/onion.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/rice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/rice.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/salt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/salt.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/slysdragonburger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/slysdragonburger.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/springsalad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/springsalad.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/steamedrice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/steamedrice.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/tealeaves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/tealeaves.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/toast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/toast.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/ultimatebreakfast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/ultimatebreakfast.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/uncookedbatwing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/uncookedbatwing.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/uncookedbeans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/uncookedbeans.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/uncookedburgerbun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/uncookedburgerbun.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/uncookedfrenchfries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/uncookedfrenchfries.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/uncookedfruitpie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/uncookedfruitpie.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/uncookedpatty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/uncookedpatty.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/uncookedrice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/uncookedrice.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/uncookedtea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/uncookedtea.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/uncookedvegetablesoup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/uncookedvegetablesoup.png -------------------------------------------------------------------------------- /config/KitchenCraft/icons/vegetablesoup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/icons/vegetablesoup.png -------------------------------------------------------------------------------- /config/KitchenCraft/kitchenCraftFoods.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/kitchenCraftFoods.cfg -------------------------------------------------------------------------------- /config/KitchenCraft/kitchenCraftMachines.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/kitchenCraftMachines.cfg -------------------------------------------------------------------------------- /config/KitchenCraft/lang/en_US.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/lang/en_US.lang -------------------------------------------------------------------------------- /config/KitchenCraft/oreDictAdditions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/oreDictAdditions.json -------------------------------------------------------------------------------- /config/KitchenCraft/resourcepack/KC-Resource-Pack.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/resourcepack/KC-Resource-Pack.zip -------------------------------------------------------------------------------- /config/KitchenCraft/resourcepack/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/KitchenCraft/resourcepack/readme.txt -------------------------------------------------------------------------------- /config/LogisticsPipes.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/LogisticsPipes.cfg -------------------------------------------------------------------------------- /config/MagicBees.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/MagicBees.cfg -------------------------------------------------------------------------------- /config/Mekanism.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/Mekanism.cfg -------------------------------------------------------------------------------- /config/ModularArmour/Main.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/Main.cfg -------------------------------------------------------------------------------- /config/ModularArmour/ModularRecipes.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /config/ModularArmour/recipes/advancedModel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/advancedModel.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/arthropod.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/arthropod.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/calfShields.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/calfShields.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/electrolyzer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/electrolyzer.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/explosionProtector.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/explosionProtector.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/fallDamage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/fallDamage.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/feeder.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/feeder.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/fireProtector.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/fireProtector.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/generalProtection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/generalProtection.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/gogglesOfRevealing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/gogglesOfRevealing.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/hardened.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/hardened.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/invisibility.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/invisibility.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/jetpack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/jetpack.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/jumpBoost.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/jumpBoost.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/lavaProtector.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/lavaProtector.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/leadstone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/leadstone.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/magicProtector.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/magicProtector.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/magnet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/magnet.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/nightVision.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/nightVision.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/pixie.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/pixie.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/playerProtection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/playerProtection.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/potion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/potion.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/projectileProtector.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/projectileProtector.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/reinforced.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/reinforced.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/resonant.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/resonant.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/sb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/sb.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/solar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/solar.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/speed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/speed.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/stepAssist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/stepAssist.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/thomazm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/thomazm.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/unblockableProtector.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/unblockableProtector.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/undead.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/undead.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/visDiscount.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/visDiscount.json -------------------------------------------------------------------------------- /config/ModularArmour/recipes/witherProtector.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ModularArmour/recipes/witherProtector.json -------------------------------------------------------------------------------- /config/Morph.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/Morph.cfg -------------------------------------------------------------------------------- /config/NBTEdit.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/NBTEdit.cfg -------------------------------------------------------------------------------- /config/NEI/client.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/NEI/client.cfg -------------------------------------------------------------------------------- /config/NEIAddons.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/NEIAddons.cfg -------------------------------------------------------------------------------- /config/Natura-Dynamic.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/Natura-Dynamic.cfg -------------------------------------------------------------------------------- /config/Natura-Dynamic.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/Natura-Dynamic.json -------------------------------------------------------------------------------- /config/Natura.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/Natura.cfg -------------------------------------------------------------------------------- /config/OpenBlocks.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/OpenBlocks.cfg -------------------------------------------------------------------------------- /config/OpenComponents.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/OpenComponents.cfg -------------------------------------------------------------------------------- /config/OpenComputers.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/OpenComputers.cfg -------------------------------------------------------------------------------- /config/OpenEye.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/OpenEye.json -------------------------------------------------------------------------------- /config/OpenMods.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/OpenMods.cfg -------------------------------------------------------------------------------- /config/OpenModsLibCore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/OpenModsLibCore.json -------------------------------------------------------------------------------- /config/Opis.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/Opis.cfg -------------------------------------------------------------------------------- /config/QuarryPlus.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/QuarryPlus.cfg -------------------------------------------------------------------------------- /config/RArm.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/RArm.cfg -------------------------------------------------------------------------------- /config/RandomThings.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/RandomThings.cfg -------------------------------------------------------------------------------- /config/RefinedRelocation.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/RefinedRelocation.cfg -------------------------------------------------------------------------------- /config/Sanguimancy.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/Sanguimancy.cfg -------------------------------------------------------------------------------- /config/SlimeKnights/Mantle.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/SlimeKnights/Mantle.cfg -------------------------------------------------------------------------------- /config/StevesAddons.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/StevesAddons.cfg -------------------------------------------------------------------------------- /config/StevesCarts.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/StevesCarts.cfg -------------------------------------------------------------------------------- /config/StorageDrawers.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/StorageDrawers.cfg -------------------------------------------------------------------------------- /config/TMechworks.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/TMechworks.cfg -------------------------------------------------------------------------------- /config/TPPI/TPPITweaks.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/TPPI/TPPITweaks.cfg -------------------------------------------------------------------------------- /config/TSteelworks.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/TSteelworks.cfg -------------------------------------------------------------------------------- /config/Thaumcraft.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/Thaumcraft.cfg -------------------------------------------------------------------------------- /config/ThaumicExploration.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ThaumicExploration.cfg -------------------------------------------------------------------------------- /config/ThaumicTinkerer.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ThaumicTinkerer.cfg -------------------------------------------------------------------------------- /config/TinkersConstruct.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/TinkersConstruct.cfg -------------------------------------------------------------------------------- /config/TinkersModules.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/TinkersModules.cfg -------------------------------------------------------------------------------- /config/Translocator.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/Translocator.cfg -------------------------------------------------------------------------------- /config/TwilightForest.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/TwilightForest.cfg -------------------------------------------------------------------------------- /config/UniqueNames.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/UniqueNames.txt -------------------------------------------------------------------------------- /config/Waila.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/Waila.cfg -------------------------------------------------------------------------------- /config/WailaHarvestability.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/WailaHarvestability.cfg -------------------------------------------------------------------------------- /config/WirelessRedstone.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/WirelessRedstone.cfg -------------------------------------------------------------------------------- /config/Ztones.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/Ztones.cfg -------------------------------------------------------------------------------- /config/aobd.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/aobd.cfg -------------------------------------------------------------------------------- /config/asielib.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/asielib.cfg -------------------------------------------------------------------------------- /config/biomesoplenty/biomegen.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/biomesoplenty/biomegen.cfg -------------------------------------------------------------------------------- /config/biomesoplenty/biomeweights.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/biomesoplenty/biomeweights.cfg -------------------------------------------------------------------------------- /config/biomesoplenty/ids.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/biomesoplenty/ids.cfg -------------------------------------------------------------------------------- /config/biomesoplenty/main.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/biomesoplenty/main.cfg -------------------------------------------------------------------------------- /config/biomesoplenty/misc.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/biomesoplenty/misc.cfg -------------------------------------------------------------------------------- /config/biomesoplenty/structures/strongholds.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/biomesoplenty/structures/strongholds.cfg -------------------------------------------------------------------------------- /config/biomesoplenty/structures/villages.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/biomesoplenty/structures/villages.cfg -------------------------------------------------------------------------------- /config/biomesoplenty/terraingen.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/biomesoplenty/terraingen.cfg -------------------------------------------------------------------------------- /config/bspkrsCore.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/bspkrsCore.cfg -------------------------------------------------------------------------------- /config/buildcraft/compat.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/buildcraft/compat.cfg -------------------------------------------------------------------------------- /config/buildcraft/main.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/buildcraft/main.cfg -------------------------------------------------------------------------------- /config/buildcraft/main.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/buildcraft/main.conf -------------------------------------------------------------------------------- /config/chisel.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/chisel.cfg -------------------------------------------------------------------------------- /config/cofh/core/client.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/cofh/core/client.cfg -------------------------------------------------------------------------------- /config/cofh/core/common.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/cofh/core/common.cfg -------------------------------------------------------------------------------- /config/cofh/core/friends.cfg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /config/cofh/core/loot.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/cofh/core/loot.cfg -------------------------------------------------------------------------------- /config/cofh/redstonearsenal/common.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/cofh/redstonearsenal/common.cfg -------------------------------------------------------------------------------- /config/cofh/thermaldynamics/client.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/cofh/thermaldynamics/client.cfg -------------------------------------------------------------------------------- /config/cofh/thermaldynamics/common.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/cofh/thermaldynamics/common.cfg -------------------------------------------------------------------------------- /config/cofh/thermalexpansion/client.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/cofh/thermalexpansion/client.cfg -------------------------------------------------------------------------------- /config/cofh/thermalexpansion/common.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/cofh/thermalexpansion/common.cfg -------------------------------------------------------------------------------- /config/cofh/thermalexpansion/florbs.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/cofh/thermalexpansion/florbs.cfg -------------------------------------------------------------------------------- /config/cofh/thermalexpansion/fuels.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/cofh/thermalexpansion/fuels.cfg -------------------------------------------------------------------------------- /config/cofh/thermalfoundation/client.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/cofh/thermalfoundation/client.cfg -------------------------------------------------------------------------------- /config/cofh/thermalfoundation/common.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/cofh/thermalfoundation/common.cfg -------------------------------------------------------------------------------- /config/cofh/thermalfoundation/lexicon-whitelist.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/cofh/thermalfoundation/lexicon-whitelist.cfg -------------------------------------------------------------------------------- /config/cofh/world/AE2-Ores.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/cofh/world/AE2-Ores.json -------------------------------------------------------------------------------- /config/cofh/world/BigReactors-Ores.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/cofh/world/BigReactors-Ores.json -------------------------------------------------------------------------------- /config/cofh/world/BluePower-Ores.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/cofh/world/BluePower-Ores.json -------------------------------------------------------------------------------- /config/cofh/world/BoP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/cofh/world/BoP.json -------------------------------------------------------------------------------- /config/cofh/world/Flaxbeard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/cofh/world/Flaxbeard.json -------------------------------------------------------------------------------- /config/cofh/world/Mekanism-Ores.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/cofh/world/Mekanism-Ores.json -------------------------------------------------------------------------------- /config/cofh/world/TConstruct-Ores.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/cofh/world/TConstruct-Ores.json -------------------------------------------------------------------------------- /config/cofh/world/ThermalExpansion-Ores.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/cofh/world/ThermalExpansion-Ores.json -------------------------------------------------------------------------------- /config/cofh/world/ThermalFoundation-Ores.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/cofh/world/ThermalFoundation-Ores.json -------------------------------------------------------------------------------- /config/cofh/world/Vanilla.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/cofh/world/Vanilla.json -------------------------------------------------------------------------------- /config/computronics.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/computronics.cfg -------------------------------------------------------------------------------- /config/customthings/customAchievements.json: -------------------------------------------------------------------------------- 1 | {"data": 2 | [ 3 | 4 | ] 5 | } -------------------------------------------------------------------------------- /config/customthings/customArmors.json: -------------------------------------------------------------------------------- 1 | {"data": 2 | [ 3 | 4 | ] 5 | } -------------------------------------------------------------------------------- /config/customthings/customBlocks.json: -------------------------------------------------------------------------------- 1 | {"data": 2 | [ 3 | 4 | ] 5 | } -------------------------------------------------------------------------------- /config/customthings/customItems.json: -------------------------------------------------------------------------------- 1 | {"data": 2 | [ 3 | 4 | ] 5 | } -------------------------------------------------------------------------------- /config/customthings/customRecords.json: -------------------------------------------------------------------------------- 1 | {"data": 2 | [ 3 | 4 | ] 5 | } -------------------------------------------------------------------------------- /config/customthings/customTools.json: -------------------------------------------------------------------------------- 1 | {"data": 2 | [ 3 | 4 | ] 5 | } -------------------------------------------------------------------------------- /config/customthings/hiddenItems.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /config/customthings/icons/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/customthings/icons/Thumbs.db -------------------------------------------------------------------------------- /config/customthings/icons/ore.bauxite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/customthings/icons/ore.bauxite.png -------------------------------------------------------------------------------- /config/customthings/icons/ore.cassiterite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/customthings/icons/ore.cassiterite.png -------------------------------------------------------------------------------- /config/customthings/icons/ore.iridium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/customthings/icons/ore.iridium.png -------------------------------------------------------------------------------- /config/customthings/icons/ore.monazite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/customthings/icons/ore.monazite.png -------------------------------------------------------------------------------- /config/customthings/icons/ore.ruby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/customthings/icons/ore.ruby.png -------------------------------------------------------------------------------- /config/customthings/icons/ore.stibnite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/customthings/icons/ore.stibnite.png -------------------------------------------------------------------------------- /config/customthings/icons/ore.tantalite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/customthings/icons/ore.tantalite.png -------------------------------------------------------------------------------- /config/customthings/icons/ore.tetrahedrite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/customthings/icons/ore.tetrahedrite.png -------------------------------------------------------------------------------- /config/customthings/icons/ore.tungsten.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/customthings/icons/ore.tungsten.png -------------------------------------------------------------------------------- /config/customthings/lang/en_US.lang: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /config/customthings/recordMusic/sounds.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /config/customthings/resourcepack/CustomThings-Resourcepack.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/customthings/resourcepack/CustomThings-Resourcepack.zip -------------------------------------------------------------------------------- /config/customthings/resourcepack/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/customthings/resourcepack/readme.txt -------------------------------------------------------------------------------- /config/customthings/shapedRecipes.json: -------------------------------------------------------------------------------- 1 | {"data": 2 | [ 3 | 4 | ] 5 | } 6 | -------------------------------------------------------------------------------- /config/customthings/shapelessRecipes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/customthings/shapelessRecipes.json -------------------------------------------------------------------------------- /config/customthings/smeltingRecipes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/customthings/smeltingRecipes.json -------------------------------------------------------------------------------- /config/denseores.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/denseores.cfg -------------------------------------------------------------------------------- /config/eirairc/client.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/eirairc/client.cfg -------------------------------------------------------------------------------- /config/eirairc/commands.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/eirairc/commands.json -------------------------------------------------------------------------------- /config/eirairc/commands.json.example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/eirairc/commands.json.example.txt -------------------------------------------------------------------------------- /config/eirairc/formats/classic.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/eirairc/formats/classic.cfg -------------------------------------------------------------------------------- /config/eirairc/formats/detail.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/eirairc/formats/detail.cfg -------------------------------------------------------------------------------- /config/eirairc/formats/light.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/eirairc/formats/light.cfg -------------------------------------------------------------------------------- /config/eirairc/formats/minecraft.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/eirairc/formats/minecraft.cfg -------------------------------------------------------------------------------- /config/eirairc/formats/s-light.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/eirairc/formats/s-light.cfg -------------------------------------------------------------------------------- /config/eirairc/formats/twitch.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/eirairc/formats/twitch.cfg -------------------------------------------------------------------------------- /config/eirairc/servers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/eirairc/servers.json -------------------------------------------------------------------------------- /config/eirairc/servers.json.example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/eirairc/servers.json.example.txt -------------------------------------------------------------------------------- /config/eirairc/services.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/eirairc/services.cfg -------------------------------------------------------------------------------- /config/eirairc/shared.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/eirairc/shared.cfg -------------------------------------------------------------------------------- /config/eirairc/suggested-channels.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/eirairc/suggested-channels.json -------------------------------------------------------------------------------- /config/eirairc/trusted_servers.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /config/endercore/cropConfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/endercore/cropConfig.json -------------------------------------------------------------------------------- /config/endercore/endercore.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/endercore/endercore.cfg -------------------------------------------------------------------------------- /config/enderio/AlloySmelterRecipes_Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/enderio/AlloySmelterRecipes_Core.xml -------------------------------------------------------------------------------- /config/enderio/AlloySmelterRecipes_User.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/enderio/AlloySmelterRecipes_User.xml -------------------------------------------------------------------------------- /config/enderio/EnchanterRecipes_Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/enderio/EnchanterRecipes_Core.xml -------------------------------------------------------------------------------- /config/enderio/EnchanterRecipes_User.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/enderio/EnchanterRecipes_User.xml -------------------------------------------------------------------------------- /config/enderio/EnderIO.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/enderio/EnderIO.cfg -------------------------------------------------------------------------------- /config/enderio/OreDictionaryPreferences_Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/enderio/OreDictionaryPreferences_Core.xml -------------------------------------------------------------------------------- /config/enderio/OreDictionaryPreferences_User.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/enderio/OreDictionaryPreferences_User.xml -------------------------------------------------------------------------------- /config/enderio/PainterPaintSources_Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/enderio/PainterPaintSources_Core.xml -------------------------------------------------------------------------------- /config/enderio/PainterPaintSources_User.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/enderio/PainterPaintSources_User.xml -------------------------------------------------------------------------------- /config/enderio/PoweredSpawnerConfig_Core.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/enderio/PoweredSpawnerConfig_Core.json -------------------------------------------------------------------------------- /config/enderio/PoweredSpawnerConfig_User.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/enderio/PoweredSpawnerConfig_User.json -------------------------------------------------------------------------------- /config/enderio/SAGMillRecipes_Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/enderio/SAGMillRecipes_Core.xml -------------------------------------------------------------------------------- /config/enderio/SAGMillRecipes_User.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/enderio/SAGMillRecipes_User.xml -------------------------------------------------------------------------------- /config/enderio/SliceAndSpliceRecipes_Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/enderio/SliceAndSpliceRecipes_Core.xml -------------------------------------------------------------------------------- /config/enderio/SliceAndSpliceRecipes_User.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/enderio/SliceAndSpliceRecipes_User.xml -------------------------------------------------------------------------------- /config/enderio/VatRecipes_Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/enderio/VatRecipes_Core.xml -------------------------------------------------------------------------------- /config/enderio/VatRecipes_User.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/enderio/VatRecipes_User.xml -------------------------------------------------------------------------------- /config/forestry/apiculture.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/forestry/apiculture.conf -------------------------------------------------------------------------------- /config/forestry/backpacks.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/forestry/backpacks.cfg -------------------------------------------------------------------------------- /config/forestry/backpacks.conf.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/forestry/backpacks.conf.old -------------------------------------------------------------------------------- /config/forestry/binnie-mods.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/forestry/binnie-mods.conf -------------------------------------------------------------------------------- /config/forestry/binniecore/main.conf: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | -------------------------------------------------------------------------------- /config/forestry/common.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/forestry/common.conf -------------------------------------------------------------------------------- /config/forestry/debug.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/forestry/debug.conf -------------------------------------------------------------------------------- /config/forestry/extrabees/machines.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/forestry/extrabees/machines.conf -------------------------------------------------------------------------------- /config/forestry/extrabees/main.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/forestry/extrabees/main.conf -------------------------------------------------------------------------------- /config/forestry/extratrees/main.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/forestry/extratrees/main.conf -------------------------------------------------------------------------------- /config/forestry/fluids.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/forestry/fluids.conf -------------------------------------------------------------------------------- /config/forestry/gamemodes/EASY.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/forestry/gamemodes/EASY.conf -------------------------------------------------------------------------------- /config/forestry/gamemodes/HARD.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/forestry/gamemodes/HARD.conf -------------------------------------------------------------------------------- /config/forestry/gamemodes/NORMAL.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/forestry/gamemodes/NORMAL.conf -------------------------------------------------------------------------------- /config/forestry/gamemodes/OP.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/forestry/gamemodes/OP.conf -------------------------------------------------------------------------------- /config/forestry/lepidopterology.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/forestry/lepidopterology.conf -------------------------------------------------------------------------------- /config/forestry/modules.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/forestry/modules.cfg -------------------------------------------------------------------------------- /config/forge.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/forge.cfg -------------------------------------------------------------------------------- /config/forgeChunkLoading.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/forgeChunkLoading.cfg -------------------------------------------------------------------------------- /config/iChunUtil.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/iChunUtil.cfg -------------------------------------------------------------------------------- /config/iChunUtil_KeyBinds.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/iChunUtil_KeyBinds.cfg -------------------------------------------------------------------------------- /config/iChunUtil_Stats.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/iChunUtil_Stats.cfg -------------------------------------------------------------------------------- /config/immibis-microblocks.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/immibis-microblocks.cfg -------------------------------------------------------------------------------- /config/immibis.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/immibis.cfg -------------------------------------------------------------------------------- /config/malisisdoors.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/malisisdoors.cfg -------------------------------------------------------------------------------- /config/mekanism/BoxBlacklist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/mekanism/BoxBlacklist.txt -------------------------------------------------------------------------------- /config/microblocks.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/microblocks.cfg -------------------------------------------------------------------------------- /config/modpackTweaks/BookText.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/modpackTweaks/BookText.txt -------------------------------------------------------------------------------- /config/modpackTweaks/SupportedMods.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/modpackTweaks/SupportedMods.txt -------------------------------------------------------------------------------- /config/modpackTweaks/changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/modpackTweaks/changelog.txt -------------------------------------------------------------------------------- /config/modpackTweaks/modDownloads.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/modpackTweaks/modDownloads.json -------------------------------------------------------------------------------- /config/modpackTweaks/modpackTweaks.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/modpackTweaks/modpackTweaks.cfg -------------------------------------------------------------------------------- /config/modstats.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/modstats.cfg -------------------------------------------------------------------------------- /config/morechisels.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/morechisels.cfg -------------------------------------------------------------------------------- /config/multipart.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/multipart.cfg -------------------------------------------------------------------------------- /config/mystcraft/balance.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/mystcraft/balance.cfg -------------------------------------------------------------------------------- /config/mystcraft/core.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/mystcraft/core.cfg -------------------------------------------------------------------------------- /config/mystcraft/instabilities.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/mystcraft/instabilities.cfg -------------------------------------------------------------------------------- /config/mystcraft/symbols.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/mystcraft/symbols.cfg -------------------------------------------------------------------------------- /config/neiintegration.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/neiintegration.cfg -------------------------------------------------------------------------------- /config/opencomputers/default.recipes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/opencomputers/default.recipes -------------------------------------------------------------------------------- /config/opencomputers/gregtech.recipes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/opencomputers/gregtech.recipes -------------------------------------------------------------------------------- /config/opencomputers/hardmode.recipes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/opencomputers/hardmode.recipes -------------------------------------------------------------------------------- /config/opencomputers/peaceful.recipes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/opencomputers/peaceful.recipes -------------------------------------------------------------------------------- /config/opencomputers/user.recipes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/opencomputers/user.recipes -------------------------------------------------------------------------------- /config/powercrystals/minefactoryreloaded/client.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/powercrystals/minefactoryreloaded/client.cfg -------------------------------------------------------------------------------- /config/powercrystals/minefactoryreloaded/common.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/powercrystals/minefactoryreloaded/common.cfg -------------------------------------------------------------------------------- /config/powercrystals/netherores/common.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/powercrystals/netherores/common.cfg -------------------------------------------------------------------------------- /config/railcraft/blocks.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/railcraft/blocks.cfg -------------------------------------------------------------------------------- /config/railcraft/items.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/railcraft/items.cfg -------------------------------------------------------------------------------- /config/railcraft/modules.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/railcraft/modules.cfg -------------------------------------------------------------------------------- /config/railcraft/railcraft.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/railcraft/railcraft.cfg -------------------------------------------------------------------------------- /config/railcraft/version.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/railcraft/version.prop -------------------------------------------------------------------------------- /config/splash.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/splash.properties -------------------------------------------------------------------------------- /config/superMassiveTech.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/superMassiveTech.cfg -------------------------------------------------------------------------------- /config/thaumcraftneiplugin.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/thaumcraftneiplugin.cfg -------------------------------------------------------------------------------- /config/thaumicenergistics.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/thaumicenergistics.cfg -------------------------------------------------------------------------------- /config/thaumicnei.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/thaumicnei.cfg -------------------------------------------------------------------------------- /config/ttCore.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/ttCore.cfg -------------------------------------------------------------------------------- /config/wailaplugins.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/wailaplugins.cfg -------------------------------------------------------------------------------- /config/witchery.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/witchery.cfg -------------------------------------------------------------------------------- /config/witchery_debug.cfg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /config/xreliquary.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/xreliquary.cfg -------------------------------------------------------------------------------- /config/xreliquary.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TPPIDev/TestPackPleaseIgnore2/HEAD/config/xreliquary.toml --------------------------------------------------------------------------------