v1.2.0 - readme and changelog for fixes by adikalon

This commit is contained in:
TwigGlenn4 2024-07-25 14:39:18 -05:00
parent 4f53456d7f
commit e5ed9af800
2 changed files with 14 additions and 7 deletions

View File

@ -8,3 +8,10 @@
### Fixes ### Fixes
* Fixed bad conditional possibly selecting the wrong ore in depth and rarity info * Fixed bad conditional possibly selecting the wrong ore in depth and rarity info
* Fixed rarity calculation using the size of a cluster (space the ores would be spread in) instead of the number of ores in a cluster. * Fixed rarity calculation using the size of a cluster (space the ores would be spread in) instead of the number of ores in a cluster.
# v1.2.0
### Additions
* Added support for Extended Tooltips: Base `tt_base`, Everness `everness`, Etheral NG `ethereal`, Nether (PilzAdam) `nether`, and more - Implemented by [adikalon](https://github.com/adikalon)
### Fixes
* No longer crashes when previewing animated nodes - Fixed by [adikalon](https://github.com/adikalon)
* There is not enough data in the Tile Animation Defintion to build an animated image in the menu, so the full texture is just squished.

View File

@ -7,23 +7,23 @@ The Ore Info mod creates a menu to view the depth and rarity of groups in which
Created by TwigGlenn4 Created by TwigGlenn4
## Usage ## Usage
Type `/ore_info` or click the button in your inventory to open the menu. Type `/ore_info` or click the ![Ore Info](textures/ore_info_button.png) button in your inventory to open the menu.
Select an item from the list on the left to view it's stats. Select an item from the list on the left to view it's stats.
![Diamond Ore Stats](screenshot.png) ![Diamond Ore Stats](screenshot.png)
## Compat ## Compatibility
The following inventory mods are supported and have buttons to open Ore Info. The following inventory mods are supported and have buttons to open Ore Info.
* [Unified Inventory](https://content.minetest.net/packages/RealBadAngel/unified_inventory/) * [Unified Inventory](https://content.minetest.net/packages/RealBadAngel/unified_inventory/)
* [Simple Fast Inventory](https://content.minetest.net/packages/rubenwardy/sfinv/) (This is the default inventory in Minetest Game) * [Simple Fast Inventory](https://content.minetest.net/packages/rubenwardy/sfinv/) (This is the default inventory in Minetest Game)
* [Inventory Plus](https://content.minetest.net/packages/TenPlus1/inventory_plus/) * [Inventory Plus](https://content.minetest.net/packages/TenPlus1/inventory_plus/)
Since ore_info scans Minetest's registered ores, it should be compatible with most mods. Since Ore Info scans Minetest's registered ores, it should be compatible with most mods.
### Minetest ### Minetest
v1.1.0 has been developed and tested on Minetest 5.8.0 v1.2.0 has been developed and tested on Minetest 5.8.0
## License ## Credits
- Ore Info is licensed with the MIT license, see * Ore Info is licensed with the MIT license, see [`LICENSE.md`](LICENSE.md) for details.
[`LICENSE.md`](LICENSE.md) for details. * Thanks to [adikalon](https://github.com/adikalon) for adding Extended Tooltips support and fixing a crash when previewing animated nodes.