From d7781d717a342dce4c7292bc544abab53d7149cf Mon Sep 17 00:00:00 2001 From: Misode Date: Wed, 18 Sep 2024 14:24:05 +0200 Subject: [PATCH] Add 11 icons for recently added generators --- src/app/components/Icons.tsx | 11 ++++++++ src/config.json | 52 ++++++++++++++++++------------------ 2 files changed, 37 insertions(+), 26 deletions(-) diff --git a/src/app/components/Icons.tsx b/src/app/components/Icons.tsx index 35902cc8..1459ee45 100644 --- a/src/app/components/Icons.tsx +++ b/src/app/components/Icons.tsx @@ -7,15 +7,22 @@ export const Icons = { sounds: , customized: , advancement: , + banner_pattern: , block_definition: , chat_type: , + damage_type: , dimension: , dimension_type: , + enchantment: , + enchantment_provider: , font: , + instrument: , item_modifier: , + jukebox_song: , loot_table: , model: , pack_mcmeta: , + painting_variant: , predicate: , recipe: , 'tag/block': TAG, @@ -36,6 +43,10 @@ export const Icons = { 'tag/painting_variant': TAG, 'tag/point_of_interest_type': TAG, text_component: , + trial_spawner: , + trim_material: , + trim_pattern: , + wolf_variant: , world: , worldgen: , 'worldgen/biome': , diff --git a/src/config.json b/src/config.json index a270ba17..195a8258 100644 --- a/src/config.json +++ b/src/config.json @@ -200,25 +200,11 @@ "wiki": "https://minecraft.wiki/w/Recipe#JSON_format" }, { - "id": "enchantment", - "url": "enchantment", - "schema": "enchantment", - "minVersion": "1.21", - "wiki": "https://minecraft.wiki/w/Custom_enchantment" - }, - { - "id": "enchantment_provider", - "url": "enchantment-provider", - "schema": "enchantment_provider", - "minVersion": "1.21", - "wiki": "https://minecraft.wiki/w/Enchantment_provider" - }, - { - "id": "text_component", - "url": "text-component", - "schema": "text_component", - "noPath": true, - "wiki": "https://minecraft.wiki/w/Raw_JSON_text_format#Java_Edition" + "id": "chat_type", + "url": "chat-type", + "schema": "chat_type", + "minVersion": "1.19", + "wiki": "https://minecraft.wiki/w/Chat_type" }, { "id": "damage_type", @@ -227,13 +213,6 @@ "minVersion": "1.19.4", "wiki": "https://minecraft.wiki/w/Damage_type" }, - { - "id": "chat_type", - "url": "chat-type", - "schema": "chat_type", - "minVersion": "1.19", - "wiki": "https://minecraft.wiki/w/Chat_type" - }, { "id": "trim_material", "url": "trim-material", @@ -258,6 +237,20 @@ "schema": "wolf_variant", "minVersion": "1.20.5" }, + { + "id": "enchantment", + "url": "enchantment", + "schema": "enchantment", + "minVersion": "1.21", + "wiki": "https://minecraft.wiki/w/Custom_enchantment" + }, + { + "id": "enchantment_provider", + "url": "enchantment-provider", + "schema": "enchantment_provider", + "minVersion": "1.21", + "wiki": "https://minecraft.wiki/w/Enchantment_provider" + }, { "id": "painting_variant", "url": "painting-variant", @@ -284,6 +277,13 @@ "schema": "trial_spawner", "minVersion": "1.21.2" }, + { + "id": "text_component", + "url": "text-component", + "schema": "text_component", + "noPath": true, + "wiki": "https://minecraft.wiki/w/Raw_JSON_text_format#Java_Edition" + }, { "id": "pack_mcmeta", "url": "pack-mcmeta",