From c671d5c03fb5d0410645d8b6edc56adeda3d94a7 Mon Sep 17 00:00:00 2001 From: Roman / Linnea Gräf Date: Thu, 8 Sep 2022 14:12:03 +0200 Subject: Add item ids to Books in more places (#256) * Add item ids to Books in more places Add item ids to Enchanted Books in the Bazaar and in the Experimentation Table. Add ItemResolutionQuery as a new way to query items and item ids. Co-authored-by: romangraef * Update 2.1.md * Infer found a bug that already existed before. * add support for animated crab hats Co-authored-by: hannibal00212 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: nopo --- Update Notes/2.1.md | 1 + 1 file changed, 1 insertion(+) (limited to 'Update Notes/2.1.md') diff --git a/Update Notes/2.1.md b/Update Notes/2.1.md index 90ebbf87..b5853248 100644 --- a/Update Notes/2.1.md +++ b/Update Notes/2.1.md @@ -109,6 +109,7 @@ - Added blur limit to map at 100 - nopo - Added bazaar sacks profit feature - hannibal2 - Added an option to disable etherwarp overlay when TP is denied - hannibal2 +- Added bazaar prices to enchants in the enchantment table - hannibal2 / nea89 ### **Bug Fixes:** -- cgit