mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
Add painting variant + add enchantment tag
This commit is contained in:
@@ -182,14 +182,14 @@
|
||||
"path": "item_modifiers",
|
||||
"schema": "item_modifier",
|
||||
"minVersion": "1.17",
|
||||
"wiki": "https://minecraft.wiki/w/Item modifier"
|
||||
"wiki": "https://minecraft.wiki/w/Item_modifier"
|
||||
},
|
||||
{
|
||||
"id": "advancement",
|
||||
"url": "advancement",
|
||||
"path": "advancements",
|
||||
"schema": "advancement",
|
||||
"wiki": "https://minecraft.wiki/w/Advancement/JSON_format"
|
||||
"wiki": "https://minecraft.wiki/w/Custom_advancement"
|
||||
},
|
||||
{
|
||||
"id": "recipe",
|
||||
@@ -202,13 +202,15 @@
|
||||
"id": "enchantment",
|
||||
"url": "enchantment",
|
||||
"schema": "enchantment",
|
||||
"minVersion": "1.21"
|
||||
"minVersion": "1.21",
|
||||
"wiki": "https://minecraft.wiki/w/Custom_enchantment"
|
||||
},
|
||||
{
|
||||
"id": "enchantment_provider",
|
||||
"url": "enchantment-provider",
|
||||
"schema": "enchantment_provider",
|
||||
"minVersion": "1.21"
|
||||
"minVersion": "1.21",
|
||||
"wiki": "https://minecraft.wiki/w/Enchantment_provider"
|
||||
},
|
||||
{
|
||||
"id": "text_component",
|
||||
@@ -255,6 +257,13 @@
|
||||
"schema": "wolf_variant",
|
||||
"minVersion": "1.20.5"
|
||||
},
|
||||
{
|
||||
"id": "painting_variant",
|
||||
"url": "painting-variant",
|
||||
"schema": "painting_variant",
|
||||
"minVersion": "1.21",
|
||||
"wiki": "https://minecraft.wiki/w/Painting_variant"
|
||||
},
|
||||
{
|
||||
"id": "pack_mcmeta",
|
||||
"url": "pack-mcmeta",
|
||||
@@ -347,7 +356,7 @@
|
||||
"tags": ["worldgen"],
|
||||
"schema": "structure",
|
||||
"minVersion": "1.19",
|
||||
"wiki": "https://minecraft.wiki/w/Structure/JSON_format"
|
||||
"wiki": "https://minecraft.wiki/w/Custom_structure"
|
||||
},
|
||||
{
|
||||
"id": "worldgen/structure_set",
|
||||
@@ -521,6 +530,15 @@
|
||||
"minVersion": "1.19",
|
||||
"wiki": "https://minecraft.wiki/w/Tag#Java_Edition"
|
||||
},
|
||||
{
|
||||
"id": "tag/enchantment",
|
||||
"url": "tags/enchantment",
|
||||
"tags": ["tags"],
|
||||
"path": "tags/enchantment",
|
||||
"schema": "enchantment_tag",
|
||||
"minVersion": "1.19",
|
||||
"wiki": "https://minecraft.wiki/w/Tag#Java_Edition"
|
||||
},
|
||||
{
|
||||
"id": "tag/instrument",
|
||||
"url": "tags/instrument",
|
||||
|
||||
@@ -76,6 +76,7 @@
|
||||
"generator.obsidian.item": "Obsidian Item",
|
||||
"generator.ohthetreesyoullgrow.configured_feature": "OTTYG Feature",
|
||||
"generator.pack_mcmeta": "Pack.mcmeta",
|
||||
"generator.painting_variant": "Painting Variant",
|
||||
"generator.predicate": "Predicate",
|
||||
"generator.recipe": "Recipe",
|
||||
"generator.switch_version": "Switch to %0%",
|
||||
@@ -83,6 +84,7 @@
|
||||
"generator.tag/block": "Block Tag",
|
||||
"generator.tag/cat_variant": "Cat Variant Tag",
|
||||
"generator.tag/damage_type": "Damage Type Tag",
|
||||
"generator.tag/enchantment": "Enchantment Tag",
|
||||
"generator.tag/entity_type": "Entity Type Tag",
|
||||
"generator.tag/fluid": "Fluid Tag",
|
||||
"generator.tag/game_event": "Game Event Tag",
|
||||
|
||||
Reference in New Issue
Block a user