Description
Lodgercat's Machines, Magic, and Mythics
Modpack for my friends as they need everything to be as easy to download as ever. There are no quests: this is just a compilation of fun mods to take in any direction you wish (kitchen sink). Mods include:
- All the performance mods I could find for 1.12.2 so it runs very well on medium and better computers (Phosphor/Hesperus/Alfheim Lighting Engine, Universal Tweaks, Sledgehammer CensoredASM/FermiumASM)
- Tech (Buildcraft, Industrial Craft 2 Experimental, Thermal Foundation+Expansions, Mekanism, Refined Storage, Railcraft, Advanced Rocketry, HBM's Nuclear Tech, Modular Powersuits etc.)
- Magic (Thaumcraft, Astra Sorcery, Electroblob's Wizardry)
- Farming (Pam's Harvestcraft)
- Exploration and better terrain generation (Yung's better caves/mineshafts, Biomes o Plenty, Open Terrain Generator, Additional Structures, Rockhounding etc.)
- Dungeons (Recurrent Complex, Doomlike Dungeons)
- Mobs and animals (Ice and Fire, Dungeon Mobs, Fish's Undead Rising, Mo' Creatures, Zoo and Wild Animals (ZAWA), Mutant Beasts)
- Furniture (Mr Crayfish and Macaw's)
- Guns, bombs and weapons (Flan's modern and WW2 mods, ICBM)
- Future Minecraft content includes revamped swimming, ocean update, shipwrecks, netherite etc.
- Assortment mods (Actually Additions, Open Blocks)
- Silly stuff (KFC, McDonald's, Chickens/Hatchery, Casino Craft, Rats, Narcocraft)
Pre-Generate
Use the pre-generator mod or BoP's pre-generator to prevent lag when generating chunks. Use either one by pressing O or P
IMPORTANT
Remove the Controllable mod if you want this to work when hosting this as a server, otherwise, it'll come up with a Toast Gui error and crash
You may need to turn your Mipmap level to at least 3. It will crash your game when changing this value in-game, so you can use the options.txt file in the instance's files to circumvent this
JVM Arguments:
These are taken from various Reddit or Aikar Flag's posts, or Meatball Craft. These work very well and are highly recommended to use:
Client:
Option 1: Safe choice that works, but the other two are recommended to try first
-XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
Option 2: From Meatball Craft. If it causes the game to crash immediately, try the next one
-Xss4M -Dfile.encoding=GBK -XX:+AggressiveOpts -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSConcurrentMTEnabled -XX:ParallelGCThreads=8 -Dsun.rmi.dgc.server.gcInterval=1800000 -XX:+UnlockExperimentalVMOptions -XX:+ExplicitGCInvokesConcurrent -XX:MaxGCPauseMillis=50 -XX:+AlwaysPreTouch -XX:+UseStringDeduplication -Dfml.ignorePatchDiscrepancies=true -Dfml.ignoreInvalidMinecraftCertificates=true -XX:-OmitStackTraceInFastThrow -XX:+OptimizeStringConcat -XX:+UseAdaptiveGCBoundary -XX:NewRatio=3 -Dfml.readTimeout=90 -XX:+UseFastAccessorMethods -XX:CMSInitiatingOccupancyFraction=75 -XX:+CMSScavengeBeforeRemark -XX:+UseCMSInitiatingOccupancyOnly
Option 3: Also from Meatball Craft. If this also causes the game to crash immediately, use Option 1
-XX:+UnlockExperimentalVMOptions -XX:+UnlockDiagnosticVMOptions -XX:+AlwaysActAsServerClassMachine -XX:+AlwaysPreTouch -XX:+AggressiveOpts -XX:MaxInlineLevel=15 -XX:MaxVectorSize=32 -XX:+UseCompressedOops -XX:ThreadPriorityPolicy=1 -XX:AllocatePrefetchStyle=3 -XX:+UseNUMA -XX:NmethodSweepActivity=1 -XX:ReservedCodeCacheSize=300M -XX:-DontCompileHugeMethods -XX:MaxNodeLimit=240000 -XX:NodeLimitFudgeFactor=8000 -XX:+UseFPUForSpilling -XX:+UseStringDeduplication -XX:+UseG1GC -XX:MaxGCPauseMillis=37 -XX:G1HeapRegionSize=32M -XX:G1NewSizePercent=23 -XX:G1MaxNewSizePercent=40 -XX:G1ReservePercent=20 -XX:SurvivorRatio=16 -XX:G1MixedGCCountTarget=3 -XX:G1MixedGCLiveThresholdPercent=90 -XX:InitiatingHeapOccupancyPercent=10 -XX:MaxTenuringThreshold=2 -XX:G1RSetUpdatingPauseTimePercent=0 -XX:G1SATBBufferEnqueueingThresholdPercent=30 -XX:G1ConcMarkStepDurationMillis=5.0 -XX:G1ConcRSHotCardLimit=16 -XX:G1ConcRefinementServiceIntervalMillis=150 -XX:GCTimeRatio=99 -XX:+ExplicitGCInvokesConcurrent
Server
Option 1: Aikar's flags. This will be for everyone with a default Java 8:
java -Xms16G -Xmx16G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=40 -XX:G1MaxNewSizePercent=50 -XX:G1HeapRegionSize=16M -XX:G1ReservePercent=15 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=20 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -jar forge-1.12.2-14.23.5.2860.jar -nogui
Option 2: Shenandoah
If using Java 8 with Shenandoah (from the Redhat website). You have to specifically download this, so very few people will have the necessary version:
"JAVA 8 SHENANDOAH CAPABLE VERSION JAVA.EXE FILE LOCATION" -jar -Xms16g -Xmx16g -XX:+UseShenandoahGC -XX:+UnlockExperimentalVMOptions -XX:+AlwaysPreTouch -XX:+UseStringDeduplication -Dfml.ignorePatchDiscrepancies=true -Dfml.ignoreInvalidMinecraftCertificates=true -XX:-OmitStackTraceInFastThrow -XX:+OptimizeStringConcat -Dfml.readTimeout=180 -XX:+UseLargePages -XX:+UseFastAccessorMethods -XX:+AggressiveOpts -jar forge-1.12.2-14.23.5.2860.jar nogui
List of Mods:
- BuildCraft|Transport (by Covert_Jaguar)
- Macaw's Doors (by sketch_macaw)
- Carbon Config (by Speiger)
- New TARDIS Mod (by lilithmotherofall)
- Just Enough Resources (JER) (by way2muchnoise)
- Smooth Font (by bre2el)
- BetterFps (by Guichaguri)
- Spice of Life: Carrot Edition (by lordcazsius)
- AutoRegLib (by Vazkii)
- ChiseledAdditions (by canitzp)
- Ye Olde Pack for Flan's Mod (by FlansGames)
- RandomPatches Integration (by TheRandomLabs)
- CsokiCraftUtil (by CsokiGaming)
- Click Machine (by Shadows_of_Fire)
- Additional Structures (by XxRexRaptorxX)
- Redwoods (by coderbot)
- Simple Discord RPC (by HypherionSA)
- E-Vaporate (by EwyBoy)
- LibraryEx (by LogicTechCorp)
- Tool Belt (by gigaherz)
- Just Enough Dimensions (by masady)
- Chisel (by tterrag1098)
- Controllable (Forge) (by MrCrayfish)
- Tick Dynamic (by The_Fireplace)
- GravelMiner (by BlayTheNinth)
- MrCrayfish's Furniture Mod (Legacy) (by MrCrayfish)
- Illagers+ (by LiteWolf101)
- Potion Rings (by Shivaxi)
- Rockhounding Mod: Rocks (by globbypotato)
- Mekanism Tools (by bradyaidanc)
- QuackLib (by 3xsaiko)
- Oceanic Expanse (by Sir_Squid1y)
- Treecapitator Updated (by ZenCoder)
- TickCentral (by Terminator_NL)
- UniLib (by CDAGaming_)
- Gravity Gun (by iChun)
- Improved Backpacks (by DreenDex)
- Hwyla (by TehNut)
- Controlling (by Jaredlll08)
- Modern Splash (by kappa_maintainer)
- ConnectedTexturesMod (by tterrag1098)
- Hatchery (by GenDeathrow)
- WrapUp (by TheLMiffy1111)
- Nature's Compass (by Chaosyr)
- Extra Golems (by skyjay1)
- Pam's DesertCraft (by pamharvestcraft)
- Advanced Rocketry (by zmaster587)
- Morpheus (by Quetzi)
- XP From Harvest (by RealGecko)
- Comforts (Fabric/Forge/Quilt) (by TheIllusiveC4)
- Lootr (Forge & NeoForge) (by Noobanidus)
- NetherEx (by LogicTechCorp)
- Guidebook (by gigaherz)
- Pam's BrewCraft (by pamharvestcraft)
- Macaw's Roofs (by sketch_macaw)
- [SBM] Bone Torch (by BuiltBroken)
- Trinkets and Baubles (by XzeroAir)
- NetherPortalFix (by BlayTheNinth)
- Quark Oddities (by Vazkii)
- Eye of Dragons (by mkaaay2910)
- Dynamic View[Forge] (by someaddon)
- Serene Seasons (by TheAdubbz)
- Nothirium (by meldexun)
- Thaumic Periphery (by cadaverous_queen)
- ForgeEndertech (by EnderLanky)
- Reach Fix (by meldexun)
- OreLib (by OreCruncher)
- Fixeroo (by MetallicaFan011)
- Spark Unforged (by fonnymunkey)
- YUNG's Better Caves (Forge) (by YUNGNICKYOUNG)
- Storage Drawers (by Texelsaur)
- Gotta Go Fast (by Thiakil)
- The Aether (by TheAetherTeam)
- Cherished Worlds (Fabric/Forge/NeoForge/Quilt) (by TheIllusiveC4)
- Chunk-Pregenerator (by Speiger)
- Aqua Acrobatics [Forge] (by embeddedt)
- WizardryUtils (by windanesz)
- Farming for Blockheads (by BlayTheNinth)
- Mo' Spells (Electroblob's Wizardry) (by windanesz)
- Better Golems (by baguchiMC)
- Paragliders (by Tictim)
- xXx_MoreToolMats_xXx (a PlusTiC fork without the evil, and apparently some new bugs idk) (by TeamDman)
- Stalker Creepers (by atomicstrykergrumpy)
- Tektopia Recycler (by Bletch1971)
- Fast Food (by ExpiredMinotaur)
- Macaw's Windows (by sketch_macaw)
- Silent Lib (silentlib) (by SilentChaos512)
- Snow! Real Magic! ⛄ (Neo/Forge) (by Snownee)
- Thermal Foundation (by TeamCoFH)
- Combustive Fishing (by TheIllusiveC4)
- Flux Networks (by sonar_sonic)
- Soul Shards Respawn (by TehNut)
- RSWires (by 3xsaiko)
- Macaw's Fences and Walls (by sketch_macaw)
- Bibliotheca (by EwyBoy)
- Sledgehammer (by LX_Gaming)
- Simply Jetpacks 2 (by Tomson124)
- TekTopia (by TangoTek)
- RenderLib (by meldexun)
- Enchanting Plus (by DarkhaxDev)
- Mixin 0.7-0.8 Compatibility (by NotStirred)
- ModularUI (by CleanroomMC)
- Better Third Person (by Socolio)
- RLTweaker2 (by meldexun)
- Doomlike Dungeons (by JaredBGreat)
- Flan's Mod: Legacy (by FlansGames)
- JEI Integration (by SnowShock35)
- Potion Core (by Tmtravlr)
- Basic Nether Ores [Forge/Fabric] (by cScotPlay)
- Roughly Enough IDs (by Lily)
- Pam's Llama Milking (by pamharvestcraft)
- DeathQuotes / Death Quotes (by lordcazsius)
- LibVulpes (by zmaster587)
- Simple Homes (by Bobsans)
- AOBD/JAOPCA Ore Chunks (by RCXcrafter)
- Kehaan Advancements (by LCLC98)
- Macaw's Furniture (by sketch_macaw)
- TekTopia Information (by Bletch1971)
- Rats (by sbom_xela)
- Redstone Arsenal (by TeamCoFH)
- Dynamic Surroundings (by OreCruncher)
- Tektopia Harvestcraft Compat (by almightytallestred)
- UniDict (by WanionCane)
- Jade 🔍 (by Snownee)
- Waddles (by Girafi)
- Biome Bundle O Plenty (by mc_pitman)
- Chickens (by setycz)
- The Twilight Forest (by Benimatic)
- Hat Stand (by iChun)
- Deep Mob Learning (by IterationFunk)
- ShadowMC (by ShadowfactsDev)
- Cooking for Blockheads (by BlayTheNinth)
- Majrusz's Enchantments (by Majrusz17)
- iChunUtil (by iChun)
- Pam's HarvestCraft (by pamharvestcraft)
- Tinkers Construct (by mDiyo)
- Macaw's Paths and Pavings (by sketch_macaw)
- Industrial Meat (by abused_master)
- Structurize (by Raycoms)
- CB Multipart (by covers1624)
- Checklist (by LCLC98)
- Just A Raft Mod (by Mrbysco)
- SuperMartijn642's Core Lib (by SuperMartijn642)
- Akashic Tome (by Vazkii)
- ICBM - Interconnected Block Missiles (by QueenOfMissiles)
- Entity Culling (by meldexun)
- CoroUtil (by Corosus)
- Champions (by TheIllusiveC4)
- Healing Bed (by noxgame1230)
- Iridium Source (by user_30267767)
- GeckoLib (by Gecko)
- The Aether's Baubles (by Henrykado)
- Guide-API (by TehNut)
- Reborn Storage (by Gigabit101)
- Bookshelf (by DarkhaxDev)
- Better Animals Plus (by cybercat5555)
- AppleCore (by squeek502)
- Mutant Beasts (by Chumbanotz)
- Hats (by iChun)
- Faster Ladder Climbing (by maddachshund)
- Astral Sorcery (by HellFirePvP)
- Rockhounding Mod: Chemistry (by globbypotato)
- Chocolate Quest Repoured (by Lordepos)
- Underground Biomes (by Kreezxil)
- Inventory Tweaks [1.12 only] (by JimeoWan)
- Potion Descriptions (Forge) (by azmalent)
- Electroblob's Wizardry (by Electroblob)
- Ksyxis (by VidTu)
- Wizardry Golems (by windanesz)
- Trumpet Skeleton (by jamieswhiteshirt_)
- MrTJPCore (by MrTJP)
- Spell Bundle (Electroblob's Wizardry) (by windanesz)
- BuildCraft|Factory (by Covert_Jaguar)
- CoFH World (by TeamCoFH)
- Nether Ores Plus+ (by TrueRealCursed_Warrior)
- SodiumCraft (by CsokiGaming)
- Baubles (by Azanor13)
- Scannable (by Sangar)
- Default Options (by BlayTheNinth)
- Just Enough HarvestCraft (JEHC) (by mrapplexz)
- Inventory Pets (by Purplicious_Cow_)
- Ice and Fire: Dragons (by sbom_xela)
- Unlimited Chisel Works (by asiekierka)
- CraftTweaker (by Jaredlll08)
- LootTweaker (by Daomephsta)
- What's That Slot? (by Gegy)
- bspkrsCore Updated (by ZenCoder)
- MCMultiPart (by amadornes)
- Tektopia Trader (by Bletch1971)
- OpenBlocks (by OpenMods)
- FermiumASM (by fonnymunkey)
- Roost (by timrwood)
- Tree Growing Simulator (by tterrag1098)
- SimpleZoom (by UnRealDinnerbone)
- NEW Better McDonald's Mod: What's Missing From The Original (by starconverse46)
- Open Terrain Generator (OTG) (by team_otg)
- Actually Additions (by Ellpeck)
- Shadowfacts' Forgelin (by ShadowfactsDev)
- Refined Storage Addons (by raoulvdberge)
- McHorse's McLib (by McHorse)
- Better Biome Blend (by FionaTheMortal)
- Quark (by Vazkii)
- NarcoCraft (by davidvd113)
- Culinary Construct (Forge/Fabric/Quilt) (by TheIllusiveC4)
- WW2 Pack for Flan's Mod (by FlansGames)
- WanionLib (by WanionCane)
- Placebo (by Shadows_of_Fire)
- Roguelike Dungeons -- Fnar's Edition (by FnarDotTv)
- Biomes O' Plenty (by Forstride)
- Just Enough Calculation (by towdium)
- OpenModsLib (by OpenMods)
- BountifulBaubles (by Cursed1nferno)
- Zombie Awareness (by Corosus)
- Buildcraft Compat (by Forge_User_75087269)
- Yet Another Recipe Conflict Fixer (YARCF) (by SirOMGitsYOU)
- MixinBootstrap (by LX_Gaming)
- Mantle (by mDiyo)
- Zoo & Wild Animals Rebuilt : ZAWA (by SoggyStache)
- FastFurnace (by Shadows_of_Fire)
- Patchouli (by Vazkii)
- Mouse Tweaks (by YaLTeR)
- Neat (by Vazkii)
- LagGoggles (by Terminator_NL)
- LLibrary (by MCModDev)
- SuperMartijn642's Config Lib (by SuperMartijn642)
- Tektopia Tinker (by Bletch1971)
- Red Core (by Desoroxxx)
- Snad (by TheRoBrit)
- BuildCraft|Core (by Covert_Jaguar)
- Reborn Core (by modmuss50)
- Actually Baubles (by Jacky)
- Let Sleeping Dogs Lie (Forge) (by iChun)
- Exotic Birds (by ThePavoReality)
- Advanced Hook Launchers (by EnderLanky)
- FPS Reducer (by bre2el)
- Max Potion ID Extender (by zabi94)
- Electroblob's Wizardry: Twilight Forest Spell Pack (by Electroblob)
- Bed Patch (by Mordenkainen3141)
- Rebind Narrator (by quat)
- Dungeon Mobs Reborn (by sunconure11)
- Large Ore Deposits (by EnderLanky)
- Morph-o-Tool (by Vazkii)
- Rockhounding Mod: Core (by globbypotato)
- Chameleon (by Texelsaur)
- Powered Thingies (by face_of_cat)
- Industrial Craft (by sfPlayer1)
- Mekanism Generators (by bradyaidanc)
- In Control! (by McJty)
- Rockhounding Mod: Surface (by globbypotato)
- Fusion (Connected Textures) (by SuperMartijn642)
- Refined Storage: Requestify (by Buuz135)
- QuickTeleports (by itsmeowdev)
- CraftPresence (by CDAGaming_)
- Mo' Creatures Extended (by ACGaming)
- Craftable Saddles (by alexdaum1)
- BuildCraft|Builders (by Covert_Jaguar)
- Railcraft (by Covert_Jaguar)
- Extra Rails (by ShadowfactsDev)
- Scaling Health (by SilentChaos512)
- Future MC (by thedarkcolour)
- YUNG's Better Mineshafts (Forge) (by YUNGNICKYOUNG)
- AppleSkin (by squeek502)
- Shipwrecks! (by ThWinslow)
- ContainerFix (by Tschipp)
- OAuth (by Sintinium)
- Universal Tweaks (by ACGaming)
- Power Chisels (by trinsdar)
- Chisel Plus (by Phantom_PXL)
- Bookworm (by SoggyStache)
- More Chickens (by GenDeathrow)
- Client Tweaks (by BlayTheNinth)
- Particle Culling (by bl4ckscor3)
- SteveKunG's Lib (by SteveKunG)
- ConfigAnytime (by CleanroomMC)
- Numina (by machinemuse)
- Tips (by DarkhaxDev)
- Thermal Dynamics (by TeamCoFH)
- The Beneath (by Shinoow)
- Beasts (by Coda1552)
- Spartan Weaponry (by ObliviousSpartan)
- Cosmetic Armor Reworked (by LainMI)
- BuildCraft|Energy (by Covert_Jaguar)
- Modular Powersuits (by machinemuse)
- Bloodmoon (by Lumien231)
- JAOPCA (by TheLMiffy1111)
- Iron Chests (by ProgWML6)
- Tomb Many Graves 2 (by M4thG33k)
- Better Advancements (by way2muchnoise)
- A Block of Charcoal (by TurkeyDev)
- Hbm's Nuclear Tech Mod Reloaded (by TheOriginalGolem)
- Fluidlogged API (by jbredwards)
- Ender Quarry (by SanderWxD)
- Reap Mod (by henkelmax)
- Mekanism (by bradyaidanc)
- Common Capabilities (by kroeser)
- Baby Mobs (by Furgl)
- RandomPatches (Forge) (by TheRandomLabs)
- Thermal Cultivation (by TeamCoFH)
- Minerva Library (by zabi94)
- Simple Parts Pack for Flan's Mod (by FlansGames)
- Mowzie's Mobs (by bobmowzie)
- Aquaculture 2 (by Shadow)
- Ding (Forge) (by iChun)
- Stygian End: Biome Expansion (by super_fluke)
- Thermal Innovation (by TeamCoFH)
- Thaumic Inventory Scanning (Thaumcraft Addon) (by BlayTheNinth)
- Clipboard (by ShadowfactsDev)
- Extra Alchemy (by zabi94)
- ChocoCraft (by clienthax)
- ReAuth (by TechnicianLP)
- The Erebus (by vadis365)
- Thaumic Augmentation (by TheCodex6824)
- Macaw's Bridges (by sketch_macaw)
- Find Your Way (by Yavin7)
- CreativeCore (by CreativeMD)
- Better Than Bunnies (Forge) (by iChun)
- Enchantment Descriptions (by DarkhaxDev)
- Modern Weapons Pack for Flan's Mod (by FlansGames)
- Cyclops Core (by kroeser)
- Statues (by ShyNieke)
- Clear Water (by PricelessKoala)
- Connected Glass (by SuperMartijn642)
- Just Another Rotten Flesh to Leather Mod (by alexdaum1)
- LootBags (by Mina_the_Engineer)
- Unforgiving Void (by The_Fireplace)
- Performant (by someaddon)
- MixinBooter (by CleanroomMC)
- MekanismOres (by phantamanta44)
- Bring Me The Rings! (by zabi94)
- CodeChicken Lib 1.8.+ (by covers1624)
- Fairy Lights (by pau101)
- Forestry (by mezz)
- DimensionalDoors (by DimensionalDevelopment)
- BiomeTweaker (by superckl)
- CasinoCraft (by Epidra2077)
- Recurrent Complex (by Ivorius)
- Friendly Fire (by DarkhaxDev)
- Platforms (by ShetiPhian)
- ShetiPhianCore (by ShetiPhian)
- JourneyMap (by techbrew)
- Energy Converters (by xalcon)
- TrashSlot (by BlayTheNinth)
- Artifacts (by ochotonida)
- Tesla Core Lib (by face_of_cat)
- Fish's Undead Rising (by fish0016054)
- Alfheim Lighting Engine (by Desoroxxx)
- Macaw's Trapdoors (by sketch_macaw)
- Better Than Llamas (Forge) (by iChun)
- BetterNether (by Quiqueck)
- Thaumcraft (by Azanor13)
- SecretRoomsMod (by AbrarSyed)
- Thermal Expansion (by TeamCoFH)
- Pam's Cookables - Pam's Harvestcraft Addon (by BloodWorkXGaming)
- IvToolkit (by Ivorius)
- Simple Planes (Forge) (by przemykomo)
- Binnie's Mods Patched (by ACGaming)
- Macaw's Lights and Lamps (by sketch_macaw)
- Bad Wither No Cookie - Reloaded (by Kreezxil)
- Buildcraft Fluxified (by RainbowTabitha)
- Advanced Solar Panels (by Chocohead)
- Industrial Foregoing (by Buuz135)
- Refined Storage (by raoulvdberge)
- Had Enough Items (by CleanroomMC)
- Extra Utilities (by RWTema)
- Redstone Flux (by TeamCoFH)
- Wither Skeleton Tweaks (by Shadows_of_Fire)
- FermiumBooter (by fonnymunkey)
- CoFH Core (by TeamCoFH)
- KFC Experimental (by alobin90_ru)
- Durability Tooltip (by SuperMartijn642)


