CHANGELOG

Version 1.3.2

  • Fixed something I didn't think to check before submitting

Version 1.3.1

  • Moved configuration settings into BepInEx configuration file, thus adding compatibility with LethalConfig. Any changes made with LethalConfig require a restart.
  • Fixed bug that caused a fractured brick to spawn when throwing a brick with a max health of 1.

Version 1.3

  • Split the bricks into 2 separate types, the regular brick and the fractured brick.
  • The fractured brick has customizable player damage, entity damage, and weight.
  • Added an option to change the percentage value loss when throwing the brick, set to 0 for no value loss.
  • Added compatibility with ReservedItemSlots. This is able to be disabled in the settings json file.

Version 1.2.2

  • Fixed brick taking damage when dropping it instead of throwing it, thus losing value

Version 1.2.1

  • Updated version number (oops)

Version 1.2.0

  • Added Customization to the brick
  • You can now customize the bricks minimum value, maximum value, weight, damage to entities, damage to players, how much health the brick has, if enemies can pick it up, the rarity, if funny mode is enabled, how much damage the funny mode explosion does, and if it can damage players.
  • Moved settings into a JSON file for easier customization

Version 1.1.4

  • Fixed hits not triggering
  • Fixed null reference exception (oopsy)
  • Fixed Brick not taking damage when thrown

Version 1.1.3

  • Fixed brick taking damage as soon as it is thrown

Version 1.1.2

  • Doubled weight of the brick
  • Reduced hitbox size while airborne
  • Increased health of brick to 5
  • Brick now takes damage when colliding with enemies
  • Only changes brick model when throwing brick
  • Fixed rotation of brick when holding it

Version 1.1.1

  • Added a damaged version of the brick to show it has been thrown at least once

Version 1.1.0

  • Added weight to the brick
  • The brick now damages players and enemies when colliding with them before landing
  • Added a tooltip that shows how to throw the brick
  • Now updates scrap value on item subtext after being thrown
  • Increased spawn chance

Version 1.0.1

  • Increased spawn chance.

Version 1.0

  • Added throwable brick
  • The brick can be thrown three times before being destroyed
  • Loses value each time it is thrown
  • Can enable funny mode to cause the brick to explode when landing. It is enabled by changing the settings file to "true".