TheOneProbe - 1.16-3.1.1
on Jan 26, 2023TheOneProbe 1.16-3.1.1
- Removed usage of AWT.Color in the updated API
- Removed the new static create methods for the various styles in the API because they caused API dependency problems
TheOneProbe - 1.16-3.1.0
on Jan 26, 2023TheOneProbe 1.16-3.1.0
- Show actual note information in addition to just numbers
- If hovering over a player head also show the player name
- VT-14 updated some of the assets to more modern versions
- Various changes from Speiger:
- Various changes to the api with helper functions for various styles and a few new features
- Implemented ITextStyle and added many text formatting options
- More tank rendering options
- And lots more
TheOneProbe - 1.16-3.0.8
on Jan 26, 2023TheOneProbe 1.16-3.0.8
- Ochotonida: Show the real modname instead of the modid
- migmolrod changed: Show two decimals for horse speed and jump values so breeding is easier and more precise. One decimal is just not enough, specially for speed values since the range between min and max horse speed values is too short (0.1125 to 0.3375) with DecimalFormat rounding making even harder to work with horse breeding. Solves issue #320
- The One Probe now supports showing the current instrument and note for a noteblock
- Fixed a problem with paintings
- Fixed entity rendering in general
TheOneProbe - 1.16-3.0.7
on Jan 26, 2023TheOneProbe 1.16-3.0.7
- Fixed a problem with wolves and iron golems causing massive lag due to log spam
- New 'renderBlacklist' config option that can be used to blacklist entities from rendering (if they have issues with that)
TheOneProbe - 1.16-3.0.6
on Jan 26, 2023TheOneProbe 1.16-3.0.6
- Jais Djurhuus-Kempel fixed TOP so that entity names are also correct if the entity overrides them
TheOneProbe - 1.16-3.0.5
on Jan 26, 2023TheOneProbe 1.16-3.0.5
- Update forge fixing a problem with fluids
TheOneProbe - 1.16-3.0.4-beta
on Jan 26, 2023TheOneProbe 1.16-3.0.4-beta
- Fixed a potential exploit which could be used to attack a server
TheOneProbe - 1.15-2.0.7
on Jan 26, 2023TheOneProbe 1.15-2.0.7
- Fixed a potential exploit which could be used to attack a server
TheOneProbe - 1.16-3.0.3-beta
on Jan 26, 2023TheOneProbe 1.16-3.0.3-beta
- Second attempt at fixing players turning heads when someone else looks at them
TheOneProbe - 1.15-2.0.6
on Jan 26, 2023TheOneProbe 1.15-2.0.6
- Second attempt at fixing players turning heads when someone else looks at them
theoneprobe-1.16-3.0.2-beta.jar
on Jan 26, 20233.0.2-beta:
- Fixed a bug where some configs were not properly being read
- Fixed a problem on servers where looking at a player would also rotate the head of the player
theoneprobe-1.15-2.0.5.jar
on Jan 26, 20232.0.5:
- Fixed a bug where some configs were not properly being read
- Fixed a problem on servers where looking at a player would also rotate the head of the player
theoneprobe-1.16-3.0.1-beta.jar
on Jan 26, 20233.0.1-beta: fix for latest forge
theoneprobe-1.16-3.0.0-beta.jar
on Jan 26, 2023First port of The One Probe to 1.16 by pupnewfster
theoneprobe-1.15-2.0.4.jar
on Jan 26, 20232.0.4:
- New API for using ITextComponent directly in the TOP API. This allows for better translatable messages
theoneprobe-1.15-2.0.3.jar
on Jan 26, 20232.0.3:
- Fixed a problem when looking at certain entities (like paintings). There would be massive console spam
- Fixed a small problem with IProbeHitEntityData not doing what it promised
theoneprobe-1.15-2.0.2.jar
on Jan 26, 20232.0.2:
- pupnewfster did various fixes on The One Probe:
- Fixed checking for empty liquids
- Fix mob spawner's showing an error for the entity type when on servers
- Fix viewing brewing information of brewing stands
- Fix a few config options always being reset due to being "invalid". The config system does not fully support non ArrayList defaults, unless you provide a custom element validator
- Switch from using ByteBuf to PacketBuffer, it is a bit of a mess in the API and has a couple TODOs of things that should be done in 1.16, but in order to keep backwards compat it was needed
- Send dimension type by registry name rather than int id to ensure that they match on both the client and server
theoneprobe-1.15-2.0.1.jar
on Jan 26, 20232.0.1:
- Fixed a problem with the itemstack amounts of inventory contents not rendering properly
theoneprobe-1.15-2.0.0_1.jar
on Jan 26, 2023Fix
theoneprobe-1.14-1.4.37.jar
on Jan 26, 20231.4.37:
- Show localized names for fluids
- Fixed tracing so that non-opaque blocks are visible in TOP too (like grass, ferns, flowers, ...)
- Liquids now show correctly
- Right clicking the probe will show the config gui again
- The keybindings work again
- Block breaking progress shows again
- The probe note item is back!