2024-03-07 18:30:09 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > LE | Credits< / title >
< link rel = "icon" type = "image/png" href = "media/logo.png" >
< link rel = "stylesheet" href = "media/style.css" >
< link href = "https://fonts.bunny.net/css?family=Space+Grotesk:wght@500&display=swap" rel = "stylesheet" >
< link rel = "stylesheet" href = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" >
< meta content = "Lethal-Extended" property = "og:title" / >
< meta content = "Lethal Company, but better." property = "og:description" / >
< meta content = "https://lethal.pengucc.com" property = "og:url" / >
< meta content = "https://lethal.pengucc.com/media/logo.png" property = "og:image" / >
< meta content = "#d81713" data-react-helmet = "true" name = "theme-color" / >
< / head >
< body >
< script src = "https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js" > < / script >
< nav class = "desktop_navbar" >
< a href = "index.html" > < img class = "desktop_navbar_logo_img" src = "media/logo.png" width = "96" height = "64" alt = "logo" > < / a >
2024-03-15 08:45:47 +00:00
< script type = 'text/javascript' src = 'https://storage.ko-fi.com/cdn/widget/Widget_2.js' > < / script > < script type = 'text/javascript' > kofiwidget2 . init ( 'Support Us on Ko-fi' , '#292d2e' , 'N4N5CAT52' ) ; kofiwidget2 . draw ( ) ; < / script >
2024-03-13 05:09:54 +00:00
< a href = "https://merch.lethal-extended.com" class = "desktop_navbar_link" > Merch< / a >
< a href = "./aboutus.html" class = "desktop_navbar_link" > About Us< / a >
2024-03-07 18:30:09 +00:00
< a href = "./credits.html" class = "desktop_navbar_link" > Credits< / a >
2024-04-14 09:12:30 +00:00
< a href = "./projects.html" class = "desktop_navbar_link" > Projects< / a >
2024-04-15 19:02:40 +00:00
< a class = "desktop_navbar_link scroll" > Current Version: 0.4.7< / a >
2024-03-07 18:30:09 +00:00
< div class = "desktop_navbar_link2_div" >
< a href = "./branches.html" class = "desktop_navbar_link2" > Download< / a >
< / div >
< / div >
< / nav >
< div class = "mobile_navbar" >
< a href = "#" class = "mobile_navbar_logo_img_a" > < img class = "mobile_navbar_logo_img" src = "media/logo.png" alt = "logo" > < / a >
< div id = "mobile_navbar_links" >
< a class = "mobile_navbar_link" onclick = "mobile_navbar_link_hider()" href = "https://ko-fi.com/pengucc" > Donate< / a >
2024-03-13 05:09:54 +00:00
< a class = "mobile_navbar_link" onclick = "mobile_navbar_link_hider()" href = "https://merch.lethal-extended.com" > Merch< / a >
< a class = "mobile_navbar_link" onclick = "mobile_navbar_link_hider()" href = "./aboutus.html" > About Us< / a >
< a class = "mobile_navbar_link" onclick = "mobile_navbar_link_hider()" href = "./credits.html" > Credits< / a >
2024-03-07 18:30:09 +00:00
< / div >
< div class = "icon" onclick = "mobile_navbar_link_hider()" >
< i class = "fa fa-bars" > < / i >
< / div >
< script >
function mobile_navbar_link_hider() {
var x = document.getElementById("mobile_navbar_links");
if (x.style.display === "flex") {
x.style.display = "none";
} else {
x.style.display = "flex";
}
}
< / script >
< / div >
< div class = "mainflex" >
< div class = "credits-background" >
< a class = "main1_logo_a" href = "index.html" >
< / a >
< div class = "main1_description" >
< / div >
< div class = "main1_ipcopier_div" >
< / div >
< a href = "#more" class = "scroll" >
< / a >
< script >
const scrollLinks = document.querySelectorAll('.scroll');
scrollLinks.forEach(function(link) {
link.addEventListener('click', function(event) {
event.preventDefault();
const target = document.querySelector(link.getAttribute('href'));
const offsetTop = target.offsetTop;
window.scrollTo({
top: offsetTop,
behavior: 'smooth'
});
});
});
< / script >
< / div >
< div id = "more" > < / div >
< div class = "main2" >
< a class = "headline" > Credits< / a >
< div class = "main2_features_div" >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/morecompany.png" >
< a class = "main2_feature_headline" > More Company< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/notnotnotswipez/MoreCompany/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Steven-Custom_Boombox_Music-1.4.0.png.128x128_q95.png" >
< a class = "main2_feature_headline" > Custom Boombox Music< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Steven/Custom_Boombox_Music/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Giltong-LethalCompanyDRP-1.3.6.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > LethalCompanyDRP< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Giltong/LethalCompanyDRP/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/x753-Mimics-2.3.1.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > Mimics< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/x753/Mimics/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/x753-More_Suits-1.4.1.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > More Suits< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/x753/More_Suits/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Midge-PushCompany-1.2.0.png.128x128_q95.png" >
< a class = "main2_feature_headline" > Push Company< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Midge/PushCompany/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/sunnobunno-ScalingStartCredits-1.0.1.png.128x128_q95.png" >
< a class = "main2_feature_headline" > ScalingStartCredits< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/ZG/ScalingStartCredits/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/PXC-ShipLootPlus-1.0.0.png.128x128_q95.png" >
< a class = "main2_feature_headline" > Ship Loot Plus< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/PXC/ShipLootPlus/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/qwbarch-Mirage-1.0.16.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > Mirage< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/qwbarch/Mirage/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/EliteMasterEric-SlimeTamingFix-1.0.2.png.128x128_q95.png" >
< a class = "main2_feature_headline" > SlimeTamingFix< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/EliteMasterEric/SlimeTamingFix/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/FlawTECH-DisableIntroSpeaker-1.1.0.png.128x128_q95.png" >
< a class = "main2_feature_headline" > DisableIntroSpeaker< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/FlawTECH/DisableIntroSpeaker/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/SlushyRH-FreeeeeeMoooooons-1.0.1.png.128x128_q95.png" >
< a class = "main2_feature_headline" > FreeeeeeMoooons< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/SlushyRH/FreeeeeeMoooooons/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/ATK-UnlimitedPaint-0.9.0.png.128x128_q95.png" >
< a class = "main2_feature_headline" > UnlimitedPaint< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/ATK/UnlimitedPaint/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/KlutzyBubbles-BetterEmotes-1.4.4.png.128x128_q95.png" >
< a class = "main2_feature_headline" > BetterEmotes< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/KlutzyBubbles/BetterEmotes/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
2024-04-14 04:31:40 +00:00
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Coppertiel-MaskedEnemyOverhaulFork-3.2.0.png.128x128_q95.png" >
< a class = "main2_feature_headline" > MaskedEnemyOverhaulFork< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Coppertiel/MaskedEnemyOverhaulFork/" > Thunderstore Page< / a >
2024-03-07 18:30:09 +00:00
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/MoonJuice-SprintLadderFix-1.0.0.png.128x128_q95.png" >
< a class = "main2_feature_headline" > SprintLadderFix< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/MoonJuice/SprintLadderFix/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Evaisa-LethalLib-0.10.1.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > LethalLib< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Evaisa/LethalLib/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Evaisa-LethalThings-0.8.8.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > LethalThings< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Evaisa/LethalThings/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/SirTyler-BetterTeleporter-1.2.2.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > BetterTeleporter< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/SirTyler/BetterTeleporter/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Rattenbonkers-Boombox_Autonext-1.0.0.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > BoomBox Autonext< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Rattenbonkers/Boombox_Autonext/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/TV23-BoomBoxNoPower-1.0.0.png.128x128_q95.png" >
< a class = "main2_feature_headline" > BoomBoxNoPower< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/TV23/BoomBoxNoPower/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/akechii-DiscountAlert-2.3.0.png.128x128_q95.png" >
< a class = "main2_feature_headline" > DiscountAlert< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/akechii/DiscountAlert/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Ozone-BepInUtils-1.2.1.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > BepInUtils< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Ozone/BepInUtils/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/OE_Tweaks-Possessed_Masks-2.0.1.png.128x128_q95.png" >
< a class = "main2_feature_headline" > Possessed Masks< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/OE_Tweaks/Possessed_Masks/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/LethalOrg-ProgressiveDeadline-2.0.0.png.128x128_q95.png" >
< a class = "main2_feature_headline" > ProgressiveDeadline< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/LethalOrg/ProgressiveDeadline/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Nebulaetrix-YieldDmgTweak-1.0.0.png.128x128_q95.png" >
< a class = "main2_feature_headline" > YieldDmgTweak< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Nebulaetrix/YieldDmgTweak/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/ViViKo-NoSellLimit-1.0.1.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > NoSellLimit< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/ViViKo/NoSellLimit/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/MegaPiggy-BuyableShotgunShells-1.0.1.png.128x128_q95.png" >
< a class = "main2_feature_headline" > BuyableShotgunShells< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/MegaPiggy/BuyableShotgunShells/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/MegaPiggy-BuyableShotgun-1.0.0.png.128x128_q95.png" >
< a class = "main2_feature_headline" > BuyableShotgun< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/MegaPiggy/BuyableShotgun/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Hexnet111-SuitSaver-1.1.2.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > SuitSaver< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Hexnet111/SuitSaver/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Jamil-Corporate_Restructure-1.0.5.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > Corporate Restructure< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Jamil/Corporate_Restructure/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Piggy-ShowCapacity-1.0.7.png.128x128_q95.png" >
< a class = "main2_feature_headline" > ShowCapacity< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Piggy/ShowCapacity/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/malco-Lategame_Upgrades-2.8.6.png.128x128_q95.png" >
< a class = "main2_feature_headline" > Lategame Upgrades< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/malco/Lategame_Upgrades/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Silvercore-Permanent_Ladder-1.0.3.png.128x128_q95.png" >
< a class = "main2_feature_headline" > Permanent Ladder< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Silvercore/Permanent_Ladder/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/FlipMods-TooManyEmotes-1.7.6.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > TooManyEmotes< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/FlipMods/TooManyEmotes/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/xCeezy-LethalEscape-0.8.5.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > LethalEscape< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/xCeezy/LethalEscape/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/TheFluff-FairAI-1.2.7.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > FairAI< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/TheFluff/FairAI/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/kuba6000-LC_Masked_Fix-0.0.1.png.128x128_q95.png" >
< a class = "main2_feature_headline" > LCMaskedFix< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/kuba6000/LC_Masked_Fix/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/ViViKo-ItemClippingFix-1.1.3.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > ItemClippingFix< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/ViViKo/ItemClippingFix/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/LethalAPI-LethalAPI_Terminal-1.0.1.png.128x128_q95.png" >
< a class = "main2_feature_headline" > LethalAPI_Terminal< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/LethalAPI/LethalAPI_Terminal/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/FlipMods-ReservedItemSlotCore-1.8.7.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > ReservedItemSlotCore< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/FlipMods/ReservedItemSlotCore/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/FlipMods-ReservedFlashlightSlot-1.5.8.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > ReservedFlashlightSlot< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/FlipMods/ReservedFlashlightSlot/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/FlipMods-ReservedWalkieSlot-1.5.4.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > ReservedWalkieSlot< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/FlipMods/ReservedWalkieSlot/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Kittenji-Groan_Tube_Scrap-1.0.1.png.128x128_q95.png" >
< a class = "main2_feature_headline" > GroanTubeScrap< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Kittenji/Groan_Tube_Scrap/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/NomnomAB-RollingGiant-2.4.3.png.128x128_q95.png" >
< a class = "main2_feature_headline" > RollingGiant< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/NomnomAB/RollingGiant/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Badham_Mods-SCPFoundationDungeon-2.2.0.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > SCPFoundationDungeon< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Badham_Mods/SCPFoundationDungeon/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Piggy-LC_Office-0.1.3.png.128x128_q95.png" >
< a class = "main2_feature_headline" > LC Office< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Piggy/LC_Office/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
2024-04-14 04:31:40 +00:00
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Zhelderon-LethalLevelLoaderFixed-1.1.0.png.128x128_q95.png" >
< a class = "main2_feature_headline" > LethalLevelLoaderFixed< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Zhelderon/LethalLevelLoaderFixed/" > Thunderstore Page< / a >
2024-03-07 18:30:09 +00:00
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/xilophor-LethalNetworkAPI-2.1.1.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > LethalNetworkAPI< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/xilophor/LethalNetworkAPI/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Lordfirespeed-OdinSerializer-2022.11.9.png.128x128_q95.png" >
< a class = "main2_feature_headline" > OdinSerializer< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Lordfirespeed/OdinSerializer/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/jaspercreations-Scopophobia-1.0.2.png.128x128_q95.png" >
< a class = "main2_feature_headline" > Scopophobia< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/jaspercreations/Scopophobia/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Hardy-LCMaxSoundsFix-1.0.0.png.128x128_q95.png" >
< a class = "main2_feature_headline" > LCMaxSoundsFix< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Hardy/LCMaxSoundsFix/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/EliteMasterEric-Coroner-1.6.0.png.128x128_q95.png" >
< a class = "main2_feature_headline" > Coroner< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/EliteMasterEric/Coroner/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Ryokune-Better_Lobbies-1.0.5.png.128x128_q95.png" >
< a class = "main2_feature_headline" > Better Lobbies< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Ryokune/Better_Lobbies/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Theronguard-Emergency_Dice-1.1.4.png.128x128_q95.png" >
< a class = "main2_feature_headline" > Emergency Dice< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Theronguard/Emergency_Dice/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Mellowdy-HandheldMap-1.3.2.png.128x128_q95.png" >
< a class = "main2_feature_headline" > HandheldMap< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Mellowdy/HandheldMap/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/SillySquad-Arachnophilia-1.2.1.png.128x128_q95.png" >
< a class = "main2_feature_headline" > Arachnophilia< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/SillySquad/Arachnophilia/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Pee_John_Labs-Lethal_Master_Chief-0.1.0.png.128x128_q95.png" >
< a class = "main2_feature_headline" > Master Chief< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Pee_John_Labs/Lethal_Master_Chief/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Zaggy1024-OpenBodyCams-1.1.2.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > OpenBodycams< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Zaggy1024/OpenBodyCams/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Forellma-Bracken_Jammer-1.0.1.png.128x128_q95.png" >
< a class = "main2_feature_headline" > Bracken Jammer< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Forellma/Bracken_Jammer/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Rolevote-The_Fiend-1.0.4.png.128x128_q95.png" >
< a class = "main2_feature_headline" > The Fiend< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Rolevote/The_Fiend/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/x753-Peepers-0.9.4.png.128x128_q95.png" >
< a class = "main2_feature_headline" > Peepers< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/x753/Peepers/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/ShaosilGaming-FlashlightFix-1.1.0.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > FlashlightFix< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/ShaosilGaming/FlashlightFix/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Bobbie-MetalRecharging-1.0.0.png.128x128_q95.png" >
< a class = "main2_feature_headline" > MetalRecharging< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Bobbie/MetalRecharging/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/mrgrm7-LethalCasino-0.2.2.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > LethalCasino< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/mrgrm7/LethalCasino/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/scoopy-Scoopys_Variety_Mod-1.2.0.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > ScoopysVarietyMod< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/scoopy/Scoopys_Variety_Mod/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Verity-TooManySuits-1.0.5.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > TooManySuits< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Verity/TooManySuits/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Bobbie-NAudio-2.2.2.png.128x128_q95.png" >
< a class = "main2_feature_headline" > NAudio< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Bobbie/NAudio/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Bobbie-UniTask-2.5.0.png.128x128_q95.png" >
< a class = "main2_feature_headline" > UniTask< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Bobbie/UniTask/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/qwbarch-BarchLib-1.0.0.png.128x128_q95.png" >
< a class = "main2_feature_headline" > BarchLib< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/qwbarch/BarchLib/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/lumiet-Marble_Glow_Suits-1.0.4.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > Marble Glow Suits< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/lumiet/Marble_Glow_Suits/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/AudioKnight-StarlancerAIFix-3.3.0.png.128x128_q95.png" >
< a class = "main2_feature_headline" > StarlancerAIFix< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/AudioKnight/StarlancerAIFix/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Wagmi-CompanySuits-1.0.3.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > CompanySuits< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Wagmi/CompanySuits/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Lauriichan-FriendPatches-1.0.2.png.128x128_q95.png" >
< a class = "main2_feature_headline" > FriendPatches< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Lauriichan/FriendPatches/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Sparble-FacelessStalker-1.0.1.png.128x128_q95.png" >
< a class = "main2_feature_headline" > FacelessStalker< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Sparble/FacelessStalker/" > Thunderstore Page< / a >
< / div >
2024-03-07 21:41:17 +00:00
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Ccode_lang-SirenHead-1.1.1.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > SirenHead< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Ccode_lang/SirenHead/" > Thunderstore Page< / a >
< / div >
2024-03-09 06:22:58 +00:00
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/zealsprince-Locker-0.13.1.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > Locker< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/zealsprince/Locker/" > Thunderstore Page< / a >
< / div >
2024-03-10 16:02:21 +00:00
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Aliaks-BetterDynamicScrapsAmount-1.0.0.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > BetterDynamic ScrapsAmount< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Aliaks/BetterDynamicScrapsAmount/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/mrov-LightsOut-0.0.6.png.128x128_q95.png" >
< a class = "main2_feature_headline" > LightsOut< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/mrov/LightsOut/" > Thunderstore Page< / a >
< / div >
2024-03-15 08:45:47 +00:00
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/SweetOnion-LethalSnap-1.5.5.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > LethalSnap< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/SweetOnion/LethalSnap/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/veri-ShipWindows-2.0.1.png.128x128_q95.png" >
< a class = "main2_feature_headline" > ShipWindows< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/veri/ShipWindows/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Woecust-Immersive_Visor-0.3.1.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > ImmersiveVisor< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Woecust/Immersive_Visor/" > Thunderstore Page< / a >
< / div >
2024-03-16 17:54:13 +00:00
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/EladNLG-EladsHUD-1.2.1.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > EladsHUD< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/EladNLG/EladsHUD/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/SylviBlossom-TerminalConflictFix-1.2.2.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > TerminalConflictFix< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/SylviBlossom/TerminalConflictFix/" > Thunderstore Page< / a >
< / div >
2024-03-18 08:14:09 +00:00
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/XuXiaolan-TheGiantSpecimens-1.6.3.png.128x128_q95.png" >
< a class = "main2_feature_headline" > TheGiantSpecimens< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/XuXiaolan/TheGiantSpecimens/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Darkbrewery-Emblem-1.0.5.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > Emblem< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Darkbrewery/Emblem/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/mattymatty-AsyncLoggers-1.2.6.png.128x128_q95.png" >
< a class = "main2_feature_headline" > AsyncLoggers< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/mattymatty/AsyncLoggers/" > Thunderstore Page< / a >
< / div >
2024-03-18 08:59:57 +00:00
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Sophisticasean-KeysLockDoors-1.1.2.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > KeysLockDoors< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Sophisticasean/KeysLockDoors/" > Thunderstore Page< / a >
< / div >
2024-03-20 03:18:43 +00:00
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Tolian-EchoReach-0.3.7.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > EchoReach< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Tolian/EchoReach/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Tolian-Maritopia-0.4.9.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > Maritopia< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Tolian/Maritopia/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Garf-MissileTurrets-1.3.0.png.128x128_q95.png" >
< a class = "main2_feature_headline" > MissileTurrets< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Garf/MissileTurrets/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/FlipMods-HotbarPlus-1.5.10.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > HotbarPlus< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/FlipMods/HotbarPlus/" > Thunderstore Page< / a >
2024-03-18 20:14:34 +00:00
< / div >
< div class = "main2_feature" >
2024-03-20 03:18:43 +00:00
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Zaggy1024-NutcrackerFixes-1.2.2.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > NutcrackerFixes< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Zaggy1024/NutcrackerFixes/" > Thunderstore Page< / a >
2024-03-18 20:14:34 +00:00
< / div >
2024-03-20 08:42:31 +00:00
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Wolf11221-SpaceShipDoor-1.0.1.png.128x128_q95.png" >
< a class = "main2_feature_headline" > SpaceShipDoor< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Wolf11221/SpaceShipDoor/" > Thunderstore Page< / a >
< / div >
2024-03-23 18:26:36 +00:00
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Sigurd-CSync-3.1.1.png.128x128_q95.png" >
< a class = "main2_feature_headline" > Csync< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Sigurd/CSync/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/DiFFoZ-BepInEx_Faster_Load_AssetBundles_Patcher-0.0.2.png.128x128_q95.png" >
< a class = "main2_feature_headline" > AssetBundlesPatcher< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/DiFFoZ/BepInEx_Faster_Load_AssetBundles_Patcher/" > Thunderstore Page< / a >
< / div >
2024-03-24 06:24:19 +00:00
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/AinaVT-LethalConfig-1.4.0.png.128x128_q95.png" >
< a class = "main2_feature_headline" > LethalConfig< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/AinaVT/LethalConfig/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/amnsoft-EmployeeAssignments-1.1.0.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > EmployeeAssignments< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/amnsoft/EmployeeAssignments/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Dev1A3-EmployeeAssignments_Updater_Fix-1.0.0.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > AssignmentsUpdaterFix< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Dev1A3/EmployeeAssignments_Updater_Fix/" > Thunderstore Page< / a >
< / div >
2024-03-28 00:42:31 +00:00
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Scintesto-Monster_Plushies-1.2.3.png.128x128_q95.png" >
< a class = "main2_feature_headline" > MonsterPlushies< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Scintesto/Monster_Plushies/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/TestAccount666-AutomaticInventoryFixPlugin-1.0.0.png.128x128_q95.png" >
< a class = "main2_feature_headline" > AutomaticInventoryFixPlugin< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/TestAccount666/AutomaticInventoryFixPlugin/" > Thunderstore Page< / a >
< / div >
2024-03-29 08:03:09 +00:00
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Ceelery-Kast-1.0.3.png.128x128_q95.png" >
< a class = "main2_feature_headline" > Kast< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Ceelery/Kast/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/jockie-LethalExpansionCore-1.3.15.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > LethalExpansionCore< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/jockie/LethalExpansionCore/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Magic_Wesley-Desolation-1.1.1.png.128x128_q95.png" >
< a class = "main2_feature_headline" > Desolation< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Magic_Wesley/Desolation/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/quackandcheese-ToggleMute-1.3.1.png.128x128_q95.png" >
< a class = "main2_feature_headline" > ToggleMute< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/quackandcheese/ToggleMute/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Rune580-LethalCompany_InputUtils-0.7.1.png.128x128_q95.png" >
< a class = "main2_feature_headline" > InputUtils< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Rune580/LethalCompany_InputUtils/" > Thunderstore Page< / a >
< / div >
2024-04-03 21:41:28 +00:00
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/BunyaPineTree-ModelReplacementAPI-2.4.0.png.128x128_q95.png" >
< a class = "main2_feature_headline" > ModelReplacementAPI< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/BunyaPineTree/ModelReplacementAPI/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Hexa-Hexas_Cosmetics-0.0.2.png.128x128_q95.png" >
< a class = "main2_feature_headline" > HexasCosmetics< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Hexa/Hexas_Cosmetics/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Keldos-RatScrap-1.1.1.png.128x128_q95.png" >
< a class = "main2_feature_headline" > RatScrap< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Keldos/RatScrap/" > Thunderstore Page< / a >
< / div >
2024-04-11 20:43:54 +00:00
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/Bob123-Haunted_Harpist-1.3.8.png.128x128_q95.png" >
< a class = "main2_feature_headline" > HauntedHarpist< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/Bob123/Haunted_Harpist/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/linkoid-DissonanceLagFix-1.0.0.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > DissonanceLagFix< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/linkoid/DissonanceLagFix/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/mattymatty-TooManyItems-1.0.0.png.128x128_q95.png" >
< a class = "main2_feature_headline" > TooManyItems< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/mattymatty/TooManyItems/" > Thunderstore Page< / a >
< / div >
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/MegaPiggy-EnumUtils-1.0.3.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > EnumUtils< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/MegaPiggy/EnumUtils/" > Thunderstore Page< / a >
< / div >
2024-04-15 19:02:40 +00:00
< div class = "main2_feature" >
< img class = "main2_feature_img" alt = "Feature Image" src = "media/credits/mods/LSLS-Helldiver_Suit-1.0.1.png.128x128_q95.jpg" >
< a class = "main2_feature_headline" > Helldiver Suit< / a >
< a class = "main2_feature_text" href = "https://thunderstore.io/c/lethal-company/p/LSLS/Helldiver_Suit/" > Thunderstore Page< / a >
< / div >
2024-03-07 18:30:09 +00:00
< / div >
< / div >
< / div >
< / body >
< / html >