You are viewing a potentially older version of this package. View all versions.
Legoking236-MinecraftSpiderMod-2.0.1 icon

MinecraftSpiderMod

A Lethal Company mod that replaces the current spider model and sounds with the Minecraft spider model and sounds.

Date uploaded 4 months ago
Version 2.0.1
Download link Legoking236-MinecraftSpiderMod-2.0.1.zip
Downloads 67780
Dependency string Legoking236-MinecraftSpiderMod-2.0.1

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

MinecraftSpiderMod

A Lethal Company mod that replaces the current spider model and sounds with the Minecraft spider model and sounds, it also adds the Minecraft cave spider to the game.

When the game spawns a spider it will randomly choose (about a 25% chance) between a regular spider and a cave spider. Regular spiders will have the same damage characteristics and health as the game's original spider. Cave spiders are smaller, have slightly reduced health, and do less damage to the player, however, their bites render a poison effect on the player that lasts for three seconds and will increase in time with additional bites, dealing additional damage.

Do you like this mod? Maybe Buy me a coffee?

License

This software is distributed under GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, see LICENSE

Installation

Thunderstore Manager (highly recommended)

  1. Open up the Thunderstore App to do the following)
  2. Click Get mods/Online (whatever it happens to be called)
  3. Search for MinecraftSpiderMod
  4. Download it

Manual

  1. Click Manual Download
  2. Unzip files
  3. Navigate to MinecraftSpiderMod and copy the contents
  4. Find your BepinEx installation's plugin folder, by default it would be in steamapps: steamapps\common\Lethal Company\BepInEx\plugins
  5. Create a folder titled MinecraftSpiderMod
  6. Paste the contents into that folder

If you did all of this correctly, it should load properly.

The resulting file structure should look like this:

BepinEx
├───Bundles
├───cache
├───config
├───core
├───patchers
└───plugins
    └───MinecraftSpiderMod
        ├───CHANGELOG.md
	├───icon.png
	├───LICENSE
	├───manifest
	├───MinecraftSpiderMod.dll
        └───README.md

As Is Warranty

This software is provided as is and no warranty is provided, intended, or offered by its developer(s).

CHANGELOG

2.0.1

  • Fixed bug where spider could potentially damage player through a wall or floor

2.0.0

  • Added minecraft cavespider texutres
  • Added cave spider variant, when spider spawns the game will randomly choose either a regular spider or cave spdier
  • Adjusted size of cave spider variant to slightly smaller than regular spiders (conistent with minecraft)
  • Reduced the amount of hits it takes to kill a cave spdier (consistent with minecraft)
  • Added poison effect from cave spider attack, which will cause continues damage for several seconds after attack (conistent with minecraft)
  • Reduced the inital damage taken from cave spider bite, player will take additional damage from position effect

1.1.2

  • Incorrectly named sound file reverted

1.1.1

  • Imporved bestiary video
  • Improved video compression to reduce side of mod
  • Imporved spider textures to remove white seams

1.1.0

  • Added video clip for bestiary to replace the origonal spider clip
  • Remvoed duplicate directional calulation for spider when targeting a player
  • Added minecraft spider walking SFX to replace orogional spider footsteps SFX
  • Fixed bug where when spider died it would throw a NullRefrenceException and leave the spider in its current position, now when sipders die they will flip onto their backs.
  • Fixed minor bugs

1.0.5

  • Corrected version number outputing in console as 1.0.2
  • Removed null refrence that would sometimes throw error.

1.0.4

  • Fixed broken SFX file

1.0.3

  • Added improved textures for spiders

1.0.2

  • fixed bug with oretation where spiders would chase you ass-first, or sideways.

1.0.1

  • added spider death SFX
  • added spider hit SFX
  • added spider stun SFX
  • changed attack SFX
  • changed spool player SFX

1.0.0

  • Initial release