mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-30 09:42:44 +00:00
Add dialog generator
This commit is contained in:
@@ -326,6 +326,8 @@ const selectRegistries = new Set([
|
||||
'creative_mode_tab',
|
||||
'data_component_predicate_type',
|
||||
'data_component_type',
|
||||
'dialog_body_type',
|
||||
'dialog_type',
|
||||
'enchantment_effect_component_type',
|
||||
'enchantment_entity_effect_type',
|
||||
'enchantment_level_based_value_type',
|
||||
@@ -336,6 +338,7 @@ const selectRegistries = new Set([
|
||||
'float_provider_type',
|
||||
'frog_variant',
|
||||
'height_provider_type',
|
||||
'input_control_type',
|
||||
'int_provider_type',
|
||||
'item_sub_predicate_type',
|
||||
'loot_condition_type',
|
||||
@@ -357,6 +360,7 @@ const selectRegistries = new Set([
|
||||
'slot_display',
|
||||
'spawn_condition_type',
|
||||
'stat_type',
|
||||
'submit_method_type',
|
||||
'test_instance_type',
|
||||
'test_environment_definition_type',
|
||||
'trigger_type',
|
||||
|
||||
@@ -409,7 +409,7 @@ const initialize: core.ProjectInitializer = async (ctx) => {
|
||||
|
||||
registerAttributes(meta, release, versions)
|
||||
|
||||
json.initialize(ctx)
|
||||
json.getInitializer()(ctx)
|
||||
je.json.initialize(ctx)
|
||||
je.mcf.initialize(ctx, summary.commands, release)
|
||||
nbt.initialize(ctx)
|
||||
|
||||
@@ -183,7 +183,7 @@
|
||||
"id": "1.21.6",
|
||||
"dynamic": true,
|
||||
"name": "1.21.6",
|
||||
"pack_format": 72,
|
||||
"pack_format": 77,
|
||||
"show": true
|
||||
}
|
||||
],
|
||||
@@ -305,6 +305,11 @@
|
||||
"url": "cow-variant",
|
||||
"minVersion": "1.21.5"
|
||||
},
|
||||
{
|
||||
"id": "dialog",
|
||||
"url": "dialog",
|
||||
"minVersion": "1.21.6"
|
||||
},
|
||||
{
|
||||
"id": "test_instance",
|
||||
"url": "test-instance",
|
||||
|
||||
@@ -70,6 +70,7 @@
|
||||
"generator.chat_type": "Chat Type",
|
||||
"generator.cow_variant": "Cow Variant",
|
||||
"generator.damage_type": "Damage Type",
|
||||
"generator.dialog": "Dialog",
|
||||
"generator.dimension": "Dimension",
|
||||
"generator.dimension_type": "Dimension Type",
|
||||
"generator.enchantment": "Enchantment",
|
||||
|
||||
Reference in New Issue
Block a user