promotional bannermobile promotional banner

Lightning Tweaks

Makes lightning more configurable, with options to make it behave more realistically.

File Details

lightningtweaks-1.12.2-1.1.4.0.jar

  • R
  • Dec 27, 2018
  • 23.12 KB
  • 2.5K
  • 1.12.2

File Name

lightningtweaks-1.12.2-1.1.4.0.jar

Supported Versions

  • 1.12.2
  • Changed config values back from floats to doubles to fix ugly, inaccurate values.
  • Rewrote some of the block search algorithm to make it significantly faster. It should be more or less linear.
    • O(nlogn + n) to O(n), on average, as a very simplified runtime estimate.
  • Almost entirely replaced the data structures and usage for searching; it's much faster. Merged a few maps into a single one.
  • Fixed a potential bug where, if an entity's head position was one block above the ground, that spot would have a much higher chance of being struck than it should.
  • Fixed a bug where debug messages from the mod wouldn't be printed to the server console.
  • Fixed debug messages being sent on both the client and server-side when running in a server.