Add support for 24w18a (1.21) + make 1.20.5 default

This commit is contained in:
Misode
2024-05-03 19:10:57 +02:00
parent 42f94b04f6
commit 1c629a4d7f
6 changed files with 46 additions and 6 deletions

View File

@@ -152,6 +152,13 @@
"name": "1.20.5 — 1.20.6",
"pack_format": 41,
"show": true
},
{
"id": "1.21",
"dynamic": true,
"name": "1.21",
"pack_format": 42,
"show": true
}
],
"generators": [
@@ -191,6 +198,18 @@
"schema": "recipe",
"wiki": "https://minecraft.wiki/w/Recipe#JSON_format"
},
{
"id": "enchantment",
"url": "enchantment",
"schema": "enchantment",
"minVersion": "1.21"
},
{
"id": "enchantment_provider",
"url": "enchantment-provider",
"schema": "enchantment_provider",
"minVersion": "1.21"
},
{
"id": "text_component",
"url": "text-component",