ImExoOdeex / Utilities

Rich coded accessories
https://www.curseforge.com/minecraft/mc-mods/equippable-utilities
Other
3 stars 1 forks source link

Excessive Debug Spam #6

Closed GreenShaman closed 2 years ago

GreenShaman commented 2 years ago

Logs are flooded with this text when wearing the rocket boots.

... [04:43:39] [Render thread/INFO]: FLIGHTTIME: 68.40000000000063 | fall distance: 0.0 | jump count: 1 [04:43:39] [Render thread/INFO]: FLIGHTTIME: 68.80000000000064 | fall distance: 0.0 | jump count: 1 [04:43:39] [Render thread/INFO]: FLIGHTTIME: 69.20000000000064 | fall distance: 0.0 | jump count: 1 [04:43:39] [Render thread/INFO]: FLIGHTTIME: 69.60000000000065 | fall distance: 0.0 | jump count: 1 [04:43:39] [Render thread/INFO]: FLIGHTTIME: 70.00000000000065 | fall distance: 0.0 | jump count: 1 [04:43:39] [Render thread/INFO]: FLIGHTTIME: 70.40000000000066 | fall distance: 0.0 | jump count: 1 [04:43:39] [Render thread/INFO]: FLIGHTTIME: 70.80000000000067 | fall distance: 0.0 | jump count: 1 ...

Please add an option to disable this.

GreenShaman commented 2 years ago

Problem seems to be caused by this line in the rocket type boots: LOGGER.info("FLIGHTTIME: " + FLIGHTTIME + " | fall distance: " + player.fallDistance + " | jump count: " + jumpCount);

ImExoOdeex commented 2 years ago

Yes, mabye I was testing spectre boots right before I built it and forgot to delete this D; In a second I should publish new version :)