From e5ed9af8003f82f73c77d1f8649ed12341d8aadc Mon Sep 17 00:00:00 2001 From: TwigGlenn4 Date: Thu, 25 Jul 2024 14:39:18 -0500 Subject: [PATCH] v1.2.0 - readme and changelog for fixes by adikalon --- CHANGELOG.md | 7 +++++++ README.md | 14 +++++++------- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d223e6c..78450e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,3 +8,10 @@ ### Fixes * 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. + +# 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. diff --git a/README.md b/README.md index 9751fb9..899bfab 100644 --- a/README.md +++ b/README.md @@ -7,23 +7,23 @@ The Ore Info mod creates a menu to view the depth and rarity of groups in which Created by TwigGlenn4 ## 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. ![Diamond Ore Stats](screenshot.png) -## Compat +## Compatibility The following inventory mods are supported and have buttons to open Ore Info. * [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) * [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 -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 - [`LICENSE.md`](LICENSE.md) for details. +* Ore Info is licensed with the MIT license, see [`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.