From 2c5d2434d637df4fcd4c8d9aa9503539b35a8fc4 Mon Sep 17 00:00:00 2001 From: Misode Date: Tue, 20 May 2025 23:07:04 +0200 Subject: [PATCH] Add atlas and equipment icons --- src/app/components/Icons.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/components/Icons.tsx b/src/app/components/Icons.tsx index beb71f37..5c29e621 100644 --- a/src/app/components/Icons.tsx +++ b/src/app/components/Icons.tsx @@ -9,6 +9,7 @@ export const Icons = { convert: , advancement: , + atlas: , banner_pattern: , block_definition: , chat_type: , @@ -18,6 +19,7 @@ export const Icons = { dimension_type: , enchantment: , enchantment_provider: , + equipment: , font: , instrument: , item_modifier: ,