diff --git a/behavior_pack/entities/arrow.json b/behavior_pack/entities/arrow.json index 7ac4ade5f..b935c5ef1 100644 --- a/behavior_pack/entities/arrow.json +++ b/behavior_pack/entities/arrow.json @@ -1,12 +1,12 @@ { - "format_version": "1.13.0", + "format_version": "1.21.40", "minecraft:entity": { "description": { "identifier": "minecraft:arrow", "is_spawnable": false, - "is_summonable": true, - "is_experimental": false + "is_summonable": true }, + "component_groups": { "minecraft:hard_arrow": { "minecraft:projectile": { @@ -18,7 +18,7 @@ "destroy_on_hit": true }, "stick_in_ground": { - "shake_time" : 0.35 + "shake_time": 0.35 }, "arrow_effect": { "apply_effect_to_blocking_targets": false @@ -34,7 +34,6 @@ "offset": [ 0, -0.1, 0 ] } }, - "minecraft:player_arrow": { "minecraft:projectile": { "on_hit": { @@ -48,10 +47,10 @@ "power_multiplier": 0.97 }, "stick_in_ground": { - "shake_time" : 0.35 + "shake_time": 0.35 }, "arrow_effect": { - "apply_effect_to_blocking_targets": false + "apply_effect_to_blocking_targets": false } }, "hit_sound": "bow.hit", @@ -64,7 +63,6 @@ "offset": [ 0, -0.1, 0 ] } }, - "minecraft:pillager_arrow": { "minecraft:projectile": { "on_hit": { @@ -101,7 +99,9 @@ "minecraft:hurt_on_condition": { "damage_conditions": [ { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, + "filters": { + "test": "in_lava", "subject": "self", "operator": "==", "value": true + }, "cause": "lava", "damage_per_tick": 4 } @@ -116,7 +116,7 @@ "destroy_on_hit": true }, "stick_in_ground": { - "shake_time" : 0.35 + "shake_time": 0.35 }, "arrow_effect": { "apply_effect_to_blocking_targets": false @@ -133,6 +133,8 @@ }, "minecraft:physics": { }, + "minecraft:dimension_bound": { + }, "minecraft:pushable": { "is_pushable": false, "is_pushable_by_piston": true @@ -150,19 +152,25 @@ "minecraft:entity_spawned": { "sequence": [ { - "filters": {"test": "is_difficulty", "value": "hard"}, + "filters": { + "test": "is_difficulty", "value": "hard" + }, "add": { "component_groups": [ "minecraft:hard_arrow" ] } }, { - "filters": {"test": "is_family", "subject": "other", "value": "player"}, + "filters": { + "test": "is_family", "subject": "other", "value": "player" + }, "add": { - "component_groups" : [ "minecraft:player_arrow" ] + "component_groups": [ "minecraft:player_arrow" ] } }, { - "filters": {"test": "is_family", "subject": "other", "value": "pillager"}, + "filters": { + "test": "is_family", "subject": "other", "value": "pillager" + }, "add": { "component_groups": [ "minecraft:pillager_arrow" ] } @@ -170,6 +178,5 @@ ] } } - } } diff --git a/behavior_pack/entities/cat.json b/behavior_pack/entities/cat.json index 72177db22..6552345bb 100644 --- a/behavior_pack/entities/cat.json +++ b/behavior_pack/entities/cat.json @@ -1,5 +1,5 @@ { - "format_version": "1.21.0", + "format_version": "1.21.40", "minecraft:entity": { "description": { "identifier": "minecraft:cat", @@ -35,10 +35,6 @@ "minecraft:scale": { "value": 0.8 }, - "minecraft:behavior.breed": { - "priority": 3, - "speed_multiplier": 1.0 - }, "minecraft:breedable": { "require_tame": true, "require_full_health": true, @@ -52,6 +48,10 @@ } }, "breed_items": [ "fish", "salmon" ] + }, + "minecraft:behavior.breed": { + "priority": 3, + "speed_multiplier": 1.0 } }, "minecraft:cat_wild": { @@ -142,41 +142,50 @@ }, "minecraft:sittable": { }, - "minecraft:behavior.tempt": { - "priority": 5, - "speed_multiplier": 0.5, - "within_radius": 16, - "items": [ - "fish", - "salmon" - ] - }, "minecraft:is_dyeable": { "interact_text": "action.interact.dye" }, + "minecraft:on_wake_with_owner": { + "event": "minecraft:pet_slept_with_owner", + "target": "self" + }, + "minecraft:behavior.teleport_to_owner": { + "priority": 0, + "filters": { + "all_of": [ + { "test": "owner_distance", "operator": ">", "value": 12 }, + { "test": "is_panicking" } + ] + } + }, + "minecraft:behavior.pet_sleep_with_owner": { + "priority": 2, + "speed_multiplier": 1.2, + "search_radius": 10, + "search_height": 10, + "goal_radius": 1.0 + }, + "minecraft:behavior.stay_while_sitting": { + "priority": 3 + }, "minecraft:behavior.follow_owner": { "priority": 4, "speed_multiplier": 1.0, "start_distance": 10, "stop_distance": 2 }, - "minecraft:behavior.stay_while_sitting": { - "priority": 3 + "minecraft:behavior.tempt": { + "priority": 5, + "speed_multiplier": 0.5, + "within_radius": 16, + "items": [ + "fish", + "salmon" + ] }, "minecraft:behavior.ocelot_sit_on_block": { "priority": 7, "speed_multiplier": 1.0 - }, - "minecraft:behavior.pet_sleep_with_owner": { - "priority": 2, - "speed_multiplier": 1.2, - "search_radius": 10, - "search_height": 10, - "goal_radius": 1.0 - }, - "minecraft:on_wake_with_owner": { - "event": "minecraft:pet_slept_with_owner", - "target": "self" } }, "minecraft:cat_gift_for_owner": { @@ -346,6 +355,14 @@ "minecraft:despawn": { "despawn_from_distance": {} }, + "minecraft:physics": { + }, + "minecraft:pushable": { + "is_pushable": true, + "is_pushable_by_piston": true + }, + "minecraft:conditional_bandwidth_optimization": { + }, "minecraft:behavior.float": { "priority": 0 }, @@ -382,14 +399,6 @@ }, "minecraft:behavior.look_at_player": { "priority": 9 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { } }, @@ -516,32 +525,17 @@ } ] }, - "minecraft:spawn_from_village": { "sequence": [ { "randomize": [ { "weight": 3, - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:cat_adult", - "minecraft:cat_wild" - ] - } + "trigger": "minecraft:spawn_wild_adult" }, { "weight": 1, - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:cat_baby", - "minecraft:cat_wild" - ] - } + "trigger": "minecraft:spawn_wild_baby" } ] }, @@ -631,41 +625,60 @@ } ] }, - "minecraft:spawn_midnight_cat": { "sequence": [ { + "trigger": "minecraft:spawn_wild_adult", "add": { "component_groups": [ - "minecraft:cat_adult", - "minecraft:cat_wild", "minecraft:cat_black" ] } } ] }, - "minecraft:entity_born": { "sequence": [ { "filters": { - "test": "has_component", - "operator": "!=", - "value": "minecraft:is_baby" - }, - "remove": { + "test": "has_component", "operator": "!=", "value": "minecraft:is_baby" }, - "add": { - "component_groups": [ - "minecraft:cat_baby", - "minecraft:cat_tame" - ] - } + "trigger": "minecraft:spawn_tame_baby" } ] }, - + "minecraft:spawn_wild_baby": { + "add": { + "component_groups": [ + "minecraft:cat_baby", + "minecraft:cat_wild" + ] + } + }, + "minecraft:spawn_wild_adult": { + "add": { + "component_groups": [ + "minecraft:cat_adult", + "minecraft:cat_wild" + ] + } + }, + "minecraft:spawn_tame_baby": { + "add": { + "component_groups": [ + "minecraft:cat_baby", + "minecraft:cat_tame" + ] + } + }, + "minecraft:spawn_tame_adult": { + "add": { + "component_groups": [ + "minecraft:cat_adult", + "minecraft:cat_tame" + ] + } + }, "minecraft:ageable_grow_up": { "remove": { "component_groups": [ diff --git a/behavior_pack/entities/dragon_fireball.json b/behavior_pack/entities/dragon_fireball.json index 652083f15..1a3bc535c 100644 --- a/behavior_pack/entities/dragon_fireball.json +++ b/behavior_pack/entities/dragon_fireball.json @@ -1,18 +1,17 @@ { - "format_version": "1.12.0", + "format_version": "1.21.40", "minecraft:entity": { "description": { "identifier": "minecraft:dragon_fireball", "is_spawnable": false, - "is_summonable": false, - "is_experimental": false + "is_summonable": false }, + "components": { "minecraft:collision_box": { "width": 0.31, "height": 0.31 }, - "minecraft:projectile": { "on_hit": { "spawn_aoe_cloud": { @@ -25,7 +24,7 @@ "affect_owner": false, "reapplication_delay": 20 }, - "remove_on_hit": { } + "remove_on_hit": {} }, "power": 1.3, "gravity": 0.00, @@ -36,20 +35,22 @@ "uncertainty_base": 10.0, "reflect_on_hurt": true, "hit_sound": "explode" - } - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 80.0, - "max_dropped_ticks": 7, - "use_motion_prediction_hints": true + }, + "minecraft:physics": { + }, + "minecraft:dimension_bound": { + }, + "minecraft:pushable": { + "is_pushable": true, + "is_pushable_by_piston": true + }, + "minecraft:conditional_bandwidth_optimization": { + "default_values": { + "max_optimized_distance": 80.0, + "max_dropped_ticks": 7, + "use_motion_prediction_hints": true + } } } } -} \ No newline at end of file +} diff --git a/behavior_pack/entities/ender_dragon.json b/behavior_pack/entities/ender_dragon.json index 48a0f29f4..b73aaeddd 100644 --- a/behavior_pack/entities/ender_dragon.json +++ b/behavior_pack/entities/ender_dragon.json @@ -1,12 +1,11 @@ { - "format_version": "1.13.0", + "format_version": "1.21.40", "minecraft:entity": { "description": { "identifier": "minecraft:ender_dragon", "spawn_category": "monster", "is_spawnable": true, - "is_summonable": true, - "is_experimental": false + "is_summonable": true }, "component_groups": { @@ -35,7 +34,6 @@ "priority": 3 }, "minecraft:shooter": { - "type": "dragonfireball", "def": "minecraft:dragon_fireball" } }, @@ -49,6 +47,8 @@ "components": { "minecraft:is_hidden_when_invisible": { }, + "minecraft:dimension_bound": { + }, "minecraft:type_family": { "family": [ "dragon", "mob" ] }, diff --git a/behavior_pack/entities/fireball.json b/behavior_pack/entities/fireball.json index c40abaf98..cfddcb998 100644 --- a/behavior_pack/entities/fireball.json +++ b/behavior_pack/entities/fireball.json @@ -1,80 +1,81 @@ { - "format_version": "1.12.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:fireball", - "is_spawnable": false, - "is_summonable": false, - "is_experimental": false - }, + "format_version": "1.21.40", + "minecraft:entity": { + "description": { + "identifier": "minecraft:fireball", + "is_spawnable": false, + "is_summonable": false + }, - "component_groups": { - "minecraft:exploding": { - "minecraft:explode": { - "fuse_length": 0, - "fuse_lit": true, - "power": 1, - "causes_fire": true, - "fire_affected_by_griefing": true, - "destroy_affected_by_griefing": true - } - } - }, + "component_groups": { + "minecraft:exploding": { + "minecraft:explode": { + "fuse_length": 0, + "fuse_lit": true, + "power": 1, + "causes_fire": true, + "fire_affected_by_griefing": true, + "destroy_affected_by_griefing": true + } + } + }, - "components": { - "minecraft:collision_box": { - "width": 1.0, - "height": 1.0 - }, - "minecraft:projectile": { - - "on_hit": { - "impact_damage": { - "damage": 6, - "knockback": false, - "semi_random_diff_damage": false + "components": { + "minecraft:collision_box": { + "width": 1.0, + "height": 1.0 + }, + "minecraft:projectile": { + "on_hit": { + "impact_damage": { + "damage": 6, + "knockback": false, + "semi_random_diff_damage": false + }, + "definition_event": { + "affect_projectile": true, + "event_trigger": { + "event": "minecraft:explode", + "target": "self" + } + } + }, + "power": 1.6, + "gravity": 0.00, + "inertia": 1, + "liquid_inertia": 1, + "uncertainty_base": 0, + "uncertainty_multiplier": 0, + "anchor": 2, + "offset": [ 0, -1.5, 0 ], + "reflect_on_hurt": true, + "catch_fire": true + }, + "minecraft:physics": { }, - "definition_event": { - "affect_projectile": true, - "event_trigger": { - "event": "minecraft:explode", - "target": "self" + "minecraft:dimension_bound": { + }, + "minecraft:pushable": { + "is_pushable": true, + "is_pushable_by_piston": true + }, + "minecraft:conditional_bandwidth_optimization": { + "default_values": { + "max_optimized_distance": 80.0, + "max_dropped_ticks": 7, + "use_motion_prediction_hints": true + } } - } - }, - "power": 1.6, - "gravity": 0.00, - "inertia": 1, - "liquid_inertia": 1, - "uncertainty_base": 0, - "uncertainty_multiplier": 0, - "anchor": 2, - "offset": [ 0, -1.5, 0 ], - "reflect_on_hurt": true, - "catch_fire": true - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 80.0, - "max_dropped_ticks": 7, - "use_motion_prediction_hints": true - } - } - }, - "events": { - "minecraft:explode": { - "add": { - "component_groups": [ - "minecraft:exploding" - ] + + "events": { + "minecraft:explode": { + "add": { + "component_groups": [ + "minecraft:exploding" + ] + } + } } - } } - } } diff --git a/behavior_pack/entities/fishing_hook.json b/behavior_pack/entities/fishing_hook.json index 33dbb6fe6..3f62c29b4 100644 --- a/behavior_pack/entities/fishing_hook.json +++ b/behavior_pack/entities/fishing_hook.json @@ -1,13 +1,12 @@ { - "format_version": "1.12.0", + "format_version": "1.21.40", "minecraft:entity": { "description": { "identifier": "minecraft:fishing_hook", "is_spawnable": false, - "is_summonable": false, - "is_experimental": false + "is_summonable": false }, - + "component_groups": { "loot_jungle": { "minecraft:loot": { @@ -16,44 +15,47 @@ } }, - "components": { - "minecraft:collision_box": { - "width": 0.15, - "height": 0.15 - }, - "minecraft:projectile": { - "on_hit": { "stick_in_ground": {} } - }, - "minecraft:loot": { - "table": "loot_tables/gameplay/fishing.json" - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": false, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 80.0, - "max_dropped_ticks": 7, - "use_motion_prediction_hints": true - } - } + "components": { + "minecraft:collision_box": { + "width": 0.15, + "height": 0.15 }, - - "events": { - "minecraft:entity_spawned": { - "sequence": [ - { - "filters": { - "test": "is_biome", - "value": "jungle" - }, - "add": { "component_groups": [ "loot_jungle" ] } - } - ] + "minecraft:projectile": { + "on_hit": { "stick_in_ground": {} } + }, + "minecraft:loot": { + "table": "loot_tables/gameplay/fishing.json" + }, + "minecraft:physics": { + }, + "minecraft:dimension_bound": { + }, + "minecraft:transient": { + }, + "minecraft:pushable": { + "is_pushable": false, + "is_pushable_by_piston": true + }, + "minecraft:conditional_bandwidth_optimization": { + "default_values": { + "max_optimized_distance": 80.0, + "max_dropped_ticks": 7, + "use_motion_prediction_hints": true } } + }, + + "events": { + "minecraft:entity_spawned": { + "sequence": [ + { + "filters": { + "test": "is_biome", "value": "jungle" + }, + "add": { "component_groups": [ "loot_jungle" ] } + } + ] + } } - } \ No newline at end of file + } +} diff --git a/behavior_pack/entities/ocelot.json b/behavior_pack/entities/ocelot.json index 60f283d94..c4f90d4e8 100644 --- a/behavior_pack/entities/ocelot.json +++ b/behavior_pack/entities/ocelot.json @@ -1,5 +1,5 @@ { - "format_version": "1.21.0", + "format_version": "1.21.40", "minecraft:entity": { "description": { "identifier": "minecraft:ocelot", @@ -24,7 +24,6 @@ } } }, - "minecraft:ocelot_adult": { "minecraft:experience_reward": { "on_bred": "Math.Random(1,7)", @@ -102,6 +101,18 @@ } }, "minecraft:ocelot_trusting": { + "minecraft:breedable": { + "require_tame": false, + "breeds_with": { + "mate_type": "minecraft:ocelot", + "baby_type": "minecraft:ocelot", + "breed_event": { + "event": "minecraft:entity_born", + "target": "baby" + } + }, + "breed_items": [ "fish", "salmon" ] + }, "minecraft:behavior.breed": { "priority": 3, "speed_multiplier": 1.0 @@ -114,21 +125,9 @@ "fish", "salmon" ] - }, - "minecraft:breedable": { - "require_tame": false, - "breeds_with": { - "mate_type": "minecraft:ocelot", - "baby_type": "minecraft:ocelot", - "breed_event": { - "event": "minecraft:entity_born", - "target": "baby" - } - }, - "breed_items": [ "fish", "salmon" ] } }, - // minecraft:ocelot_tame is only here for backwards compatibility purposes, ocelots are no longer tameable in Vanilla Minecraft + // Taming is only here for backwards compatibility purposes, ocelots are no longer tameable in Vanilla Minecraft "minecraft:ocelot_tame": { "minecraft:is_tamed": { }, @@ -138,15 +137,24 @@ }, "minecraft:sittable": { }, + "minecraft:behavior.teleport_to_owner": { + "priority": 0, + "filters": { + "all_of": [ + { "test": "owner_distance", "operator": ">", "value": 12 }, + { "test": "is_panicking" } + ] + } + }, + "minecraft:behavior.stay_while_sitting": { + "priority": 3 + }, "minecraft:behavior.follow_owner": { "priority": 4, "speed_multiplier": 1.0, "start_distance": 10, "stop_distance": 2 }, - "minecraft:behavior.stay_while_sitting": { - "priority": 3 - }, "minecraft:behavior.ocelot_sit_on_block": { "priority": 6, "speed_multiplier": 1.0 @@ -210,6 +218,30 @@ "minecraft:despawn": { "despawn_from_distance": {} }, + "minecraft:leashable": { + "soft_distance": 4.0, + "hard_distance": 6.0, + "max_distance": 10.0, + "on_leash": { + "event": "minecraft:on_leash", + "target": "self" + }, + "on_unleash": { + "event": "minecraft:on_unleash", + "target": "self" + } + }, + "minecraft:balloonable": { + "mass": 0.7 + }, + "minecraft:physics": { + }, + "minecraft:pushable": { + "is_pushable": true, + "is_pushable_by_piston": true + }, + "minecraft:conditional_bandwidth_optimization": { + }, "minecraft:behavior.float": { "priority": 0 }, @@ -267,30 +299,6 @@ }, "minecraft:behavior.look_at_player": { "priority": 9 - }, - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0, - "on_leash": { - "event": "minecraft:on_leash", - "target": "self" - }, - "on_unleash": { - "event": "minecraft:on_unleash", - "target": "self" - } - }, - "minecraft:balloonable": { - "mass": 0.7 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { } }, @@ -326,7 +334,6 @@ } ] }, - "minecraft:entity_born": { "sequence": [ { @@ -341,7 +348,6 @@ } ] }, - "minecraft:entity_born_wild": { "remove": { "component_groups": [ @@ -355,7 +361,6 @@ ] } }, - "minecraft:ageable_grow_up": { "remove": { "component_groups": [ diff --git a/behavior_pack/entities/parrot.json b/behavior_pack/entities/parrot.json index fff2798ea..31ca79f52 100644 --- a/behavior_pack/entities/parrot.json +++ b/behavior_pack/entities/parrot.json @@ -1,5 +1,5 @@ { - "format_version": "1.21.0", + "format_version": "1.21.40", "minecraft:entity": { "description": { "identifier": "minecraft:parrot", @@ -24,7 +24,6 @@ "minecraft:parrot_silver": { "minecraft:variant": { "value": 4 } }, - "minecraft:parrot_adult": { "minecraft:experience_reward": { "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" @@ -33,7 +32,6 @@ "table": "loot_tables/entities/parrot.json" } }, - "minecraft:parrot_wild": { "minecraft:type_family": { "family": [ "parrot_wild", "mob" ] @@ -54,7 +52,7 @@ } }, "minecraft:behavior.random_fly": { - "priority": 2, + "priority": 3, "xz_dist": 15, "y_dist": 1, "y_offset": 0, @@ -63,32 +61,40 @@ "avoid_damage_blocks": true }, "minecraft:behavior.follow_mob": { - "priority": 3, + "priority": 4, "speed_multiplier": 1.0, "stop_distance": 3, "search_range": 20 } }, - "minecraft:parrot_tame": { "minecraft:type_family": { "family": [ "parrot_tame", "mob" ] }, "minecraft:is_tamed": { }, + "minecraft:sittable": { + }, + "minecraft:behavior.teleport_to_owner": { + "priority": 0, + "filters": { + "all_of": [ + { "test": "owner_distance", "operator": ">", "value": 12 }, + { "test": "is_panicking" } + ] + } + }, + "minecraft:behavior.stay_while_sitting": { + "priority": 2 + }, "minecraft:behavior.follow_owner": { - "priority": 2, + "priority": 3, "speed_multiplier": 1.0, "start_distance": 5, "stop_distance": 1 }, - "minecraft:sittable": { - }, - "minecraft:behavior.stay_while_sitting": { - "priority": 1 - }, "minecraft:behavior.find_mount": { - "priority": 3, + "priority": 4, "within_radius": 16, "avoid_water": true, "start_delay": 100, @@ -113,7 +119,7 @@ ] }, "minecraft:behavior.look_at_player": { - "priority": 1, + "priority": 2, "look_distance": 8.0 } }, @@ -192,13 +198,6 @@ "minecraft:despawn": { "despawn_from_distance": {} }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:behavior.panic": { - "priority": 0, - "speed_multiplier": 1.25 - }, "minecraft:conditional_bandwidth_optimization": { }, "minecraft:game_event_movement_tracking": { @@ -232,6 +231,13 @@ "max_distance": 10.0 }, "minecraft:balloonable": { + }, + "minecraft:behavior.float": { + "priority": 1 + }, + "minecraft:behavior.panic": { + "priority": 1, + "speed_multiplier": 1.25 } }, diff --git a/behavior_pack/entities/piglin.json b/behavior_pack/entities/piglin.json index ab95b0b86..18b07ab25 100644 --- a/behavior_pack/entities/piglin.json +++ b/behavior_pack/entities/piglin.json @@ -1,11 +1,12 @@ { - "format_version": "1.21.0", + "format_version": "1.16.0", "minecraft:entity": { "description": { "identifier": "minecraft:piglin", "spawn_category": "monster", "is_spawnable": true, - "is_summonable": true + "is_summonable": true, + "is_experimental": false }, "component_groups": { @@ -13,7 +14,10 @@ "minecraft:environment_sensor": { "triggers": { "filters": { - "test": "in_nether", "subject": "self", "operator": "==", "value": false + "test": "in_nether", + "subject": "self", + "operator": "==", + "value": false }, "event": "start_zombification_event" } @@ -45,7 +49,7 @@ "become_zombie": { "minecraft:transformation": { "into": "minecraft:zombie_pigman", - "transformation_sound": "converted_to_zombified", + "transformation_sound" : "converted_to_zombified", "keep_level": true, "drop_inventory": true, "preserve_equipment": true @@ -112,8 +116,18 @@ }, "filters": { "all_of": [ - { "test": "is_family", "subject": "other", "operator": "!=", "value": "piglin" }, - { "test": "has_component", "subject": "self", "operator": "!=", "value": "minecraft:attack_cooldown" } + { + "test": "is_family", + "subject": "other", + "operator": "!=", + "value": "piglin" + }, + { + "test": "has_component", + "subject": "self", + "operator": "!=", + "value": "minecraft:attack_cooldown" + } ] }, "angry_sound": "angry", @@ -285,7 +299,11 @@ { "filters": { "any_of": [ - { "test": "is_family", "subject": "other", "value": "wither" } + { + "test": "is_family", + "subject": "other", + "value": "wither" + } ] }, "max_dist": 16 @@ -293,10 +311,28 @@ { "filters": { "all_of": [ - { "test": "is_family", "subject": "self", "value": "piglin_hunter" }, - { "test": "is_family", "subject": "other", "value": "hoglin_huntable" }, - { "test": "has_component", "subject": "other", "operator": "!=", "value": "minecraft:is_baby" }, - { "test": "has_component", "subject": "self", "operator": "!=", "value": "minecraft:attack_cooldown" } + { + "test": "is_family", + "subject": "self", + "value": "piglin_hunter" + }, + { + "test": "is_family", + "subject": "other", + "value": "hoglin_huntable" + }, + { + "test": "has_component", + "subject": "other", + "operator": "!=", + "value": "minecraft:is_baby" + }, + { + "test": "has_component", + "subject": "self", + "operator": "!=", + "value": "minecraft:attack_cooldown" + } ] }, "max_dist": 16 @@ -304,11 +340,39 @@ { "filters": { "all_of": [ - { "test": "is_family", "subject": "other", "value": "player" }, - { "test": "has_equipment", "subject": "other", "domain": "head", "operator": "!=", "value": "golden_helmet" }, - { "test": "has_equipment", "subject": "other", "domain": "torso", "operator": "!=", "value": "golden_chestplate" }, - { "test": "has_equipment", "subject": "other", "domain": "leg", "operator": "!=", "value": "golden_leggings" }, - { "test": "has_equipment", "subject": "other", "domain": "feet", "operator": "!=", "value": "golden_boots" } + { + "test": "is_family", + "subject": "other", + "value": "player" + }, + { + "test": "has_equipment", + "subject": "other", + "domain": "head", + "operator": "!=", + "value": "golden_helmet" + }, + { + "test": "has_equipment", + "subject": "other", + "domain": "torso", + "operator": "!=", + "value": "golden_chestplate" + }, + { + "test": "has_equipment", + "subject": "other", + "domain": "leg", + "operator": "!=", + "value": "golden_leggings" + }, + { + "test": "has_equipment", + "subject": "other", + "domain": "feet", + "operator": "!=", + "value": "golden_boots" + } ] }, "max_dist": 16, @@ -317,7 +381,12 @@ { "filters": { "any_of": [ - { "test": "has_container_open", "subject": "other", "operator": "==", "value": true } + { + "test": "has_container_open", + "subject": "other", + "operator": "==", + "value": true + } ] }, "max_dist": 16 @@ -333,7 +402,9 @@ "entity_types": [ { "filters": { - "test": "is_family", "subject": "other", "value": "player" + "test": "is_family", + "subject": "other", + "value": "player" }, "max_dist": 16 } @@ -385,7 +456,10 @@ "damage_conditions": [ { "filters": { - "test": "in_lava", "subject": "self", "operator": "==", "value": true + "test": "in_lava", + "subject": "self", + "operator": "==", + "value": true }, "cause": "lava", "damage_per_tick": 4 @@ -441,7 +515,11 @@ { "filters": { "any_of": [ - { "test": "is_family", "subject": "other", "value": "zombie_pigman" } + { + "test": "is_family", + "subject": "other", + "value": "zombie_pigman" + } ] }, "max_dist": 6 @@ -449,7 +527,11 @@ { "filters": { "any_of": [ - { "test": "is_family", "subject": "other", "value": "zoglin" } + { + "test": "is_family", + "subject": "other", + "value": "zoglin" + } ] }, "max_dist": 6 @@ -457,8 +539,16 @@ { "filters": { "all_of": [ - { "test": "has_target", "subject": "other", "value": true }, - { "test": "is_family", "subject": "other", "value": "hoglin" } + { + "test": "has_target", + "subject": "other", + "value": true + }, + { + "test": "is_family", + "subject": "other", + "value": "hoglin" + } ] }, "sprint_speed_multiplier": 1.2, @@ -563,13 +653,6 @@ "pickup_limit": 1, "stored_in_inventory": true }, - { - "item": "minecraft:golden_rail", - "priority": 2, - "admire": true, - "pickup_limit": 1, - "stored_in_inventory": true - }, { "item": "minecraft:golden_helmet", "priority": 2, diff --git a/behavior_pack/entities/small_fireball.json b/behavior_pack/entities/small_fireball.json index eb9a042a0..3cd67ace1 100644 --- a/behavior_pack/entities/small_fireball.json +++ b/behavior_pack/entities/small_fireball.json @@ -1,54 +1,55 @@ { - "format_version": "1.12.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:small_fireball", - "is_spawnable": false, - "is_summonable": false, - "is_experimental": false - }, - "components": { - "minecraft:collision_box": { - "width": 0.31, - "height": 0.31 - }, - "minecraft:projectile": { + "format_version": "1.21.40", + "minecraft:entity": { + "description": { + "identifier": "minecraft:small_fireball", + "is_spawnable": false, + "is_summonable": false + }, - "on_hit": { - "impact_damage": { - "damage": 5, - "knockback": true, - "catch_fire": true, - "semi_random_diff_damage": false + "components": { + "minecraft:collision_box": { + "width": 0.31, + "height": 0.31 }, - "catch_fire": { - "fire_affected_by_griefing": true + "minecraft:projectile": { + "on_hit": { + "impact_damage": { + "damage": 5, + "knockback": true, + "catch_fire": true, + "semi_random_diff_damage": false + }, + "catch_fire": { + "fire_affected_by_griefing": true + }, + "remove_on_hit": {} + }, + "power": 1.3, + "gravity": 0.00, + "inertia": 1, + "liquid_inertia": 1, + "anchor": 2, + "offset": [ 0, 0.5, 0 ], + "semi_random_diff_damage": true, + "uncertainty_base": 10.0, + "reflect_on_hurt": true }, - "remove_on_hit": { } - }, - "power": 1.3, - "gravity": 0.00, - "inertia": 1, - "liquid_inertia": 1, - "anchor": 2, - "offset": [ 0, 0.5, 0 ], - "semi_random_diff_damage": true, - "uncertainty_base": 10.0, - "reflect_on_hurt": true - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 80.0, - "max_dropped_ticks": 7, - "use_motion_prediction_hints": true + "minecraft:physics": { + }, + "minecraft:dimension_bound": { + }, + "minecraft:pushable": { + "is_pushable": true, + "is_pushable_by_piston": true + }, + "minecraft:conditional_bandwidth_optimization": { + "default_values": { + "max_optimized_distance": 80.0, + "max_dropped_ticks": 7, + "use_motion_prediction_hints": true + } + } } } - } - } } diff --git a/behavior_pack/entities/thrown_trident.json b/behavior_pack/entities/thrown_trident.json index 8e9deaee7..28c20d0b1 100644 --- a/behavior_pack/entities/thrown_trident.json +++ b/behavior_pack/entities/thrown_trident.json @@ -1,56 +1,57 @@ { - "format_version": "1.12.0", - "minecraft:entity": { + "format_version": "1.21.40", + "minecraft:entity": { "description": { "identifier": "minecraft:thrown_trident", "is_spawnable": false, - "is_summonable": false, - "is_experimental": false + "is_summonable": false }, - - "components": { - "minecraft:collision_box": { - "width": 0.25, - "height": 0.35 - }, - "minecraft:projectile": { - "on_hit": { - "impact_damage": { - "damage": 8, - "knockback": true, - "semi_random_diff_damage": false, - "destroy_on_hit": false - }, - "stick_in_ground": { - "shake_time" : 0 - } - }, - "liquid_inertia": 0.99, - "hit_sound": "item.trident.hit", - "hit_ground_sound": "item.trident.hit_ground", - "power": 4, - "gravity": 0.10, - "uncertainty_base": 1, - "uncertainty_multiplier": 0, - "stop_on_hurt": true, - "anchor": 1, - "should_bounce": true, - "multiple_targets": false, - "offset": [ 0, -0.1, 0 ] - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 80.0, - "max_dropped_ticks": 7, - "use_motion_prediction_hints": true - } - } - } - } -} \ No newline at end of file + + "components": { + "minecraft:collision_box": { + "width": 0.25, + "height": 0.35 + }, + "minecraft:projectile": { + "on_hit": { + "impact_damage": { + "damage": 8, + "knockback": true, + "semi_random_diff_damage": false, + "destroy_on_hit": false + }, + "stick_in_ground": { + "shake_time": 0 + } + }, + "liquid_inertia": 0.99, + "hit_sound": "item.trident.hit", + "hit_ground_sound": "item.trident.hit_ground", + "power": 4, + "gravity": 0.10, + "uncertainty_base": 1, + "uncertainty_multiplier": 0, + "stop_on_hurt": true, + "anchor": 1, + "should_bounce": true, + "multiple_targets": false, + "offset": [ 0, -0.1, 0 ] + }, + "minecraft:physics": { + }, + "minecraft:dimension_bound": { + }, + "minecraft:pushable": { + "is_pushable": true, + "is_pushable_by_piston": true + }, + "minecraft:conditional_bandwidth_optimization": { + "default_values": { + "max_optimized_distance": 80.0, + "max_dropped_ticks": 7, + "use_motion_prediction_hints": true + } + } + } + } +} diff --git a/behavior_pack/entities/wind_charge_projectile.json b/behavior_pack/entities/wind_charge_projectile.json index f379ced52..5856c98e8 100644 --- a/behavior_pack/entities/wind_charge_projectile.json +++ b/behavior_pack/entities/wind_charge_projectile.json @@ -1,5 +1,5 @@ { - "format_version": "1.21.10", + "format_version": "1.21.40", "minecraft:entity": { "description": { "identifier": "minecraft:wind_charge_projectile", @@ -27,13 +27,14 @@ "wind_burst_on_hit": {} }, "power": 1.5, - "gravity": 0.00, + "gravity": 0.0, "inertia": 1.0, "liquid_inertia": 1.0, "uncertainty_base": 1.0, "uncertainty_multiplier": 0.0, "reflect_on_hurt": true, "multiple_targets": false, + "reflect_immunity": 0.5, "ignored_entities": [ "ender_crystal", "wind_charge_projectile", diff --git a/behavior_pack/entities/wither_skull.json b/behavior_pack/entities/wither_skull.json index ca413ec5d..ec4869153 100644 --- a/behavior_pack/entities/wither_skull.json +++ b/behavior_pack/entities/wither_skull.json @@ -1,81 +1,83 @@ { - "format_version": "1.12.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:wither_skull", - "is_spawnable": false, - "is_summonable": false, - "is_experimental": false - }, + "format_version": "1.21.40", + "minecraft:entity": { + "description": { + "identifier": "minecraft:wither_skull", + "is_spawnable": false, + "is_summonable": false + }, - "component_groups": { - "minecraft:exploding": { - "minecraft:explode": { - "fuse_length": 0, - "fuse_lit": true, - "power": 1, - "causes_fire": false, - "destroy_affected_by_griefing": true + "component_groups": { + "minecraft:exploding": { + "minecraft:explode": { + "fuse_length": 0, + "fuse_lit": true, + "power": 1, + "causes_fire": false, + "destroy_affected_by_griefing": true + } } - } - }, - - "components": { - "minecraft:collision_box": { - "width": 0.15, - "height": 0.15 }, - "minecraft:projectile": { - "on_hit": { - "definition_event": { - "affect_projectile": true, - "event_trigger": { - "event": "minecraft:explode", - "target": "self" + + "components": { + "minecraft:collision_box": { + "width": 0.15, + "height": 0.15 + }, + "minecraft:projectile": { + "on_hit": { + "definition_event": { + "affect_projectile": true, + "event_trigger": { + "event": "minecraft:explode", + "target": "self" + } + }, + "mob_effect": { + "effect": "wither", + "durationeasy": 0, + "durationnormal": 200, + "durationhard": 800, + "amplifier": 1 } }, - "mob_effect": { - "effect": "wither", - "durationeasy": 0, - "durationnormal": 200, - "durationhard": 800, - "amplifier": 1 - } + "power": 1.2, + "gravity": 0.00, + "uncertainty_base": 7.5, + "uncertainty_multiplier": 1, + "shoot_sound": "bow", + "hit_sound": "bow.hit", + "anchor": 1, + "offset": [ 0, -0.1, 0 ], + "inertia": 1.0, + "liquid_inertia": 1.0, + "shoot_target": false }, - "power": 1.2, - "gravity": 0.00, - "uncertainty_base": 7.5, - "uncertainty_multiplier": 1, - "shoot_sound": "bow", - "hit_sound": "bow.hit", - "anchor": 1, - "offset": [ 0, -0.1, 0 ], - "inertia": 1.0, - "liquid_inertia": 1.0, - "shoot_target": false - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true + "minecraft:physics": { + }, + "minecraft:dimension_bound": { + }, + "minecraft:pushable": { + "is_pushable": true, + "is_pushable_by_piston": true + }, + "minecraft:conditional_bandwidth_optimization": { + "default_values": { + "max_optimized_distance": 80.0, + "max_dropped_ticks": 7, + "use_motion_prediction_hints": true + } + } }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 80.0, - "max_dropped_ticks": 7, - "use_motion_prediction_hints": true + + "events": { + "minecraft:explode": { + "add": { + "component_groups": [ + "minecraft:exploding" + ] + } } } - }, - "events": { - "minecraft:explode": { - "add": { - "component_groups": [ - "minecraft:exploding" - ] - } - } } - } -} \ No newline at end of file +} diff --git a/behavior_pack/entities/wither_skull_dangerous.json b/behavior_pack/entities/wither_skull_dangerous.json index b09cefcf5..5c1a2d8cd 100644 --- a/behavior_pack/entities/wither_skull_dangerous.json +++ b/behavior_pack/entities/wither_skull_dangerous.json @@ -1,84 +1,86 @@ { - "format_version": "1.12.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:wither_skull_dangerous", - "is_spawnable": false, - "is_summonable": false, - "is_experimental": false - }, + "format_version": "1.21.40", + "minecraft:entity": { + "description": { + "identifier": "minecraft:wither_skull_dangerous", + "is_spawnable": false, + "is_summonable": false + }, - "component_groups": { - "minecraft:exploding": { - "minecraft:explode": { - "fuse_length": 0, - "fuse_lit": true, - "power": 1, - "causes_fire": false, - "max_resistance": 4.0, - "destroy_affected_by_griefing": true + "component_groups": { + "minecraft:exploding": { + "minecraft:explode": { + "fuse_length": 0, + "fuse_lit": true, + "power": 1, + "causes_fire": false, + "max_resistance": 4.0, + "destroy_affected_by_griefing": true + } } - } - }, - - "components": { - "minecraft:collision_box": { - "width": 0.15, - "height": 0.15 }, - "minecraft:projectile": { - "on_hit": { - "definition_event": { - "affect_projectile": true, - "event_trigger": { - "event": "minecraft:explode", - "target": "self" + + "components": { + "minecraft:collision_box": { + "width": 0.15, + "height": 0.15 + }, + "minecraft:projectile": { + "on_hit": { + "definition_event": { + "affect_projectile": true, + "event_trigger": { + "event": "minecraft:explode", + "target": "self" + } + }, + "mob_effect": { + "effect": "wither", + "durationeasy": 0, + "durationnormal": 200, + "durationhard": 800, + "amplifier": 1 } }, - "mob_effect": { - "effect": "wither", - "durationeasy": 0, - "durationnormal": 200, - "durationhard": 800, - "amplifier": 1 - } + "power": 0.6, + "gravity": 0.00, + "uncertainty_base": 7.5, + "uncertainty_multiplier": 1, + "shoot_sound": "bow", + "hit_sound": "bow.hit", + "anchor": 1, + "offset": [ 0, -0.1, 0 ], + "is_dangerous": true, + "inertia": 1.0, + "liquid_inertia": 1.0, + "shoot_target": false, + "reflect_on_hurt": true }, - "power": 0.6, - "gravity": 0.00, - "uncertainty_base": 7.5, - "uncertainty_multiplier": 1, - "shoot_sound": "bow", - "hit_sound": "bow.hit", - "anchor": 1, - "offset": [ 0, -0.1, 0 ], - "is_dangerous": true, - "inertia": 1.0, - "liquid_inertia": 1.0, - "shoot_target": false, - "reflect_on_hurt": true - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true + "minecraft:physics": { + }, + "minecraft:dimension_bound": { + }, + "minecraft:pushable": { + "is_pushable": true, + "is_pushable_by_piston": true + }, + "minecraft:conditional_bandwidth_optimization": { + "default_values": { + "max_optimized_distance": 80.0, + "max_dropped_ticks": 7, + "use_motion_prediction_hints": true + } + } }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 80.0, - "max_dropped_ticks": 7, - "use_motion_prediction_hints": true + + "events": { + "minecraft:explode": { + "add": { + "component_groups": [ + "minecraft:exploding" + ] + } } } - }, - "events": { - "minecraft:explode": { - "add": { - "component_groups": [ - "minecraft:exploding" - ] - } - } } - } -} \ No newline at end of file +} diff --git a/behavior_pack/entities/wolf.json b/behavior_pack/entities/wolf.json index 648f4175e..815b33f66 100644 --- a/behavior_pack/entities/wolf.json +++ b/behavior_pack/entities/wolf.json @@ -1,5 +1,5 @@ { - "format_version": "1.21.10", + "format_version": "1.21.40", "minecraft:entity": { "description": { "identifier": "minecraft:wolf", @@ -196,22 +196,35 @@ "minecraft:color": { "value": 14 }, - "minecraft:behavior.follow_owner": { - "priority": 6, - "speed_multiplier": 1.0, - "start_distance": 10, - "stop_distance": 2 - }, "minecraft:attack": { "damage": 4 }, - "minecraft:behavior.breed": { - "priority": 2, - "speed_multiplier": 1.0 + "minecraft:behavior.teleport_to_owner": { + "priority": 1, + "filters": { + "any_of": [ + { + "all_of": [ + { "test": "owner_distance", "operator": ">", "value": 12 }, + { "test": "is_panicking" } + ] + }, + { + "all_of": [ + { "test": "owner_distance", "operator": ">", "value": 24 }, + { "test": "has_target" } + ] + } + ] + } }, "minecraft:behavior.owner_hurt_by_target": { "priority": 1 }, + "minecraft:behavior.breed": { + "priority": 2, + "speed_multiplier": 1.0 + }, "minecraft:behavior.owner_hurt_target": { "priority": 2 }, @@ -225,6 +238,12 @@ } ] }, + "minecraft:behavior.follow_owner": { + "priority": 6, + "speed_multiplier": 1.0, + "start_distance": 10, + "stop_distance": 2 + }, "minecraft:sittable": { }, "minecraft:is_dyeable": { @@ -520,6 +539,14 @@ "minecraft:despawn": { "despawn_from_distance": {} }, + "minecraft:physics": { + }, + "minecraft:pushable": { + "is_pushable": true, + "is_pushable_by_piston": true + }, + "minecraft:conditional_bandwidth_optimization": { + }, "minecraft:behavior.float": { "priority": 0 }, @@ -529,9 +556,18 @@ "target_dist": 0, "track_target": true }, + "minecraft:behavior.panic": { + "priority": 2, + "speed_multiplier": 1.25, + "damage_sources": [ "campfire", "fire", "fire_tick", "freezing", "lightning", "lava", "magma", "temperature", "soul_campfire" ], + "ignore_mob_damage": true + }, "minecraft:behavior.stay_while_sitting": { "priority": 3 }, + "minecraft:behavior.hurt_by_target": { + "priority": 3 + }, "minecraft:behavior.leap_at_target": { "priority": 4, "yd": 0.4 @@ -539,15 +575,15 @@ "minecraft:behavior.melee_box_attack": { "priority": 5 }, - "minecraft:behavior.random_stroll": { - "priority": 8, - "speed_multiplier": 1.0 - }, "minecraft:behavior.look_at_player": { "priority": 6, "target_distance": 6.0, "probability": 0.02 }, + "minecraft:behavior.random_stroll": { + "priority": 8, + "speed_multiplier": 1.0 + }, "minecraft:behavior.beg": { "priority": 9, "look_distance": 8, @@ -566,24 +602,6 @@ "rabbit", "cooked_rabbit" ] - }, - - "minecraft:behavior.hurt_by_target": { - "priority": 3 - }, - "minecraft:behavior.panic": { - "priority": 2, - "speed_multiplier": 1.25, - "damage_sources": [ "campfire", "fire", "fire_tick", "freezing", "lightning", "lava", "magma", "temperature", "soul_campfire" ], - "ignore_mob_damage": true - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { } }, diff --git a/behavior_pack/items/appleEnchanted.json b/behavior_pack/items/appleEnchanted.json index ef3953011..6108a5ded 100644 --- a/behavior_pack/items/appleEnchanted.json +++ b/behavior_pack/items/appleEnchanted.json @@ -19,7 +19,7 @@ "name": "regeneration", "chance": 1.0, "duration": 30, - "amplifier": 4 + "amplifier": 1 }, { "name": "absorption", @@ -43,4 +43,4 @@ } } } -} \ No newline at end of file +} diff --git a/behavior_pack/loot_tables/entities/bogged.json b/behavior_pack/loot_tables/entities/bogged.json index 4e61d3b37..225a44308 100644 --- a/behavior_pack/loot_tables/entities/bogged.json +++ b/behavior_pack/loot_tables/entities/bogged.json @@ -84,7 +84,7 @@ ], "conditions": [ { - "condition": "killed_by_player" + "condition": "killed_by_player_or_pets" } ] } diff --git a/behavior_pack/loot_tables/entities/creeper.json b/behavior_pack/loot_tables/entities/creeper.json index 4a519e0de..d5046ebab 100644 --- a/behavior_pack/loot_tables/entities/creeper.json +++ b/behavior_pack/loot_tables/entities/creeper.json @@ -143,6 +143,65 @@ "name": "minecraft:record_wait" } ] + }, + { + "conditions": [ + { + "condition": "killed_by_entity", + "entity_type": "minecraft:bogged" + } + ], + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:record_13" + }, + { + "type": "item", + "name": "minecraft:record_cat" + }, + { + "type": "item", + "name": "minecraft:record_blocks" + }, + { + "type": "item", + "name": "minecraft:record_chirp" + }, + { + "type": "item", + "name": "minecraft:record_far" + }, + { + "type": "item", + "name": "minecraft:record_mall" + }, + { + "type": "item", + "name": "minecraft:record_mellohi" + }, + { + "type": "item", + "name": "minecraft:record_stal" + }, + { + "type": "item", + "name": "minecraft:record_strad" + }, + { + "type": "item", + "name": "minecraft:record_ward" + }, + { + "type": "item", + "name": "minecraft:record_11" + }, + { + "type": "item", + "name": "minecraft:record_wait" + } + ] } ] } \ No newline at end of file diff --git a/behavior_pack/loot_tables/entities/polar_bear.json b/behavior_pack/loot_tables/entities/polar_bear.json index 0efe88105..05d3d12fe 100644 --- a/behavior_pack/loot_tables/entities/polar_bear.json +++ b/behavior_pack/loot_tables/entities/polar_bear.json @@ -15,6 +15,18 @@ "max": 2 } }, + { + "function": "furnace_smelt", + "conditions": [ + { + "condition": "entity_properties", + "entity": "this", + "properties": { + "on_fire": true + } + } + ] + }, { "function": "looting_enchant", "count": { @@ -41,6 +53,18 @@ "max": 2 } }, + { + "function": "furnace_smelt", + "conditions": [ + { + "condition": "entity_properties", + "entity": "this", + "properties": { + "on_fire": true + } + } + ] + }, { "function": "looting_enchant", "count": { diff --git a/behavior_pack/manifest.json b/behavior_pack/manifest.json index da2d3805b..39ed1454f 100644 --- a/behavior_pack/manifest.json +++ b/behavior_pack/manifest.json @@ -5,7 +5,7 @@ "name": "Vanilla Behavior Pack", "uuid": "ee649bcf-256c-4013-9068-6a802b89d756", "version": [ 0, 0, 1 ], - "min_engine_version": [ 1, 21, 30 ] + "min_engine_version": [ 1, 21, 40 ] }, "modules": [ { diff --git a/documentation/Addons.html b/documentation/Addons.html index 18fdb1770..510e45bcc 100644 --- a/documentation/Addons.html +++ b/documentation/Addons.html @@ -1,4 +1,4 @@ -

ADDONS DOCUMENTATION
Version: 1.21.30.25

+

ADDONS DOCUMENTATION
Version: 1.21.40.20

This is documentation for a preview release of Minecraft. New features, components, and capabilities in this release are not final and might change without notice before the final release.
Be sure to check the documentation once the release is out of preview if your add-on isn't working properly. Resource and Behavior Packs created for the preview are not guaranteed to work on the final release.

Index

@@ -3139,7 +3139,7 @@

List of all Aux-Values supported and what they equate to as Block-States

minecraft:brown_mushroom_block:010 - + @@ -3169,7 +3169,7 @@

List of all Aux-Values supported and what they equate to as Block-States

minecraft:brown_mushroom_block:015 - + @@ -16555,7 +16555,7 @@

List of all Aux-Values supported and what they equate to as Block-States

minecraft:red_mushroom_block:010 - + @@ -16585,7 +16585,7 @@

List of all Aux-Values supported and what they equate to as Block-States

minecraft:red_mushroom_block:015 - + @@ -23902,7 +23902,7 @@

BlockStates

- + @@ -23944,7 +23944,7 @@

BlockStates

- + @@ -24058,7 +24058,7 @@

BlockStates

- + @@ -24082,7 +24082,7 @@

BlockStates

- + @@ -24178,7 +24178,7 @@

BlockStates

- + @@ -24220,25 +24220,25 @@

BlockStates

- + - + - + - + @@ -24250,7 +24250,7 @@

BlockStates

- + @@ -24274,7 +24274,7 @@

BlockStates

- + @@ -25186,6 +25186,9 @@

List of fully-qualified block names

+ + + @@ -25552,6 +25555,9 @@

List of fully-qualified block names

+ + + @@ -26791,6 +26797,9 @@

List of fully-qualified block names

+ + + @@ -26971,6 +26980,9 @@

List of fully-qualified block names

+ + + @@ -27022,6 +27034,9 @@

List of fully-qualified block names

+ + + @@ -27427,7 +27442,7 @@

List of fully-qualified block names

- + @@ -28087,6 +28102,9 @@

List of fully-qualified block names

+ + + @@ -28128,6 +28146,9 @@

List of fully-qualified block names

+ + +
minecraft:brown_mushroom_block 10minecraft:brown_mushroom_block ["huge_mushroom_bits" = 10]
minecraft:mushroom_stem ["huge_mushroom_bits" = 10]
minecraft:brown_mushroom_block:011 minecraft:brown_mushroom_block 15minecraft:brown_mushroom_block ["huge_mushroom_bits" = 15]
minecraft:mushroom_stem ["huge_mushroom_bits" = 15]
minecraft:bubble_column:000 minecraft:red_mushroom_block 10minecraft:red_mushroom_block ["huge_mushroom_bits" = 10]
minecraft:mushroom_stem ["huge_mushroom_bits" = 10]
minecraft:red_mushroom_block:011 minecraft:red_mushroom_block 15minecraft:red_mushroom_block ["huge_mushroom_bits" = 15]
minecraft:mushroom_stem ["huge_mushroom_bits" = 15]
minecraft:red_nether_brick_stairs:000 double_plant_type String sunflower, syringa, grass, fern, rose, paeoniaDetermines the type of a double plant block
DEPRECATED - Determines the type of a double plant block
drag_down flower_type String poppy, orchid, allium, houstonia, tulip_red, tulip_orange, tulip_white, tulip_pink, oxeye, cornflower, lily_of_the_valleyDetermines the type of a flower block
DEPRECATED - Determines the type of a flower block
ground_sign_direction new_leaf_type String acacia, dark_oakDetermines the leaf type of some blocks
DEPRECATED - Determines the leaf type of some blocks
new_log_type old_leaf_type String oak, spruce, birch, jungleDetermines the leaf type of some blocks
DEPRECATED - Determines the leaf type of some blocks
old_log_type sapling_type String evergreen, birch, jungle, acacia, roofed_oakDetermines the type of the sapling block
DEPRECATED - Determines the type of the sapling block
sculk_sensor_phase stone_slab_type String smooth_stone, sandstone, wood, cobblestone, brick, stone_brick, quartz, nether_brickDetermines the type of some stone slab blocks
DEPRECATED - Determines the type of some stone slab blocks
stone_slab_type_2 String red_sandstone, purpur, prismarine_rough, prismarine_dark, prismarine_brick, mossy_cobblestone, smooth_sandstone, red_nether_brickDetermines the type of some stone slab blocks
DEPRECATED - Determines the type of some stone slab blocks
stone_slab_type_3 String end_stone_brick, smooth_red_sandstone, polishe_andesite, andesite, diorite, polished_diorite, granite, polished_graniteDetermines the type of some stone slab blocks
DEPRECATED - Determines the type of some stone slab blocks
stone_slab_type_4 String mossy_stone_brick, smooth_quartz, stone, cut_sandstone, cut_red_sandstoneDetermines the type of some stone slab blocks
DEPRECATED - Determines the type of some stone slab blocks
stone_type stripped_bit Boolean True, FalseDescribes if a wood log has been stripped of bark
DEPRECATED - Describes if a wood log has been stripped of bark
structure_block_type tall_grass_type String default, tall, fern, snowDetermines the type of a tall grass block
DEPRECATED - Determines the type of a tall grass block
toggle_bit minecraft:crafting_table
minecraft:creeper_head
minecraft:crimson_button
minecraft:dragon_egg
minecraft:dragon_head
minecraft:dried_kelp_block
minecraft:muddy_mangrove_roots
minecraft:mushroom_stem
minecraft:mycelium
minecraft:petrified_oak_slab
minecraft:piglin_head
minecraft:pink_candle
minecraft:pitcher_plant
minecraft:player_head
minecraft:podzol
minecraft:silver_glazed_terracotta
minecraft:skullminecraft:skeleton_skull
minecraft:slime minecraft:wither_rose
minecraft:wither_skeleton_skull
minecraft:wooden_button
minecraft:yellow_wool
minecraft:zombie_head
Back to top

@@ -28971,12 +28992,12 @@

Items

acacia_chest_boat -658 +657 acacia_door -568 +567 @@ -29026,7 +29047,7 @@

Items

acacia_sign -591 +590 @@ -29076,7 +29097,7 @@

Items

allay_spawn_egg -647 +646 @@ -29101,7 +29122,7 @@

Items

amethyst_shard -640 +639 @@ -29136,7 +29157,7 @@

Items

angler_pottery_sherd -672 +671 @@ -29151,7 +29172,7 @@

Items

archer_pottery_sherd -673 +672 @@ -29166,12 +29187,12 @@

Items

armor_stand -564 +563 arms_up_pottery_sherd -674 +673 @@ -29216,7 +29237,7 @@

Items

balloon -614 +613 @@ -29236,7 +29257,7 @@

Items

bamboo_chest_raft -670 +669 @@ -29296,7 +29317,7 @@

Items

bamboo_raft -669 +668 @@ -29306,7 +29327,7 @@

Items

bamboo_sign -668 +667 @@ -29336,7 +29357,7 @@

Items

banner -579 +578 @@ -29436,12 +29457,12 @@

Items

birch_chest_boat -655 +654 birch_door -566 +565 @@ -29491,7 +29512,7 @@

Items

birch_sign -589 +588 @@ -29611,7 +29632,7 @@

Items

blade_pottery_sherd -675 +674 @@ -29636,7 +29657,7 @@

Items

bleach -612 +611 @@ -29721,7 +29742,7 @@

Items

bolt_armor_trim_smithing_template -714 +713 @@ -29756,7 +29777,7 @@

Items

bordure_indented_banner_pattern -598 +597 @@ -29806,7 +29827,7 @@

Items

brewer_pottery_sherd -676 +675 @@ -29916,7 +29937,7 @@

Items

brush -695 +694 @@ -29956,7 +29977,7 @@

Items

burn_pottery_sherd -677 +676 @@ -29981,17 +30002,17 @@

Items

camel_spawn_egg -671 +670 camera -609 +608 campfire -603 +602 @@ -30016,7 +30037,7 @@

Items

carrot_on_a_stick -529 +528 @@ -30066,7 +30087,7 @@

Items

chain -635 +634 @@ -30111,7 +30132,7 @@

Items

cherry_boat -665 +664 @@ -30121,7 +30142,7 @@

Items

cherry_chest_boat -666 +665 @@ -30176,7 +30197,7 @@

Items

cherry_sign -667 +666 @@ -30216,7 +30237,7 @@

Items

chest_boat -661 +660 @@ -30301,7 +30322,7 @@

Items

chorus_fruit -570 +569 @@ -30351,7 +30372,7 @@

Items

coast_armor_trim_smithing_template -699 +698 @@ -30461,12 +30482,12 @@

Items

command_block_minecart -575 +574 comparator -534 +533 @@ -30481,7 +30502,7 @@

Items

compound -610 +609 @@ -30521,7 +30542,7 @@

Items

cooked_mutton -563 +562 @@ -30646,7 +30667,12 @@

Items

creeper_banner_pattern -594 +593 + + + +creeper_head +-968 @@ -30661,7 +30687,7 @@

Items

crimson_door -632 +631 @@ -30716,7 +30742,7 @@

Items

crimson_sign -630 +629 @@ -30751,7 +30777,7 @@

Items

crossbow -587 +586 @@ -30876,7 +30902,7 @@

Items

danger_pottery_sherd -678 +677 @@ -30891,12 +30917,12 @@

Items

dark_oak_chest_boat -659 +658 dark_oak_door -569 +568 @@ -30946,7 +30972,7 @@

Items

dark_oak_sign -592 +591 @@ -31116,7 +31142,7 @@

Items

debug_stick -605 +604 @@ -31281,7 +31307,7 @@

Items

diamond_horse_armor -545 +544 @@ -31346,7 +31372,7 @@

Items

disc_fragment_5 -653 +652 @@ -31396,7 +31422,7 @@

Items

dragon_breath -572 +571 @@ -31405,6 +31431,11 @@

Items

+dragon_head +-969 + + + dried_kelp 270 @@ -31431,7 +31462,7 @@

Items

dune_armor_trim_smithing_template -698 +697 @@ -31441,7 +31472,7 @@

Items

echo_shard -663 +662 @@ -32056,7 +32087,7 @@

Items

elytra -576 +575 @@ -32081,7 +32112,7 @@

Items

enchanted_book -533 +532 @@ -32191,7 +32222,7 @@

Items

explorer_pottery_sherd -679 +678 @@ -32246,7 +32277,7 @@

Items

eye_armor_trim_smithing_template -702 +701 @@ -32281,7 +32312,7 @@

Items

field_masoned_banner_pattern -597 +596 @@ -32321,12 +32352,12 @@

Items

firework_rocket -531 +530 firework_star -532 +531 @@ -32351,22 +32382,22 @@

Items

flow_armor_trim_smithing_template -713 +712 flow_banner_pattern -601 +600 flow_pottery_sherd -680 +679 flower_banner_pattern -593 +592 @@ -32401,7 +32432,7 @@

Items

friend_pottery_sherd -681 +680 @@ -32411,7 +32442,7 @@

Items

frog_spawn_egg -644 +643 @@ -32461,12 +32492,12 @@

Items

globe_banner_pattern -600 +599 glow_frame -639 +638 @@ -32486,7 +32517,7 @@

Items

glow_stick -617 +616 @@ -32506,7 +32537,7 @@

Items

goat_horn -643 +642 @@ -32571,7 +32602,7 @@

Items

golden_horse_armor -544 +543 @@ -32776,12 +32807,12 @@

Items

guster_banner_pattern -602 +601 guster_pottery_sherd -682 +681 @@ -32981,17 +33012,17 @@

Items

heart_of_the_sea -583 +582 heart_pottery_sherd -683 +682 heartbreak_pottery_sherd -684 +683 @@ -33016,12 +33047,12 @@

Items

honey_bottle -607 +606 honeycomb -606 +605 @@ -33031,12 +33062,12 @@

Items

hopper -539 +538 hopper_minecart -538 +537 @@ -33066,12 +33097,12 @@

Items

host_armor_trim_smithing_template -712 +711 howl_pottery_sherd -685 +684 @@ -33086,7 +33117,7 @@

Items

ice_bomb -611 +610 @@ -33191,7 +33222,7 @@

Items

iron_horse_armor -543 +542 @@ -33206,7 +33237,7 @@

Items

iron_nugget -581 +580 @@ -33350,11 +33381,6 @@

Items

-item.skull -144 - - - item.soul_campfire -290 @@ -33401,12 +33427,12 @@

Items

jungle_chest_boat -656 +655 jungle_door -567 +566 @@ -33456,7 +33482,7 @@

Items

jungle_sign -590 +589 @@ -33546,7 +33572,7 @@

Items

lead -559 +558 @@ -33571,7 +33597,7 @@

Items

leather_horse_armor -542 +541 @@ -33881,7 +33907,7 @@

Items

lingering_potion -574 +573 @@ -33931,7 +33957,7 @@

Items

lodestone_compass -618 +617 @@ -34031,7 +34057,7 @@

Items

mangrove_boat -651 +650 @@ -34041,12 +34067,12 @@

Items

mangrove_chest_boat -660 +659 mangrove_door -649 +648 @@ -34101,7 +34127,7 @@

Items

mangrove_sign -650 +649 @@ -34141,7 +34167,7 @@

Items

medicine -615 +614 @@ -34181,7 +34207,7 @@

Items

miner_pottery_sherd -686 +685 @@ -34191,7 +34217,7 @@

Items

mojang_banner_pattern -596 +595 @@ -34266,7 +34292,7 @@

Items

mourner_pottery_sherd -687 +686 @@ -34315,38 +34341,43 @@

Items

+mushroom_stem +-1008 + + + mushroom_stew 260 music_disc_11 -556 +555 music_disc_13 -546 +545 music_disc_5 -652 +651 music_disc_blocks -548 +547 music_disc_cat -547 +546 music_disc_chirp -549 +548 @@ -34361,27 +34392,27 @@

Items

music_disc_far -550 +549 music_disc_mall -551 +550 music_disc_mellohi -552 +551 music_disc_otherside -642 +641 music_disc_pigstep -636 +635 @@ -34391,32 +34422,32 @@

Items

music_disc_relic -715 +714 music_disc_stal -553 +552 music_disc_strad -554 +553 music_disc_wait -557 +556 music_disc_ward -555 +554 mutton -562 +561 @@ -34426,12 +34457,12 @@

Items

name_tag -560 +559 nautilus_shell -582 +581 @@ -34471,12 +34502,12 @@

Items

nether_sprouts -637 +636 nether_star -530 +529 @@ -34491,12 +34522,12 @@

Items

netherbrick -535 +534 netherite_axe -622 +621 @@ -34506,57 +34537,57 @@

Items

netherite_boots -628 +627 netherite_chestplate -626 +625 netherite_helmet -625 +624 netherite_hoe -623 +622 netherite_ingot -624 +623 netherite_leggings -627 +626 netherite_pickaxe -621 +620 netherite_scrap -629 +628 netherite_shovel -620 +619 netherite_sword -619 +618 netherite_upgrade_smithing_template -696 +695 @@ -34601,7 +34632,7 @@

Items

oak_chest_boat -654 +653 @@ -34681,7 +34712,7 @@

Items

ominous_bottle -608 +607 @@ -34861,7 +34892,7 @@

Items

phantom_membrane -586 +585 @@ -34876,7 +34907,7 @@

Items

piglin_banner_pattern -599 +598 @@ -34885,6 +34916,11 @@

Items

+piglin_head +-970 + + + piglin_spawn_egg 503 @@ -34995,8 +35031,13 @@

Items

+player_head +-967 + + + plenty_pottery_sherd -688 +687 @@ -35196,7 +35237,7 @@

Items

popped_chorus_fruit -571 +570 @@ -35276,7 +35317,7 @@

Items

prismarine_crystals -561 +560 @@ -35286,7 +35327,7 @@

Items

prismarine_shard -577 +576 @@ -35306,7 +35347,7 @@

Items

prize_pottery_sherd -689 +688 @@ -35431,7 +35472,7 @@

Items

quartz -536 +535 @@ -35476,12 +35517,12 @@

Items

rabbit_foot -540 +539 rabbit_hide -541 +540 @@ -35501,12 +35542,12 @@

Items

raiser_armor_trim_smithing_template -710 +709 rapid_fertilizer -613 +612 @@ -35546,7 +35587,7 @@

Items

recovery_compass -662 +661 @@ -35741,7 +35782,7 @@

Items

rib_armor_trim_smithing_template -706 +705 @@ -35816,7 +35857,7 @@

Items

scrape_pottery_sherd -690 +689 @@ -35861,17 +35902,17 @@

Items

sentry_armor_trim_smithing_template -697 +696 shaper_armor_trim_smithing_template -711 +710 sheaf_pottery_sherd -691 +690 @@ -35886,7 +35927,7 @@

Items

shelter_pottery_sherd -692 +691 @@ -35911,7 +35952,7 @@

Items

shulker_shell -578 +577 @@ -35921,7 +35962,7 @@

Items

silence_armor_trim_smithing_template -708 +707 @@ -35940,23 +35981,28 @@

Items

+skeleton_skull +144 + + + skeleton_spawn_egg 449 skull -528 -0 = Skeleton

1 = Wither

2 = Zombie

3 = Steve

4 = Creeper

5 = Dragon
6 = Piglin
+715 + skull_banner_pattern -595 +594 skull_pottery_sherd -693 +692 @@ -36086,12 +36132,12 @@

Items

snort_pottery_sherd -694 +693 snout_armor_trim_smithing_template -705 +704 @@ -36116,7 +36162,7 @@

Items

soul_campfire -638 +637 @@ -36146,7 +36192,7 @@

Items

sparkler -616 +615 @@ -36166,12 +36212,12 @@

Items

spire_armor_trim_smithing_template -707 +706 splash_potion -573 +572 @@ -36196,12 +36242,12 @@

Items

spruce_chest_boat -657 +656 spruce_door -565 +564 @@ -36251,7 +36297,7 @@

Items

spruce_sign -588 +587 @@ -36286,7 +36332,7 @@

Items

spyglass -641 +640 @@ -36596,7 +36642,7 @@

Items

suspicious_stew -604 +603 @@ -36611,12 +36657,12 @@

Items

tadpole_bucket -646 +645 tadpole_spawn_egg -645 +644 @@ -36636,7 +36682,7 @@

Items

tide_armor_trim_smithing_template -704 +703 @@ -36651,7 +36697,7 @@

Items

tnt_minecart -537 +536 @@ -36676,12 +36722,12 @@

Items

totem_of_undying -580 +579 trader_llama_spawn_egg -664 +663 @@ -36706,7 +36752,7 @@

Items

trident -558 +557 @@ -36811,12 +36857,12 @@

Items

turtle_helmet -585 +584 turtle_scute -584 +583 @@ -36876,7 +36922,7 @@

Items

vex_armor_trim_smithing_template -703 +702 @@ -36916,12 +36962,12 @@

Items

ward_armor_trim_smithing_template -701 +700 warden_spawn_egg -648 +647 @@ -36931,7 +36977,7 @@

Items

warped_door -633 +632 @@ -36956,7 +37002,7 @@

Items

warped_fungus_on_a_stick -634 +633 @@ -36991,7 +37037,7 @@

Items

warped_sign -631 +630 @@ -37246,7 +37292,7 @@

Items

wayfinder_armor_trim_smithing_template -709 +708 @@ -37391,7 +37437,7 @@

Items

wild_armor_trim_smithing_template -700 +699 @@ -37410,6 +37456,11 @@

Items

+wither_skeleton_skull +-965 + + + wither_skeleton_spawn_egg 470 @@ -37560,6 +37611,11 @@

Items

+zombie_head +-966 + + + zombie_horse_spawn_egg 474 diff --git a/documentation/Animations.html b/documentation/Animations.html index 812cbd721..f000c3e74 100644 --- a/documentation/Animations.html +++ b/documentation/Animations.html @@ -1,4 +1,4 @@ -

ANIMATIONS DOCUMENTATION
Version: 1.21.30.25

+

ANIMATIONS DOCUMENTATION
Version: 1.21.40.20

This is documentation for a preview release of Minecraft. New features, components, and capabilities in this release are not final and might change without notice before the final release.
Be sure to check the documentation once the release is out of preview if your add-on isn't working properly. Resource and Behavior Packs created for the preview are not guaranteed to work on the final release.

Index

diff --git a/documentation/Biomes.html b/documentation/Biomes.html index 260f22309..62f5635ad 100644 --- a/documentation/Biomes.html +++ b/documentation/Biomes.html @@ -1,4 +1,4 @@ -

BIOMES DOCUMENTATION
Version: 1.21.30.25

+

BIOMES DOCUMENTATION
Version: 1.21.40.20

This is documentation for a preview release of Minecraft. New features, components, and capabilities in this release are not final and might change without notice before the final release.
Be sure to check the documentation once the release is out of preview if your add-on isn't working properly. Resource and Behavior Packs created for the preview are not guaranteed to work on the final release.

Index

diff --git a/documentation/Blocks.html b/documentation/Blocks.html index a46bf000e..be899ef57 100644 --- a/documentation/Blocks.html +++ b/documentation/Blocks.html @@ -1,4 +1,4 @@ -

BLOCKS DOCUMENTATION
Version: 1.21.30.25

+

BLOCKS DOCUMENTATION
Version: 1.21.40.20

This is documentation for a preview release of Minecraft. New features, components, and capabilities in this release are not final and might change without notice before the final release.
Be sure to check the documentation once the release is out of preview if your add-on isn't working properly. Resource and Behavior Packs created for the preview are not guaranteed to work on the final release.

Index

@@ -442,7 +442,7 @@

Block Definition Properties

Code Example

Example

@@ -1044,13 +1064,70 @@

Feature schema

{ string "identifier" // The name of this feature in the form 'namespace_name:feature_name'. 'feature_name' must match the filename. } - "places_block" // Reference to the block to be placed. + object "places_block" : opt // Reference to the block to be placed. + array "places_block" : opt + { + object "" : opt + { + float "weight" // Random weight of this block. A higher number will increase the probability of this block to be picked during placement. + object "block" // Reference to the block to be placed. + } + } bool "enforce_placement_rules" // If true, enforce the block's canPlace check. bool "enforce_survivability_rules" // If true, enforce the block's canSurvive check. - object "may_attach_to" : opt + bool "randomize_rotation" : opt // If true, randomizes the block's cardinal orientation. + object "may_attach_to" : opt // Allowlist which specifies where the block can be placed. + { + int "min_sides_must_attach"<1-4> : opt // Number of side faces that need to pass the attach conditions before the block can be placed. Default value is four. + bool "auto_rotate" : opt // Automatically rotate the block to attach sensibly. This setting is ignored if 'randomize_rotation' is enabled. + "top" : opt + array "top" : opt + { + "" + } + "bottom" : opt + array "bottom" : opt + { + "" + } + "north" : opt + array "north" : opt + { + "" + } + "east" : opt + array "east" : opt + { + "" + } + "south" : opt + array "south" : opt + { + "" + } + "west" : opt + array "west" : opt + { + "" + } + "all" : opt + array "all" : opt + { + "" + } + "sides" : opt + array "sides" : opt + { + "" + } + "diagonal" : opt + array "diagonal" : opt + { + "" + } + } + object "may_not_attach_to" : opt // Denylist which specifies where the block can't be placed. { - int "min_sides_must_attach"<1-4> : opt - bool "auto_rotate" : opt // Automatically rotate the block to attach sensibly. "top" : opt array "top" : opt { @@ -1091,6 +1168,11 @@

Feature schema

{ "" } + "diagonal" : opt + array "diagonal" : opt + { + "" + } } array "may_replace" : opt { diff --git a/documentation/Fogs.html b/documentation/Fogs.html index 9deb99500..e66392af9 100644 --- a/documentation/Fogs.html +++ b/documentation/Fogs.html @@ -1,4 +1,4 @@ -

FOGS DOCUMENTATION
Version: 1.21.30.25

+

FOGS DOCUMENTATION
Version: 1.21.40.20

This is documentation for a preview release of Minecraft. New features, components, and capabilities in this release are not final and might change without notice before the final release.
Be sure to check the documentation once the release is out of preview if your add-on isn't working properly. Resource and Behavior Packs created for the preview are not guaranteed to work on the final release.

Index

diff --git a/documentation/Index.html b/documentation/Index.html index 382e681c2..372824c1b 100644 --- a/documentation/Index.html +++ b/documentation/Index.html @@ -1,4 +1,4 @@ -DOCUMENTATION

DOCUMENTATION
Version: 1.21.30.25 +DOCUMENTATION

DOCUMENTATION
Version: 1.21.40.20 This is documentation for a preview release of Minecraft. New features, components, and capabilities in this release are not final and might change without notice before the final release.
Be sure to check the documentation once the release is out of preview if your add-on isn't working properly. Resource and Behavior Packs created for the preview are not guaranteed to work on the final release.
  1. Addons diff --git a/documentation/Item.html b/documentation/Item.html index fc31684b9..11dbf1ea2 100644 --- a/documentation/Item.html +++ b/documentation/Item.html @@ -1,4 +1,4 @@ -

    ITEM DOCUMENTATION
    Version: 1.21.30.25

    +

    ITEM DOCUMENTATION
    Version: 1.21.40.20

    This is documentation for a preview release of Minecraft. New features, components, and capabilities in this release are not final and might change without notice before the final release.
    Be sure to check the documentation once the release is out of preview if your add-on isn't working properly. Resource and Behavior Packs created for the preview are not guaranteed to work on the final release.

    Index

diff --git a/documentation/Molang.html b/documentation/Molang.html index b64cbb35d..47140bbbd 100644 --- a/documentation/Molang.html +++ b/documentation/Molang.html @@ -1,4 +1,4 @@ -

MOLANG DOCUMENTATION
Version: 1.21.30.25

+

MOLANG DOCUMENTATION
Version: 1.21.40.20

This is documentation for a preview release of Minecraft. New features, components, and capabilities in this release are not final and might change without notice before the final release.
Be sure to check the documentation once the release is out of preview if your add-on isn't working properly. Resource and Behavior Packs created for the preview are not guaranteed to work on the final release.

Index

diff --git a/documentation/Particles.html b/documentation/Particles.html index 77d3ceb00..a94e22e04 100644 --- a/documentation/Particles.html +++ b/documentation/Particles.html @@ -1,4 +1,4 @@ -

PARTICLES DOCUMENTATION
Version: 1.21.30.25

+

PARTICLES DOCUMENTATION
Version: 1.21.40.20

This is documentation for a preview release of Minecraft. New features, components, and capabilities in this release are not final and might change without notice before the final release.
Be sure to check the documentation once the release is out of preview if your add-on isn't working properly. Resource and Behavior Packs created for the preview are not guaranteed to work on the final release.

Index

diff --git a/documentation/Recipes.html b/documentation/Recipes.html index 58a7ea251..2f746055b 100644 --- a/documentation/Recipes.html +++ b/documentation/Recipes.html @@ -1,4 +1,4 @@ -

RECIPES DOCUMENTATION
Version: 1.21.30.25

+

RECIPES DOCUMENTATION
Version: 1.21.40.20

This is documentation for a preview release of Minecraft. New features, components, and capabilities in this release are not final and might change without notice before the final release.
Be sure to check the documentation once the release is out of preview if your add-on isn't working properly. Resource and Behavior Packs created for the preview are not guaranteed to work on the final release.

Index

diff --git a/documentation/Schemas.html b/documentation/Schemas.html index 0e9400b90..cc49e34a9 100644 --- a/documentation/Schemas.html +++ b/documentation/Schemas.html @@ -1,4 +1,4 @@ -

SCHEMAS DOCUMENTATION
Version: 1.21.30.25

+

SCHEMAS DOCUMENTATION
Version: 1.21.40.20

This is documentation for a preview release of Minecraft. New features, components, and capabilities in this release are not final and might change without notice before the final release.
Be sure to check the documentation once the release is out of preview if your add-on isn't working properly. Resource and Behavior Packs created for the preview are not guaranteed to work on the final release.

Index

@@ -12,5 +12,5 @@

Overview

Schemas

-```
--------
actor_animation:1.8.0:{
version "format_version"
object "animations"
{
object "animation."
{
bool "loop" : opt // should this animation stop, loop, or stay on the last frame when finished (true, false, "hold_on_last_frame"
string "loop"<"hold_on_last_frame"> : opt // should this animation stop, loop, or stay on the last frame when finished (true, false, "hold_on_last_frame"
molang "start_delay" : opt // How long to wait in seconds before playing this animation. Note that this expression is evaluated once before playing, and only re-evaluated if asked to play from the beginning again. A looping animation should use 'loop_delay' if it wants a delay between loops.
molang "loop_delay" : opt // How long to wait in seconds before looping this animation. Note that this expression is evaluated after each loop and on looping animation only.
molang "anim_time_update" : opt // how does time pass when playing the animation. Defaults to "query.anim_time + query.delta_time" which means advance in seconds.
molang "blend_weight" : opt
bool "override_previous_animation" : opt // reset bones in this animation to the default pose before applying this animation
object "bones" : opt
{
object ""
{
object "relative_to" : opt
{
string "rotation"<"entity"> : opt // if set, makes the bone rotation relative to the entity instead of the bone's parent
}
molang "position" : opt
array "position" : opt
{
molang ""
}
object "position" : opt
{
array ""[3]
{
molang ""
}
object ""
{
enumerated_value "lerp_mode"<"linear", "catmullrom"> : opt
array "pre"[3] : opt
{
molang ""
}
array "post"[3] : opt
{
molang ""
}
}
}
molang "rotation" : opt
array "rotation" : opt
{
molang ""
object ""
{
molang "[xyz]"
}
}
object "rotation" : opt
{
array ""[3]
{
molang ""
}
object ""
{
enumerated_value "lerp_mode"<"linear", "catmullrom"> : opt
array "pre"[3] : opt
{
molang ""
}
array "post"[3] : opt
{
molang ""
}
}
}
molang "scale" : opt
array "scale" : opt
{
molang ""
}
object "scale" : opt
{
array ""[3]
{
molang ""
}
object ""
{
enumerated_value "lerp_mode"<"linear", "catmullrom"> : opt
array "pre"[3] : opt
{
molang ""
}
array "post"[3] : opt
{
molang ""
}
}
}
}
}
object "particle_effects" : opt
{
object "" : opt
{
string "effect" // The name of a particle effect that should be played
string "locator" : opt // The name of a locator on the actor where the effect should be located
molang "pre_effect_script" : opt // A Molang script that will be run when the particle emitter is initialized
bool "bind_to_actor" : opt // Set to false to have the effect spawned in the world without being bound to an actor (by default an effect is bound to the actor).
}
array "" : opt
{
object "" : opt
{
string "effect" // The name of a particle effect that should be played
string "locator" : opt // The name of a locator on the actor where the effect should be located
molang "pre_effect_script" : opt // A Molang script that will be run when the particle emitter is initialized
bool "bind_to_actor" : opt // Set to false to have the effect spawned in the world without being bound to an actor (by default an effect is bound to the actor).
}
}
}
object "sound_effects" : opt // sound effects to trigger as this animation plays, keyed by time
{
object "" : opt
{
string "effect" // Valid sound effect names should be listed in the entity's resource_definition json file.
}
array "" : opt
{
object "" : opt
{
string "effect" // Valid sound effect names should be listed in the entity's resource_definition json file.
}
}
}
object "timeline" : opt
{
string "" : opt
array "" : opt
{
string "" : opt
}
}
float "animation_length" : opt // override calculated value (set as the max keyframe or event time) and set animation length in seconds.
}
}
}

----------
chance_information:1.14.0:{
int "numerator"<0-*>
int "denominator"<1-*>
}

----------
block_reference:1.10.0:{
string "name"
object "states"
{
bool "\w*:?\w+" : opt
int "\w*:?\w+" : opt
string "\w*:?\w+" : opt
}
}

----------
persona_actor_animation:1.8.0:{
version "format_version"
object "animations"
{
object "animation."
{
bool "loop" : opt // should this animation stop, loop, or stay on the last frame when finished (true, false, "hold_on_last_frame"
string "loop"<"hold_on_last_frame"> : opt // should this animation stop, loop, or stay on the last frame when finished (true, false, "hold_on_last_frame"
molang "start_delay" : opt // How long to wait in seconds before playing this animation. Note that this expression is evaluated once before playing, and only re-evaluated if asked to play from the beginning again. A looping animation should use 'loop_delay' if it wants a delay between loops.
molang "loop_delay" : opt // How long to wait in seconds before looping this animation. Note that this expression is evaluated after each loop and on looping animation only.
molang "anim_time_update" : opt // how does time pass when playing the animation. Defaults to "query.anim_time + query.delta_time" which means advance in seconds.
molang "blend_weight" : opt
bool "override_previous_animation" : opt // reset bones in this animation to the default pose before applying this animation
object "bones" : opt
{
object ""
{
object "relative_to" : opt
{
string "rotation"<"entity"> : opt // if set, makes the bone rotation relative to the entity instead of the bone's parent
}
molang "position" : opt
array "position" : opt
{
molang ""
}
object "position" : opt
{
array ""[3]
{
molang ""
}
object ""
{
enumerated_value "lerp_mode"<"linear", "catmullrom"> : opt
array "pre"[3] : opt
{
molang ""
}
array "post"[3] : opt
{
molang ""
}
}
}
molang "rotation" : opt
array "rotation" : opt
{
molang ""
object ""
{
molang "[xyz]"
}
}
object "rotation" : opt
{
array ""[3]
{
molang ""
}
object ""
{
enumerated_value "lerp_mode"<"linear", "catmullrom"> : opt
array "pre"[3] : opt
{
molang ""
}
array "post"[3] : opt
{
molang ""
}
}
}
molang "scale" : opt
array "scale" : opt
{
molang ""
}
object "scale" : opt
{
array ""[3]
{
molang ""
}
object ""
{
enumerated_value "lerp_mode"<"linear", "catmullrom"> : opt
array "pre"[3] : opt
{
molang ""
}
array "post"[3] : opt
{
molang ""
}
}
}
}
}
object "particle_effects" : opt
{
object "" : opt
{
string "effect" // The name of a particle effect that should be played
string "locator" : opt // The name of a locator on the actor where the effect should be located
molang "pre_effect_script" : opt // A Molang script that will be run when the particle emitter is initialized
bool "bind_to_actor" : opt // Set to false to have the effect spawned in the world without being bound to an actor (by default an effect is bound to the actor).
}
array "" : opt
{
object "" : opt
{
string "effect" // The name of a particle effect that should be played
string "locator" : opt // The name of a locator on the actor where the effect should be located
molang "pre_effect_script" : opt // A Molang script that will be run when the particle emitter is initialized
bool "bind_to_actor" : opt // Set to false to have the effect spawned in the world without being bound to an actor (by default an effect is bound to the actor).
}
}
}
object "sound_effects" : opt // sound effects to trigger as this animation plays, keyed by time
{
object "" : opt
{
string "effect" // Valid sound effect names should be listed in the entity's resource_definition json file.
}
array "" : opt
{
object "" : opt
{
string "effect" // Valid sound effect names should be listed in the entity's resource_definition json file.
}
}
}
object "timeline" : opt
{
string "" : opt
array "" : opt
{
string "" : opt
}
}
float "animation_length" : opt // override calculated value (set as the max keyframe or event time) and set animation length in seconds.
}
}
}

----------
geometry:1.8.0:{
bool "debug" : opt
version "format_version"
object "geometry.[a-zA-Z0-9_.'-:]+"
{
bool "debug" : opt
float "visible_bounds_width" : opt
float "visible_bounds_height" : opt
array "visible_bounds_offset"[3] : opt
{
float ""
}
int "texturewidth" : opt
int "textureheight" : opt
string "cape" : opt
array "bones" : opt
{
object "" : opt
{
string "name"
bool "reset" : opt
bool "neverRender" : opt
string "parent" : opt
array "pivot"[3] : opt
{
float ""
}
array "rotation"[3] : opt
{
float ""
}
array "bind_pose_rotation"[3] : opt
{
float "" : opt
}
bool "mirror" : opt
float "inflate" : opt
bool "debug" : opt
int "render_group_id"<0-*> : opt
array "cubes" : opt
{
object "" : opt
{
array "origin"[3] : opt
{
float ""
}
array "size"[3] : opt
{
float ""
}
array "uv"[2] : opt
{
float ""
}
float "inflate" : opt
bool "mirror" : opt
}
}
object "locators" : opt
{
array "" : opt
{
float "" : opt
}
}
object "poly_mesh" : opt
{
bool "normalized_uvs" : opt
array "positions" : opt
{
array ""[3] : opt
{
float ""
}
}
array "normals" : opt
{
array ""[3] : opt
{
float ""
}
}
array "uvs" : opt
{
array ""[2] : opt
{
float ""
}
}
array "polys"
{
array ""[3,4] : opt
{
array ""[3]
{
float ""
}
}
}
string "polys"<"tri_list", "quad_list">
}
array "texture_meshes" : opt
{
object ""
{
string "texture"
array "position"[3] : opt
{
float ""
}
array "local_pivot"[3] : opt
{
float ""
}
array "rotation"[3] : opt
{
float ""
}
array "scale"[3] : opt
{
float ""
}
}
}
}
}
}
}

----------
geometry:1.12.0:{
bool "debug" : opt
version "format_version"
array "minecraft:geometry"[1,*]
{
object ""
{
object "description"
{
string "identifier" // Entity definition and Client Block definition files refer to this geometry via this identifier.
float "visible_bounds_width" : opt // Width of the visibility bounding box (in model space units).
float "visible_bounds_height" : opt // Height of the visible bounding box (in model space units).
array "visible_bounds_offset"[3] : opt
{
float "" // Offset of the visibility bounding box from the entity location point (in model space units).
}
int "texture_width" : opt // Assumed width in texels of the texture that will be bound to this geometry.
int "texture_height" : opt // Assumed height in texels of the texture that will be bound to this geometry.
}
string "cape" : opt
array "bones" : opt // Bones define the 'skeleton' of the mob: the parts that can be animated, and to which geometry and other bones are attached.
{
object "" : opt
{
string "name" // Animation files refer to this bone via this identifier.
string "parent" : opt // Bone that this bone is relative to. If the parent bone moves, this bone will move along with it.
array "pivot"[3] : opt
{
float "" // The bone pivots around this point (in model space units).
}
array "rotation"[3] : opt
{
float "" // This is the initial rotation of the bone around the pivot, pre-animation (in degrees, x-then-y-then-z order).
}
bool "mirror" : opt // Mirrors the UV's of the unrotated cubes along the x axis, also causes the east/west faces to get flipped.
float "inflate" : opt // Grow this box by this additive amount in all directions (in model space units).
bool "debug" : opt
int "render_group_id"<0-*> : opt
array "cubes" : opt // This is the list of cubes associated with this bone.
{
object "" : opt
{
array "origin"[3] : opt
{
float "" // This point declares the unrotated lower corner of cube (smallest x/y/z value in model space units).
}
array "size"[3] : opt
{
float "" // The cube extends this amount relative to its origin (in model space units).
}
array "rotation"[3] : opt
{
float "" // The cube is rotated by this amount (in degrees, x-then-y-then-z order) around the pivot.
}
array "pivot"[3] : opt
{
float "" // If this field is specified, rotation of this cube occurs around this point, otherwise its rotation is around the center of the box. Note that in 1.12 this is flipped upside-down, but is fixed in 1.14.
}
float "inflate" : opt // Grow this box by this additive amount in all directions (in model space units), this field overrides the bone's inflate field for this cube only.
bool "mirror" : opt // Mirrors this cube about the unrotated x axis (effectively flipping the east / west faces), overriding the bone's 'mirror' setting for this cube.
array "uv"[2] : opt
{
float "" // Specifies the upper-left corner on the texture for the start of the texture mapping for this box.
}
object "uv" : opt // This is an alternate per-face uv mapping which specifies each face of the cube. Omitting a face will cause that face to not get drawn.
{
object "north" : opt // Specifies the UV's for the face that stretches along the x and y axes, and faces the -z axis.
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "south" : opt // Specifies the UV's for the face that stretches along the x and y axes, and faces the z axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "east" : opt // Specifies the UV's for the face that stretches along the z and y axes, and faces the x axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "west" : opt // Specifies the UV's for the face that stretches along the z and y axes, and faces the -x axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "up" : opt // Specifies the UV's for the face that stretches along the x and z axes, and faces the y axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the back-upper-left corner, assuming you're facing 'north' relative to the cube.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "down" : opt // Specifies the UV's for the face that stretches along the x and z axes, and faces the -y axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the back-down-right corner, assuming you're facing 'north' relative to the cube.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
}
}
}
object "locators" : opt
{
array "" : opt // This is a list of locators associated with this bone. A locator is a point in model space that tracks a particular bone as the bone animates (by maintaining it's relationship to the bone through the animation).
{
float "" : opt // Position of the locator in model space.
}
object "" : opt // This is a list of locators associated with this bone. A locator is a point in model space that tracks a particular bone as the bone animates (by maintaining it's relationship to the bone through the animation).
{
array "offset"
{
float "" : opt // Position of the locator in model space.
}
array "rotation"
{
float "" : opt // Rotation of the locator in model space.
}
bool "ignore_inherited_scale" : opt // Discard scale inherited from parent bone.
}
}
object "poly_mesh" : opt // ***EXPERIMENTAL*** A triangle or quad mesh object. Can be used in conjunction with cubes and texture geometry.
{
bool "normalized_uvs" : opt // If true, UVs are assumed to be [0-1]. If false, UVs are assumed to be [0-texture_width] and [0-texture_height] respectively.
array "positions" : opt
{
array ""[3] : opt
{
float "" // Vertex positions for the mesh. Can be either indexed via the "polys" section, or be a quad-list if mapped 1-to-1 to the normals and UVs sections.
}
}
array "normals" : opt
{
array ""[3] : opt
{
float "" // Vertex normals. Can be either indexed via the "polys" section, or be a quad-list if mapped 1-to-1 to the positions and UVs sections.
}
}
array "uvs" : opt
{
array ""[2] : opt
{
float "" // Vertex UVs. Can be either indexed via the "polys" section, or be a quad-list if mapped 1-to-1 to the positions and normals sections.
}
}
array "polys"
{
array ""[3,4] : opt
{
array ""[3]
{
float "" // Poly element indices, as an array of polygons, each an array of either three or four vertices, each an array of indices into positions, normals, and UVs (in that order).
}
}
}
string "polys"<"tri_list", "quad_list"> // If not specifying vertex indices, arrays of data must be a list of tris or quads, set by making this property either "tri_list" or "quad_list"
}
array "texture_meshes" : opt // ***EXPERIMENTAL*** Adds a mesh to the bone's geometry by converting texels in a texture into boxes
{
object ""
{
string "texture" // The friendly-named texture to use.
array "position"[3] : opt
{
float "" // The position of the pivot point after rotation (in *entity space* not texture or bone space) of the texture geometry
}
array "local_pivot"[3] : opt
{
float "" // The pivot point on the texture (in *texture space* not entity or bone space) of the texture geometry
}
array "rotation"[3] : opt
{
float "" // The rotation (in degrees) of the texture geometry relative to the offset
}
array "scale"[3] : opt
{
float "" // The scale (in degrees) of the texture geometry relative to the offset
}
}
}
}
}
}
}
}

----------
geometry:1.14.0:{
version "format_version"
bool "debug" : opt
array "minecraft:geometry"[1,*]
{
object ""
{
object "description"
{
string "identifier" // Entity definition and Client Block definition files refer to this geometry via this identifier.
float "visible_bounds_width" : opt // Width of the visibility bounding box (in model space units).
float "visible_bounds_height" : opt // Height of the visible bounding box (in model space units).
array "visible_bounds_offset"[3] : opt
{
float "" // Offset of the visibility bounding box from the entity location point (in model space units).
}
int "texture_width" : opt // Assumed width in texels of the texture that will be bound to this geometry.
int "texture_height" : opt // Assumed height in texels of the texture that will be bound to this geometry.
}
string "cape" : opt
array "bones" : opt // Bones define the 'skeleton' of the mob: the parts that can be animated, and to which geometry and other bones are attached.
{
object "" : opt
{
string "name" // Animation files refer to this bone via this identifier.
string "parent" : opt // Bone that this bone is relative to. If the parent bone moves, this bone will move along with it.
array "pivot"[3] : opt
{
float "" // The bone pivots around this point (in model space units).
}
array "rotation"[3] : opt
{
float "" // This is the initial rotation of the bone around the pivot, pre-animation (in degrees, x-then-y-then-z order).
}
bool "mirror" : opt // Mirrors the UV's of the unrotated cubes along the x axis, also causes the east/west faces to get flipped.
float "inflate" : opt // Grow this box by this additive amount in all directions (in model space units).
bool "debug" : opt
int "render_group_id"<0-*> : opt
array "cubes" : opt // This is the list of cubes associated with this bone.
{
object "" : opt
{
array "origin"[3] : opt
{
float "" // This point declares the unrotated lower corner of cube (smallest x/y/z value in model space units).
}
array "size"[3] : opt
{
float "" // The cube extends this amount relative to its origin (in model space units).
}
array "rotation"[3] : opt
{
float "" // The cube is rotated by this amount (in degrees, x-then-y-then-z order) around the pivot.
}
array "pivot"[3] : opt
{
float "" // If this field is specified, rotation of this cube occurs around this point, otherwise its rotation is around the center of the box.
}
float "inflate" : opt // Grow this box by this additive amount in all directions (in model space units), this field overrides the bone's inflate field for this cube only.
bool "mirror" : opt // Mirrors this cube about the unrotated x axis (effectively flipping the east / west faces), overriding the bone's 'mirror' setting for this cube.
array "uv"[2] : opt
{
float "" // Specifies the upper-left corner on the texture for the start of the texture mapping for this box.
}
object "uv" : opt // This is an alternate per-face uv mapping which specifies each face of the cube. Omitting a face will cause that face to not get drawn.
{
object "north" : opt // Specifies the UV's for the face that stretches along the x and y axes, and faces the -z axis.
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "south" : opt // Specifies the UV's for the face that stretches along the x and y axes, and faces the z axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "east" : opt // Specifies the UV's for the face that stretches along the z and y axes, and faces the x axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "west" : opt // Specifies the UV's for the face that stretches along the z and y axes, and faces the -x axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "up" : opt // Specifies the UV's for the face that stretches along the x and z axes, and faces the y axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the back-upper-left corner, assuming you're facing 'north' relative to the cube.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "down" : opt // Specifies the UV's for the face that stretches along the x and z axes, and faces the -y axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the back-down-right corner, assuming you're facing 'north' relative to the cube.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
}
}
}
object "locators" : opt
{
array "" : opt // This is a list of locators associated with this bone. A locator is a point in model space that tracks a particular bone as the bone animates (by maintaining it's relationship to the bone through the animation).
{
float "" : opt // Position of the locator in model space.
}
object "" : opt // This is a list of locators associated with this bone. A locator is a point in model space that tracks a particular bone as the bone animates (by maintaining it's relationship to the bone through the animation).
{
array "offset"
{
float "" : opt // Position of the locator in model space.
}
array "rotation"
{
float "" : opt // Rotation of the locator in model space.
}
bool "ignore_inherited_scale" : opt // Discard scale inherited from parent bone.
}
}
object "poly_mesh" : opt // ***EXPERIMENTAL*** A triangle or quad mesh object. Can be used in conjunction with cubes and texture geometry.
{
bool "normalized_uvs" : opt // If true, UVs are assumed to be [0-1]. If false, UVs are assumed to be [0-texture_width] and [0-texture_height] respectively.
array "positions" : opt
{
array ""[3] : opt
{
float "" // Vertex positions for the mesh. Can be either indexed via the "polys" section, or be a quad-list if mapped 1-to-1 to the normals and UVs sections.
}
}
array "normals" : opt
{
array ""[3] : opt
{
float "" // Vertex normals. Can be either indexed via the "polys" section, or be a quad-list if mapped 1-to-1 to the positions and UVs sections.
}
}
array "uvs" : opt
{
array ""[2] : opt
{
float "" // Vertex UVs. Can be either indexed via the "polys" section, or be a quad-list if mapped 1-to-1 to the positions and normals sections.
}
}
array "polys"
{
array ""[3,4] : opt
{
array ""[3]
{
float "" // Poly element indices, as an array of polygons, each an array of either three or four vertices, each an array of indices into positions, normals, and UVs (in that order).
}
}
}
string "polys"<"tri_list", "quad_list"> // If not specifying vertex indices, arrays of data must be a list of tris or quads, set by making this property either "tri_list" or "quad_list"
}
array "texture_meshes" : opt // ***EXPERIMENTAL*** Adds a mesh to the bone's geometry by converting texels in a texture into boxes
{
object ""
{
string "texture" // The friendly-named texture to use.
array "position"[3] : opt
{
float "" // The position of the pivot point after rotation (in *entity space* not texture or bone space) of the texture geometry
}
array "local_pivot"[3] : opt
{
float "" // The pivot point on the texture (in *texture space* not entity or bone space) of the texture geometry
}
array "rotation"[3] : opt
{
float "" // The rotation (in degrees) of the texture geometry relative to the offset
}
array "scale"[3] : opt
{
float "" // The scale (in degrees) of the texture geometry relative to the offset
}
}
}
}
}
}
}
}

----------
geometry:1.16.0:{
version "format_version"
bool "debug" : opt
array "minecraft:geometry"[1,*]
{
object ""
{
object "description"
{
string "identifier" // Entity definition and Client Block definition files refer to this geometry via this identifier.
float "visible_bounds_width" : opt // Width of the visibility bounding box (in model space units).
float "visible_bounds_height" : opt // Height of the visible bounding box (in model space units).
array "visible_bounds_offset"[3] : opt
{
float "" // Offset of the visibility bounding box from the entity location point (in model space units).
}
int "texture_width" : opt // Assumed width in texels of the texture that will be bound to this geometry.
int "texture_height" : opt // Assumed height in texels of the texture that will be bound to this geometry.
}
string "cape" : opt
array "bones" : opt // Bones define the 'skeleton' of the mob: the parts that can be animated, and to which geometry and other bones are attached.
{
object "" : opt
{
string "name" // Animation files refer to this bone via this identifier.
string "parent" : opt // Bone that this bone is relative to. If the parent bone moves, this bone will move along with it.
array "pivot"[3] : opt
{
float "" // The bone pivots around this point (in model space units).
}
array "rotation"[3] : opt
{
float "" // This is the initial rotation of the bone around the pivot, pre-animation (in degrees, x-then-y-then-z order).
}
bool "mirror" : opt // Mirrors the UV's of the unrotated cubes along the x axis, also causes the east/west faces to get flipped.
float "inflate" : opt // Grow this box by this additive amount in all directions (in model space units).
bool "debug" : opt
int "render_group_id"<0-*> : opt
array "cubes" : opt // This is the list of cubes associated with this bone.
{
object "" : opt
{
array "origin"[3] : opt
{
float "" // This point declares the unrotated lower corner of cube (smallest x/y/z value in model space units).
}
array "size"[3] : opt
{
float "" // The cube extends this amount relative to its origin (in model space units).
}
array "rotation"[3] : opt
{
float "" // The cube is rotated by this amount (in degrees, x-then-y-then-z order) around the pivot.
}
array "pivot"[3] : opt
{
float "" // If this field is specified, rotation of this cube occurs around this point, otherwise its rotation is around the center of the box.
}
float "inflate" : opt // Grow this box by this additive amount in all directions (in model space units), this field overrides the bone's inflate field for this cube only.
bool "mirror" : opt // Mirrors this cube about the unrotated x axis (effectively flipping the east / west faces), overriding the bone's 'mirror' setting for this cube.
array "uv"[2] : opt
{
float "" // Specifies the upper-left corner on the texture for the start of the texture mapping for this box.
}
object "uv" : opt // This is an alternate per-face uv mapping which specifies each face of the cube. Omitting a face will cause that face to not get drawn.
{
object "north" : opt // Specifies the UV's for the face that stretches along the x and y axes, and faces the -z axis.
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "south" : opt // Specifies the UV's for the face that stretches along the x and y axes, and faces the z axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "east" : opt // Specifies the UV's for the face that stretches along the z and y axes, and faces the x axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "west" : opt // Specifies the UV's for the face that stretches along the z and y axes, and faces the -x axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "up" : opt // Specifies the UV's for the face that stretches along the x and z axes, and faces the y axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the back-upper-left corner, assuming you're facing 'north' relative to the cube.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "down" : opt // Specifies the UV's for the face that stretches along the x and z axes, and faces the -y axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the back-down-right corner, assuming you're facing 'north' relative to the cube.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
}
}
}
molang "binding" : opt // useful for items. A molang expression specifying the bone name of the parent skeletal hierarchy that this bone should use as the root transform. Without this field it will look for a bone in the parent entity with the same name as this bone. If both are missing, it will assume a local skeletal hierarchy (via the "parent" field). If that is also missing, it will attach to the owning entity's root transform.
object "locators" : opt
{
array "" : opt // This is a list of locators associated with this bone. A locator is a point in model space that tracks a particular bone as the bone animates (by maintaining it's relationship to the bone through the animation).
{
float "" : opt // Position of the locator in model space.
}
object "" : opt // This is a list of locators associated with this bone. A locator is a point in model space that tracks a particular bone as the bone animates (by maintaining it's relationship to the bone through the animation).
{
array "offset"
{
float "" : opt // Position of the locator in model space.
}
array "rotation"
{
float "" : opt // Rotation of the locator in model space.
}
bool "ignore_inherited_scale" : opt // Discard scale inherited from parent bone.
}
}
object "poly_mesh" : opt // ***EXPERIMENTAL*** A triangle or quad mesh object. Can be used in conjunction with cubes and texture geometry.
{
bool "normalized_uvs" : opt // If true, UVs are assumed to be [0-1]. If false, UVs are assumed to be [0-texture_width] and [0-texture_height] respectively.
array "positions" : opt
{
array ""[3] : opt
{
float "" // Vertex positions for the mesh. Can be either indexed via the "polys" section, or be a quad-list if mapped 1-to-1 to the normals and UVs sections.
}
}
array "normals" : opt
{
array ""[3] : opt
{
float "" // Vertex normals. Can be either indexed via the "polys" section, or be a quad-list if mapped 1-to-1 to the positions and UVs sections.
}
}
array "uvs" : opt
{
array ""[2] : opt
{
float "" // Vertex UVs. Can be either indexed via the "polys" section, or be a quad-list if mapped 1-to-1 to the positions and normals sections.
}
}
array "polys"
{
array ""[3,4] : opt
{
array ""[3]
{
float "" // Poly element indices, as an array of polygons, each an array of either three or four vertices, each an array of indices into positions, normals, and UVs (in that order).
}
}
}
string "polys"<"tri_list", "quad_list"> // If not specifying vertex indices, arrays of data must be a list of tris or quads, set by making this property either "tri_list" or "quad_list"
}
array "texture_meshes" : opt // ***EXPERIMENTAL*** Adds a mesh to the bone's geometry by converting texels in a texture into boxes
{
object ""
{
string "texture" // The friendly-named texture to use.
array "position"[3] : opt
{
float "" // The position of the pivot point after rotation (in *entity space* not texture or bone space) of the texture geometry
}
array "local_pivot"[3] : opt
{
float "" // The pivot point on the texture (in *texture space* not entity or bone space) of the texture geometry
}
array "rotation"[3] : opt
{
float "" // The rotation (in degrees) of the texture geometry relative to the offset
}
array "scale"[3] : opt
{
float "" // The scale (in degrees) of the texture geometry relative to the offset
}
}
}
}
}
}
}
}

----------
geometry:1.19.30:{
version "format_version"
bool "debug" : opt
array "minecraft:geometry"[1,*]
{
object ""
{
object "description"
{
string "identifier" // Entity definition and Client Block definition files refer to this geometry via this identifier.
float "visible_bounds_width" : opt // Width of the visibility bounding box (in model space units).
float "visible_bounds_height" : opt // Height of the visible bounding box (in model space units).
array "visible_bounds_offset"[3] : opt
{
float "" // Offset of the visibility bounding box from the entity location point (in model space units).
}
int "texture_width" : opt // Assumed width in texels of the texture that will be bound to this geometry.
int "texture_height" : opt // Assumed height in texels of the texture that will be bound to this geometry.
}
string "cape" : opt
array "bones" : opt // Bones define the 'skeleton' of the mob: the parts that can be animated, and to which geometry and other bones are attached.
{
object "" : opt
{
string "name" // Animation files refer to this bone via this identifier.
string "parent" : opt // Bone that this bone is relative to. If the parent bone moves, this bone will move along with it.
array "pivot"[3] : opt
{
float "" // The bone pivots around this point (in model space units).
}
array "rotation"[3] : opt
{
float "" // This is the initial rotation of the bone around the pivot, pre-animation (in degrees, x-then-y-then-z order).
}
bool "mirror" : opt // Mirrors the UV's of the unrotated cubes along the x axis, also causes the east/west faces to get flipped.
float "inflate" : opt // Grow this box by this additive amount in all directions (in model space units).
bool "debug" : opt
int "render_group_id"<0-*> : opt
array "cubes" : opt // This is the list of cubes associated with this bone.
{
object "" : opt
{
array "origin"[3] : opt
{
float "" // This point declares the unrotated lower corner of cube (smallest x/y/z value in model space units).
}
array "size"[3] : opt
{
float "" // The cube extends this amount relative to its origin (in model space units).
}
array "rotation"[3] : opt
{
float "" // The cube is rotated by this amount (in degrees, x-then-y-then-z order) around the pivot.
}
array "pivot"[3] : opt
{
float "" // If this field is specified, rotation of this cube occurs around this point, otherwise its rotation is around the center of the box.
}
float "inflate" : opt // Grow this box by this additive amount in all directions (in model space units), this field overrides the bone's inflate field for this cube only.
bool "mirror" : opt // Mirrors this cube about the unrotated x axis (effectively flipping the east / west faces), overriding the bone's 'mirror' setting for this cube.
array "uv"[2] : opt
{
float "" // Specifies the upper-left corner on the texture for the start of the texture mapping for this box.
}
object "uv" : opt // This is an alternate per-face uv mapping which specifies each face of the cube. Omitting a face will cause that face to not get drawn.
{
object "north" : opt // Specifies the UV's for the face that stretches along the x and y axes, and faces the -z axis.
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "south" : opt // Specifies the UV's for the face that stretches along the x and y axes, and faces the z axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "east" : opt // Specifies the UV's for the face that stretches along the z and y axes, and faces the x axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "west" : opt // Specifies the UV's for the face that stretches along the z and y axes, and faces the -x axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "up" : opt // Specifies the UV's for the face that stretches along the x and z axes, and faces the y axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the back-upper-left corner, assuming you're facing 'north' relative to the cube.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "down" : opt // Specifies the UV's for the face that stretches along the x and z axes, and faces the -y axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the back-down-right corner, assuming you're facing 'north' relative to the cube.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
}
}
}
molang "binding" : opt // useful for items. A molang expression specifying the bone name of the parent skeletal hierarchy that this bone should use as the root transform. Without this field it will look for a bone in the parent entity with the same name as this bone. If both are missing, it will assume a local skeletal hierarchy (via the "parent" field). If that is also missing, it will attach to the owning entity's root transform.
object "locators" : opt
{
array "" : opt // This is a list of locators associated with this bone. A locator is a point in model space that tracks a particular bone as the bone animates (by maintaining it's relationship to the bone through the animation).
{
float "" : opt // Position of the locator in model space.
}
object "" : opt // This is a list of locators associated with this bone. A locator is a point in model space that tracks a particular bone as the bone animates (by maintaining it's relationship to the bone through the animation).
{
array "offset"
{
float "" : opt // Position of the locator in model space.
}
array "rotation"
{
float "" : opt // Rotation of the locator in model space.
}
bool "ignore_inherited_scale" : opt // Discard scale inherited from parent bone.
}
}
object "poly_mesh" : opt // ***EXPERIMENTAL*** A triangle or quad mesh object. Can be used in conjunction with cubes and texture geometry.
{
bool "normalized_uvs" : opt // If true, UVs are assumed to be [0-1]. If false, UVs are assumed to be [0-texture_width] and [0-texture_height] respectively.
array "positions" : opt
{
array ""[3] : opt
{
float "" // Vertex positions for the mesh. Can be either indexed via the "polys" section, or be a quad-list if mapped 1-to-1 to the normals and UVs sections.
}
}
array "normals" : opt
{
array ""[3] : opt
{
float "" // Vertex normals. Can be either indexed via the "polys" section, or be a quad-list if mapped 1-to-1 to the positions and UVs sections.
}
}
array "uvs" : opt
{
array ""[2] : opt
{
float "" // Vertex UVs. Can be either indexed via the "polys" section, or be a quad-list if mapped 1-to-1 to the positions and normals sections.
}
}
array "polys"
{
array ""[3,4] : opt
{
array ""[3]
{
float "" // Poly element indices, as an array of polygons, each an array of either three or four vertices, each an array of indices into positions, normals, and UVs (in that order).
}
}
}
string "polys"<"tri_list", "quad_list"> // If not specifying vertex indices, arrays of data must be a list of tris or quads, set by making this property either "tri_list" or "quad_list"
}
array "texture_meshes" : opt // ***EXPERIMENTAL*** Adds a mesh to the bone's geometry by converting texels in a texture into boxes
{
object ""
{
string "texture" // The friendly-named texture to use.
array "position"[3] : opt
{
float "" // The position of the pivot point after rotation (in *entity space* not texture or bone space) of the texture geometry
}
array "local_pivot"[3] : opt
{
float "" // The pivot point on the texture (in *texture space* not entity or bone space) of the texture geometry
}
array "rotation"[3] : opt
{
float "" // The rotation (in degrees) of the texture geometry relative to the offset
}
array "scale"[3] : opt
{
float "" // The scale (in degrees) of the texture geometry relative to the offset
}
}
}
}
}
}
}
}

----------
geometry:1.21.0:{
version "format_version"
bool "debug" : opt
array "minecraft:geometry"[1,*]
{
object ""
{
object "description"
{
string "identifier" // Entity definition and Client Block definition files refer to this geometry via this identifier.
float "visible_bounds_width" : opt // Width of the visibility bounding box (in model space units).
float "visible_bounds_height" : opt // Height of the visible bounding box (in model space units).
array "visible_bounds_offset"[3] : opt
{
float "" // Offset of the visibility bounding box from the entity location point (in model space units).
}
int "texture_width" : opt // Assumed width in texels of the texture that will be bound to this geometry.
int "texture_height" : opt // Assumed height in texels of the texture that will be bound to this geometry.
}
object "item_display_transforms" : opt // Components of the 3d matrix transform to be applied to this geometry when displayed in this item rendering context. Valid contexts: ["gui", "firstperson_righthand", "firstperson_lefthand", "thirdperson_righthand", "thirdperson_lefthand", "ground", "fixed", "head"].
{
object "gui" : opt
{
array "translation"[3] : opt
{
float "" // Range: (-80, -80, -80) to (80, 80, 80).
}
array "rotation"[3] : opt
{
float "" // Range (in degrees): (-360, -360, -360) to (360, 360, 360).
}
array "scale"[3] : opt
{
float "" // Range: (0, 0, 0) to (4, 4, 4).
}
array "rotation_pivot"[3] : opt
{
float "" // The pivot point for the applied rotation. Range: (-80, -80, -80) to (80, 80, 80).
}
array "scale_pivot"[3] : opt
{
float "" // The pivot point for the applied scale. Range: (-80, -80, -80) to (80, 80, 80).
}
bool "fit_to_frame" : opt // If true, the geometry will be automatically scaled and translated to fit within the GUI frame. Default is 'true'.
}
object "firstperson_righthand" : opt
{
array "translation"[3] : opt
{
float "" // Range: (-80, -80, -80) to (80, 80, 80).
}
array "rotation"[3] : opt
{
float "" // Range (in degrees): (-360, -360, -360) to (360, 360, 360).
}
array "scale"[3] : opt
{
float "" // Range: (0, 0, 0) to (4, 4, 4).
}
array "rotation_pivot"[3] : opt
{
float "" // The pivot point for the applied rotation. Range: (-80, -80, -80) to (80, 80, 80).
}
array "scale_pivot"[3] : opt
{
float "" // The pivot point for the applied scale. Range: (-80, -80, -80) to (80, 80, 80).
}
}
object "firstperson_lefthand" : opt
{
array "translation"[3] : opt
{
float "" // Range: (-80, -80, -80) to (80, 80, 80).
}
array "rotation"[3] : opt
{
float "" // Range (in degrees): (-360, -360, -360) to (360, 360, 360).
}
array "scale"[3] : opt
{
float "" // Range: (0, 0, 0) to (4, 4, 4).
}
array "rotation_pivot"[3] : opt
{
float "" // The pivot point for the applied rotation. Range: (-80, -80, -80) to (80, 80, 80).
}
array "scale_pivot"[3] : opt
{
float "" // The pivot point for the applied scale. Range: (-80, -80, -80) to (80, 80, 80).
}
}
object "thirdperson_righthand" : opt
{
array "translation"[3] : opt
{
float "" // Range: (-80, -80, -80) to (80, 80, 80).
}
array "rotation"[3] : opt
{
float "" // Range (in degrees): (-360, -360, -360) to (360, 360, 360).
}
array "scale"[3] : opt
{
float "" // Range: (0, 0, 0) to (4, 4, 4).
}
array "rotation_pivot"[3] : opt
{
float "" // The pivot point for the applied rotation. Range: (-80, -80, -80) to (80, 80, 80).
}
array "scale_pivot"[3] : opt
{
float "" // The pivot point for the applied scale. Range: (-80, -80, -80) to (80, 80, 80).
}
}
object "thirdperson_lefthand" : opt
{
array "translation"[3] : opt
{
float "" // Range: (-80, -80, -80) to (80, 80, 80).
}
array "rotation"[3] : opt
{
float "" // Range (in degrees): (-360, -360, -360) to (360, 360, 360).
}
array "scale"[3] : opt
{
float "" // Range: (0, 0, 0) to (4, 4, 4).
}
array "rotation_pivot"[3] : opt
{
float "" // The pivot point for the applied rotation. Range: (-80, -80, -80) to (80, 80, 80).
}
array "scale_pivot"[3] : opt
{
float "" // The pivot point for the applied scale. Range: (-80, -80, -80) to (80, 80, 80).
}
}
object "ground" : opt
{
array "translation"[3] : opt
{
float "" // Range: (-80, -80, -80) to (80, 80, 80).
}
array "rotation"[3] : opt
{
float "" // Range (in degrees): (-360, -360, -360) to (360, 360, 360).
}
array "scale"[3] : opt
{
float "" // Range: (0, 0, 0) to (4, 4, 4).
}
array "rotation_pivot"[3] : opt
{
float "" // The pivot point for the applied rotation. Range: (-80, -80, -80) to (80, 80, 80).
}
array "scale_pivot"[3] : opt
{
float "" // The pivot point for the applied scale. Range: (-80, -80, -80) to (80, 80, 80).
}
}
object "fixed" : opt
{
array "translation"[3] : opt
{
float "" // Range: (-80, -80, -80) to (80, 80, 80).
}
array "rotation"[3] : opt
{
float "" // Range (in degrees): (-360, -360, -360) to (360, 360, 360).
}
array "scale"[3] : opt
{
float "" // Range: (0, 0, 0) to (4, 4, 4).
}
array "rotation_pivot"[3] : opt
{
float "" // The pivot point for the applied rotation. Range: (-80, -80, -80) to (80, 80, 80).
}
array "scale_pivot"[3] : opt
{
float "" // The pivot point for the applied scale. Range: (-80, -80, -80) to (80, 80, 80).
}
}
object "head" : opt
{
array "translation"[3] : opt
{
float "" // Range: (-80, -80, -80) to (80, 80, 80).
}
array "rotation"[3] : opt
{
float "" // Range (in degrees): (-360, -360, -360) to (360, 360, 360).
}
array "scale"[3] : opt
{
float "" // Range: (0, 0, 0) to (4, 4, 4).
}
array "rotation_pivot"[3] : opt
{
float "" // The pivot point for the applied rotation. Range: (-80, -80, -80) to (80, 80, 80).
}
array "scale_pivot"[3] : opt
{
float "" // The pivot point for the applied scale. Range: (-80, -80, -80) to (80, 80, 80).
}
}
}
string "cape" : opt
array "bones" : opt // Bones define the 'skeleton' of the mob: the parts that can be animated, and to which geometry and other bones are attached.
{
object "" : opt
{
string "name" // Animation files refer to this bone via this identifier.
string "parent" : opt // Bone that this bone is relative to. If the parent bone moves, this bone will move along with it.
array "pivot"[3] : opt
{
float "" // The bone pivots around this point (in model space units).
}
array "rotation"[3] : opt
{
float "" // This is the initial rotation of the bone around the pivot, pre-animation (in degrees, x-then-y-then-z order).
}
bool "mirror" : opt // Mirrors the UV's of the unrotated cubes along the x axis, also causes the east/west faces to get flipped.
float "inflate" : opt // Grow this box by this additive amount in all directions (in model space units).
bool "debug" : opt
int "render_group_id"<0-*> : opt
array "cubes" : opt // This is the list of cubes associated with this bone.
{
object "" : opt
{
array "origin"[3] : opt
{
float "" // This point declares the unrotated lower corner of cube (smallest x/y/z value in model space units).
}
array "size"[3] : opt
{
float "" // The cube extends this amount relative to its origin (in model space units).
}
array "rotation"[3] : opt
{
float "" // The cube is rotated by this amount (in degrees, x-then-y-then-z order) around the pivot.
}
array "pivot"[3] : opt
{
float "" // If this field is specified, rotation of this cube occurs around this point, otherwise its rotation is around the center of the box.
}
float "inflate" : opt // Grow this box by this additive amount in all directions (in model space units), this field overrides the bone's inflate field for this cube only.
bool "mirror" : opt // Mirrors this cube about the unrotated x axis (effectively flipping the east / west faces), overriding the bone's 'mirror' setting for this cube.
array "uv"[2] : opt
{
float "" // Specifies the upper-left corner on the texture for the start of the texture mapping for this box.
}
object "uv" : opt // This is an alternate per-face uv mapping which specifies each face of the cube. Omitting a face will cause that face to not get drawn.
{
object "north" : opt // Specifies the UV's for the face that stretches along the x and y axes, and faces the -z axis.
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
int "uv_rotation" : opt // Rotates the uv rect clockwise the specified amount of degrees before applying it to the face. Valid values are 0, 90, 180 and 270. If not specified, no rotation will be applied.
string "material_instance" : opt
}
object "south" : opt // Specifies the UV's for the face that stretches along the x and y axes, and faces the z axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
int "uv_rotation" : opt // Rotates the uv rect clockwise the specified amount of degrees before applying it to the face. Valid values are 0, 90, 180 and 270. If not specified, no rotation will be applied.
string "material_instance" : opt
}
object "east" : opt // Specifies the UV's for the face that stretches along the z and y axes, and faces the x axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
int "uv_rotation" : opt // Rotates the uv rect clockwise the specified amount of degrees before applying it to the face. Valid values are 0, 90, 180 and 270. If not specified, no rotation will be applied.
string "material_instance" : opt
}
object "west" : opt // Specifies the UV's for the face that stretches along the z and y axes, and faces the -x axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
int "uv_rotation" : opt // Rotates the uv rect clockwise the specified amount of degrees before applying it to the face. Valid values are 0, 90, 180 and 270. If not specified, no rotation will be applied.
string "material_instance" : opt
}
object "up" : opt // Specifies the UV's for the face that stretches along the x and z axes, and faces the y axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the back-upper-left corner, assuming you're facing 'north' relative to the cube.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
int "uv_rotation" : opt // Rotates the uv rect clockwise the specified amount of degrees before applying it to the face. Valid values are 0, 90, 180 and 270. If not specified, no rotation will be applied.
string "material_instance" : opt
}
object "down" : opt // Specifies the UV's for the face that stretches along the x and z axes, and faces the -y axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the back-down-right corner, assuming you're facing 'north' relative to the cube.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
int "uv_rotation" : opt // Rotates the uv rect clockwise the specified amount of degrees before applying it to the face. Valid values are 0, 90, 180 and 270. If not specified, no rotation will be applied.
string "material_instance" : opt
}
}
}
}
molang "binding" : opt // useful for items. A molang expression specifying the bone name of the parent skeletal hierarchy that this bone should use as the root transform. Without this field it will look for a bone in the parent entity with the same name as this bone. If both are missing, it will assume a local skeletal hierarchy (via the "parent" field). If that is also missing, it will attach to the owning entity's root transform.
object "locators" : opt
{
array "" : opt // This is a list of locators associated with this bone. A locator is a point in model space that tracks a particular bone as the bone animates (by maintaining it's relationship to the bone through the animation).
{
float "" : opt // Position of the locator in model space.
}
object "" : opt // This is a list of locators associated with this bone. A locator is a point in model space that tracks a particular bone as the bone animates (by maintaining it's relationship to the bone through the animation).
{
array "offset"
{
float "" : opt // Position of the locator in model space.
}
array "rotation"
{
float "" : opt // Rotation of the locator in model space.
}
bool "ignore_inherited_scale" : opt // Discard scale inherited from parent bone.
}
}
object "poly_mesh" : opt // ***EXPERIMENTAL*** A triangle or quad mesh object. Can be used in conjunction with cubes and texture geometry.
{
bool "normalized_uvs" : opt // If true, UVs are assumed to be [0-1]. If false, UVs are assumed to be [0-texture_width] and [0-texture_height] respectively.
array "positions" : opt
{
array ""[3] : opt
{
float "" // Vertex positions for the mesh. Can be either indexed via the "polys" section, or be a quad-list if mapped 1-to-1 to the normals and UVs sections.
}
}
array "normals" : opt
{
array ""[3] : opt
{
float "" // Vertex normals. Can be either indexed via the "polys" section, or be a quad-list if mapped 1-to-1 to the positions and UVs sections.
}
}
array "uvs" : opt
{
array ""[2] : opt
{
float "" // Vertex UVs. Can be either indexed via the "polys" section, or be a quad-list if mapped 1-to-1 to the positions and normals sections.
}
}
array "polys"
{
array ""[3,4] : opt
{
array ""[3]
{
float "" // Poly element indices, as an array of polygons, each an array of either three or four vertices, each an array of indices into positions, normals, and UVs (in that order).
}
}
}
string "polys"<"tri_list", "quad_list"> // If not specifying vertex indices, arrays of data must be a list of tris or quads, set by making this property either "tri_list" or "quad_list"
}
array "texture_meshes" : opt // ***EXPERIMENTAL*** Adds a mesh to the bone's geometry by converting texels in a texture into boxes
{
object ""
{
string "texture" // The friendly-named texture to use.
array "position"[3] : opt
{
float "" // The position of the pivot point after rotation (in *entity space* not texture or bone space) of the texture geometry
}
array "local_pivot"[3] : opt
{
float "" // The pivot point on the texture (in *texture space* not entity or bone space) of the texture geometry
}
array "rotation"[3] : opt
{
float "" // The rotation (in degrees) of the texture geometry relative to the offset
}
array "scale"[3] : opt
{
float "" // The scale (in degrees) of the texture geometry relative to the offset
}
}
}
}
}
}
}
}

----------
```
Back to top

+```
--------
chance_information:1.14.0:{
int "numerator"<0-*>
int "denominator"<1-*>
}

----------
block_reference:1.10.0:{
string "name"
object "states"
{
bool "\w*:?\w+" : opt
int "\w*:?\w+" : opt
string "\w*:?\w+" : opt
}
}

----------
persona_actor_animation:1.8.0:{
version "format_version"
object "animations"
{
object "animation."
{
bool "loop" : opt // should this animation stop, loop, or stay on the last frame when finished (true, false, "hold_on_last_frame"
string "loop"<"hold_on_last_frame"> : opt // should this animation stop, loop, or stay on the last frame when finished (true, false, "hold_on_last_frame"
molang "start_delay" : opt // How long to wait in seconds before playing this animation. Note that this expression is evaluated once before playing, and only re-evaluated if asked to play from the beginning again. A looping animation should use 'loop_delay' if it wants a delay between loops.
molang "loop_delay" : opt // How long to wait in seconds before looping this animation. Note that this expression is evaluated after each loop and on looping animation only.
molang "anim_time_update" : opt // how does time pass when playing the animation. Defaults to "query.anim_time + query.delta_time" which means advance in seconds.
molang "blend_weight" : opt
bool "override_previous_animation" : opt // reset bones in this animation to the default pose before applying this animation
object "bones" : opt
{
object ""
{
object "relative_to" : opt
{
string "rotation"<"entity"> : opt // if set, makes the bone rotation relative to the entity instead of the bone's parent
}
molang "position" : opt
array "position" : opt
{
molang ""
}
object "position" : opt
{
array ""[3]
{
molang ""
}
object ""
{
enumerated_value "lerp_mode"<"linear", "catmullrom"> : opt
array "pre"[3] : opt
{
molang ""
}
array "post"[3] : opt
{
molang ""
}
}
}
molang "rotation" : opt
array "rotation" : opt
{
molang ""
object ""
{
molang "[xyz]"
}
}
object "rotation" : opt
{
array ""[3]
{
molang ""
}
object ""
{
enumerated_value "lerp_mode"<"linear", "catmullrom"> : opt
array "pre"[3] : opt
{
molang ""
}
array "post"[3] : opt
{
molang ""
}
}
}
molang "scale" : opt
array "scale" : opt
{
molang ""
}
object "scale" : opt
{
array ""[3]
{
molang ""
}
object ""
{
enumerated_value "lerp_mode"<"linear", "catmullrom"> : opt
array "pre"[3] : opt
{
molang ""
}
array "post"[3] : opt
{
molang ""
}
}
}
}
}
object "particle_effects" : opt
{
object "" : opt
{
string "effect" // The name of a particle effect that should be played
string "locator" : opt // The name of a locator on the actor where the effect should be located
molang "pre_effect_script" : opt // A Molang script that will be run when the particle emitter is initialized
bool "bind_to_actor" : opt // Set to false to have the effect spawned in the world without being bound to an actor (by default an effect is bound to the actor).
}
array "" : opt
{
object "" : opt
{
string "effect" // The name of a particle effect that should be played
string "locator" : opt // The name of a locator on the actor where the effect should be located
molang "pre_effect_script" : opt // A Molang script that will be run when the particle emitter is initialized
bool "bind_to_actor" : opt // Set to false to have the effect spawned in the world without being bound to an actor (by default an effect is bound to the actor).
}
}
}
object "sound_effects" : opt // sound effects to trigger as this animation plays, keyed by time
{
object "" : opt
{
string "effect" // Valid sound effect names should be listed in the entity's resource_definition json file.
}
array "" : opt
{
object "" : opt
{
string "effect" // Valid sound effect names should be listed in the entity's resource_definition json file.
}
}
}
object "timeline" : opt
{
string "" : opt
array "" : opt
{
string "" : opt
}
}
float "animation_length" : opt // override calculated value (set as the max keyframe or event time) and set animation length in seconds.
}
}
}

----------
geometry:1.8.0:{
bool "debug" : opt
version "format_version"
object "geometry.[a-zA-Z0-9_.'-:]+"
{
bool "debug" : opt
float "visible_bounds_width" : opt
float "visible_bounds_height" : opt
array "visible_bounds_offset"[3] : opt
{
float ""
}
int "texturewidth" : opt
int "textureheight" : opt
string "cape" : opt
array "bones" : opt
{
object "" : opt
{
string "name"
bool "reset" : opt
bool "neverRender" : opt
string "parent" : opt
array "pivot"[3] : opt
{
float ""
}
array "rotation"[3] : opt
{
float ""
}
array "bind_pose_rotation"[3] : opt
{
float "" : opt
}
bool "mirror" : opt
float "inflate" : opt
bool "debug" : opt
int "render_group_id"<0-*> : opt
array "cubes" : opt
{
object "" : opt
{
array "origin"[3] : opt
{
float ""
}
array "size"[3] : opt
{
float ""
}
array "uv"[2] : opt
{
float ""
}
float "inflate" : opt
bool "mirror" : opt
}
}
object "locators" : opt
{
array "" : opt
{
float "" : opt
}
}
object "poly_mesh" : opt
{
bool "normalized_uvs" : opt
array "positions" : opt
{
array ""[3] : opt
{
float ""
}
}
array "normals" : opt
{
array ""[3] : opt
{
float ""
}
}
array "uvs" : opt
{
array ""[2] : opt
{
float ""
}
}
array "polys"
{
array ""[3,4] : opt
{
array ""[3]
{
float ""
}
}
}
string "polys"<"tri_list", "quad_list">
}
array "texture_meshes" : opt
{
object ""
{
string "texture"
array "position"[3] : opt
{
float ""
}
array "local_pivot"[3] : opt
{
float ""
}
array "rotation"[3] : opt
{
float ""
}
array "scale"[3] : opt
{
float ""
}
}
}
}
}
}
}

----------
geometry:1.12.0:{
bool "debug" : opt
version "format_version"
array "minecraft:geometry"[1,*]
{
object ""
{
object "description"
{
string "identifier" // Entity definition and Client Block definition files refer to this geometry via this identifier.
float "visible_bounds_width" : opt // Width of the visibility bounding box (in model space units).
float "visible_bounds_height" : opt // Height of the visible bounding box (in model space units).
array "visible_bounds_offset"[3] : opt
{
float "" // Offset of the visibility bounding box from the entity location point (in model space units).
}
int "texture_width" : opt // Assumed width in texels of the texture that will be bound to this geometry.
int "texture_height" : opt // Assumed height in texels of the texture that will be bound to this geometry.
}
string "cape" : opt
array "bones" : opt // Bones define the 'skeleton' of the mob: the parts that can be animated, and to which geometry and other bones are attached.
{
object "" : opt
{
string "name" // Animation files refer to this bone via this identifier.
string "parent" : opt // Bone that this bone is relative to. If the parent bone moves, this bone will move along with it.
array "pivot"[3] : opt
{
float "" // The bone pivots around this point (in model space units).
}
array "rotation"[3] : opt
{
float "" // This is the initial rotation of the bone around the pivot, pre-animation (in degrees, x-then-y-then-z order).
}
bool "mirror" : opt // Mirrors the UV's of the unrotated cubes along the x axis, also causes the east/west faces to get flipped.
float "inflate" : opt // Grow this box by this additive amount in all directions (in model space units).
bool "debug" : opt
int "render_group_id"<0-*> : opt
array "cubes" : opt // This is the list of cubes associated with this bone.
{
object "" : opt
{
array "origin"[3] : opt
{
float "" // This point declares the unrotated lower corner of cube (smallest x/y/z value in model space units).
}
array "size"[3] : opt
{
float "" // The cube extends this amount relative to its origin (in model space units).
}
array "rotation"[3] : opt
{
float "" // The cube is rotated by this amount (in degrees, x-then-y-then-z order) around the pivot.
}
array "pivot"[3] : opt
{
float "" // If this field is specified, rotation of this cube occurs around this point, otherwise its rotation is around the center of the box. Note that in 1.12 this is flipped upside-down, but is fixed in 1.14.
}
float "inflate" : opt // Grow this box by this additive amount in all directions (in model space units), this field overrides the bone's inflate field for this cube only.
bool "mirror" : opt // Mirrors this cube about the unrotated x axis (effectively flipping the east / west faces), overriding the bone's 'mirror' setting for this cube.
array "uv"[2] : opt
{
float "" // Specifies the upper-left corner on the texture for the start of the texture mapping for this box.
}
object "uv" : opt // This is an alternate per-face uv mapping which specifies each face of the cube. Omitting a face will cause that face to not get drawn.
{
object "north" : opt // Specifies the UV's for the face that stretches along the x and y axes, and faces the -z axis.
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "south" : opt // Specifies the UV's for the face that stretches along the x and y axes, and faces the z axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "east" : opt // Specifies the UV's for the face that stretches along the z and y axes, and faces the x axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "west" : opt // Specifies the UV's for the face that stretches along the z and y axes, and faces the -x axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "up" : opt // Specifies the UV's for the face that stretches along the x and z axes, and faces the y axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the back-upper-left corner, assuming you're facing 'north' relative to the cube.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "down" : opt // Specifies the UV's for the face that stretches along the x and z axes, and faces the -y axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the back-down-right corner, assuming you're facing 'north' relative to the cube.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
}
}
}
object "locators" : opt
{
array "" : opt // This is a list of locators associated with this bone. A locator is a point in model space that tracks a particular bone as the bone animates (by maintaining it's relationship to the bone through the animation).
{
float "" : opt // Position of the locator in model space.
}
object "" : opt // This is a list of locators associated with this bone. A locator is a point in model space that tracks a particular bone as the bone animates (by maintaining it's relationship to the bone through the animation).
{
array "offset"
{
float "" : opt // Position of the locator in model space.
}
array "rotation"
{
float "" : opt // Rotation of the locator in model space.
}
bool "ignore_inherited_scale" : opt // Discard scale inherited from parent bone.
}
}
object "poly_mesh" : opt // ***EXPERIMENTAL*** A triangle or quad mesh object. Can be used in conjunction with cubes and texture geometry.
{
bool "normalized_uvs" : opt // If true, UVs are assumed to be [0-1]. If false, UVs are assumed to be [0-texture_width] and [0-texture_height] respectively.
array "positions" : opt
{
array ""[3] : opt
{
float "" // Vertex positions for the mesh. Can be either indexed via the "polys" section, or be a quad-list if mapped 1-to-1 to the normals and UVs sections.
}
}
array "normals" : opt
{
array ""[3] : opt
{
float "" // Vertex normals. Can be either indexed via the "polys" section, or be a quad-list if mapped 1-to-1 to the positions and UVs sections.
}
}
array "uvs" : opt
{
array ""[2] : opt
{
float "" // Vertex UVs. Can be either indexed via the "polys" section, or be a quad-list if mapped 1-to-1 to the positions and normals sections.
}
}
array "polys"
{
array ""[3,4] : opt
{
array ""[3]
{
float "" // Poly element indices, as an array of polygons, each an array of either three or four vertices, each an array of indices into positions, normals, and UVs (in that order).
}
}
}
string "polys"<"tri_list", "quad_list"> // If not specifying vertex indices, arrays of data must be a list of tris or quads, set by making this property either "tri_list" or "quad_list"
}
array "texture_meshes" : opt // ***EXPERIMENTAL*** Adds a mesh to the bone's geometry by converting texels in a texture into boxes
{
object ""
{
string "texture" // The friendly-named texture to use.
array "position"[3] : opt
{
float "" // The position of the pivot point after rotation (in *entity space* not texture or bone space) of the texture geometry
}
array "local_pivot"[3] : opt
{
float "" // The pivot point on the texture (in *texture space* not entity or bone space) of the texture geometry
}
array "rotation"[3] : opt
{
float "" // The rotation (in degrees) of the texture geometry relative to the offset
}
array "scale"[3] : opt
{
float "" // The scale (in degrees) of the texture geometry relative to the offset
}
}
}
}
}
}
}
}

----------
geometry:1.14.0:{
version "format_version"
bool "debug" : opt
array "minecraft:geometry"[1,*]
{
object ""
{
object "description"
{
string "identifier" // Entity definition and Client Block definition files refer to this geometry via this identifier.
float "visible_bounds_width" : opt // Width of the visibility bounding box (in model space units).
float "visible_bounds_height" : opt // Height of the visible bounding box (in model space units).
array "visible_bounds_offset"[3] : opt
{
float "" // Offset of the visibility bounding box from the entity location point (in model space units).
}
int "texture_width" : opt // Assumed width in texels of the texture that will be bound to this geometry.
int "texture_height" : opt // Assumed height in texels of the texture that will be bound to this geometry.
}
string "cape" : opt
array "bones" : opt // Bones define the 'skeleton' of the mob: the parts that can be animated, and to which geometry and other bones are attached.
{
object "" : opt
{
string "name" // Animation files refer to this bone via this identifier.
string "parent" : opt // Bone that this bone is relative to. If the parent bone moves, this bone will move along with it.
array "pivot"[3] : opt
{
float "" // The bone pivots around this point (in model space units).
}
array "rotation"[3] : opt
{
float "" // This is the initial rotation of the bone around the pivot, pre-animation (in degrees, x-then-y-then-z order).
}
bool "mirror" : opt // Mirrors the UV's of the unrotated cubes along the x axis, also causes the east/west faces to get flipped.
float "inflate" : opt // Grow this box by this additive amount in all directions (in model space units).
bool "debug" : opt
int "render_group_id"<0-*> : opt
array "cubes" : opt // This is the list of cubes associated with this bone.
{
object "" : opt
{
array "origin"[3] : opt
{
float "" // This point declares the unrotated lower corner of cube (smallest x/y/z value in model space units).
}
array "size"[3] : opt
{
float "" // The cube extends this amount relative to its origin (in model space units).
}
array "rotation"[3] : opt
{
float "" // The cube is rotated by this amount (in degrees, x-then-y-then-z order) around the pivot.
}
array "pivot"[3] : opt
{
float "" // If this field is specified, rotation of this cube occurs around this point, otherwise its rotation is around the center of the box.
}
float "inflate" : opt // Grow this box by this additive amount in all directions (in model space units), this field overrides the bone's inflate field for this cube only.
bool "mirror" : opt // Mirrors this cube about the unrotated x axis (effectively flipping the east / west faces), overriding the bone's 'mirror' setting for this cube.
array "uv"[2] : opt
{
float "" // Specifies the upper-left corner on the texture for the start of the texture mapping for this box.
}
object "uv" : opt // This is an alternate per-face uv mapping which specifies each face of the cube. Omitting a face will cause that face to not get drawn.
{
object "north" : opt // Specifies the UV's for the face that stretches along the x and y axes, and faces the -z axis.
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "south" : opt // Specifies the UV's for the face that stretches along the x and y axes, and faces the z axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "east" : opt // Specifies the UV's for the face that stretches along the z and y axes, and faces the x axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "west" : opt // Specifies the UV's for the face that stretches along the z and y axes, and faces the -x axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "up" : opt // Specifies the UV's for the face that stretches along the x and z axes, and faces the y axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the back-upper-left corner, assuming you're facing 'north' relative to the cube.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "down" : opt // Specifies the UV's for the face that stretches along the x and z axes, and faces the -y axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the back-down-right corner, assuming you're facing 'north' relative to the cube.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
}
}
}
object "locators" : opt
{
array "" : opt // This is a list of locators associated with this bone. A locator is a point in model space that tracks a particular bone as the bone animates (by maintaining it's relationship to the bone through the animation).
{
float "" : opt // Position of the locator in model space.
}
object "" : opt // This is a list of locators associated with this bone. A locator is a point in model space that tracks a particular bone as the bone animates (by maintaining it's relationship to the bone through the animation).
{
array "offset"
{
float "" : opt // Position of the locator in model space.
}
array "rotation"
{
float "" : opt // Rotation of the locator in model space.
}
bool "ignore_inherited_scale" : opt // Discard scale inherited from parent bone.
}
}
object "poly_mesh" : opt // ***EXPERIMENTAL*** A triangle or quad mesh object. Can be used in conjunction with cubes and texture geometry.
{
bool "normalized_uvs" : opt // If true, UVs are assumed to be [0-1]. If false, UVs are assumed to be [0-texture_width] and [0-texture_height] respectively.
array "positions" : opt
{
array ""[3] : opt
{
float "" // Vertex positions for the mesh. Can be either indexed via the "polys" section, or be a quad-list if mapped 1-to-1 to the normals and UVs sections.
}
}
array "normals" : opt
{
array ""[3] : opt
{
float "" // Vertex normals. Can be either indexed via the "polys" section, or be a quad-list if mapped 1-to-1 to the positions and UVs sections.
}
}
array "uvs" : opt
{
array ""[2] : opt
{
float "" // Vertex UVs. Can be either indexed via the "polys" section, or be a quad-list if mapped 1-to-1 to the positions and normals sections.
}
}
array "polys"
{
array ""[3,4] : opt
{
array ""[3]
{
float "" // Poly element indices, as an array of polygons, each an array of either three or four vertices, each an array of indices into positions, normals, and UVs (in that order).
}
}
}
string "polys"<"tri_list", "quad_list"> // If not specifying vertex indices, arrays of data must be a list of tris or quads, set by making this property either "tri_list" or "quad_list"
}
array "texture_meshes" : opt // ***EXPERIMENTAL*** Adds a mesh to the bone's geometry by converting texels in a texture into boxes
{
object ""
{
string "texture" // The friendly-named texture to use.
array "position"[3] : opt
{
float "" // The position of the pivot point after rotation (in *entity space* not texture or bone space) of the texture geometry
}
array "local_pivot"[3] : opt
{
float "" // The pivot point on the texture (in *texture space* not entity or bone space) of the texture geometry
}
array "rotation"[3] : opt
{
float "" // The rotation (in degrees) of the texture geometry relative to the offset
}
array "scale"[3] : opt
{
float "" // The scale (in degrees) of the texture geometry relative to the offset
}
}
}
}
}
}
}
}

----------
geometry:1.16.0:{
version "format_version"
bool "debug" : opt
array "minecraft:geometry"[1,*]
{
object ""
{
object "description"
{
string "identifier" // Entity definition and Client Block definition files refer to this geometry via this identifier.
float "visible_bounds_width" : opt // Width of the visibility bounding box (in model space units).
float "visible_bounds_height" : opt // Height of the visible bounding box (in model space units).
array "visible_bounds_offset"[3] : opt
{
float "" // Offset of the visibility bounding box from the entity location point (in model space units).
}
int "texture_width" : opt // Assumed width in texels of the texture that will be bound to this geometry.
int "texture_height" : opt // Assumed height in texels of the texture that will be bound to this geometry.
}
string "cape" : opt
array "bones" : opt // Bones define the 'skeleton' of the mob: the parts that can be animated, and to which geometry and other bones are attached.
{
object "" : opt
{
string "name" // Animation files refer to this bone via this identifier.
string "parent" : opt // Bone that this bone is relative to. If the parent bone moves, this bone will move along with it.
array "pivot"[3] : opt
{
float "" // The bone pivots around this point (in model space units).
}
array "rotation"[3] : opt
{
float "" // This is the initial rotation of the bone around the pivot, pre-animation (in degrees, x-then-y-then-z order).
}
bool "mirror" : opt // Mirrors the UV's of the unrotated cubes along the x axis, also causes the east/west faces to get flipped.
float "inflate" : opt // Grow this box by this additive amount in all directions (in model space units).
bool "debug" : opt
int "render_group_id"<0-*> : opt
array "cubes" : opt // This is the list of cubes associated with this bone.
{
object "" : opt
{
array "origin"[3] : opt
{
float "" // This point declares the unrotated lower corner of cube (smallest x/y/z value in model space units).
}
array "size"[3] : opt
{
float "" // The cube extends this amount relative to its origin (in model space units).
}
array "rotation"[3] : opt
{
float "" // The cube is rotated by this amount (in degrees, x-then-y-then-z order) around the pivot.
}
array "pivot"[3] : opt
{
float "" // If this field is specified, rotation of this cube occurs around this point, otherwise its rotation is around the center of the box.
}
float "inflate" : opt // Grow this box by this additive amount in all directions (in model space units), this field overrides the bone's inflate field for this cube only.
bool "mirror" : opt // Mirrors this cube about the unrotated x axis (effectively flipping the east / west faces), overriding the bone's 'mirror' setting for this cube.
array "uv"[2] : opt
{
float "" // Specifies the upper-left corner on the texture for the start of the texture mapping for this box.
}
object "uv" : opt // This is an alternate per-face uv mapping which specifies each face of the cube. Omitting a face will cause that face to not get drawn.
{
object "north" : opt // Specifies the UV's for the face that stretches along the x and y axes, and faces the -z axis.
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "south" : opt // Specifies the UV's for the face that stretches along the x and y axes, and faces the z axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "east" : opt // Specifies the UV's for the face that stretches along the z and y axes, and faces the x axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "west" : opt // Specifies the UV's for the face that stretches along the z and y axes, and faces the -x axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "up" : opt // Specifies the UV's for the face that stretches along the x and z axes, and faces the y axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the back-upper-left corner, assuming you're facing 'north' relative to the cube.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "down" : opt // Specifies the UV's for the face that stretches along the x and z axes, and faces the -y axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the back-down-right corner, assuming you're facing 'north' relative to the cube.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
}
}
}
molang "binding" : opt // useful for items. A molang expression specifying the bone name of the parent skeletal hierarchy that this bone should use as the root transform. Without this field it will look for a bone in the parent entity with the same name as this bone. If both are missing, it will assume a local skeletal hierarchy (via the "parent" field). If that is also missing, it will attach to the owning entity's root transform.
object "locators" : opt
{
array "" : opt // This is a list of locators associated with this bone. A locator is a point in model space that tracks a particular bone as the bone animates (by maintaining it's relationship to the bone through the animation).
{
float "" : opt // Position of the locator in model space.
}
object "" : opt // This is a list of locators associated with this bone. A locator is a point in model space that tracks a particular bone as the bone animates (by maintaining it's relationship to the bone through the animation).
{
array "offset"
{
float "" : opt // Position of the locator in model space.
}
array "rotation"
{
float "" : opt // Rotation of the locator in model space.
}
bool "ignore_inherited_scale" : opt // Discard scale inherited from parent bone.
}
}
object "poly_mesh" : opt // ***EXPERIMENTAL*** A triangle or quad mesh object. Can be used in conjunction with cubes and texture geometry.
{
bool "normalized_uvs" : opt // If true, UVs are assumed to be [0-1]. If false, UVs are assumed to be [0-texture_width] and [0-texture_height] respectively.
array "positions" : opt
{
array ""[3] : opt
{
float "" // Vertex positions for the mesh. Can be either indexed via the "polys" section, or be a quad-list if mapped 1-to-1 to the normals and UVs sections.
}
}
array "normals" : opt
{
array ""[3] : opt
{
float "" // Vertex normals. Can be either indexed via the "polys" section, or be a quad-list if mapped 1-to-1 to the positions and UVs sections.
}
}
array "uvs" : opt
{
array ""[2] : opt
{
float "" // Vertex UVs. Can be either indexed via the "polys" section, or be a quad-list if mapped 1-to-1 to the positions and normals sections.
}
}
array "polys"
{
array ""[3,4] : opt
{
array ""[3]
{
float "" // Poly element indices, as an array of polygons, each an array of either three or four vertices, each an array of indices into positions, normals, and UVs (in that order).
}
}
}
string "polys"<"tri_list", "quad_list"> // If not specifying vertex indices, arrays of data must be a list of tris or quads, set by making this property either "tri_list" or "quad_list"
}
array "texture_meshes" : opt // ***EXPERIMENTAL*** Adds a mesh to the bone's geometry by converting texels in a texture into boxes
{
object ""
{
string "texture" // The friendly-named texture to use.
array "position"[3] : opt
{
float "" // The position of the pivot point after rotation (in *entity space* not texture or bone space) of the texture geometry
}
array "local_pivot"[3] : opt
{
float "" // The pivot point on the texture (in *texture space* not entity or bone space) of the texture geometry
}
array "rotation"[3] : opt
{
float "" // The rotation (in degrees) of the texture geometry relative to the offset
}
array "scale"[3] : opt
{
float "" // The scale (in degrees) of the texture geometry relative to the offset
}
}
}
}
}
}
}
}

----------
geometry:1.19.30:{
version "format_version"
bool "debug" : opt
array "minecraft:geometry"[1,*]
{
object ""
{
object "description"
{
string "identifier" // Entity definition and Client Block definition files refer to this geometry via this identifier.
float "visible_bounds_width" : opt // Width of the visibility bounding box (in model space units).
float "visible_bounds_height" : opt // Height of the visible bounding box (in model space units).
array "visible_bounds_offset"[3] : opt
{
float "" // Offset of the visibility bounding box from the entity location point (in model space units).
}
int "texture_width" : opt // Assumed width in texels of the texture that will be bound to this geometry.
int "texture_height" : opt // Assumed height in texels of the texture that will be bound to this geometry.
}
string "cape" : opt
array "bones" : opt // Bones define the 'skeleton' of the mob: the parts that can be animated, and to which geometry and other bones are attached.
{
object "" : opt
{
string "name" // Animation files refer to this bone via this identifier.
string "parent" : opt // Bone that this bone is relative to. If the parent bone moves, this bone will move along with it.
array "pivot"[3] : opt
{
float "" // The bone pivots around this point (in model space units).
}
array "rotation"[3] : opt
{
float "" // This is the initial rotation of the bone around the pivot, pre-animation (in degrees, x-then-y-then-z order).
}
bool "mirror" : opt // Mirrors the UV's of the unrotated cubes along the x axis, also causes the east/west faces to get flipped.
float "inflate" : opt // Grow this box by this additive amount in all directions (in model space units).
bool "debug" : opt
int "render_group_id"<0-*> : opt
array "cubes" : opt // This is the list of cubes associated with this bone.
{
object "" : opt
{
array "origin"[3] : opt
{
float "" // This point declares the unrotated lower corner of cube (smallest x/y/z value in model space units).
}
array "size"[3] : opt
{
float "" // The cube extends this amount relative to its origin (in model space units).
}
array "rotation"[3] : opt
{
float "" // The cube is rotated by this amount (in degrees, x-then-y-then-z order) around the pivot.
}
array "pivot"[3] : opt
{
float "" // If this field is specified, rotation of this cube occurs around this point, otherwise its rotation is around the center of the box.
}
float "inflate" : opt // Grow this box by this additive amount in all directions (in model space units), this field overrides the bone's inflate field for this cube only.
bool "mirror" : opt // Mirrors this cube about the unrotated x axis (effectively flipping the east / west faces), overriding the bone's 'mirror' setting for this cube.
array "uv"[2] : opt
{
float "" // Specifies the upper-left corner on the texture for the start of the texture mapping for this box.
}
object "uv" : opt // This is an alternate per-face uv mapping which specifies each face of the cube. Omitting a face will cause that face to not get drawn.
{
object "north" : opt // Specifies the UV's for the face that stretches along the x and y axes, and faces the -z axis.
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "south" : opt // Specifies the UV's for the face that stretches along the x and y axes, and faces the z axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "east" : opt // Specifies the UV's for the face that stretches along the z and y axes, and faces the x axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "west" : opt // Specifies the UV's for the face that stretches along the z and y axes, and faces the -x axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "up" : opt // Specifies the UV's for the face that stretches along the x and z axes, and faces the y axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the back-upper-left corner, assuming you're facing 'north' relative to the cube.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
object "down" : opt // Specifies the UV's for the face that stretches along the x and z axes, and faces the -y axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the back-down-right corner, assuming you're facing 'north' relative to the cube.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
string "material_instance" : opt
}
}
}
}
molang "binding" : opt // useful for items. A molang expression specifying the bone name of the parent skeletal hierarchy that this bone should use as the root transform. Without this field it will look for a bone in the parent entity with the same name as this bone. If both are missing, it will assume a local skeletal hierarchy (via the "parent" field). If that is also missing, it will attach to the owning entity's root transform.
object "locators" : opt
{
array "" : opt // This is a list of locators associated with this bone. A locator is a point in model space that tracks a particular bone as the bone animates (by maintaining it's relationship to the bone through the animation).
{
float "" : opt // Position of the locator in model space.
}
object "" : opt // This is a list of locators associated with this bone. A locator is a point in model space that tracks a particular bone as the bone animates (by maintaining it's relationship to the bone through the animation).
{
array "offset"
{
float "" : opt // Position of the locator in model space.
}
array "rotation"
{
float "" : opt // Rotation of the locator in model space.
}
bool "ignore_inherited_scale" : opt // Discard scale inherited from parent bone.
}
}
object "poly_mesh" : opt // ***EXPERIMENTAL*** A triangle or quad mesh object. Can be used in conjunction with cubes and texture geometry.
{
bool "normalized_uvs" : opt // If true, UVs are assumed to be [0-1]. If false, UVs are assumed to be [0-texture_width] and [0-texture_height] respectively.
array "positions" : opt
{
array ""[3] : opt
{
float "" // Vertex positions for the mesh. Can be either indexed via the "polys" section, or be a quad-list if mapped 1-to-1 to the normals and UVs sections.
}
}
array "normals" : opt
{
array ""[3] : opt
{
float "" // Vertex normals. Can be either indexed via the "polys" section, or be a quad-list if mapped 1-to-1 to the positions and UVs sections.
}
}
array "uvs" : opt
{
array ""[2] : opt
{
float "" // Vertex UVs. Can be either indexed via the "polys" section, or be a quad-list if mapped 1-to-1 to the positions and normals sections.
}
}
array "polys"
{
array ""[3,4] : opt
{
array ""[3]
{
float "" // Poly element indices, as an array of polygons, each an array of either three or four vertices, each an array of indices into positions, normals, and UVs (in that order).
}
}
}
string "polys"<"tri_list", "quad_list"> // If not specifying vertex indices, arrays of data must be a list of tris or quads, set by making this property either "tri_list" or "quad_list"
}
array "texture_meshes" : opt // ***EXPERIMENTAL*** Adds a mesh to the bone's geometry by converting texels in a texture into boxes
{
object ""
{
string "texture" // The friendly-named texture to use.
array "position"[3] : opt
{
float "" // The position of the pivot point after rotation (in *entity space* not texture or bone space) of the texture geometry
}
array "local_pivot"[3] : opt
{
float "" // The pivot point on the texture (in *texture space* not entity or bone space) of the texture geometry
}
array "rotation"[3] : opt
{
float "" // The rotation (in degrees) of the texture geometry relative to the offset
}
array "scale"[3] : opt
{
float "" // The scale (in degrees) of the texture geometry relative to the offset
}
}
}
}
}
}
}
}

----------
geometry:1.21.0:{
version "format_version"
bool "debug" : opt
array "minecraft:geometry"[1,*]
{
object ""
{
object "description"
{
string "identifier" // Entity definition and Client Block definition files refer to this geometry via this identifier.
float "visible_bounds_width" : opt // Width of the visibility bounding box (in model space units).
float "visible_bounds_height" : opt // Height of the visible bounding box (in model space units).
array "visible_bounds_offset"[3] : opt
{
float "" // Offset of the visibility bounding box from the entity location point (in model space units).
}
int "texture_width" : opt // Assumed width in texels of the texture that will be bound to this geometry.
int "texture_height" : opt // Assumed height in texels of the texture that will be bound to this geometry.
}
object "item_display_transforms" : opt // Components of the 3d matrix transform to be applied to this geometry when displayed in this item rendering context. Valid contexts: ["gui", "firstperson_righthand", "firstperson_lefthand", "thirdperson_righthand", "thirdperson_lefthand", "ground", "fixed", "head"].
{
object "gui" : opt
{
array "translation"[3] : opt
{
float "" // Range: (-80, -80, -80) to (80, 80, 80).
}
array "rotation"[3] : opt
{
float "" // Range (in degrees): (-360, -360, -360) to (360, 360, 360).
}
array "scale"[3] : opt
{
float "" // Range: (0, 0, 0) to (4, 4, 4).
}
array "rotation_pivot"[3] : opt
{
float "" // The pivot point for the applied rotation. Range: (-80, -80, -80) to (80, 80, 80).
}
array "scale_pivot"[3] : opt
{
float "" // The pivot point for the applied scale. Range: (-80, -80, -80) to (80, 80, 80).
}
bool "fit_to_frame" : opt // If true, the geometry will be automatically scaled and translated to fit within the GUI frame. Default is 'true'.
}
object "firstperson_righthand" : opt
{
array "translation"[3] : opt
{
float "" // Range: (-80, -80, -80) to (80, 80, 80).
}
array "rotation"[3] : opt
{
float "" // Range (in degrees): (-360, -360, -360) to (360, 360, 360).
}
array "scale"[3] : opt
{
float "" // Range: (0, 0, 0) to (4, 4, 4).
}
array "rotation_pivot"[3] : opt
{
float "" // The pivot point for the applied rotation. Range: (-80, -80, -80) to (80, 80, 80).
}
array "scale_pivot"[3] : opt
{
float "" // The pivot point for the applied scale. Range: (-80, -80, -80) to (80, 80, 80).
}
}
object "firstperson_lefthand" : opt
{
array "translation"[3] : opt
{
float "" // Range: (-80, -80, -80) to (80, 80, 80).
}
array "rotation"[3] : opt
{
float "" // Range (in degrees): (-360, -360, -360) to (360, 360, 360).
}
array "scale"[3] : opt
{
float "" // Range: (0, 0, 0) to (4, 4, 4).
}
array "rotation_pivot"[3] : opt
{
float "" // The pivot point for the applied rotation. Range: (-80, -80, -80) to (80, 80, 80).
}
array "scale_pivot"[3] : opt
{
float "" // The pivot point for the applied scale. Range: (-80, -80, -80) to (80, 80, 80).
}
}
object "thirdperson_righthand" : opt
{
array "translation"[3] : opt
{
float "" // Range: (-80, -80, -80) to (80, 80, 80).
}
array "rotation"[3] : opt
{
float "" // Range (in degrees): (-360, -360, -360) to (360, 360, 360).
}
array "scale"[3] : opt
{
float "" // Range: (0, 0, 0) to (4, 4, 4).
}
array "rotation_pivot"[3] : opt
{
float "" // The pivot point for the applied rotation. Range: (-80, -80, -80) to (80, 80, 80).
}
array "scale_pivot"[3] : opt
{
float "" // The pivot point for the applied scale. Range: (-80, -80, -80) to (80, 80, 80).
}
}
object "thirdperson_lefthand" : opt
{
array "translation"[3] : opt
{
float "" // Range: (-80, -80, -80) to (80, 80, 80).
}
array "rotation"[3] : opt
{
float "" // Range (in degrees): (-360, -360, -360) to (360, 360, 360).
}
array "scale"[3] : opt
{
float "" // Range: (0, 0, 0) to (4, 4, 4).
}
array "rotation_pivot"[3] : opt
{
float "" // The pivot point for the applied rotation. Range: (-80, -80, -80) to (80, 80, 80).
}
array "scale_pivot"[3] : opt
{
float "" // The pivot point for the applied scale. Range: (-80, -80, -80) to (80, 80, 80).
}
}
object "ground" : opt
{
array "translation"[3] : opt
{
float "" // Range: (-80, -80, -80) to (80, 80, 80).
}
array "rotation"[3] : opt
{
float "" // Range (in degrees): (-360, -360, -360) to (360, 360, 360).
}
array "scale"[3] : opt
{
float "" // Range: (0, 0, 0) to (4, 4, 4).
}
array "rotation_pivot"[3] : opt
{
float "" // The pivot point for the applied rotation. Range: (-80, -80, -80) to (80, 80, 80).
}
array "scale_pivot"[3] : opt
{
float "" // The pivot point for the applied scale. Range: (-80, -80, -80) to (80, 80, 80).
}
}
object "fixed" : opt
{
array "translation"[3] : opt
{
float "" // Range: (-80, -80, -80) to (80, 80, 80).
}
array "rotation"[3] : opt
{
float "" // Range (in degrees): (-360, -360, -360) to (360, 360, 360).
}
array "scale"[3] : opt
{
float "" // Range: (0, 0, 0) to (4, 4, 4).
}
array "rotation_pivot"[3] : opt
{
float "" // The pivot point for the applied rotation. Range: (-80, -80, -80) to (80, 80, 80).
}
array "scale_pivot"[3] : opt
{
float "" // The pivot point for the applied scale. Range: (-80, -80, -80) to (80, 80, 80).
}
}
object "head" : opt
{
array "translation"[3] : opt
{
float "" // Range: (-80, -80, -80) to (80, 80, 80).
}
array "rotation"[3] : opt
{
float "" // Range (in degrees): (-360, -360, -360) to (360, 360, 360).
}
array "scale"[3] : opt
{
float "" // Range: (0, 0, 0) to (4, 4, 4).
}
array "rotation_pivot"[3] : opt
{
float "" // The pivot point for the applied rotation. Range: (-80, -80, -80) to (80, 80, 80).
}
array "scale_pivot"[3] : opt
{
float "" // The pivot point for the applied scale. Range: (-80, -80, -80) to (80, 80, 80).
}
}
}
string "cape" : opt
array "bones" : opt // Bones define the 'skeleton' of the mob: the parts that can be animated, and to which geometry and other bones are attached.
{
object "" : opt
{
string "name" // Animation files refer to this bone via this identifier.
string "parent" : opt // Bone that this bone is relative to. If the parent bone moves, this bone will move along with it.
array "pivot"[3] : opt
{
float "" // The bone pivots around this point (in model space units).
}
array "rotation"[3] : opt
{
float "" // This is the initial rotation of the bone around the pivot, pre-animation (in degrees, x-then-y-then-z order).
}
bool "mirror" : opt // Mirrors the UV's of the unrotated cubes along the x axis, also causes the east/west faces to get flipped.
float "inflate" : opt // Grow this box by this additive amount in all directions (in model space units).
bool "debug" : opt
int "render_group_id"<0-*> : opt
array "cubes" : opt // This is the list of cubes associated with this bone.
{
object "" : opt
{
array "origin"[3] : opt
{
float "" // This point declares the unrotated lower corner of cube (smallest x/y/z value in model space units).
}
array "size"[3] : opt
{
float "" // The cube extends this amount relative to its origin (in model space units).
}
array "rotation"[3] : opt
{
float "" // The cube is rotated by this amount (in degrees, x-then-y-then-z order) around the pivot.
}
array "pivot"[3] : opt
{
float "" // If this field is specified, rotation of this cube occurs around this point, otherwise its rotation is around the center of the box.
}
float "inflate" : opt // Grow this box by this additive amount in all directions (in model space units), this field overrides the bone's inflate field for this cube only.
bool "mirror" : opt // Mirrors this cube about the unrotated x axis (effectively flipping the east / west faces), overriding the bone's 'mirror' setting for this cube.
array "uv"[2] : opt
{
float "" // Specifies the upper-left corner on the texture for the start of the texture mapping for this box.
}
object "uv" : opt // This is an alternate per-face uv mapping which specifies each face of the cube. Omitting a face will cause that face to not get drawn.
{
object "north" : opt // Specifies the UV's for the face that stretches along the x and y axes, and faces the -z axis.
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
int "uv_rotation" : opt // Rotates the uv rect clockwise the specified amount of degrees before applying it to the face. Valid values are 0, 90, 180 and 270. If not specified, no rotation will be applied.
string "material_instance" : opt
}
object "south" : opt // Specifies the UV's for the face that stretches along the x and y axes, and faces the z axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
int "uv_rotation" : opt // Rotates the uv rect clockwise the specified amount of degrees before applying it to the face. Valid values are 0, 90, 180 and 270. If not specified, no rotation will be applied.
string "material_instance" : opt
}
object "east" : opt // Specifies the UV's for the face that stretches along the z and y axes, and faces the x axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
int "uv_rotation" : opt // Rotates the uv rect clockwise the specified amount of degrees before applying it to the face. Valid values are 0, 90, 180 and 270. If not specified, no rotation will be applied.
string "material_instance" : opt
}
object "west" : opt // Specifies the UV's for the face that stretches along the z and y axes, and faces the -x axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the upper-left corner, when looking at the face with y being up.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
int "uv_rotation" : opt // Rotates the uv rect clockwise the specified amount of degrees before applying it to the face. Valid values are 0, 90, 180 and 270. If not specified, no rotation will be applied.
string "material_instance" : opt
}
object "up" : opt // Specifies the UV's for the face that stretches along the x and z axes, and faces the y axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the back-upper-left corner, assuming you're facing 'north' relative to the cube.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
int "uv_rotation" : opt // Rotates the uv rect clockwise the specified amount of degrees before applying it to the face. Valid values are 0, 90, 180 and 270. If not specified, no rotation will be applied.
string "material_instance" : opt
}
object "down" : opt // Specifies the UV's for the face that stretches along the x and z axes, and faces the -y axis
{
array "uv"[2]
{
float "" // Specifies the uv origin for the face. For this face, it is the back-down-right corner, assuming you're facing 'north' relative to the cube.
}
array "uv_size"[2] : opt
{
float "" // The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.
}
int "uv_rotation" : opt // Rotates the uv rect clockwise the specified amount of degrees before applying it to the face. Valid values are 0, 90, 180 and 270. If not specified, no rotation will be applied.
string "material_instance" : opt
}
}
}
}
molang "binding" : opt // useful for items. A molang expression specifying the bone name of the parent skeletal hierarchy that this bone should use as the root transform. Without this field it will look for a bone in the parent entity with the same name as this bone. If both are missing, it will assume a local skeletal hierarchy (via the "parent" field). If that is also missing, it will attach to the owning entity's root transform.
object "locators" : opt
{
array "" : opt // This is a list of locators associated with this bone. A locator is a point in model space that tracks a particular bone as the bone animates (by maintaining it's relationship to the bone through the animation).
{
float "" : opt // Position of the locator in model space.
}
object "" : opt // This is a list of locators associated with this bone. A locator is a point in model space that tracks a particular bone as the bone animates (by maintaining it's relationship to the bone through the animation).
{
array "offset"
{
float "" : opt // Position of the locator in model space.
}
array "rotation"
{
float "" : opt // Rotation of the locator in model space.
}
bool "ignore_inherited_scale" : opt // Discard scale inherited from parent bone.
}
}
object "poly_mesh" : opt // ***EXPERIMENTAL*** A triangle or quad mesh object. Can be used in conjunction with cubes and texture geometry.
{
bool "normalized_uvs" : opt // If true, UVs are assumed to be [0-1]. If false, UVs are assumed to be [0-texture_width] and [0-texture_height] respectively.
array "positions" : opt
{
array ""[3] : opt
{
float "" // Vertex positions for the mesh. Can be either indexed via the "polys" section, or be a quad-list if mapped 1-to-1 to the normals and UVs sections.
}
}
array "normals" : opt
{
array ""[3] : opt
{
float "" // Vertex normals. Can be either indexed via the "polys" section, or be a quad-list if mapped 1-to-1 to the positions and UVs sections.
}
}
array "uvs" : opt
{
array ""[2] : opt
{
float "" // Vertex UVs. Can be either indexed via the "polys" section, or be a quad-list if mapped 1-to-1 to the positions and normals sections.
}
}
array "polys"
{
array ""[3,4] : opt
{
array ""[3]
{
float "" // Poly element indices, as an array of polygons, each an array of either three or four vertices, each an array of indices into positions, normals, and UVs (in that order).
}
}
}
string "polys"<"tri_list", "quad_list"> // If not specifying vertex indices, arrays of data must be a list of tris or quads, set by making this property either "tri_list" or "quad_list"
}
array "texture_meshes" : opt // ***EXPERIMENTAL*** Adds a mesh to the bone's geometry by converting texels in a texture into boxes
{
object ""
{
string "texture" // The friendly-named texture to use.
array "position"[3] : opt
{
float "" // The position of the pivot point after rotation (in *entity space* not texture or bone space) of the texture geometry
}
array "local_pivot"[3] : opt
{
float "" // The pivot point on the texture (in *texture space* not entity or bone space) of the texture geometry
}
array "rotation"[3] : opt
{
float "" // The rotation (in degrees) of the texture geometry relative to the offset
}
array "scale"[3] : opt
{
float "" // The scale (in degrees) of the texture geometry relative to the offset
}
}
}
}
}
}
}
}

----------
```
Back to top

diff --git a/documentation/Texture Sets.html b/documentation/Texture Sets.html index 8a769e0ff..4f96489fd 100644 --- a/documentation/Texture Sets.html +++ b/documentation/Texture Sets.html @@ -1,4 +1,4 @@ -

TEXTURE SETS DOCUMENTATION
Version: 1.21.30.25

+

TEXTURE SETS DOCUMENTATION
Version: 1.21.40.20

This is documentation for a preview release of Minecraft. New features, components, and capabilities in this release are not final and might change without notice before the final release.
Be sure to check the documentation once the release is out of preview if your add-on isn't working properly. Resource and Behavior Packs created for the preview are not guaranteed to work on the final release.

Index

diff --git a/metadata/command_modules/mojang-commands.json b/metadata/command_modules/mojang-commands.json index d7497b749..00e50c3fc 100644 --- a/metadata/command_modules/mojang-commands.json +++ b/metadata/command_modules/mojang-commands.json @@ -224,6 +224,14 @@ } ] }, + { + "name" : "entity_offset", + "values" : [ + { + "value" : "entity_offset" + } + ] + }, { "name" : "clear", "values" : [ @@ -372,6 +380,12 @@ { "value" : "nether_gold_ore" }, + { + "value" : "minecraft:zombie_head" + }, + { + "value" : "zombie_head" + }, { "value" : "minecraft:warped_door" }, @@ -1866,6 +1880,12 @@ { "value" : "smithing_table" }, + { + "value" : "minecraft:player_head" + }, + { + "value" : "player_head" + }, { "value" : "minecraft:weathered_copper_grate" }, @@ -3084,12 +3104,6 @@ { "value" : "beetroot" }, - { - "value" : "minecraft:skull" - }, - { - "value" : "skull" - }, { "value" : "minecraft:white_candle" }, @@ -3204,6 +3218,12 @@ { "value" : "cut_sandstone_slab" }, + { + "value" : "minecraft:skeleton_skull" + }, + { + "value" : "skeleton_skull" + }, { "value" : "minecraft:composter" }, @@ -3462,6 +3482,12 @@ { "value" : "cherry_leaves" }, + { + "value" : "minecraft:creeper_head" + }, + { + "value" : "creeper_head" + }, { "value" : "minecraft:black_glazed_terracotta" }, @@ -3480,6 +3506,12 @@ { "value" : "waxed_weathered_copper_bulb" }, + { + "value" : "minecraft:dragon_head" + }, + { + "value" : "dragon_head" + }, { "value" : "minecraft:calibrated_sculk_sensor" }, @@ -3789,6 +3821,12 @@ { "value" : "exposed_copper_trapdoor" }, + { + "value" : "minecraft:mushroom_stem" + }, + { + "value" : "mushroom_stem" + }, { "value" : "minecraft:black_terracotta" }, @@ -4617,6 +4655,12 @@ { "value" : "polished_andesite_stairs" }, + { + "value" : "minecraft:piglin_head" + }, + { + "value" : "piglin_head" + }, { "value" : "minecraft:sculk" }, @@ -4773,6 +4817,12 @@ { "value" : "cracked_polished_blackstone_bricks" }, + { + "value" : "minecraft:wither_skeleton_skull" + }, + { + "value" : "wither_skeleton_skull" + }, { "value" : "minecraft:polished_tuff" }, @@ -5775,6 +5825,9 @@ { "value" : "stonebrick" }, + { + "value" : "skull" + }, { "value" : "minecraft:chicken" }, @@ -8630,6 +8683,12 @@ { "value" : "nether_gold_ore" }, + { + "value" : "minecraft:zombie_head" + }, + { + "value" : "zombie_head" + }, { "value" : "minecraft:warped_door" }, @@ -10358,6 +10417,12 @@ { "value" : "smithing_table" }, + { + "value" : "minecraft:player_head" + }, + { + "value" : "player_head" + }, { "value" : "minecraft:weathered_copper_grate" }, @@ -11762,12 +11827,6 @@ { "value" : "beetroot" }, - { - "value" : "minecraft:skull" - }, - { - "value" : "skull" - }, { "value" : "minecraft:light_gray_candle_cake" }, @@ -11906,6 +11965,12 @@ { "value" : "cut_sandstone_slab" }, + { + "value" : "minecraft:skeleton_skull" + }, + { + "value" : "skeleton_skull" + }, { "value" : "minecraft:composter" }, @@ -12212,6 +12277,12 @@ { "value" : "cherry_leaves" }, + { + "value" : "minecraft:creeper_head" + }, + { + "value" : "creeper_head" + }, { "value" : "minecraft:black_glazed_terracotta" }, @@ -12230,6 +12301,12 @@ { "value" : "waxed_weathered_copper_bulb" }, + { + "value" : "minecraft:dragon_head" + }, + { + "value" : "dragon_head" + }, { "value" : "minecraft:calibrated_sculk_sensor" }, @@ -12626,6 +12703,12 @@ { "value" : "exposed_copper_trapdoor" }, + { + "value" : "minecraft:mushroom_stem" + }, + { + "value" : "mushroom_stem" + }, { "value" : "minecraft:black_terracotta" }, @@ -13556,6 +13639,12 @@ { "value" : "dead_horn_coral_wall_fan" }, + { + "value" : "minecraft:piglin_head" + }, + { + "value" : "piglin_head" + }, { "value" : "minecraft:sculk" }, @@ -13748,6 +13837,12 @@ { "value" : "flowing_lava" }, + { + "value" : "minecraft:wither_skeleton_skull" + }, + { + "value" : "wither_skeleton_skull" + }, { "value" : "minecraft:polished_tuff" }, @@ -15128,6 +15223,12 @@ { "value" : "minecraft:light_block" }, + { + "value" : "skull" + }, + { + "value" : "minecraft:skull" + }, { "value" : "lava_cauldron" }, @@ -15394,6 +15495,14 @@ } ] }, + { + "name" : "AddInfiniteEffect", + "values" : [ + { + "value" : "infinite" + } + ] + }, { "name" : "Enchant", "values" : [ @@ -18130,6 +18239,9 @@ { "value" : "minecraft:waxed_weathered_copper_door" }, + { + "value" : "minecraft:piglin_head" + }, { "value" : "minecraft:wooden_pickaxe" }, @@ -18142,9 +18254,6 @@ { "value" : "minecraft:melon_slice" }, - { - "value" : "minecraft:element_1" - }, { "value" : "minecraft:hay_block" }, @@ -18170,16 +18279,16 @@ "value" : "minecraft:comparator" }, { - "value" : "minecraft:witch_spawn_egg" + "value" : "minecraft:element_62" }, { - "value" : "minecraft:dirt" + "value" : "minecraft:rotten_flesh" }, { - "value" : "minecraft:element_62" + "value" : "minecraft:dirt" }, { - "value" : "minecraft:rotten_flesh" + "value" : "minecraft:witch_spawn_egg" }, { "value" : "minecraft:campfire" @@ -18257,10 +18366,10 @@ "value" : "minecraft:chest" }, { - "value" : "minecraft:pumpkin_seeds" + "value" : "minecraft:element_2" }, { - "value" : "minecraft:element_2" + "value" : "minecraft:pumpkin_seeds" }, { "value" : "minecraft:melon_seeds" @@ -19411,9 +19520,6 @@ { "value" : "minecraft:bat_spawn_egg" }, - { - "value" : "minecraft:element_0" - }, { "value" : "minecraft:ghast_spawn_egg" }, @@ -19816,9 +19922,6 @@ { "value" : "minecraft:empty_map" }, - { - "value" : "minecraft:skull" - }, { "value" : "minecraft:exposed_chiseled_copper" }, @@ -20396,10 +20499,10 @@ "value" : "minecraft:crimson_hanging_sign" }, { - "value" : "minecraft:warped_hanging_sign" + "value" : "minecraft:brown_candle" }, { - "value" : "minecraft:brown_candle" + "value" : "minecraft:warped_hanging_sign" }, { "value" : "minecraft:waxed_oxidized_copper" @@ -20479,6 +20582,9 @@ { "value" : "minecraft:red_carpet" }, + { + "value" : "minecraft:wither_skeleton_skull" + }, { "value" : "minecraft:music_disc_relic" }, @@ -20509,6 +20615,33 @@ { "value" : "minecraft:cobblestone_double_slab" }, + { + "value" : "minecraft:skeleton_skull" + }, + { + "value" : "minecraft:zombie_head" + }, + { + "value" : "minecraft:yellow_shulker_box" + }, + { + "value" : "minecraft:player_head" + }, + { + "value" : "minecraft:cut_sandstone" + }, + { + "value" : "minecraft:creeper_head" + }, + { + "value" : "minecraft:dragon_head" + }, + { + "value" : "minecraft:orange_stained_glass" + }, + { + "value" : "minecraft:skull" + }, { "value" : "minecraft:dark_oak_planks" }, @@ -20599,9 +20732,6 @@ { "value" : "minecraft:tuff_brick_slab" }, - { - "value" : "minecraft:element_3" - }, { "value" : "minecraft:copper_door" }, @@ -20800,9 +20930,6 @@ { "value" : "minecraft:dead_tube_coral_block" }, - { - "value" : "minecraft:green_candle" - }, { "value" : "minecraft:dead_bubble_coral_block" }, @@ -21073,9 +21200,6 @@ { "value" : "minecraft:chiseled_sandstone" }, - { - "value" : "minecraft:cut_sandstone" - }, { "value" : "minecraft:smooth_sandstone" }, @@ -21223,6 +21347,9 @@ { "value" : "minecraft:brown_mushroom_block" }, + { + "value" : "minecraft:mushroom_stem" + }, { "value" : "minecraft:dark_oak_log" }, @@ -21325,9 +21452,6 @@ { "value" : "minecraft:white_stained_glass" }, - { - "value" : "minecraft:orange_stained_glass" - }, { "value" : "minecraft:element_64" }, @@ -21418,9 +21542,6 @@ { "value" : "minecraft:hard_green_stained_glass_pane" }, - { - "value" : "minecraft:yellow_shulker_box" - }, { "value" : "minecraft:lime_shulker_box" }, @@ -21529,9 +21650,6 @@ { "value" : "minecraft:hard_light_gray_stained_glass" }, - { - "value" : "minecraft:red_candle" - }, { "value" : "minecraft:hard_green_stained_glass" }, @@ -21625,12 +21743,27 @@ { "value" : "minecraft:purple_candle" }, + { + "value" : "minecraft:green_candle" + }, + { + "value" : "minecraft:red_candle" + }, { "value" : "minecraft:polished_deepslate_wall" }, { "value" : "minecraft:black_candle" }, + { + "value" : "minecraft:element_0" + }, + { + "value" : "minecraft:element_1" + }, + { + "value" : "minecraft:element_3" + }, { "value" : "minecraft:element_5" }, @@ -22519,9 +22652,6 @@ { "value" : "minecraft:mangrove_wall_sign" }, - { - "value" : "minecraft:item.skull" - }, { "value" : "minecraft:light_gray_candle_cake" }, @@ -27409,961 +27539,961 @@ "value" : "shulkerBox_shulker_box_color_dye_19_0" }, { - "value" : "shulkerBox_shulker_box_color_block_19_0_0" + "value" : "shulkerBox_shulker_box_color_block_19_14_0" }, { - "value" : "shulkerBox_shulker_box_color_block_19_1_0" + "value" : "shulkerBox_shulker_box_color_block_19_13_0" }, { - "value" : "shulkerBox_shulker_box_color_block_19_2_0" + "value" : "shulkerBox_shulker_box_color_block_19_12_0" }, { - "value" : "shulkerBox_shulker_box_color_block_19_3_0" + "value" : "shulkerBox_shulker_box_color_block_19_11_0" }, { - "value" : "shulkerBox_shulker_box_color_block_19_4_0" + "value" : "shulkerBox_shulker_box_color_block_19_10_0" }, { - "value" : "shulkerBox_shulker_box_color_block_19_5_0" + "value" : "shulkerBox_shulker_box_color_block_19_9_0" }, { - "value" : "shulkerBox_shulker_box_color_block_19_6_0" + "value" : "shulkerBox_shulker_box_color_block_19_8_0" }, { "value" : "shulkerBox_shulker_box_color_block_19_7_0" }, { - "value" : "shulkerBox_shulker_box_color_block_19_8_0" + "value" : "shulkerBox_shulker_box_color_block_19_6_0" }, { - "value" : "shulkerBox_shulker_box_color_block_19_9_0" + "value" : "shulkerBox_shulker_box_color_block_19_5_0" }, { - "value" : "shulkerBox_shulker_box_color_block_19_10_0" + "value" : "shulkerBox_shulker_box_color_block_19_4_0" }, { - "value" : "shulkerBox_shulker_box_color_block_19_11_0" + "value" : "shulkerBox_shulker_box_color_block_19_3_0" }, { - "value" : "shulkerBox_shulker_box_color_block_19_12_0" + "value" : "shulkerBox_shulker_box_color_block_19_2_0" }, { - "value" : "shulkerBox_shulker_box_color_block_19_13_0" + "value" : "shulkerBox_shulker_box_color_block_19_1_0" }, { - "value" : "shulkerBox_shulker_box_color_block_19_14_0" + "value" : "shulkerBox_shulker_box_color_block_19_0_0" }, { "value" : "shulkerBox_shulker_box_color_dye_18_0" }, { - "value" : "shulkerBox_shulker_box_color_block_18_0_0" + "value" : "shulkerBox_shulker_box_color_block_18_15_0" }, { - "value" : "shulkerBox_shulker_box_color_block_18_1_0" + "value" : "shulkerBox_shulker_box_color_block_18_14_0" }, { - "value" : "shulkerBox_shulker_box_color_block_18_2_0" + "value" : "shulkerBox_shulker_box_color_block_18_13_0" }, { - "value" : "shulkerBox_shulker_box_color_block_18_3_0" + "value" : "shulkerBox_shulker_box_color_block_18_12_0" }, { - "value" : "shulkerBox_shulker_box_color_block_18_5_0" + "value" : "shulkerBox_shulker_box_color_block_18_11_0" }, { - "value" : "shulkerBox_shulker_box_color_block_18_6_0" + "value" : "shulkerBox_shulker_box_color_block_18_10_0" }, { - "value" : "shulkerBox_shulker_box_color_block_18_7_0" + "value" : "shulkerBox_shulker_box_color_block_18_9_0" }, { "value" : "shulkerBox_shulker_box_color_block_18_8_0" }, { - "value" : "shulkerBox_shulker_box_color_block_18_9_0" + "value" : "shulkerBox_shulker_box_color_block_18_7_0" }, { - "value" : "shulkerBox_shulker_box_color_block_18_10_0" + "value" : "shulkerBox_shulker_box_color_block_18_6_0" }, { - "value" : "shulkerBox_shulker_box_color_block_18_11_0" + "value" : "shulkerBox_shulker_box_color_block_18_5_0" }, { - "value" : "shulkerBox_shulker_box_color_block_18_12_0" + "value" : "shulkerBox_shulker_box_color_block_18_3_0" }, { - "value" : "shulkerBox_shulker_box_color_block_18_13_0" + "value" : "shulkerBox_shulker_box_color_block_18_2_0" }, { - "value" : "shulkerBox_shulker_box_color_block_18_14_0" + "value" : "shulkerBox_shulker_box_color_block_18_1_0" }, { - "value" : "shulkerBox_shulker_box_color_block_18_15_0" + "value" : "shulkerBox_shulker_box_color_block_18_0_0" }, { "value" : "shulkerBox_shulker_box_color_dye_17_0" }, { - "value" : "shulkerBox_shulker_box_color_block_17_0_0" + "value" : "shulkerBox_shulker_box_color_block_17_15_0" }, { - "value" : "shulkerBox_shulker_box_color_block_17_1_0" + "value" : "shulkerBox_shulker_box_color_block_17_14_0" }, { - "value" : "shulkerBox_shulker_box_color_block_17_2_0" + "value" : "shulkerBox_shulker_box_color_block_17_13_0" }, { - "value" : "shulkerBox_shulker_box_color_block_17_4_0" + "value" : "shulkerBox_shulker_box_color_block_17_12_0" }, { - "value" : "shulkerBox_shulker_box_color_block_17_5_0" + "value" : "shulkerBox_shulker_box_color_block_17_11_0" }, { - "value" : "shulkerBox_shulker_box_color_block_17_6_0" + "value" : "shulkerBox_shulker_box_color_block_17_10_0" }, { - "value" : "shulkerBox_shulker_box_color_block_17_7_0" + "value" : "shulkerBox_shulker_box_color_block_17_9_0" }, { "value" : "shulkerBox_shulker_box_color_block_17_8_0" }, { - "value" : "shulkerBox_shulker_box_color_block_17_9_0" + "value" : "shulkerBox_shulker_box_color_block_17_7_0" }, { - "value" : "shulkerBox_shulker_box_color_block_17_10_0" + "value" : "shulkerBox_shulker_box_color_block_17_6_0" }, { - "value" : "shulkerBox_shulker_box_color_block_17_11_0" + "value" : "shulkerBox_shulker_box_color_block_17_5_0" }, { - "value" : "shulkerBox_shulker_box_color_block_17_12_0" + "value" : "shulkerBox_shulker_box_color_block_17_4_0" }, { - "value" : "shulkerBox_shulker_box_color_block_17_13_0" + "value" : "shulkerBox_shulker_box_color_block_17_2_0" }, { - "value" : "shulkerBox_shulker_box_color_block_17_14_0" + "value" : "shulkerBox_shulker_box_color_block_17_1_0" }, { - "value" : "shulkerBox_shulker_box_color_block_17_15_0" + "value" : "shulkerBox_shulker_box_color_block_17_0_0" }, { "value" : "shulkerBox_shulker_box_color_dye_16_0" }, { - "value" : "shulkerBox_shulker_box_color_block_16_1_0" + "value" : "shulkerBox_shulker_box_color_block_16_15_0" }, { - "value" : "shulkerBox_shulker_box_color_block_16_2_0" + "value" : "shulkerBox_shulker_box_color_block_16_14_0" }, { - "value" : "shulkerBox_shulker_box_color_block_16_3_0" + "value" : "shulkerBox_shulker_box_color_block_16_13_0" }, { - "value" : "shulkerBox_shulker_box_color_block_16_4_0" + "value" : "shulkerBox_shulker_box_color_block_16_12_0" }, { - "value" : "shulkerBox_shulker_box_color_block_16_5_0" + "value" : "shulkerBox_shulker_box_color_block_16_11_0" }, { - "value" : "shulkerBox_shulker_box_color_block_16_6_0" + "value" : "shulkerBox_shulker_box_color_block_16_10_0" }, { - "value" : "shulkerBox_shulker_box_color_block_16_7_0" + "value" : "shulkerBox_shulker_box_color_block_16_9_0" }, { "value" : "shulkerBox_shulker_box_color_block_16_8_0" }, { - "value" : "shulkerBox_shulker_box_color_block_16_9_0" + "value" : "shulkerBox_shulker_box_color_block_16_7_0" }, { - "value" : "shulkerBox_shulker_box_color_block_16_10_0" + "value" : "shulkerBox_shulker_box_color_block_16_6_0" }, { - "value" : "shulkerBox_shulker_box_color_block_16_11_0" + "value" : "shulkerBox_shulker_box_color_block_16_5_0" }, { - "value" : "shulkerBox_shulker_box_color_block_16_12_0" + "value" : "shulkerBox_shulker_box_color_block_16_4_0" }, { - "value" : "shulkerBox_shulker_box_color_block_16_13_0" + "value" : "shulkerBox_shulker_box_color_block_16_3_0" }, { - "value" : "shulkerBox_shulker_box_color_block_16_14_0" + "value" : "shulkerBox_shulker_box_color_block_16_2_0" }, { - "value" : "shulkerBox_shulker_box_color_block_16_15_0" + "value" : "shulkerBox_shulker_box_color_block_16_1_0" }, { "value" : "shulkerBox_shulker_box_color_dye_15_0" }, { - "value" : "shulkerBox_shulker_box_color_block_15_0_0" + "value" : "shulkerBox_shulker_box_color_block_15_14_0" }, { - "value" : "shulkerBox_shulker_box_color_block_15_1_0" + "value" : "shulkerBox_shulker_box_color_block_15_13_0" }, { - "value" : "shulkerBox_shulker_box_color_block_15_2_0" + "value" : "shulkerBox_shulker_box_color_block_15_12_0" }, { - "value" : "shulkerBox_shulker_box_color_block_15_3_0" + "value" : "shulkerBox_shulker_box_color_block_15_11_0" }, { - "value" : "shulkerBox_shulker_box_color_block_15_4_0" + "value" : "shulkerBox_shulker_box_color_block_15_10_0" }, { - "value" : "shulkerBox_shulker_box_color_block_15_5_0" + "value" : "shulkerBox_shulker_box_color_block_15_9_0" }, { - "value" : "shulkerBox_shulker_box_color_block_15_6_0" + "value" : "shulkerBox_shulker_box_color_block_15_8_0" }, { "value" : "shulkerBox_shulker_box_color_block_15_7_0" }, { - "value" : "shulkerBox_shulker_box_color_block_15_8_0" + "value" : "shulkerBox_shulker_box_color_block_15_6_0" }, { - "value" : "shulkerBox_shulker_box_color_block_15_9_0" + "value" : "shulkerBox_shulker_box_color_block_15_5_0" }, { - "value" : "shulkerBox_shulker_box_color_block_15_10_0" + "value" : "shulkerBox_shulker_box_color_block_15_4_0" }, { - "value" : "shulkerBox_shulker_box_color_block_15_11_0" + "value" : "shulkerBox_shulker_box_color_block_15_3_0" }, { - "value" : "shulkerBox_shulker_box_color_block_15_12_0" + "value" : "shulkerBox_shulker_box_color_block_15_2_0" }, { - "value" : "shulkerBox_shulker_box_color_block_15_13_0" + "value" : "shulkerBox_shulker_box_color_block_15_1_0" }, { - "value" : "shulkerBox_shulker_box_color_block_15_14_0" + "value" : "shulkerBox_shulker_box_color_block_15_0_0" }, { "value" : "shulkerBox_shulker_box_color_dye_14_0" }, { - "value" : "shulkerBox_shulker_box_color_block_14_0_0" + "value" : "shulkerBox_shulker_box_color_block_14_15_0" }, { - "value" : "shulkerBox_shulker_box_color_block_14_1_0" + "value" : "shulkerBox_shulker_box_color_block_14_13_0" }, { - "value" : "shulkerBox_shulker_box_color_block_14_2_0" + "value" : "shulkerBox_shulker_box_color_block_14_12_0" }, { - "value" : "shulkerBox_shulker_box_color_block_14_3_0" + "value" : "shulkerBox_shulker_box_color_block_14_11_0" }, { - "value" : "shulkerBox_shulker_box_color_block_14_4_0" + "value" : "shulkerBox_shulker_box_color_block_14_10_0" }, { - "value" : "shulkerBox_shulker_box_color_block_14_5_0" + "value" : "shulkerBox_shulker_box_color_block_14_9_0" }, { - "value" : "shulkerBox_shulker_box_color_block_14_6_0" + "value" : "shulkerBox_shulker_box_color_block_14_8_0" }, { "value" : "shulkerBox_shulker_box_color_block_14_7_0" }, { - "value" : "shulkerBox_shulker_box_color_block_14_8_0" + "value" : "shulkerBox_shulker_box_color_block_14_6_0" }, { - "value" : "shulkerBox_shulker_box_color_block_14_9_0" + "value" : "shulkerBox_shulker_box_color_block_14_5_0" }, { - "value" : "shulkerBox_shulker_box_color_block_14_10_0" + "value" : "shulkerBox_shulker_box_color_block_14_4_0" }, { - "value" : "shulkerBox_shulker_box_color_block_14_11_0" + "value" : "shulkerBox_shulker_box_color_block_14_3_0" }, { - "value" : "shulkerBox_shulker_box_color_block_14_12_0" + "value" : "shulkerBox_shulker_box_color_block_14_2_0" }, { - "value" : "shulkerBox_shulker_box_color_block_14_13_0" + "value" : "shulkerBox_shulker_box_color_block_14_1_0" }, { - "value" : "shulkerBox_shulker_box_color_block_14_15_0" + "value" : "shulkerBox_shulker_box_color_block_14_0_0" }, { "value" : "shulkerBox_shulker_box_color_dye_13_0" }, { - "value" : "shulkerBox_shulker_box_color_block_13_0_0" + "value" : "shulkerBox_shulker_box_color_block_13_15_0" }, { - "value" : "shulkerBox_shulker_box_color_block_13_1_0" + "value" : "shulkerBox_shulker_box_color_block_13_14_0" }, { - "value" : "shulkerBox_shulker_box_color_block_13_2_0" + "value" : "shulkerBox_shulker_box_color_block_13_12_0" }, { - "value" : "shulkerBox_shulker_box_color_block_13_3_0" + "value" : "shulkerBox_shulker_box_color_block_13_11_0" }, { - "value" : "shulkerBox_shulker_box_color_block_13_4_0" + "value" : "shulkerBox_shulker_box_color_block_13_10_0" }, { - "value" : "shulkerBox_shulker_box_color_block_13_5_0" + "value" : "shulkerBox_shulker_box_color_block_13_9_0" }, { - "value" : "shulkerBox_shulker_box_color_block_13_6_0" + "value" : "shulkerBox_shulker_box_color_block_13_8_0" }, { "value" : "shulkerBox_shulker_box_color_block_13_7_0" }, { - "value" : "shulkerBox_shulker_box_color_block_13_8_0" + "value" : "shulkerBox_shulker_box_color_block_13_6_0" }, { - "value" : "shulkerBox_shulker_box_color_block_13_9_0" + "value" : "shulkerBox_shulker_box_color_block_13_5_0" }, { - "value" : "shulkerBox_shulker_box_color_block_13_10_0" + "value" : "shulkerBox_shulker_box_color_block_13_4_0" }, { - "value" : "shulkerBox_shulker_box_color_block_13_11_0" + "value" : "shulkerBox_shulker_box_color_block_13_3_0" }, { - "value" : "shulkerBox_shulker_box_color_block_13_12_0" + "value" : "shulkerBox_shulker_box_color_block_13_2_0" }, { - "value" : "shulkerBox_shulker_box_color_block_13_14_0" + "value" : "shulkerBox_shulker_box_color_block_13_1_0" }, { - "value" : "shulkerBox_shulker_box_color_block_13_15_0" + "value" : "shulkerBox_shulker_box_color_block_13_0_0" }, { "value" : "shulkerBox_shulker_box_color_dye_12_0" }, { - "value" : "shulkerBox_shulker_box_color_block_12_0_0" + "value" : "shulkerBox_shulker_box_color_block_12_15_0" }, { - "value" : "shulkerBox_shulker_box_color_block_12_1_0" + "value" : "shulkerBox_shulker_box_color_block_12_14_0" }, { - "value" : "shulkerBox_shulker_box_color_block_12_2_0" + "value" : "shulkerBox_shulker_box_color_block_12_13_0" }, { - "value" : "shulkerBox_shulker_box_color_block_12_3_0" + "value" : "shulkerBox_shulker_box_color_block_12_11_0" }, { - "value" : "shulkerBox_shulker_box_color_block_12_4_0" + "value" : "shulkerBox_shulker_box_color_block_12_10_0" }, { - "value" : "shulkerBox_shulker_box_color_block_12_5_0" + "value" : "shulkerBox_shulker_box_color_block_12_9_0" }, { - "value" : "shulkerBox_shulker_box_color_block_12_6_0" + "value" : "shulkerBox_shulker_box_color_block_12_8_0" }, { "value" : "shulkerBox_shulker_box_color_block_12_7_0" }, { - "value" : "shulkerBox_shulker_box_color_block_12_8_0" + "value" : "shulkerBox_shulker_box_color_block_12_6_0" }, { - "value" : "shulkerBox_shulker_box_color_block_12_9_0" + "value" : "shulkerBox_shulker_box_color_block_12_5_0" }, { - "value" : "shulkerBox_shulker_box_color_block_12_10_0" + "value" : "shulkerBox_shulker_box_color_block_12_4_0" }, { - "value" : "shulkerBox_shulker_box_color_block_12_11_0" + "value" : "shulkerBox_shulker_box_color_block_12_3_0" }, { - "value" : "shulkerBox_shulker_box_color_block_12_13_0" + "value" : "shulkerBox_shulker_box_color_block_12_2_0" }, { - "value" : "shulkerBox_shulker_box_color_block_12_14_0" + "value" : "shulkerBox_shulker_box_color_block_12_1_0" }, { - "value" : "shulkerBox_shulker_box_color_block_12_15_0" + "value" : "shulkerBox_shulker_box_color_block_12_0_0" }, { "value" : "shulkerBox_shulker_box_color_dye_11_0" }, { - "value" : "shulkerBox_shulker_box_color_block_11_0_0" + "value" : "shulkerBox_shulker_box_color_block_11_15_0" }, { - "value" : "shulkerBox_shulker_box_color_block_11_1_0" + "value" : "shulkerBox_shulker_box_color_block_11_14_0" }, { - "value" : "shulkerBox_shulker_box_color_block_11_2_0" + "value" : "shulkerBox_shulker_box_color_block_11_13_0" }, { - "value" : "shulkerBox_shulker_box_color_block_11_3_0" + "value" : "shulkerBox_shulker_box_color_block_11_12_0" }, { - "value" : "shulkerBox_shulker_box_color_block_11_4_0" + "value" : "shulkerBox_shulker_box_color_block_11_10_0" }, { - "value" : "shulkerBox_shulker_box_color_block_11_5_0" + "value" : "shulkerBox_shulker_box_color_block_11_9_0" }, { - "value" : "shulkerBox_shulker_box_color_block_11_6_0" + "value" : "shulkerBox_shulker_box_color_block_11_8_0" }, { "value" : "shulkerBox_shulker_box_color_block_11_7_0" }, { - "value" : "shulkerBox_shulker_box_color_block_11_8_0" + "value" : "shulkerBox_shulker_box_color_block_11_6_0" }, { - "value" : "shulkerBox_shulker_box_color_block_11_9_0" + "value" : "shulkerBox_shulker_box_color_block_11_5_0" }, { - "value" : "shulkerBox_shulker_box_color_block_11_10_0" + "value" : "shulkerBox_shulker_box_color_block_11_4_0" }, { - "value" : "shulkerBox_shulker_box_color_block_11_12_0" + "value" : "shulkerBox_shulker_box_color_block_11_3_0" }, { - "value" : "shulkerBox_shulker_box_color_block_11_13_0" + "value" : "shulkerBox_shulker_box_color_block_11_2_0" }, { - "value" : "shulkerBox_shulker_box_color_block_11_14_0" + "value" : "shulkerBox_shulker_box_color_block_11_1_0" }, { - "value" : "shulkerBox_shulker_box_color_block_11_15_0" + "value" : "shulkerBox_shulker_box_color_block_11_0_0" }, { "value" : "shulkerBox_shulker_box_color_dye_10_0" }, { - "value" : "shulkerBox_shulker_box_color_block_10_0_0" + "value" : "shulkerBox_shulker_box_color_block_10_15_0" }, { - "value" : "shulkerBox_shulker_box_color_block_10_1_0" + "value" : "shulkerBox_shulker_box_color_block_10_14_0" }, { - "value" : "shulkerBox_shulker_box_color_block_10_2_0" + "value" : "shulkerBox_shulker_box_color_block_10_13_0" }, { - "value" : "shulkerBox_shulker_box_color_block_10_3_0" + "value" : "shulkerBox_shulker_box_color_block_10_12_0" }, { - "value" : "shulkerBox_shulker_box_color_block_10_4_0" + "value" : "shulkerBox_shulker_box_color_block_10_11_0" }, { - "value" : "shulkerBox_shulker_box_color_block_10_5_0" + "value" : "shulkerBox_shulker_box_color_block_10_9_0" }, { - "value" : "shulkerBox_shulker_box_color_block_10_6_0" + "value" : "shulkerBox_shulker_box_color_block_10_8_0" }, { "value" : "shulkerBox_shulker_box_color_block_10_7_0" }, { - "value" : "shulkerBox_shulker_box_color_block_10_8_0" + "value" : "shulkerBox_shulker_box_color_block_10_6_0" }, { - "value" : "shulkerBox_shulker_box_color_block_10_9_0" + "value" : "shulkerBox_shulker_box_color_block_10_5_0" }, { - "value" : "shulkerBox_shulker_box_color_block_10_11_0" + "value" : "shulkerBox_shulker_box_color_block_10_4_0" }, { - "value" : "shulkerBox_shulker_box_color_block_10_12_0" + "value" : "shulkerBox_shulker_box_color_block_10_3_0" }, { - "value" : "shulkerBox_shulker_box_color_block_10_13_0" + "value" : "shulkerBox_shulker_box_color_block_10_2_0" }, { - "value" : "shulkerBox_shulker_box_color_block_10_14_0" + "value" : "shulkerBox_shulker_box_color_block_10_1_0" }, { - "value" : "shulkerBox_shulker_box_color_block_10_15_0" + "value" : "shulkerBox_shulker_box_color_block_10_0_0" }, { "value" : "shulkerBox_shulker_box_color_dye_9_0" }, { - "value" : "shulkerBox_shulker_box_color_block_9_0_0" + "value" : "shulkerBox_shulker_box_color_block_9_15_0" }, { - "value" : "shulkerBox_shulker_box_color_block_9_1_0" + "value" : "shulkerBox_shulker_box_color_block_9_14_0" }, { - "value" : "shulkerBox_shulker_box_color_block_9_2_0" + "value" : "shulkerBox_shulker_box_color_block_9_13_0" }, { - "value" : "shulkerBox_shulker_box_color_block_9_3_0" + "value" : "shulkerBox_shulker_box_color_block_9_12_0" }, { - "value" : "shulkerBox_shulker_box_color_block_9_4_0" + "value" : "shulkerBox_shulker_box_color_block_9_11_0" }, { - "value" : "shulkerBox_shulker_box_color_block_9_5_0" + "value" : "shulkerBox_shulker_box_color_block_9_10_0" }, { - "value" : "shulkerBox_shulker_box_color_block_9_6_0" + "value" : "shulkerBox_shulker_box_color_block_9_8_0" }, { "value" : "shulkerBox_shulker_box_color_block_9_7_0" }, { - "value" : "shulkerBox_shulker_box_color_block_9_8_0" + "value" : "shulkerBox_shulker_box_color_block_9_6_0" }, { - "value" : "shulkerBox_shulker_box_color_block_9_10_0" + "value" : "shulkerBox_shulker_box_color_block_9_5_0" }, { - "value" : "shulkerBox_shulker_box_color_block_9_11_0" + "value" : "shulkerBox_shulker_box_color_block_9_4_0" }, { - "value" : "shulkerBox_shulker_box_color_block_9_12_0" + "value" : "shulkerBox_shulker_box_color_block_9_3_0" }, { - "value" : "shulkerBox_shulker_box_color_block_9_13_0" + "value" : "shulkerBox_shulker_box_color_block_9_2_0" }, { - "value" : "shulkerBox_shulker_box_color_block_9_14_0" + "value" : "shulkerBox_shulker_box_color_block_9_1_0" }, { - "value" : "shulkerBox_shulker_box_color_block_9_15_0" + "value" : "shulkerBox_shulker_box_color_block_9_0_0" }, { "value" : "shulkerBox_shulker_box_color_dye_8_0" }, { - "value" : "shulkerBox_shulker_box_color_block_8_0_0" + "value" : "shulkerBox_shulker_box_color_block_8_15_0" }, { - "value" : "shulkerBox_shulker_box_color_block_8_1_0" + "value" : "shulkerBox_shulker_box_color_block_8_14_0" }, { - "value" : "shulkerBox_shulker_box_color_block_8_2_0" + "value" : "shulkerBox_shulker_box_color_block_8_13_0" }, { - "value" : "shulkerBox_shulker_box_color_block_8_3_0" + "value" : "shulkerBox_shulker_box_color_block_8_12_0" }, { - "value" : "shulkerBox_shulker_box_color_block_8_4_0" + "value" : "shulkerBox_shulker_box_color_block_8_11_0" }, { - "value" : "shulkerBox_shulker_box_color_block_8_5_0" + "value" : "shulkerBox_shulker_box_color_block_8_10_0" }, { - "value" : "shulkerBox_shulker_box_color_block_8_6_0" + "value" : "shulkerBox_shulker_box_color_block_8_9_0" }, { "value" : "shulkerBox_shulker_box_color_block_8_7_0" }, { - "value" : "shulkerBox_shulker_box_color_block_8_9_0" + "value" : "shulkerBox_shulker_box_color_block_8_6_0" }, { - "value" : "shulkerBox_shulker_box_color_block_8_10_0" + "value" : "shulkerBox_shulker_box_color_block_8_5_0" }, { - "value" : "shulkerBox_shulker_box_color_block_8_11_0" + "value" : "shulkerBox_shulker_box_color_block_8_4_0" }, { - "value" : "shulkerBox_shulker_box_color_block_8_12_0" + "value" : "shulkerBox_shulker_box_color_block_8_3_0" }, { - "value" : "shulkerBox_shulker_box_color_block_8_13_0" + "value" : "shulkerBox_shulker_box_color_block_8_2_0" }, { - "value" : "shulkerBox_shulker_box_color_block_8_14_0" + "value" : "shulkerBox_shulker_box_color_block_8_1_0" }, { - "value" : "shulkerBox_shulker_box_color_block_8_15_0" + "value" : "shulkerBox_shulker_box_color_block_8_0_0" }, { "value" : "shulkerBox_shulker_box_color_dye_7_0" }, { - "value" : "shulkerBox_shulker_box_color_block_7_0_0" + "value" : "shulkerBox_shulker_box_color_block_7_15_0" }, { - "value" : "shulkerBox_shulker_box_color_block_7_1_0" + "value" : "shulkerBox_shulker_box_color_block_7_14_0" }, { - "value" : "shulkerBox_shulker_box_color_block_7_2_0" + "value" : "shulkerBox_shulker_box_color_block_7_13_0" }, { - "value" : "shulkerBox_shulker_box_color_block_7_3_0" + "value" : "shulkerBox_shulker_box_color_block_7_12_0" }, { - "value" : "shulkerBox_shulker_box_color_block_7_4_0" + "value" : "shulkerBox_shulker_box_color_block_7_11_0" }, { - "value" : "shulkerBox_shulker_box_color_block_7_5_0" + "value" : "shulkerBox_shulker_box_color_block_7_10_0" }, { - "value" : "shulkerBox_shulker_box_color_block_7_6_0" + "value" : "shulkerBox_shulker_box_color_block_7_9_0" }, { "value" : "shulkerBox_shulker_box_color_block_7_8_0" }, { - "value" : "shulkerBox_shulker_box_color_block_7_9_0" + "value" : "shulkerBox_shulker_box_color_block_7_6_0" }, { - "value" : "shulkerBox_shulker_box_color_block_7_10_0" + "value" : "shulkerBox_shulker_box_color_block_7_5_0" }, { - "value" : "shulkerBox_shulker_box_color_block_7_11_0" + "value" : "shulkerBox_shulker_box_color_block_7_4_0" }, { - "value" : "shulkerBox_shulker_box_color_block_7_12_0" + "value" : "shulkerBox_shulker_box_color_block_7_3_0" }, { - "value" : "shulkerBox_shulker_box_color_block_7_13_0" + "value" : "shulkerBox_shulker_box_color_block_7_2_0" }, { - "value" : "shulkerBox_shulker_box_color_block_7_14_0" + "value" : "shulkerBox_shulker_box_color_block_7_1_0" }, { - "value" : "shulkerBox_shulker_box_color_block_7_15_0" + "value" : "shulkerBox_shulker_box_color_block_7_0_0" }, { "value" : "shulkerBox_shulker_box_color_dye_6_0" }, { - "value" : "shulkerBox_shulker_box_color_block_6_0_0" + "value" : "shulkerBox_shulker_box_color_block_6_15_0" }, { - "value" : "shulkerBox_shulker_box_color_block_6_1_0" + "value" : "shulkerBox_shulker_box_color_block_6_14_0" }, { - "value" : "shulkerBox_shulker_box_color_block_6_2_0" + "value" : "shulkerBox_shulker_box_color_block_6_13_0" }, { - "value" : "shulkerBox_shulker_box_color_block_6_3_0" + "value" : "shulkerBox_shulker_box_color_block_6_12_0" }, { - "value" : "shulkerBox_shulker_box_color_block_6_4_0" + "value" : "shulkerBox_shulker_box_color_block_6_11_0" }, { - "value" : "shulkerBox_shulker_box_color_block_6_5_0" + "value" : "shulkerBox_shulker_box_color_block_6_10_0" }, { - "value" : "shulkerBox_shulker_box_color_block_6_7_0" + "value" : "shulkerBox_shulker_box_color_block_6_9_0" }, { "value" : "shulkerBox_shulker_box_color_block_6_8_0" }, { - "value" : "shulkerBox_shulker_box_color_block_6_9_0" + "value" : "shulkerBox_shulker_box_color_block_6_7_0" }, { - "value" : "shulkerBox_shulker_box_color_block_6_10_0" + "value" : "shulkerBox_shulker_box_color_block_6_5_0" }, { - "value" : "shulkerBox_shulker_box_color_block_6_11_0" + "value" : "shulkerBox_shulker_box_color_block_6_4_0" }, { - "value" : "shulkerBox_shulker_box_color_block_6_12_0" + "value" : "shulkerBox_shulker_box_color_block_6_3_0" }, { - "value" : "shulkerBox_shulker_box_color_block_6_13_0" + "value" : "shulkerBox_shulker_box_color_block_6_2_0" }, { - "value" : "shulkerBox_shulker_box_color_block_6_14_0" + "value" : "shulkerBox_shulker_box_color_block_6_1_0" }, { - "value" : "shulkerBox_shulker_box_color_block_6_15_0" + "value" : "shulkerBox_shulker_box_color_block_6_0_0" }, { "value" : "shulkerBox_shulker_box_color_dye_5_0" }, { - "value" : "shulkerBox_shulker_box_color_block_5_0_0" + "value" : "shulkerBox_shulker_box_color_block_5_15_0" }, { - "value" : "shulkerBox_shulker_box_color_block_5_1_0" + "value" : "shulkerBox_shulker_box_color_block_5_14_0" }, { - "value" : "shulkerBox_shulker_box_color_block_5_2_0" + "value" : "shulkerBox_shulker_box_color_block_5_13_0" }, { - "value" : "shulkerBox_shulker_box_color_block_5_3_0" + "value" : "shulkerBox_shulker_box_color_block_5_12_0" }, { - "value" : "shulkerBox_shulker_box_color_block_5_4_0" + "value" : "shulkerBox_shulker_box_color_block_5_11_0" }, { - "value" : "shulkerBox_shulker_box_color_block_5_6_0" + "value" : "shulkerBox_shulker_box_color_block_5_10_0" }, { - "value" : "shulkerBox_shulker_box_color_block_5_7_0" + "value" : "shulkerBox_shulker_box_color_block_5_9_0" }, { "value" : "shulkerBox_shulker_box_color_block_5_8_0" }, { - "value" : "shulkerBox_shulker_box_color_block_5_9_0" + "value" : "shulkerBox_shulker_box_color_block_5_7_0" }, { - "value" : "shulkerBox_shulker_box_color_block_5_10_0" + "value" : "shulkerBox_shulker_box_color_block_5_6_0" }, { - "value" : "shulkerBox_shulker_box_color_block_5_11_0" + "value" : "shulkerBox_shulker_box_color_block_5_4_0" }, { - "value" : "shulkerBox_shulker_box_color_block_5_12_0" + "value" : "shulkerBox_shulker_box_color_block_5_3_0" }, { - "value" : "shulkerBox_shulker_box_color_block_5_13_0" + "value" : "shulkerBox_shulker_box_color_block_5_2_0" }, { - "value" : "shulkerBox_shulker_box_color_block_5_14_0" + "value" : "shulkerBox_shulker_box_color_block_5_1_0" }, { - "value" : "shulkerBox_shulker_box_color_block_5_15_0" + "value" : "shulkerBox_shulker_box_color_block_5_0_0" }, { "value" : "shulkerBox_shulker_box_color_dye_4_0" }, { - "value" : "shulkerBox_shulker_box_color_block_4_0_0" + "value" : "shulkerBox_shulker_box_color_block_4_15_0" }, { - "value" : "shulkerBox_shulker_box_color_block_4_1_0" + "value" : "shulkerBox_shulker_box_color_block_4_14_0" }, { - "value" : "shulkerBox_shulker_box_color_block_4_2_0" + "value" : "shulkerBox_shulker_box_color_block_4_13_0" }, { - "value" : "shulkerBox_shulker_box_color_block_4_3_0" + "value" : "shulkerBox_shulker_box_color_block_4_12_0" }, { - "value" : "shulkerBox_shulker_box_color_block_4_5_0" + "value" : "shulkerBox_shulker_box_color_block_4_11_0" }, { - "value" : "shulkerBox_shulker_box_color_block_4_6_0" + "value" : "shulkerBox_shulker_box_color_block_4_10_0" }, { - "value" : "shulkerBox_shulker_box_color_block_4_7_0" + "value" : "shulkerBox_shulker_box_color_block_4_9_0" }, { "value" : "shulkerBox_shulker_box_color_block_4_8_0" }, { - "value" : "shulkerBox_shulker_box_color_block_4_9_0" + "value" : "shulkerBox_shulker_box_color_block_4_7_0" }, { - "value" : "shulkerBox_shulker_box_color_block_4_10_0" + "value" : "shulkerBox_shulker_box_color_block_4_6_0" }, { - "value" : "shulkerBox_shulker_box_color_block_4_11_0" + "value" : "shulkerBox_shulker_box_color_block_4_5_0" }, { - "value" : "shulkerBox_shulker_box_color_block_4_12_0" + "value" : "shulkerBox_shulker_box_color_block_4_3_0" }, { - "value" : "shulkerBox_shulker_box_color_block_4_13_0" + "value" : "shulkerBox_shulker_box_color_block_4_2_0" }, { - "value" : "shulkerBox_shulker_box_color_block_4_14_0" + "value" : "shulkerBox_shulker_box_color_block_4_1_0" }, { - "value" : "shulkerBox_shulker_box_color_block_4_15_0" + "value" : "shulkerBox_shulker_box_color_block_4_0_0" }, { "value" : "shulkerBox_shulker_box_color_dye_3_0" }, { - "value" : "shulkerBox_shulker_box_color_block_3_0_0" + "value" : "shulkerBox_shulker_box_color_block_3_15_0" }, { - "value" : "shulkerBox_shulker_box_color_block_3_1_0" + "value" : "shulkerBox_shulker_box_color_block_3_14_0" }, { - "value" : "shulkerBox_shulker_box_color_block_3_2_0" + "value" : "shulkerBox_shulker_box_color_block_3_13_0" }, { - "value" : "shulkerBox_shulker_box_color_block_3_4_0" + "value" : "shulkerBox_shulker_box_color_block_3_12_0" }, { - "value" : "shulkerBox_shulker_box_color_block_3_5_0" + "value" : "shulkerBox_shulker_box_color_block_3_11_0" }, { - "value" : "shulkerBox_shulker_box_color_block_3_6_0" + "value" : "shulkerBox_shulker_box_color_block_3_10_0" }, { - "value" : "shulkerBox_shulker_box_color_block_3_7_0" + "value" : "shulkerBox_shulker_box_color_block_3_9_0" }, { "value" : "shulkerBox_shulker_box_color_block_3_8_0" }, { - "value" : "shulkerBox_shulker_box_color_block_3_9_0" + "value" : "shulkerBox_shulker_box_color_block_3_7_0" }, { - "value" : "shulkerBox_shulker_box_color_block_3_10_0" + "value" : "shulkerBox_shulker_box_color_block_3_6_0" }, { - "value" : "shulkerBox_shulker_box_color_block_3_11_0" + "value" : "shulkerBox_shulker_box_color_block_3_5_0" }, { - "value" : "shulkerBox_shulker_box_color_block_3_12_0" + "value" : "shulkerBox_shulker_box_color_block_3_4_0" }, { - "value" : "shulkerBox_shulker_box_color_block_3_13_0" + "value" : "shulkerBox_shulker_box_color_block_3_2_0" }, { - "value" : "shulkerBox_shulker_box_color_block_3_14_0" + "value" : "shulkerBox_shulker_box_color_block_3_1_0" }, { - "value" : "shulkerBox_shulker_box_color_block_3_15_0" + "value" : "shulkerBox_shulker_box_color_block_3_0_0" }, { "value" : "shulkerBox_shulker_box_color_dye_2_0" }, { - "value" : "shulkerBox_shulker_box_color_block_2_0_0" + "value" : "shulkerBox_shulker_box_color_block_2_15_0" }, { - "value" : "shulkerBox_shulker_box_color_block_2_1_0" + "value" : "shulkerBox_shulker_box_color_block_2_14_0" }, { - "value" : "shulkerBox_shulker_box_color_block_2_3_0" + "value" : "shulkerBox_shulker_box_color_block_2_13_0" }, { - "value" : "shulkerBox_shulker_box_color_block_2_4_0" + "value" : "shulkerBox_shulker_box_color_block_2_12_0" }, { - "value" : "shulkerBox_shulker_box_color_block_2_5_0" + "value" : "shulkerBox_shulker_box_color_block_2_11_0" }, { - "value" : "shulkerBox_shulker_box_color_block_2_6_0" + "value" : "shulkerBox_shulker_box_color_block_2_10_0" }, { - "value" : "shulkerBox_shulker_box_color_block_2_7_0" + "value" : "shulkerBox_shulker_box_color_block_2_9_0" }, { "value" : "shulkerBox_shulker_box_color_block_2_8_0" }, { - "value" : "shulkerBox_shulker_box_color_block_2_9_0" + "value" : "shulkerBox_shulker_box_color_block_2_7_0" }, { - "value" : "shulkerBox_shulker_box_color_block_2_10_0" + "value" : "shulkerBox_shulker_box_color_block_2_6_0" }, { - "value" : "shulkerBox_shulker_box_color_block_2_11_0" + "value" : "shulkerBox_shulker_box_color_block_2_5_0" }, { - "value" : "shulkerBox_shulker_box_color_block_2_12_0" + "value" : "shulkerBox_shulker_box_color_block_2_4_0" }, { - "value" : "shulkerBox_shulker_box_color_block_2_13_0" + "value" : "shulkerBox_shulker_box_color_block_2_3_0" }, { - "value" : "shulkerBox_shulker_box_color_block_2_14_0" + "value" : "shulkerBox_shulker_box_color_block_2_1_0" }, { - "value" : "shulkerBox_shulker_box_color_block_2_15_0" + "value" : "shulkerBox_shulker_box_color_block_2_0_0" }, { "value" : "shulkerBox_shulker_box_color_dye_1_0" }, { - "value" : "shulkerBox_shulker_box_color_block_1_0_0" + "value" : "shulkerBox_shulker_box_color_block_1_15_0" }, { - "value" : "shulkerBox_shulker_box_color_block_1_2_0" + "value" : "shulkerBox_shulker_box_color_block_1_14_0" }, { - "value" : "shulkerBox_shulker_box_color_block_1_3_0" + "value" : "shulkerBox_shulker_box_color_block_1_13_0" }, { - "value" : "shulkerBox_shulker_box_color_block_1_4_0" + "value" : "shulkerBox_shulker_box_color_block_1_12_0" }, { - "value" : "shulkerBox_shulker_box_color_block_1_5_0" + "value" : "shulkerBox_shulker_box_color_block_1_11_0" }, { - "value" : "shulkerBox_shulker_box_color_block_1_6_0" + "value" : "shulkerBox_shulker_box_color_block_1_10_0" }, { - "value" : "shulkerBox_shulker_box_color_block_1_7_0" + "value" : "shulkerBox_shulker_box_color_block_1_9_0" }, { "value" : "shulkerBox_shulker_box_color_block_1_8_0" }, { - "value" : "shulkerBox_shulker_box_color_block_1_9_0" + "value" : "shulkerBox_shulker_box_color_block_1_7_0" }, { - "value" : "shulkerBox_shulker_box_color_block_1_10_0" + "value" : "shulkerBox_shulker_box_color_block_1_6_0" }, { - "value" : "shulkerBox_shulker_box_color_block_1_11_0" + "value" : "shulkerBox_shulker_box_color_block_1_5_0" }, { - "value" : "shulkerBox_shulker_box_color_block_1_12_0" + "value" : "shulkerBox_shulker_box_color_block_1_4_0" }, { - "value" : "shulkerBox_shulker_box_color_block_1_13_0" + "value" : "shulkerBox_shulker_box_color_block_1_3_0" }, { - "value" : "shulkerBox_shulker_box_color_block_1_14_0" + "value" : "shulkerBox_shulker_box_color_block_1_2_0" }, { - "value" : "shulkerBox_shulker_box_color_block_1_15_0" + "value" : "shulkerBox_shulker_box_color_block_1_0_0" }, { "value" : "shulkerBox_shulker_box_color_dye_0_0" }, { - "value" : "shulkerBox_shulker_box_color_block_0_1_0" + "value" : "shulkerBox_shulker_box_color_block_0_15_0" }, { - "value" : "shulkerBox_shulker_box_color_block_0_2_0" + "value" : "shulkerBox_shulker_box_color_block_0_14_0" }, { - "value" : "shulkerBox_shulker_box_color_block_0_3_0" + "value" : "shulkerBox_shulker_box_color_block_0_13_0" }, { - "value" : "shulkerBox_shulker_box_color_block_0_4_0" + "value" : "shulkerBox_shulker_box_color_block_0_12_0" }, { - "value" : "shulkerBox_shulker_box_color_block_0_5_0" + "value" : "shulkerBox_shulker_box_color_block_0_11_0" }, { - "value" : "shulkerBox_shulker_box_color_block_0_6_0" + "value" : "shulkerBox_shulker_box_color_block_0_10_0" }, { - "value" : "shulkerBox_shulker_box_color_block_0_7_0" + "value" : "shulkerBox_shulker_box_color_block_0_9_0" }, { "value" : "shulkerBox_shulker_box_color_block_0_8_0" }, { - "value" : "shulkerBox_shulker_box_color_block_0_9_0" + "value" : "shulkerBox_shulker_box_color_block_0_7_0" }, { - "value" : "shulkerBox_shulker_box_color_block_0_10_0" + "value" : "shulkerBox_shulker_box_color_block_0_6_0" }, { - "value" : "shulkerBox_shulker_box_color_block_0_11_0" + "value" : "shulkerBox_shulker_box_color_block_0_5_0" }, { - "value" : "shulkerBox_shulker_box_color_block_0_12_0" + "value" : "shulkerBox_shulker_box_color_block_0_4_0" }, { - "value" : "shulkerBox_shulker_box_color_block_0_13_0" + "value" : "shulkerBox_shulker_box_color_block_0_3_0" }, { - "value" : "shulkerBox_shulker_box_color_block_0_14_0" + "value" : "shulkerBox_shulker_box_color_block_0_2_0" }, { - "value" : "shulkerBox_shulker_box_color_block_0_15_0" + "value" : "shulkerBox_shulker_box_color_block_0_1_0" }, { "value" : "bed_color_19" @@ -29550,6 +29680,14 @@ } ] }, + { + "name" : "ScheduleActionClear", + "values" : [ + { + "value" : "clear" + } + ] + }, { "name" : "ScheduleActionOnAreaLoaded", "values" : [ @@ -29559,7 +29697,7 @@ ] }, { - "name" : "RequestAction", + "name" : "RequestActionAdd", "values" : [ { "value" : "add" @@ -29582,6 +29720,30 @@ } ] }, + { + "name" : "RequestActionClear", + "values" : [ + { + "value" : "clear" + } + ] + }, + { + "name" : "TickingAreaName", + "values" : [ + { + "value" : "tickingarea" + } + ] + }, + { + "name" : "FunctionName", + "values" : [ + { + "value" : "function" + } + ] + }, { "name" : "ScoreboardObjectivesCategory", "values" : [ @@ -30246,7 +30408,286 @@ ] }, { - "name" : "2", + "name" : "2", + "params" : [ + { + "is_optional" : false, + "name" : "players", + "type" : { + "name" : "SELECTION" + } + }, + { + "is_optional" : false, + "name" : "set", + "type" : { + "name" : "SET" + } + }, + { + "is_optional" : false, + "name" : "preset", + "type" : { + "name" : "CAMERAPRESETS" + } + }, + { + "is_optional" : false, + "name" : "ease", + "type" : { + "name" : "EASE" + } + }, + { + "is_optional" : false, + "name" : "easeTime", + "type" : { + "name" : "VAL" + } + }, + { + "is_optional" : false, + "name" : "easeType", + "type" : { + "name" : "EASING" + } + }, + { + "is_optional" : false, + "name" : "pos", + "type" : { + "name" : "POS" + } + }, + { + "is_optional" : false, + "name" : "position", + "type" : { + "name" : "POSITION_FLOAT" + } + }, + { + "is_optional" : false, + "name" : "facing", + "type" : { + "name" : "FACING" + } + }, + { + "is_optional" : false, + "name" : "lookAtEntity", + "type" : { + "name" : "SELECTION" + } + } + ] + }, + { + "name" : "3", + "params" : [ + { + "is_optional" : false, + "name" : "players", + "type" : { + "name" : "SELECTION" + } + }, + { + "is_optional" : false, + "name" : "set", + "type" : { + "name" : "SET" + } + }, + { + "is_optional" : false, + "name" : "preset", + "type" : { + "name" : "CAMERAPRESETS" + } + }, + { + "is_optional" : false, + "name" : "ease", + "type" : { + "name" : "EASE" + } + }, + { + "is_optional" : false, + "name" : "easeTime", + "type" : { + "name" : "VAL" + } + }, + { + "is_optional" : false, + "name" : "easeType", + "type" : { + "name" : "EASING" + } + }, + { + "is_optional" : false, + "name" : "pos", + "type" : { + "name" : "POS" + } + }, + { + "is_optional" : false, + "name" : "position", + "type" : { + "name" : "POSITION_FLOAT" + } + }, + { + "is_optional" : false, + "name" : "facing", + "type" : { + "name" : "FACING" + } + }, + { + "is_optional" : false, + "name" : "lookAtPosition", + "type" : { + "name" : "POSITION_FLOAT" + } + } + ] + }, + { + "name" : "4", + "params" : [ + { + "is_optional" : false, + "name" : "players", + "type" : { + "name" : "SELECTION" + } + }, + { + "is_optional" : false, + "name" : "set", + "type" : { + "name" : "SET" + } + }, + { + "is_optional" : false, + "name" : "preset", + "type" : { + "name" : "CAMERAPRESETS" + } + }, + { + "is_optional" : false, + "name" : "ease", + "type" : { + "name" : "EASE" + } + }, + { + "is_optional" : false, + "name" : "easeTime", + "type" : { + "name" : "VAL" + } + }, + { + "is_optional" : false, + "name" : "easeType", + "type" : { + "name" : "EASING" + } + }, + { + "is_optional" : false, + "name" : "pos", + "type" : { + "name" : "POS" + } + }, + { + "is_optional" : false, + "name" : "position", + "type" : { + "name" : "POSITION_FLOAT" + } + } + ] + }, + { + "name" : "5", + "params" : [ + { + "is_optional" : false, + "name" : "players", + "type" : { + "name" : "SELECTION" + } + }, + { + "is_optional" : false, + "name" : "set", + "type" : { + "name" : "SET" + } + }, + { + "is_optional" : false, + "name" : "preset", + "type" : { + "name" : "CAMERAPRESETS" + } + }, + { + "is_optional" : false, + "name" : "ease", + "type" : { + "name" : "EASE" + } + }, + { + "is_optional" : false, + "name" : "easeTime", + "type" : { + "name" : "VAL" + } + }, + { + "is_optional" : false, + "name" : "easeType", + "type" : { + "name" : "EASING" + } + }, + { + "is_optional" : false, + "name" : "rot", + "type" : { + "name" : "ROT" + } + }, + { + "is_optional" : false, + "name" : "xRot", + "type" : { + "name" : "RVAL" + } + }, + { + "is_optional" : false, + "name" : "yRot", + "type" : { + "name" : "RVAL" + } + } + ] + }, + { + "name" : "6", "params" : [ { "is_optional" : false, @@ -30290,20 +30731,6 @@ "name" : "EASING" } }, - { - "is_optional" : false, - "name" : "pos", - "type" : { - "name" : "POS" - } - }, - { - "is_optional" : false, - "name" : "position", - "type" : { - "name" : "POSITION_FLOAT" - } - }, { "is_optional" : false, "name" : "facing", @@ -30321,7 +30748,7 @@ ] }, { - "name" : "3", + "name" : "7", "params" : [ { "is_optional" : false, @@ -30365,20 +30792,6 @@ "name" : "EASING" } }, - { - "is_optional" : false, - "name" : "pos", - "type" : { - "name" : "POS" - } - }, - { - "is_optional" : false, - "name" : "position", - "type" : { - "name" : "POSITION_FLOAT" - } - }, { "is_optional" : false, "name" : "facing", @@ -30396,7 +30809,7 @@ ] }, { - "name" : "4", + "name" : "8", "params" : [ { "is_optional" : false, @@ -30441,23 +30854,16 @@ } }, { - "is_optional" : false, - "name" : "pos", - "type" : { - "name" : "POS" - } - }, - { - "is_optional" : false, - "name" : "position", + "is_optional" : true, + "name" : "default", "type" : { - "name" : "POSITION_FLOAT" + "name" : "DEFAULT" } } ] }, { - "name" : "5", + "name" : "9", "params" : [ { "is_optional" : false, @@ -30482,23 +30888,16 @@ }, { "is_optional" : false, - "name" : "ease", - "type" : { - "name" : "EASE" - } - }, - { - "is_optional" : false, - "name" : "easeTime", + "name" : "pos", "type" : { - "name" : "VAL" + "name" : "POS" } }, { "is_optional" : false, - "name" : "easeType", + "name" : "position", "type" : { - "name" : "EASING" + "name" : "POSITION_FLOAT" } }, { @@ -30525,7 +30924,7 @@ ] }, { - "name" : "6", + "name" : "10", "params" : [ { "is_optional" : false, @@ -30550,23 +30949,16 @@ }, { "is_optional" : false, - "name" : "ease", - "type" : { - "name" : "EASE" - } - }, - { - "is_optional" : false, - "name" : "easeTime", + "name" : "pos", "type" : { - "name" : "VAL" + "name" : "POS" } }, { "is_optional" : false, - "name" : "easeType", + "name" : "position", "type" : { - "name" : "EASING" + "name" : "POSITION_FLOAT" } }, { @@ -30586,7 +30978,7 @@ ] }, { - "name" : "7", + "name" : "11", "params" : [ { "is_optional" : false, @@ -30611,43 +31003,62 @@ }, { "is_optional" : false, - "name" : "ease", + "name" : "pos", "type" : { - "name" : "EASE" + "name" : "POS" } }, { "is_optional" : false, - "name" : "easeTime", + "name" : "position", "type" : { - "name" : "VAL" + "name" : "POSITION_FLOAT" } }, { "is_optional" : false, - "name" : "easeType", + "name" : "facing", "type" : { - "name" : "EASING" + "name" : "FACING" } }, { "is_optional" : false, - "name" : "facing", + "name" : "lookAtPosition", "type" : { - "name" : "FACING" + "name" : "POSITION_FLOAT" + } + } + ] + }, + { + "name" : "12", + "params" : [ + { + "is_optional" : false, + "name" : "players", + "type" : { + "name" : "SELECTION" } }, { "is_optional" : false, - "name" : "lookAtPosition", + "name" : "targetEntity", "type" : { - "name" : "POSITION_FLOAT" + "name" : "TARGET_ENTITY" + } + }, + { + "is_optional" : false, + "name" : "entity", + "type" : { + "name" : "SELECTION" } } ] }, { - "name" : "8", + "name" : "13", "params" : [ { "is_optional" : false, @@ -30658,50 +31069,69 @@ }, { "is_optional" : false, - "name" : "set", + "name" : "targetEntity", "type" : { - "name" : "SET" + "name" : "TARGET_ENTITY" } }, { "is_optional" : false, - "name" : "preset", + "name" : "entity", "type" : { - "name" : "CAMERAPRESETS" + "name" : "SELECTION" } }, { "is_optional" : false, - "name" : "ease", + "name" : "targetCenterOffset", "type" : { - "name" : "EASE" + "name" : "TARGET_CENTER_OFFSET" } }, { "is_optional" : false, - "name" : "easeTime", + "name" : "xTargetCenterOffset", "type" : { "name" : "VAL" } }, { "is_optional" : false, - "name" : "easeType", + "name" : "yTargetCenterOffset", "type" : { - "name" : "EASING" + "name" : "VAL" } }, { - "is_optional" : true, - "name" : "default", + "is_optional" : false, + "name" : "zTargetCenterOffset", "type" : { - "name" : "DEFAULT" + "name" : "VAL" } } ] }, { - "name" : "9", + "name" : "14", + "params" : [ + { + "is_optional" : false, + "name" : "players", + "type" : { + "name" : "SELECTION" + } + }, + { + "is_optional" : false, + "name" : "removeTarget", + "type" : { + "name" : "REMOVE_TARGET" + } + } + ] + }, + { + "name" : "15", "params" : [ { "is_optional" : false, @@ -30726,43 +31156,83 @@ }, { "is_optional" : false, - "name" : "pos", + "name" : "view_offset", "type" : { - "name" : "POS" + "name" : "VIEW_OFFSET" } }, { "is_optional" : false, - "name" : "position", + "name" : "xViewOffset", "type" : { - "name" : "POSITION_FLOAT" + "name" : "VAL" } }, { "is_optional" : false, - "name" : "rot", + "name" : "yViewOffset", "type" : { - "name" : "ROT" + "name" : "VAL" + } + } + ] + }, + { + "name" : "16", + "params" : [ + { + "is_optional" : false, + "name" : "players", + "type" : { + "name" : "SELECTION" } }, { "is_optional" : false, - "name" : "xRot", + "name" : "set", "type" : { - "name" : "RVAL" + "name" : "SET" } }, { "is_optional" : false, - "name" : "yRot", + "name" : "preset", "type" : { - "name" : "RVAL" + "name" : "CAMERAPRESETS" + } + }, + { + "is_optional" : false, + "name" : "entity_offset", + "type" : { + "name" : "ENTITY_OFFSET" + } + }, + { + "is_optional" : false, + "name" : "xEntityOffset", + "type" : { + "name" : "VAL" + } + }, + { + "is_optional" : false, + "name" : "yEntityOffset", + "type" : { + "name" : "VAL" + } + }, + { + "is_optional" : false, + "name" : "zEntityOffset", + "type" : { + "name" : "VAL" } } ] }, { - "name" : "10", + "name" : "17", "params" : [ { "is_optional" : false, @@ -30787,36 +31257,50 @@ }, { "is_optional" : false, - "name" : "pos", + "name" : "rot", "type" : { - "name" : "POS" + "name" : "ROT" } }, { "is_optional" : false, - "name" : "position", + "name" : "xRot", "type" : { - "name" : "POSITION_FLOAT" + "name" : "RVAL" } }, { "is_optional" : false, - "name" : "facing", + "name" : "yRot", "type" : { - "name" : "FACING" + "name" : "RVAL" } }, { "is_optional" : false, - "name" : "lookAtEntity", + "name" : "view_offset", "type" : { - "name" : "SELECTION" + "name" : "VIEW_OFFSET" + } + }, + { + "is_optional" : false, + "name" : "xViewOffset", + "type" : { + "name" : "VAL" + } + }, + { + "is_optional" : false, + "name" : "yViewOffset", + "type" : { + "name" : "VAL" } } ] }, { - "name" : "11", + "name" : "18", "params" : [ { "is_optional" : false, @@ -30841,62 +31325,57 @@ }, { "is_optional" : false, - "name" : "pos", + "name" : "rot", "type" : { - "name" : "POS" + "name" : "ROT" } }, { "is_optional" : false, - "name" : "position", + "name" : "xRot", "type" : { - "name" : "POSITION_FLOAT" + "name" : "RVAL" } }, { "is_optional" : false, - "name" : "facing", + "name" : "yRot", "type" : { - "name" : "FACING" + "name" : "RVAL" } }, { "is_optional" : false, - "name" : "lookAtPosition", + "name" : "entity_offset", "type" : { - "name" : "POSITION_FLOAT" + "name" : "ENTITY_OFFSET" } - } - ] - }, - { - "name" : "12", - "params" : [ + }, { "is_optional" : false, - "name" : "players", + "name" : "xEntityOffset", "type" : { - "name" : "SELECTION" + "name" : "VAL" } }, { "is_optional" : false, - "name" : "targetEntity", + "name" : "yEntityOffset", "type" : { - "name" : "TARGET_ENTITY" + "name" : "VAL" } }, { "is_optional" : false, - "name" : "entity", + "name" : "zEntityOffset", "type" : { - "name" : "SELECTION" + "name" : "VAL" } } ] }, { - "name" : "13", + "name" : "19", "params" : [ { "is_optional" : false, @@ -30907,69 +31386,71 @@ }, { "is_optional" : false, - "name" : "targetEntity", + "name" : "set", "type" : { - "name" : "TARGET_ENTITY" + "name" : "SET" } }, { "is_optional" : false, - "name" : "entity", + "name" : "preset", "type" : { - "name" : "SELECTION" + "name" : "CAMERAPRESETS" } }, { "is_optional" : false, - "name" : "targetCenterOffset", + "name" : "view_offset", "type" : { - "name" : "TARGET_CENTER_OFFSET" + "name" : "VIEW_OFFSET" } }, { "is_optional" : false, - "name" : "xTargetCenterOffset", + "name" : "xViewOffset", "type" : { "name" : "VAL" } }, { "is_optional" : false, - "name" : "yTargetCenterOffset", + "name" : "yViewOffset", "type" : { "name" : "VAL" } }, { "is_optional" : false, - "name" : "zTargetCenterOffset", + "name" : "entity_offset", + "type" : { + "name" : "ENTITY_OFFSET" + } + }, + { + "is_optional" : false, + "name" : "xEntityOffset", "type" : { "name" : "VAL" } - } - ] - }, - { - "name" : "14", - "params" : [ + }, { "is_optional" : false, - "name" : "players", + "name" : "yEntityOffset", "type" : { - "name" : "SELECTION" + "name" : "VAL" } }, { "is_optional" : false, - "name" : "removeTarget", + "name" : "zEntityOffset", "type" : { - "name" : "REMOVE_TARGET" + "name" : "VAL" } } ] }, { - "name" : "15", + "name" : "20", "params" : [ { "is_optional" : false, @@ -30994,89 +31475,70 @@ }, { "is_optional" : false, - "name" : "view_offset", - "type" : { - "name" : "VIEW_OFFSET" - } - }, - { - "is_optional" : false, - "name" : "xViewOffset", + "name" : "rot", "type" : { - "name" : "VAL" + "name" : "ROT" } }, { "is_optional" : false, - "name" : "yViewOffset", - "type" : { - "name" : "VAL" - } - } - ] - }, - { - "name" : "16", - "params" : [ - { - "is_optional" : false, - "name" : "players", + "name" : "xRot", "type" : { - "name" : "SELECTION" + "name" : "RVAL" } }, { "is_optional" : false, - "name" : "set", + "name" : "yRot", "type" : { - "name" : "SET" + "name" : "RVAL" } }, { "is_optional" : false, - "name" : "preset", + "name" : "view_offset", "type" : { - "name" : "CAMERAPRESETS" + "name" : "VIEW_OFFSET" } }, { "is_optional" : false, - "name" : "rot", + "name" : "xViewOffset", "type" : { - "name" : "ROT" + "name" : "VAL" } }, { "is_optional" : false, - "name" : "xRot", + "name" : "yViewOffset", "type" : { - "name" : "RVAL" + "name" : "VAL" } }, { "is_optional" : false, - "name" : "yRot", + "name" : "entity_offset", "type" : { - "name" : "RVAL" + "name" : "ENTITY_OFFSET" } }, { "is_optional" : false, - "name" : "view_offset", + "name" : "xEntityOffset", "type" : { - "name" : "VIEW_OFFSET" + "name" : "VAL" } }, { "is_optional" : false, - "name" : "xViewOffset", + "name" : "yEntityOffset", "type" : { "name" : "VAL" } }, { "is_optional" : false, - "name" : "yViewOffset", + "name" : "zEntityOffset", "type" : { "name" : "VAL" } @@ -31084,7 +31546,7 @@ ] }, { - "name" : "17", + "name" : "21", "params" : [ { "is_optional" : false, @@ -31124,7 +31586,7 @@ ] }, { - "name" : "18", + "name" : "22", "params" : [ { "is_optional" : false, @@ -31171,7 +31633,7 @@ ] }, { - "name" : "19", + "name" : "23", "params" : [ { "is_optional" : false, @@ -31211,7 +31673,7 @@ ] }, { - "name" : "20", + "name" : "24", "params" : [ { "is_optional" : false, @@ -31251,7 +31713,7 @@ ] }, { - "name" : "21", + "name" : "25", "params" : [ { "is_optional" : false, @@ -31284,7 +31746,7 @@ ] }, { - "name" : "22", + "name" : "26", "params" : [ { "is_optional" : false, @@ -31303,7 +31765,7 @@ ] }, { - "name" : "23", + "name" : "27", "params" : [ { "is_optional" : false, @@ -31378,7 +31840,7 @@ ] }, { - "name" : "24", + "name" : "28", "params" : [ { "is_optional" : false, @@ -31425,7 +31887,7 @@ ] }, { - "name" : "25", + "name" : "29", "params" : [ { "is_optional" : false, @@ -31472,7 +31934,7 @@ ] }, { - "name" : "26", + "name" : "30", "params" : [ { "is_optional" : false, @@ -32040,10 +32502,17 @@ }, { "is_optional" : false, - "name" : "clear", + "name" : "Mode", "type" : { "name" : "CLEAREFFECTS" } + }, + { + "is_optional" : true, + "name" : "effect", + "type" : { + "name" : "EFFECT" + } } ] }, @@ -32086,6 +32555,46 @@ } } ] + }, + { + "name" : "3", + "params" : [ + { + "is_optional" : false, + "name" : "player", + "type" : { + "name" : "SELECTION" + } + }, + { + "is_optional" : false, + "name" : "effect", + "type" : { + "name" : "EFFECT" + } + }, + { + "is_optional" : false, + "name" : "Mode", + "type" : { + "name" : "ADDINFINITEEFFECT" + } + }, + { + "is_optional" : true, + "name" : "amplifier", + "type" : { + "name" : "INT" + } + }, + { + "is_optional" : true, + "name" : "hideParticles", + "type" : { + "name" : "BOOLEAN" + } + } + ] } ], "permission_level" : 1, @@ -35466,6 +35975,25 @@ "overloads" : [ { "name" : "1", + "params" : [ + { + "is_optional" : false, + "name" : "mode", + "type" : { + "name" : "SCHEDULEACTIONCLEAR" + } + }, + { + "is_optional" : false, + "name" : "function", + "type" : { + "name" : "PATHCOMMAND" + } + } + ] + }, + { + "name" : "2", "params" : [ { "is_optional" : false, @@ -35478,7 +36006,7 @@ "is_optional" : false, "name" : "condition", "type" : { - "name" : "REQUESTACTION" + "name" : "REQUESTACTIONADD" } }, { @@ -35505,7 +36033,7 @@ ] }, { - "name" : "2", + "name" : "3", "params" : [ { "is_optional" : false, @@ -35518,7 +36046,7 @@ "is_optional" : false, "name" : "condition", "type" : { - "name" : "REQUESTACTION" + "name" : "REQUESTACTIONADD" } }, { @@ -35552,7 +36080,7 @@ ] }, { - "name" : "3", + "name" : "4", "params" : [ { "is_optional" : false, @@ -35565,7 +36093,7 @@ "is_optional" : false, "name" : "condition", "type" : { - "name" : "REQUESTACTION" + "name" : "REQUESTACTIONADD" } }, { @@ -35590,6 +36118,79 @@ } } ] + }, + { + "name" : "5", + "params" : [ + { + "is_optional" : false, + "name" : "mode", + "type" : { + "name" : "SCHEDULEACTIONONAREALOADED" + } + }, + { + "is_optional" : false, + "name" : "condition", + "type" : { + "name" : "REQUESTACTIONCLEAR" + } + }, + { + "is_optional" : false, + "name" : "cleartype", + "type" : { + "name" : "TICKINGAREANAME" + } + }, + { + "is_optional" : false, + "name" : "name", + "type" : { + "name" : "ID" + } + }, + { + "is_optional" : true, + "name" : "function", + "type" : { + "name" : "PATHCOMMAND" + } + } + ] + }, + { + "name" : "6", + "params" : [ + { + "is_optional" : false, + "name" : "mode", + "type" : { + "name" : "SCHEDULEACTIONONAREALOADED" + } + }, + { + "is_optional" : false, + "name" : "condition", + "type" : { + "name" : "REQUESTACTIONCLEAR" + } + }, + { + "is_optional" : false, + "name" : "cleartype", + "type" : { + "name" : "FUNCTIONNAME" + } + }, + { + "is_optional" : false, + "name" : "function", + "type" : { + "name" : "PATHCOMMAND" + } + } + ] } ], "permission_level" : 1, @@ -38073,7 +38674,7 @@ "requires_cheats" : true } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "commands", "name" : "mojang-commands" } diff --git a/metadata/engine_modules/engine-after-events-ordering.json b/metadata/engine_modules/engine-after-events-ordering.json index f714171d2..7acb127e6 100644 --- a/metadata/engine_modules/engine-after-events-ordering.json +++ b/metadata/engine_modules/engine-after-events-ordering.json @@ -1518,6 +1518,180 @@ "name" : "PlayerEmoteAfterEvent" } ], + "name" : "@minecraft/server 1.15.0", + "version" : "1.15.0" + }, + { + "event_order" : [ + { + "name" : "ScriptEventCommandMessageAfterEvent" + }, + { + "name" : "BlockComponentStepOnEvent" + }, + { + "name" : "BlockComponentRandomTickEvent" + }, + { + "name" : "BlockComponentStepOffEvent" + }, + { + "name" : "BlockComponentPlayerInteractEvent" + }, + { + "name" : "BlockComponentTickEvent" + }, + { + "name" : "BlockComponentEntityFallOnEvent" + }, + { + "name" : "BlockComponentPlayerDestroyEvent" + }, + { + "name" : "BlockComponentOnPlaceEvent" + }, + { + "name" : "ItemComponentHitEntityEvent" + }, + { + "name" : "ItemComponentUseEvent" + }, + { + "name" : "ItemComponentUseOnEvent" + }, + { + "name" : "ItemComponentCompleteUseEvent" + }, + { + "name" : "ItemComponentConsumeEvent" + }, + { + "name" : "ItemComponentMineBlockEvent" + }, + { + "name" : "WorldInitializeAfterEvent" + }, + { + "name" : "GameRuleChangeAfterEvent" + }, + { + "name" : "WeatherChangeAfterEvent" + }, + { + "name" : "ButtonPushAfterEvent" + }, + { + "name" : "LeverActionAfterEvent" + }, + { + "name" : "PlayerPlaceBlockAfterEvent" + }, + { + "name" : "BlockExplodeAfterEvent" + }, + { + "name" : "ExplosionAfterEvent" + }, + { + "name" : "PlayerBreakBlockAfterEvent" + }, + { + "name" : "EntityLoadAfterEvent" + }, + { + "name" : "EntitySpawnAfterEvent" + }, + { + "name" : "DataDrivenEntityTriggerAfterEvent" + }, + { + "name" : "EffectAddAfterEvent" + }, + { + "name" : "ProjectileHitEntityAfterEvent" + }, + { + "name" : "ProjectileHitBlockAfterEvent" + }, + { + "name" : "EntityHitEntityAfterEvent" + }, + { + "name" : "EntityHitBlockAfterEvent" + }, + { + "name" : "EntityHurtAfterEvent" + }, + { + "name" : "EntityHealthChangedAfterEvent" + }, + { + "name" : "EntityDieAfterEvent" + }, + { + "name" : "EntityRemoveAfterEvent" + }, + { + "name" : "ItemStartUseOnAfterEvent" + }, + { + "name" : "ItemUseOnAfterEvent" + }, + { + "name" : "ItemUseAfterEvent" + }, + { + "name" : "ItemStopUseOnAfterEvent" + }, + { + "name" : "ItemStartUseAfterEvent" + }, + { + "name" : "ItemCompleteUseAfterEvent" + }, + { + "name" : "ItemReleaseUseAfterEvent" + }, + { + "name" : "ItemStopUseAfterEvent" + }, + { + "name" : "PlayerJoinAfterEvent" + }, + { + "name" : "PlayerSpawnAfterEvent" + }, + { + "name" : "PlayerLeaveAfterEvent" + }, + { + "name" : "PlayerGameModeChangeAfterEvent" + }, + { + "name" : "PlayerDimensionChangeAfterEvent" + }, + { + "name" : "PlayerInputPermissionCategoryChangeAfterEvent" + }, + { + "name" : "PistonActivateAfterEvent" + }, + { + "name" : "PressurePlatePushAfterEvent" + }, + { + "name" : "PressurePlatePopAfterEvent" + }, + { + "name" : "TargetBlockHitAfterEvent" + }, + { + "name" : "TripWireTripAfterEvent" + }, + { + "name" : "PlayerEmoteAfterEvent" + } + ], "name" : "@minecraft/server 2.0.0-alpha", "version" : "2.0.0-alpha" }, @@ -1704,8 +1878,8 @@ "name" : "PlayerEmoteAfterEvent" } ], - "name" : "@minecraft/server 1.15.0-beta", - "version" : "1.15.0-beta" + "name" : "@minecraft/server 1.16.0-beta", + "version" : "1.16.0-beta" }, { "event_order" : [ @@ -1878,8 +2052,8 @@ "name" : "PlayerEmoteAfterEvent" } ], - "name" : "@minecraft/server 1.15.0-internal", - "version" : "1.15.0-internal" + "name" : "@minecraft/server 1.16.0-internal", + "version" : "1.16.0-internal" }, { "event_order" : [ @@ -1912,7 +2086,7 @@ "version" : "0.1.0-beta" } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "after_events_ordering", "name" : "engine-after_events_ordering" } diff --git a/metadata/json_schemas/AllowOffHand v1.20.50.json b/metadata/json_schemas/AllowOffHand v1.20.50.json index 75d17e119..224135aaa 100644 --- a/metadata/json_schemas/AllowOffHand v1.20.50.json +++ b/metadata/json_schemas/AllowOffHand v1.20.50.json @@ -12,7 +12,8 @@ "properties": { "value": { "description": "Determines whether the item can be placed in the off hand slot.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } diff --git a/metadata/json_schemas/Ammunition v1.20.50.json b/metadata/json_schemas/Ammunition v1.20.50.json index ea1a71caa..8baf57fed 100644 --- a/metadata/json_schemas/Ammunition v1.20.50.json +++ b/metadata/json_schemas/Ammunition v1.20.50.json @@ -26,19 +26,23 @@ "properties": { "item": { "description": "Ammunition item description identifier.", - "$ref": "#/definitions/1531870811" + "$ref": "#/definitions/1531870811", + "$metaProperties": {} }, "search_inventory": { "description": "Can search inventory? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "use_in_creative": { "description": "Can use in creative mode? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "use_offhand": { "description": "Can use off-hand? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } }, "required": [ diff --git a/metadata/json_schemas/Animation v1.20.50.json b/metadata/json_schemas/Animation v1.20.50.json deleted file mode 100644 index acb5aa11f..000000000 --- a/metadata/json_schemas/Animation v1.20.50.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "2808013842", - "title": "enum SharedTypes::Legacy::UseAnimation" -} \ No newline at end of file diff --git a/metadata/json_schemas/Block Culling v1.20.60.json b/metadata/json_schemas/Block Culling v1.20.60.json index 77b855136..6e8592897 100644 --- a/metadata/json_schemas/Block Culling v1.20.60.json +++ b/metadata/json_schemas/Block Culling v1.20.60.json @@ -7,14 +7,16 @@ "type": "object", "properties": { "description": { - "$ref": "#/definitions/2510182014" + "$ref": "#/definitions/2510182014", + "$metaProperties": {} }, "rules": { "title": "sequence container", "type": "array", "items": { "$ref": "#/definitions/3215886026" - } + }, + "$metaProperties": {} } }, "required": [ @@ -30,7 +32,8 @@ "type": "object", "properties": { "identifier": { - "type": "string" + "type": "string", + "$metaProperties": {} } }, "required": [ @@ -54,10 +57,12 @@ "south", "up", "west" - ] + ], + "$metaProperties": {} }, "geometry_part": { - "$ref": "#/definitions/371596787" + "$ref": "#/definitions/371596787", + "$metaProperties": {} } }, "required": [ @@ -73,10 +78,12 @@ "type": "object", "properties": { "bone": { - "type": "string" + "type": "string", + "$metaProperties": {} }, "cube": { "type": "integer", + "$metaProperties": {}, "minimum": 0.0 }, "face": { @@ -89,7 +96,8 @@ "south", "up", "west" - ] + ], + "$metaProperties": {} } }, "required": [ @@ -104,10 +112,12 @@ "type": "object", "properties": { "format_version": { - "type": "string" + "type": "string", + "$metaProperties": {} }, "minecraft:block_culling_rules": { - "$ref": "#/definitions/1357516824" + "$ref": "#/definitions/1357516824", + "$metaProperties": {} } }, "required": [ diff --git a/metadata/json_schemas/Block Descriptor v1.20.50.json b/metadata/json_schemas/Block Descriptor v1.20.50.json index b2e6241c6..1a84f3c83 100644 --- a/metadata/json_schemas/Block Descriptor v1.20.50.json +++ b/metadata/json_schemas/Block Descriptor v1.20.50.json @@ -14,26 +14,31 @@ { "type": "boolean" } - ] + ], + "$metaProperties": {} }, "970386766": { "title": "struct SharedTypes::v1_20_50::BlockDescriptorSerializer::BlockDescriptorProxy", "type": "object", "properties": { "name": { - "type": "string" + "type": "string", + "$metaProperties": {} }, "states": { "title": "associative container", "type": "object", "additionalProperties": { "$ref": "#/definitions/49501551" - } + }, + "$metaProperties": {} }, "tags": { - "type": "string" + "type": "string", + "$metaProperties": {} } - } + }, + "$metaProperties": {} } }, "title": "struct SharedTypes::v1_20_50::BlockDescriptor", diff --git a/metadata/json_schemas/Block Specifier v1.20.60.json b/metadata/json_schemas/Block Specifier v1.20.60.json index 821edc3d5..3fe7fa076 100644 --- a/metadata/json_schemas/Block Specifier v1.20.60.json +++ b/metadata/json_schemas/Block Specifier v1.20.60.json @@ -12,7 +12,8 @@ "properties": { "name": { "description": "Name of the block", - "type": "string" + "type": "string", + "$metaProperties": {} }, "states": { "title": "associative container", @@ -30,7 +31,8 @@ "type": "string" } ] - } + }, + "$metaProperties": {} } }, "required": [ diff --git a/metadata/json_schemas/BlockInfo v1.20.50.json b/metadata/json_schemas/BlockInfo v1.20.50.json index 52a509d8f..f41368aa3 100644 --- a/metadata/json_schemas/BlockInfo v1.20.50.json +++ b/metadata/json_schemas/BlockInfo v1.20.50.json @@ -14,7 +14,8 @@ { "type": "boolean" } - ] + ], + "$metaProperties": {} }, "748032502": { "title": "struct SharedTypes::v1_20_50::BlockDescriptor", @@ -36,19 +37,23 @@ "type": "object", "properties": { "name": { - "type": "string" + "type": "string", + "$metaProperties": {} }, "states": { "title": "associative container", "type": "object", "additionalProperties": { "$ref": "#/definitions/49501551" - } + }, + "$metaProperties": {} }, "tags": { - "type": "string" + "type": "string", + "$metaProperties": {} } - } + }, + "$metaProperties": {} } }, "title": "struct SharedTypes::v1_20_50::DiggerItemComponent::BlockInfo", @@ -56,11 +61,13 @@ "properties": { "block": { "description": "Block to be dug.", - "$ref": "#/definitions/748032502" + "$ref": "#/definitions/748032502", + "$metaProperties": {} }, "speed": { "description": "Digging speed for the correlating block(s).", - "type": "integer" + "type": "integer", + "$metaProperties": {} } }, "required": [ diff --git a/metadata/json_schemas/Bundle Interaction v1.21.30.json b/metadata/json_schemas/Bundle Interaction v1.21.30.json index d26896e6a..8b654b8b1 100644 --- a/metadata/json_schemas/Bundle Interaction v1.21.30.json +++ b/metadata/json_schemas/Bundle Interaction v1.21.30.json @@ -8,6 +8,7 @@ "num_viewable_slots": { "description": "The maximum number of slots in the bundle viewable by the plater. Can be from 1 to 64. Default is 12.", "type": "integer", + "$metaProperties": {}, "minimum": 1.0, "maximum": 64.0 } diff --git a/metadata/json_schemas/CanDestroyInCreative v1.20.50.json b/metadata/json_schemas/CanDestroyInCreative v1.20.50.json index aca10d3c4..5e5a2dff3 100644 --- a/metadata/json_schemas/CanDestroyInCreative v1.20.50.json +++ b/metadata/json_schemas/CanDestroyInCreative v1.20.50.json @@ -12,7 +12,8 @@ "properties": { "value": { "description": "Determines whether the item can be used to destroy blocks while in creative mode.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } diff --git a/metadata/json_schemas/Component v1.20.50.json b/metadata/json_schemas/Component v1.20.50.json index 6b5a7175e..deaa006e7 100644 --- a/metadata/json_schemas/Component v1.20.50.json +++ b/metadata/json_schemas/Component v1.20.50.json @@ -9,11 +9,13 @@ "properties": { "slot": { "description": "Specifies which types of enchantments can be applied. For example, `bow` would allow this item to be enchanted as if it were a bow.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "value": { "description": "Specifies the value of the enchantment (minimum of 0).", "type": "integer", + "$metaProperties": {}, "minimum": 0.0 } }, @@ -38,7 +40,8 @@ "properties": { "value": { "description": "Determines whether the item has the glint effect.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -59,7 +62,8 @@ "properties": { "texture": { "description": "The key from the resource_pack/textures/item_texture.json 'texture_data' object associated with the texture file.", - "type": "string" + "type": "string", + "$metaProperties": {} } } } @@ -74,12 +78,15 @@ "type": "object", "properties": { "max": { - "type": "integer" + "type": "integer", + "$metaProperties": {} }, "min": { - "type": "integer" + "type": "integer", + "$metaProperties": {} } - } + }, + "$metaProperties": {} }, "1531870811": { "title": "struct SharedTypes::Legacy::ItemDescriptor", @@ -110,7 +117,8 @@ "type": "array", "items": { "$ref": "#/definitions/3256164975" - } + }, + "$metaProperties": {} } }, "$metaProperties": { @@ -130,7 +138,8 @@ "properties": { "value": { "description": "Specifies the color of the item's hover text.", - "type": "string" + "type": "string", + "$metaProperties": {} } } } @@ -168,7 +177,8 @@ "properties": { "value": { "description": "Determines whether the item is rendered like a tool while in the player's hand.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -184,11 +194,13 @@ "properties": { "block": { "description": "Block to be dug.", - "$ref": "#/definitions/748032502" + "$ref": "#/definitions/748032502", + "$metaProperties": {} }, "speed": { "description": "Digging speed for the correlating block(s).", - "type": "integer" + "type": "integer", + "$metaProperties": {} } }, "required": [ @@ -208,6 +220,7 @@ "protection": { "description": "How much protection the wearable item provides. Default is set to 0.", "type": "integer", + "$metaProperties": {}, "minimum": 0.0 }, "slot": { @@ -220,7 +233,8 @@ "slot.armor.head", "slot.armor.legs", "slot.weapon.offhand" - ] + ], + "$metaProperties": {} } }, "required": [ @@ -243,7 +257,8 @@ "properties": { "value": { "description": "Deterines whether the item interacts with liquid blocks on use.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -260,7 +275,8 @@ "properties": { "block": { "description": "Defines the block that will be placed.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "use_on": { "title": "sequence container", @@ -268,7 +284,8 @@ "type": "array", "items": { "$ref": "#/definitions/748032502" - } + }, + "$metaProperties": {} } }, "required": [ @@ -290,11 +307,13 @@ "type": "array", "items": { "$ref": "#/definitions/1899103179" - } + }, + "$metaProperties": {} }, "use_efficiency": { "description": "Determines whether this item should be impacted if the efficiency enchantment is applied to it.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } }, "$metaProperties": { @@ -309,20 +328,24 @@ "properties": { "can_always_eat": { "description": "If true you can always eat this item (even when not hungry). Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "nutrition": { "description": "Value that is added to the entity's nutrition when the item is used. Default is set to 0.", - "type": "integer" + "type": "integer", + "$metaProperties": {} }, "saturation_modifier": { "description": "saturation_modifier is used in this formula: (nutrition * saturation_modifier * 2) when applying the saturation buff. Default is set to 0.6.", "type": "number", + "$metaProperties": {}, "minimum": 0.0 }, "using_converts_to": { "description": "When used, converts to the item specified by the string in this field. Default does not convert item.", - "$ref": "#/definitions/1531870811" + "$ref": "#/definitions/1531870811", + "$metaProperties": {} } }, "$metaProperties": { @@ -336,19 +359,23 @@ "properties": { "item": { "description": "Ammunition item description identifier.", - "$ref": "#/definitions/1531870811" + "$ref": "#/definitions/1531870811", + "$metaProperties": {} }, "search_inventory": { "description": "Can search inventory? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "use_in_creative": { "description": "Can use in creative mode? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "use_offhand": { "description": "Can use off-hand? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } }, "required": [ @@ -374,6 +401,7 @@ "value": { "description": "Specifies how many of the item that can be stacked.", "type": "integer", + "$metaProperties": {}, "minimum": 1.0, "maximum": 64.0 } @@ -392,7 +420,8 @@ "properties": { "value": { "description": "Name shown for an item.", - "type": "string" + "type": "string", + "$metaProperties": {} } }, "$metaProperties": { @@ -407,11 +436,13 @@ "properties": { "comparator_signal": { "description": "Specifies signal strength for comparator blocks to use, from 1 - 13.", - "type": "integer" + "type": "integer", + "$metaProperties": {} }, "duration": { "description": "Specifies duration of sound event in seconds, float value.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "sound_event": { "title": "enum SharedTypes::Legacy::LevelSoundEvent", @@ -907,7 +938,8 @@ "water", "whine", "wind_charge.burst" - ] + ], + "$metaProperties": {} } }, "$metaProperties": { @@ -927,7 +959,8 @@ "properties": { "value": { "description": "Determines whether the item can be used to destroy blocks while in creative mode.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -948,7 +981,8 @@ "type": "array", "items": { "type": "string" - } + }, + "$metaProperties": {} } }, "$metaProperties": { @@ -970,6 +1004,7 @@ "value": { "description": "Specifies how much extra damage the item does, must be a positive number.", "type": "integer", + "$metaProperties": {}, "minimum": 0.0 } } @@ -992,7 +1027,8 @@ "properties": { "value": { "description": "Determines whether the same item with different aux values can stack. Also defines whether the item entities can merge while floating in the world.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -1015,10 +1051,12 @@ "type": "object", "properties": { "expression": { - "type": "string" + "type": "string", + "$metaProperties": {} }, "version": { - "type": "integer" + "type": "integer", + "$metaProperties": {} } }, "required": [ @@ -1069,7 +1107,8 @@ "none", "spear", "spyglass" - ] + ], + "$metaProperties": {} } } } @@ -1098,11 +1137,13 @@ "type": "array", "items": { "$ref": "#/definitions/1531870811" - } + }, + "$metaProperties": {} }, "repair_amount": { "description": "How much the item is repaired.", - "$ref": "#/definitions/3178719147" + "$ref": "#/definitions/3178719147", + "$metaProperties": {} } }, "required": [ @@ -1129,6 +1170,7 @@ "duration": { "description": "Amount of time, in seconds, this fuel will cook items.", "type": "number", + "$metaProperties": {}, "minimum": 0.05000000074505806 } } @@ -1151,7 +1193,8 @@ "properties": { "value": { "description": "Determines whether the item can be placed in the off hand slot.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -1168,11 +1211,13 @@ "properties": { "damage_chance": { "description": "Specifies the percentage chance of this item losing durability. Default is set to 100. Defined as an int range with min and max value.", - "$ref": "#/definitions/1398826300" + "$ref": "#/definitions/1398826300", + "$metaProperties": {} }, "max_durability": { "description": "Max durability is the amount of damage that this item can take before breaking. This is a required parameter and has a minimum of 0.", "type": "integer", + "$metaProperties": {}, "minimum": 0.0 } }, @@ -1191,27 +1236,33 @@ "properties": { "do_swing_animation": { "description": "Determines whether the item should use the swing animation when thrown. Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "launch_power_scale": { "description": "The scale at which the power of the throw increases. Default is set to 1.0.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "max_draw_duration": { "description": "The maximum duration to draw a throwable item. Default is set to 0.0.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "max_launch_power": { "description": "The maximum power to launch the throwable item. Default is set to 1.0.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "min_draw_duration": { "description": "The minimum duration to draw a throwable item. Default is set to 0.0.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "scale_power_by_draw_duration": { "description": "Whether or not the power of the throw increases with duration charged. Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } }, "$metaProperties": { @@ -1230,19 +1281,23 @@ "type": "array", "items": { "$ref": "#/definitions/2681068491" - } + }, + "$metaProperties": {} }, "charge_on_draw": { "description": "Charge on draw? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "max_draw_duration": { "description": "Draw Duration. Default is set to 0.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "scale_power_by_draw_duration": { "description": "Scale power by draw duration? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } }, "$metaProperties": { @@ -1262,7 +1317,8 @@ "properties": { "value": { "description": "Determines whether the item should eventually despawn while floating in the world.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -1280,12 +1336,14 @@ "movement_modifier": { "description": "Modifier value to scale the players movement speed when item is in use.", "type": "number", + "$metaProperties": {}, "minimum": 0.0, "maximum": 1.0 }, "use_duration": { "description": "How long the item takes to use in seconds.", "type": "number", + "$metaProperties": {}, "minimum": 0.0 } }, @@ -1306,7 +1364,8 @@ { "type": "boolean" } - ] + ], + "$metaProperties": {} }, "608914689": { "title": "minecraft:projectile v1.20.50", @@ -1315,11 +1374,13 @@ "properties": { "minimum_critical_power": { "description": "Specifies how long a player must charge a projectile for it to critically hit.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "projectile_entity": { "description": "Which entity is to be fired as a projectile.", "type": "string", + "$metaProperties": {}, "minLength": 0, "pattern": "^(?:\\w+(?:\\.\\w+)*:(?=\\w))?(?:\\w+(?:\\.\\w+)*)(?:<((?:\\w+(?:\\.\\w+)*:(?=\\w))?\\w+(?:\\.\\w+)*)*>)?$" } @@ -1358,11 +1419,13 @@ "type": "array", "items": { "$ref": "#/definitions/748032502" - } + }, + "$metaProperties": {} }, "entity": { "description": "The entity to be placed in the world.", "type": "string", + "$metaProperties": {}, "minLength": 0, "pattern": "^(?:\\w+(?:\\.\\w+)*:(?=\\w))?(?:\\w+(?:\\.\\w+)*)(?:<((?:\\w+(?:\\.\\w+)*:(?=\\w))?\\w+(?:\\.\\w+)*)*>)?$" }, @@ -1372,7 +1435,8 @@ "type": "array", "items": { "$ref": "#/definitions/748032502" - } + }, + "$metaProperties": {} } }, "$metaProperties": { @@ -1387,11 +1451,13 @@ "properties": { "category": { "description": "The type of cool down for this item. All items with a cool down component with the same category are put on cool down when one is used.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "duration": { "description": "The duration of time (in seconds) items with a matching category will spend cooling down before becoming usable again.", - "type": "number" + "type": "number", + "$metaProperties": {} } }, "required": [ @@ -1408,19 +1474,23 @@ "type": "object", "properties": { "name": { - "type": "string" + "type": "string", + "$metaProperties": {} }, "states": { "title": "associative container", "type": "object", "additionalProperties": { "$ref": "#/definitions/49501551" - } + }, + "$metaProperties": {} }, "tags": { - "type": "string" + "type": "string", + "$metaProperties": {} } - } + }, + "$metaProperties": {} } }, "title": "components v1.20.50", @@ -1429,122 +1499,152 @@ "properties": { "minecraft:allow_off_hand": { "description": "The allow_off_hand component determines whether the item can be placed in the off hand slot of the inventory.", - "$ref": "#/definitions/3389099981" + "$ref": "#/definitions/3389099981", + "$metaProperties": {} }, "minecraft:block_placer": { "description": "Items with the block_placer component will place a block when used.", - "$ref": "#/definitions/239137998" + "$ref": "#/definitions/239137998", + "$metaProperties": {} }, "minecraft:can_destroy_in_creative": { "description": "The can_destroy_in_creative component determines if the item can be used by a player to break blocks when in creative mode.", - "$ref": "#/definitions/3126701690" + "$ref": "#/definitions/3126701690", + "$metaProperties": {} }, "minecraft:cooldown": { "description": "After you use an item, all items specified with the same `cool down category` setting becomes unusable for the duration specified by the 'cool down time' setting in this component.", - "$ref": "#/definitions/886176099" + "$ref": "#/definitions/886176099", + "$metaProperties": {} }, "minecraft:damage": { "description": "The damage component determines how much extra damage the item does on attack.", - "$ref": "#/definitions/3173009623" + "$ref": "#/definitions/3173009623", + "$metaProperties": {} }, "minecraft:digger": { "description": "Digger item component specifies how quickly this item can dig specific blocks.", - "$ref": "#/definitions/2499855414" + "$ref": "#/definitions/2499855414", + "$metaProperties": {} }, "minecraft:display_name": { "description": "The display_name item component specifies the text shown whenever an item's name is displayed, like in hover text.", - "$ref": "#/definitions/2942400907" + "$ref": "#/definitions/2942400907", + "$metaProperties": {} }, "minecraft:durability": { "description": "The durability item component specifies how much damage the item takes before breaking, and allows the item to be combined to repair or augment them.", - "$ref": "#/definitions/3494639353" + "$ref": "#/definitions/3494639353", + "$metaProperties": {} }, "minecraft:enchantable": { "description": "The enchantable component specifies what enchantments can be applied to the item. Not all enchantments will have an effect on all item components.", - "$ref": "#/definitions/1095951327" + "$ref": "#/definitions/1095951327", + "$metaProperties": {} }, "minecraft:entity_placer": { "description": "The entity_placer item component specifies the blocks that the item can be placed on.", - "$ref": "#/definitions/853889472" + "$ref": "#/definitions/853889472", + "$metaProperties": {} }, "minecraft:food": { "description": "When an item has a food component, it becomes edible to the player. Must have the 'minecraft:use_duration' component in order to function properly.", - "$ref": "#/definitions/268086052" + "$ref": "#/definitions/268086052", + "$metaProperties": {} }, "minecraft:fuel": { "description": "Fuel item component allows this item to be used as fuel in a furnace to 'cook' other items.", - "$ref": "#/definitions/3308324084" + "$ref": "#/definitions/3308324084", + "$metaProperties": {} }, "minecraft:glint": { "description": "The glint component determines whether the item has the enchanted glint render effect on it.", - "$ref": "#/definitions/1206516236" + "$ref": "#/definitions/1206516236", + "$metaProperties": {} }, "minecraft:hand_equipped": { "description": "The hand_equipped component determines if an item is rendered like a tool while it is in a player's hand.", - "$ref": "#/definitions/1889822164" + "$ref": "#/definitions/1889822164", + "$metaProperties": {} }, "minecraft:hover_text_color": { "description": "The hover_text_color component specifies the color of the item name when the players hovers the cursor over the item.", - "$ref": "#/definitions/1661309668" + "$ref": "#/definitions/1661309668", + "$metaProperties": {} }, "minecraft:icon": { - "$ref": "#/definitions/1302400215" + "$ref": "#/definitions/1302400215", + "$metaProperties": {} }, "minecraft:interact_button": { "description": "This component is a boolean or string that determines if the interact button is shown in touch controls and what text is displayed on the button. When set as true, default \"Use Item\" text will be displayed.", - "$ref": "#/definitions/1754804474" + "$ref": "#/definitions/1754804474", + "$metaProperties": {} }, "minecraft:liquid_clipped": { "description": "The liquid_clipped component determines whether the item interacts with liquid blocks on use.", - "$ref": "#/definitions/2359991381" + "$ref": "#/definitions/2359991381", + "$metaProperties": {} }, "minecraft:max_stack_size": { "description": "The max_stack_size component specifies how many of the item can be stacked together.", - "$ref": "#/definitions/2817495317" + "$ref": "#/definitions/2817495317", + "$metaProperties": {} }, "minecraft:projectile": { "description": "Projectile items shoot out, like an arrow.", - "$ref": "#/definitions/608914689" + "$ref": "#/definitions/608914689", + "$metaProperties": {} }, "minecraft:record": { "description": "Record Item Component. Used by record items to play music.", - "$ref": "#/definitions/3053237679" + "$ref": "#/definitions/3053237679", + "$metaProperties": {} }, "minecraft:repairable": { "description": "The repairable item component specifies which items can be used to repair this item, along with how much durability is gained.", - "$ref": "#/definitions/1658474219" + "$ref": "#/definitions/1658474219", + "$metaProperties": {} }, "minecraft:shooter": { "description": "Shooter Item Component.", - "$ref": "#/definitions/3781185164" + "$ref": "#/definitions/3781185164", + "$metaProperties": {} }, "minecraft:should_despawn": { "description": "Should_despawn component determines if the item should eventually despawn while floating in the world", - "$ref": "#/definitions/3875281249" + "$ref": "#/definitions/3875281249", + "$metaProperties": {} }, "minecraft:stacked_by_data": { "description": "The stacked_by_data component determines whether the same items with different aux values can stack. Also defines whether the item entities can merge while floating in the world.", - "$ref": "#/definitions/3178615832" + "$ref": "#/definitions/3178615832", + "$metaProperties": {} }, "minecraft:tags": { "description": "The tags component specifies which tags an item has on it.", - "$ref": "#/definitions/3168558347" + "$ref": "#/definitions/3168558347", + "$metaProperties": {} }, "minecraft:throwable": { "description": "Throwable items can be thrown by the player, such as a snowball.", - "$ref": "#/definitions/3715727616" + "$ref": "#/definitions/3715727616", + "$metaProperties": {} }, "minecraft:use_animation": { "description": "Use_animation specifies which animation is played when the player uses the item.", - "$ref": "#/definitions/3246981949" + "$ref": "#/definitions/3246981949", + "$metaProperties": {} }, "minecraft:use_modifiers": { "description": "This component modifies use effects, including how long the item takes to use and the player's speed when used in combination with components like \"shooter\", \"throwable\", or \"food\".", - "$ref": "#/definitions/435751873" + "$ref": "#/definitions/435751873", + "$metaProperties": {} }, "minecraft:wearable": { "description": "Wearable items can be worn by a player in the head, chest, legs, feet, or off-hand slots.", - "$ref": "#/definitions/2041267453" + "$ref": "#/definitions/2041267453", + "$metaProperties": {} } }, "$metaProperties": { diff --git a/metadata/json_schemas/Component v1.20.60.json b/metadata/json_schemas/Component v1.20.60.json index 169edc3d2..741c4120f 100644 --- a/metadata/json_schemas/Component v1.20.60.json +++ b/metadata/json_schemas/Component v1.20.60.json @@ -9,11 +9,13 @@ "properties": { "slot": { "description": "Specifies which types of enchantments can be applied. For example, `bow` would allow this item to be enchanted as if it were a bow.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "value": { "description": "Specifies the value of the enchantment (minimum of 0).", "type": "integer", + "$metaProperties": {}, "minimum": 0.0 } }, @@ -38,7 +40,8 @@ "properties": { "value": { "description": "Determines whether the item has the glint effect.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -53,12 +56,15 @@ "type": "object", "properties": { "max": { - "type": "integer" + "type": "integer", + "$metaProperties": {} }, "min": { - "type": "integer" + "type": "integer", + "$metaProperties": {} } - } + }, + "$metaProperties": {} }, "1531870811": { "title": "struct SharedTypes::Legacy::ItemDescriptor", @@ -94,7 +100,8 @@ "type": "object", "additionalProperties": { "type": "string" - } + }, + "$metaProperties": {} } } } @@ -115,7 +122,8 @@ "type": "array", "items": { "$ref": "#/definitions/3256164975" - } + }, + "$metaProperties": {} } }, "$metaProperties": { @@ -135,7 +143,8 @@ "properties": { "value": { "description": "Specifies the color of the item's hover text.", - "type": "string" + "type": "string", + "$metaProperties": {} } } } @@ -173,7 +182,8 @@ "properties": { "value": { "description": "Determines whether the item is rendered like a tool while in the player's hand.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -189,11 +199,13 @@ "properties": { "block": { "description": "Block to be dug.", - "$ref": "#/definitions/748032502" + "$ref": "#/definitions/748032502", + "$metaProperties": {} }, "speed": { "description": "Digging speed for the correlating block(s).", - "type": "integer" + "type": "integer", + "$metaProperties": {} } }, "required": [ @@ -213,6 +225,7 @@ "protection": { "description": "How much protection the wearable item provides. Default is set to 0.", "type": "integer", + "$metaProperties": {}, "minimum": 0.0 }, "slot": { @@ -225,7 +238,8 @@ "slot.armor.head", "slot.armor.legs", "slot.weapon.offhand" - ] + ], + "$metaProperties": {} } }, "required": [ @@ -248,7 +262,8 @@ "properties": { "value": { "description": "Deterines whether the item interacts with liquid blocks on use.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -265,7 +280,8 @@ "properties": { "block": { "description": "Defines the block that will be placed.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "use_on": { "title": "sequence container", @@ -273,7 +289,8 @@ "type": "array", "items": { "$ref": "#/definitions/748032502" - } + }, + "$metaProperties": {} } }, "required": [ @@ -295,11 +312,13 @@ "type": "array", "items": { "$ref": "#/definitions/1899103179" - } + }, + "$metaProperties": {} }, "use_efficiency": { "description": "Determines whether this item should be impacted if the efficiency enchantment is applied to it.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } }, "$metaProperties": { @@ -314,20 +333,24 @@ "properties": { "can_always_eat": { "description": "If true you can always eat this item (even when not hungry). Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "nutrition": { "description": "Value that is added to the entity's nutrition when the item is used. Default is set to 0.", - "type": "integer" + "type": "integer", + "$metaProperties": {} }, "saturation_modifier": { "description": "saturation_modifier is used in this formula: (nutrition * saturation_modifier * 2) when applying the saturation buff. Default is set to 0.6.", "type": "number", + "$metaProperties": {}, "minimum": 0.0 }, "using_converts_to": { "description": "When used, converts to the item specified by the string in this field. Default does not convert item.", - "$ref": "#/definitions/1531870811" + "$ref": "#/definitions/1531870811", + "$metaProperties": {} } }, "$metaProperties": { @@ -341,19 +364,23 @@ "properties": { "item": { "description": "Ammunition item description identifier.", - "$ref": "#/definitions/1531870811" + "$ref": "#/definitions/1531870811", + "$metaProperties": {} }, "search_inventory": { "description": "Can search inventory? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "use_in_creative": { "description": "Can use in creative mode? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "use_offhand": { "description": "Can use off-hand? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } }, "required": [ @@ -379,6 +406,7 @@ "value": { "description": "Specifies how many of the item that can be stacked.", "type": "integer", + "$metaProperties": {}, "minimum": 1.0, "maximum": 64.0 } @@ -397,7 +425,8 @@ "properties": { "value": { "description": "Name shown for an item.", - "type": "string" + "type": "string", + "$metaProperties": {} } }, "$metaProperties": { @@ -412,11 +441,13 @@ "properties": { "comparator_signal": { "description": "Specifies signal strength for comparator blocks to use, from 1 - 13.", - "type": "integer" + "type": "integer", + "$metaProperties": {} }, "duration": { "description": "Specifies duration of sound event in seconds, float value.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "sound_event": { "title": "enum SharedTypes::Legacy::LevelSoundEvent", @@ -912,7 +943,8 @@ "water", "whine", "wind_charge.burst" - ] + ], + "$metaProperties": {} } }, "$metaProperties": { @@ -932,7 +964,8 @@ "properties": { "value": { "description": "Determines whether the item can be used to destroy blocks while in creative mode.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -953,7 +986,8 @@ "type": "array", "items": { "type": "string" - } + }, + "$metaProperties": {} } }, "$metaProperties": { @@ -975,6 +1009,7 @@ "value": { "description": "Specifies how much extra damage the item does, must be a positive number.", "type": "integer", + "$metaProperties": {}, "minimum": 0.0 } } @@ -997,7 +1032,8 @@ "properties": { "value": { "description": "Determines whether the same item with different aux values can stack. Also defines whether the item entities can merge while floating in the world.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -1020,10 +1056,12 @@ "type": "object", "properties": { "expression": { - "type": "string" + "type": "string", + "$metaProperties": {} }, "version": { - "type": "integer" + "type": "integer", + "$metaProperties": {} } }, "required": [ @@ -1074,7 +1112,8 @@ "none", "spear", "spyglass" - ] + ], + "$metaProperties": {} } } } @@ -1103,11 +1142,13 @@ "type": "array", "items": { "$ref": "#/definitions/1531870811" - } + }, + "$metaProperties": {} }, "repair_amount": { "description": "How much the item is repaired.", - "$ref": "#/definitions/3178719147" + "$ref": "#/definitions/3178719147", + "$metaProperties": {} } }, "required": [ @@ -1134,6 +1175,7 @@ "duration": { "description": "Amount of time, in seconds, this fuel will cook items.", "type": "number", + "$metaProperties": {}, "minimum": 0.05000000074505806 } } @@ -1156,7 +1198,8 @@ "properties": { "value": { "description": "Determines whether the item can be placed in the off hand slot.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -1173,11 +1216,13 @@ "properties": { "damage_chance": { "description": "Specifies the percentage chance of this item losing durability. Default is set to 100. Defined as an int range with min and max value.", - "$ref": "#/definitions/1398826300" + "$ref": "#/definitions/1398826300", + "$metaProperties": {} }, "max_durability": { "description": "Max durability is the amount of damage that this item can take before breaking. This is a required parameter and has a minimum of 0.", "type": "integer", + "$metaProperties": {}, "minimum": 0.0 } }, @@ -1196,27 +1241,33 @@ "properties": { "do_swing_animation": { "description": "Determines whether the item should use the swing animation when thrown. Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "launch_power_scale": { "description": "The scale at which the power of the throw increases. Default is set to 1.0.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "max_draw_duration": { "description": "The maximum duration to draw a throwable item. Default is set to 0.0.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "max_launch_power": { "description": "The maximum power to launch the throwable item. Default is set to 1.0.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "min_draw_duration": { "description": "The minimum duration to draw a throwable item. Default is set to 0.0.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "scale_power_by_draw_duration": { "description": "Whether or not the power of the throw increases with duration charged. Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } }, "$metaProperties": { @@ -1235,19 +1286,23 @@ "type": "array", "items": { "$ref": "#/definitions/2681068491" - } + }, + "$metaProperties": {} }, "charge_on_draw": { "description": "Charge on draw? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "max_draw_duration": { "description": "Draw Duration. Default is set to 0.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "scale_power_by_draw_duration": { "description": "Scale power by draw duration? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } }, "$metaProperties": { @@ -1267,7 +1322,8 @@ "properties": { "value": { "description": "Determines whether the item should eventually despawn while floating in the world.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -1285,12 +1341,14 @@ "movement_modifier": { "description": "Modifier value to scale the players movement speed when item is in use.", "type": "number", + "$metaProperties": {}, "minimum": 0.0, "maximum": 1.0 }, "use_duration": { "description": "How long the item takes to use in seconds.", "type": "number", + "$metaProperties": {}, "minimum": 0.0 } }, @@ -1311,7 +1369,8 @@ { "type": "boolean" } - ] + ], + "$metaProperties": {} }, "608914689": { "title": "minecraft:projectile v1.20.50", @@ -1320,11 +1379,13 @@ "properties": { "minimum_critical_power": { "description": "Specifies how long a player must charge a projectile for it to critically hit.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "projectile_entity": { "description": "Which entity is to be fired as a projectile.", "type": "string", + "$metaProperties": {}, "minLength": 0, "pattern": "^(?:\\w+(?:\\.\\w+)*:(?=\\w))?(?:\\w+(?:\\.\\w+)*)(?:<((?:\\w+(?:\\.\\w+)*:(?=\\w))?\\w+(?:\\.\\w+)*)*>)?$" } @@ -1363,11 +1424,13 @@ "type": "array", "items": { "$ref": "#/definitions/748032502" - } + }, + "$metaProperties": {} }, "entity": { "description": "The entity to be placed in the world.", "type": "string", + "$metaProperties": {}, "minLength": 0, "pattern": "^(?:\\w+(?:\\.\\w+)*:(?=\\w))?(?:\\w+(?:\\.\\w+)*)(?:<((?:\\w+(?:\\.\\w+)*:(?=\\w))?\\w+(?:\\.\\w+)*)*>)?$" }, @@ -1377,7 +1440,8 @@ "type": "array", "items": { "$ref": "#/definitions/748032502" - } + }, + "$metaProperties": {} } }, "$metaProperties": { @@ -1392,11 +1456,13 @@ "properties": { "category": { "description": "The type of cool down for this item. All items with a cool down component with the same category are put on cool down when one is used.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "duration": { "description": "The duration of time (in seconds) items with a matching category will spend cooling down before becoming usable again.", - "type": "number" + "type": "number", + "$metaProperties": {} } }, "required": [ @@ -1413,19 +1479,23 @@ "type": "object", "properties": { "name": { - "type": "string" + "type": "string", + "$metaProperties": {} }, "states": { "title": "associative container", "type": "object", "additionalProperties": { "$ref": "#/definitions/49501551" - } + }, + "$metaProperties": {} }, "tags": { - "type": "string" + "type": "string", + "$metaProperties": {} } - } + }, + "$metaProperties": {} } }, "title": "components v1.20.60", @@ -1434,123 +1504,153 @@ "properties": { "minecraft:allow_off_hand": { "description": "The allow_off_hand component determines whether the item can be placed in the off hand slot of the inventory.", - "$ref": "#/definitions/3389099981" + "$ref": "#/definitions/3389099981", + "$metaProperties": {} }, "minecraft:block_placer": { "description": "Items with the block_placer component will place a block when used.", - "$ref": "#/definitions/239137998" + "$ref": "#/definitions/239137998", + "$metaProperties": {} }, "minecraft:can_destroy_in_creative": { "description": "The can_destroy_in_creative component determines if the item can be used by a player to break blocks when in creative mode.", - "$ref": "#/definitions/3126701690" + "$ref": "#/definitions/3126701690", + "$metaProperties": {} }, "minecraft:cooldown": { "description": "After you use an item, all items specified with the same `cool down category` setting becomes unusable for the duration specified by the 'cool down time' setting in this component.", - "$ref": "#/definitions/886176099" + "$ref": "#/definitions/886176099", + "$metaProperties": {} }, "minecraft:damage": { "description": "The damage component determines how much extra damage the item does on attack.", - "$ref": "#/definitions/3173009623" + "$ref": "#/definitions/3173009623", + "$metaProperties": {} }, "minecraft:digger": { "description": "Digger item component specifies how quickly this item can dig specific blocks.", - "$ref": "#/definitions/2499855414" + "$ref": "#/definitions/2499855414", + "$metaProperties": {} }, "minecraft:display_name": { "description": "The display_name item component specifies the text shown whenever an item's name is displayed, like in hover text.", - "$ref": "#/definitions/2942400907" + "$ref": "#/definitions/2942400907", + "$metaProperties": {} }, "minecraft:durability": { "description": "The durability item component specifies how much damage the item takes before breaking, and allows the item to be combined to repair or augment them.", - "$ref": "#/definitions/3494639353" + "$ref": "#/definitions/3494639353", + "$metaProperties": {} }, "minecraft:enchantable": { "description": "The enchantable component specifies what enchantments can be applied to the item. Not all enchantments will have an effect on all item components.", - "$ref": "#/definitions/1095951327" + "$ref": "#/definitions/1095951327", + "$metaProperties": {} }, "minecraft:entity_placer": { "description": "The entity_placer item component specifies the blocks that the item can be placed on.", - "$ref": "#/definitions/853889472" + "$ref": "#/definitions/853889472", + "$metaProperties": {} }, "minecraft:food": { "description": "When an item has a food component, it becomes edible to the player. Must have the 'minecraft:use_duration' component in order to function properly.", - "$ref": "#/definitions/268086052" + "$ref": "#/definitions/268086052", + "$metaProperties": {} }, "minecraft:fuel": { "description": "Fuel item component allows this item to be used as fuel in a furnace to 'cook' other items.", - "$ref": "#/definitions/3308324084" + "$ref": "#/definitions/3308324084", + "$metaProperties": {} }, "minecraft:glint": { "description": "The glint component determines whether the item has the enchanted glint render effect on it.", - "$ref": "#/definitions/1206516236" + "$ref": "#/definitions/1206516236", + "$metaProperties": {} }, "minecraft:hand_equipped": { "description": "The hand_equipped component determines if an item is rendered like a tool while it is in a player's hand.", - "$ref": "#/definitions/1889822164" + "$ref": "#/definitions/1889822164", + "$metaProperties": {} }, "minecraft:hover_text_color": { "description": "The hover_text_color component specifies the color of the item name when the players hovers the cursor over the item.", - "$ref": "#/definitions/1661309668" + "$ref": "#/definitions/1661309668", + "$metaProperties": {} }, "minecraft:icon": { "description": "Icon item component determines which icon graphic will be used to represent the item in the UI and elsewhere.", - "$ref": "#/definitions/1618184314" + "$ref": "#/definitions/1618184314", + "$metaProperties": {} }, "minecraft:interact_button": { "description": "This component is a boolean or string that determines if the interact button is shown in touch controls and what text is displayed on the button. When set as true, default \"Use Item\" text will be displayed.", - "$ref": "#/definitions/1754804474" + "$ref": "#/definitions/1754804474", + "$metaProperties": {} }, "minecraft:liquid_clipped": { "description": "The liquid_clipped component determines whether the item interacts with liquid blocks on use.", - "$ref": "#/definitions/2359991381" + "$ref": "#/definitions/2359991381", + "$metaProperties": {} }, "minecraft:max_stack_size": { "description": "The max_stack_size component specifies how many of the item can be stacked together.", - "$ref": "#/definitions/2817495317" + "$ref": "#/definitions/2817495317", + "$metaProperties": {} }, "minecraft:projectile": { "description": "Projectile items shoot out, like an arrow.", - "$ref": "#/definitions/608914689" + "$ref": "#/definitions/608914689", + "$metaProperties": {} }, "minecraft:record": { "description": "Record Item Component. Used by record items to play music.", - "$ref": "#/definitions/3053237679" + "$ref": "#/definitions/3053237679", + "$metaProperties": {} }, "minecraft:repairable": { "description": "The repairable item component specifies which items can be used to repair this item, along with how much durability is gained.", - "$ref": "#/definitions/1658474219" + "$ref": "#/definitions/1658474219", + "$metaProperties": {} }, "minecraft:shooter": { "description": "Shooter Item Component.", - "$ref": "#/definitions/3781185164" + "$ref": "#/definitions/3781185164", + "$metaProperties": {} }, "minecraft:should_despawn": { "description": "Should_despawn component determines if the item should eventually despawn while floating in the world", - "$ref": "#/definitions/3875281249" + "$ref": "#/definitions/3875281249", + "$metaProperties": {} }, "minecraft:stacked_by_data": { "description": "The stacked_by_data component determines whether the same items with different aux values can stack. Also defines whether the item entities can merge while floating in the world.", - "$ref": "#/definitions/3178615832" + "$ref": "#/definitions/3178615832", + "$metaProperties": {} }, "minecraft:tags": { "description": "The tags component specifies which tags an item has on it.", - "$ref": "#/definitions/3168558347" + "$ref": "#/definitions/3168558347", + "$metaProperties": {} }, "minecraft:throwable": { "description": "Throwable items can be thrown by the player, such as a snowball.", - "$ref": "#/definitions/3715727616" + "$ref": "#/definitions/3715727616", + "$metaProperties": {} }, "minecraft:use_animation": { "description": "Use_animation specifies which animation is played when the player uses the item.", - "$ref": "#/definitions/3246981949" + "$ref": "#/definitions/3246981949", + "$metaProperties": {} }, "minecraft:use_modifiers": { "description": "This component modifies use effects, including how long the item takes to use and the player's speed when used in combination with components like \"shooter\", \"throwable\", or \"food\".", - "$ref": "#/definitions/435751873" + "$ref": "#/definitions/435751873", + "$metaProperties": {} }, "minecraft:wearable": { "description": "Wearable items can be worn by a player in the head, chest, legs, feet, or off-hand slots.", - "$ref": "#/definitions/2041267453" + "$ref": "#/definitions/2041267453", + "$metaProperties": {} } }, "$metaProperties": { diff --git a/metadata/json_schemas/Components v1.20.80.json b/metadata/json_schemas/Components v1.20.80.json index fd6c6c38e..8318e8353 100644 --- a/metadata/json_schemas/Components v1.20.80.json +++ b/metadata/json_schemas/Components v1.20.80.json @@ -9,11 +9,13 @@ "properties": { "slot": { "description": "Specifies which types of enchantments can be applied. For example, `bow` would allow this item to be enchanted as if it were a bow.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "value": { "description": "Specifies the value of the enchantment (minimum of 0).", "type": "integer", + "$metaProperties": {}, "minimum": 0.0 } }, @@ -38,7 +40,8 @@ "properties": { "value": { "description": "Determines whether the item has the glint effect.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -53,12 +56,15 @@ "type": "object", "properties": { "max": { - "type": "integer" + "type": "integer", + "$metaProperties": {} }, "min": { - "type": "integer" + "type": "integer", + "$metaProperties": {} } - } + }, + "$metaProperties": {} }, "1531870811": { "title": "struct SharedTypes::Legacy::ItemDescriptor", @@ -94,7 +100,8 @@ "type": "object", "additionalProperties": { "type": "string" - } + }, + "$metaProperties": {} } } } @@ -115,7 +122,8 @@ "type": "array", "items": { "$ref": "#/definitions/3256164975" - } + }, + "$metaProperties": {} } }, "$metaProperties": { @@ -135,7 +143,8 @@ "properties": { "value": { "description": "Specifies the color of the item's hover text.", - "type": "string" + "type": "string", + "$metaProperties": {} } } } @@ -173,7 +182,8 @@ "properties": { "value": { "description": "Determines whether the item is rendered like a tool while in the player's hand.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -189,11 +199,13 @@ "properties": { "block": { "description": "Block to be dug.", - "$ref": "#/definitions/748032502" + "$ref": "#/definitions/748032502", + "$metaProperties": {} }, "speed": { "description": "Digging speed for the correlating block(s).", - "type": "integer" + "type": "integer", + "$metaProperties": {} } }, "required": [ @@ -213,6 +225,7 @@ "protection": { "description": "How much protection the wearable item provides. Default is set to 0.", "type": "integer", + "$metaProperties": {}, "minimum": 0.0 }, "slot": { @@ -225,7 +238,8 @@ "slot.armor.head", "slot.armor.legs", "slot.weapon.offhand" - ] + ], + "$metaProperties": {} } }, "required": [ @@ -248,7 +262,8 @@ "properties": { "value": { "description": "Deterines whether the item interacts with liquid blocks on use.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -265,7 +280,8 @@ "properties": { "block": { "description": "Defines the block that will be placed.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "use_on": { "title": "sequence container", @@ -273,7 +289,8 @@ "type": "array", "items": { "$ref": "#/definitions/748032502" - } + }, + "$metaProperties": {} } }, "required": [ @@ -295,11 +312,13 @@ "type": "array", "items": { "$ref": "#/definitions/1899103179" - } + }, + "$metaProperties": {} }, "use_efficiency": { "description": "Determines whether this item should be impacted if the efficiency enchantment is applied to it.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } }, "$metaProperties": { @@ -314,20 +333,24 @@ "properties": { "can_always_eat": { "description": "If true you can always eat this item (even when not hungry). Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "nutrition": { "description": "Value that is added to the entity's nutrition when the item is used. Default is set to 0.", - "type": "integer" + "type": "integer", + "$metaProperties": {} }, "saturation_modifier": { "description": "saturation_modifier is used in this formula: (nutrition * saturation_modifier * 2) when applying the saturation buff. Default is set to 0.6.", "type": "number", + "$metaProperties": {}, "minimum": 0.0 }, "using_converts_to": { "description": "When used, converts to the item specified by the string in this field. Default does not convert item.", - "$ref": "#/definitions/1531870811" + "$ref": "#/definitions/1531870811", + "$metaProperties": {} } }, "$metaProperties": { @@ -341,19 +364,23 @@ "properties": { "item": { "description": "Ammunition item description identifier.", - "$ref": "#/definitions/1531870811" + "$ref": "#/definitions/1531870811", + "$metaProperties": {} }, "search_inventory": { "description": "Can search inventory? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "use_in_creative": { "description": "Can use in creative mode? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "use_offhand": { "description": "Can use off-hand? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } }, "required": [ @@ -379,6 +406,7 @@ "value": { "description": "Specifies how many of the item that can be stacked.", "type": "integer", + "$metaProperties": {}, "minimum": 1.0, "maximum": 64.0 } @@ -397,7 +425,8 @@ "properties": { "value": { "description": "Name shown for an item.", - "type": "string" + "type": "string", + "$metaProperties": {} } }, "$metaProperties": { @@ -412,11 +441,13 @@ "properties": { "comparator_signal": { "description": "Specifies signal strength for comparator blocks to use, from 1 - 13.", - "type": "integer" + "type": "integer", + "$metaProperties": {} }, "duration": { "description": "Specifies duration of sound event in seconds, float value.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "sound_event": { "title": "enum SharedTypes::Legacy::LevelSoundEvent", @@ -912,7 +943,8 @@ "water", "whine", "wind_charge.burst" - ] + ], + "$metaProperties": {} } }, "$metaProperties": { @@ -932,7 +964,8 @@ "properties": { "value": { "description": "Determines whether the item can be used to destroy blocks while in creative mode.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -953,7 +986,8 @@ "type": "array", "items": { "type": "string" - } + }, + "$metaProperties": {} } }, "$metaProperties": { @@ -975,6 +1009,7 @@ "value": { "description": "Specifies how much extra damage the item does, must be a positive number.", "type": "integer", + "$metaProperties": {}, "minimum": 0.0 } } @@ -997,7 +1032,8 @@ "properties": { "value": { "description": "Determines whether the same item with different aux values can stack. Also defines whether the item entities can merge while floating in the world.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -1020,10 +1056,12 @@ "type": "object", "properties": { "expression": { - "type": "string" + "type": "string", + "$metaProperties": {} }, "version": { - "type": "integer" + "type": "integer", + "$metaProperties": {} } }, "required": [ @@ -1074,7 +1112,8 @@ "none", "spear", "spyglass" - ] + ], + "$metaProperties": {} } } } @@ -1103,11 +1142,13 @@ "type": "array", "items": { "$ref": "#/definitions/1531870811" - } + }, + "$metaProperties": {} }, "repair_amount": { "description": "How much the item is repaired.", - "$ref": "#/definitions/3178719147" + "$ref": "#/definitions/3178719147", + "$metaProperties": {} } }, "required": [ @@ -1134,6 +1175,7 @@ "duration": { "description": "Amount of time, in seconds, this fuel will cook items.", "type": "number", + "$metaProperties": {}, "minimum": 0.05000000074505806 } } @@ -1156,7 +1198,8 @@ "properties": { "value": { "description": "Determines whether the item can be placed in the off hand slot.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -1186,11 +1229,13 @@ "properties": { "damage_chance": { "description": "Specifies the percentage chance of this item losing durability. Default is set to 100. Defined as an int range with min and max value.", - "$ref": "#/definitions/1398826300" + "$ref": "#/definitions/1398826300", + "$metaProperties": {} }, "max_durability": { "description": "Max durability is the amount of damage that this item can take before breaking. This is a required parameter and has a minimum of 0.", "type": "integer", + "$metaProperties": {}, "minimum": 0.0 } }, @@ -1209,27 +1254,33 @@ "properties": { "do_swing_animation": { "description": "Determines whether the item should use the swing animation when thrown. Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "launch_power_scale": { "description": "The scale at which the power of the throw increases. Default is set to 1.0.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "max_draw_duration": { "description": "The maximum duration to draw a throwable item. Default is set to 0.0.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "max_launch_power": { "description": "The maximum power to launch the throwable item. Default is set to 1.0.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "min_draw_duration": { "description": "The minimum duration to draw a throwable item. Default is set to 0.0.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "scale_power_by_draw_duration": { "description": "Whether or not the power of the throw increases with duration charged. Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } }, "$metaProperties": { @@ -1248,19 +1299,23 @@ "type": "array", "items": { "$ref": "#/definitions/2681068491" - } + }, + "$metaProperties": {} }, "charge_on_draw": { "description": "Charge on draw? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "max_draw_duration": { "description": "Draw Duration. Default is set to 0.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "scale_power_by_draw_duration": { "description": "Scale power by draw duration? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } }, "$metaProperties": { @@ -1280,7 +1335,8 @@ "properties": { "value": { "description": "Determines whether the item should eventually despawn while floating in the world.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -1298,12 +1354,14 @@ "movement_modifier": { "description": "Modifier value to scale the players movement speed when item is in use.", "type": "number", + "$metaProperties": {}, "minimum": 0.0, "maximum": 1.0 }, "use_duration": { "description": "How long the item takes to use in seconds.", "type": "number", + "$metaProperties": {}, "minimum": 0.0 } }, @@ -1324,7 +1382,8 @@ { "type": "boolean" } - ] + ], + "$metaProperties": {} }, "608914689": { "title": "minecraft:projectile v1.20.50", @@ -1333,11 +1392,13 @@ "properties": { "minimum_critical_power": { "description": "Specifies how long a player must charge a projectile for it to critically hit.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "projectile_entity": { "description": "Which entity is to be fired as a projectile.", "type": "string", + "$metaProperties": {}, "minLength": 0, "pattern": "^(?:\\w+(?:\\.\\w+)*:(?=\\w))?(?:\\w+(?:\\.\\w+)*)(?:<((?:\\w+(?:\\.\\w+)*:(?=\\w))?\\w+(?:\\.\\w+)*)*>)?$" } @@ -1376,11 +1437,13 @@ "type": "array", "items": { "$ref": "#/definitions/748032502" - } + }, + "$metaProperties": {} }, "entity": { "description": "The entity to be placed in the world.", "type": "string", + "$metaProperties": {}, "minLength": 0, "pattern": "^(?:\\w+(?:\\.\\w+)*:(?=\\w))?(?:\\w+(?:\\.\\w+)*)(?:<((?:\\w+(?:\\.\\w+)*:(?=\\w))?\\w+(?:\\.\\w+)*)*>)?$" }, @@ -1390,7 +1453,8 @@ "type": "array", "items": { "$ref": "#/definitions/748032502" - } + }, + "$metaProperties": {} } }, "$metaProperties": { @@ -1405,11 +1469,13 @@ "properties": { "category": { "description": "The type of cool down for this item. All items with a cool down component with the same category are put on cool down when one is used.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "duration": { "description": "The duration of time (in seconds) items with a matching category will spend cooling down before becoming usable again.", - "type": "number" + "type": "number", + "$metaProperties": {} } }, "required": [ @@ -1426,19 +1492,23 @@ "type": "object", "properties": { "name": { - "type": "string" + "type": "string", + "$metaProperties": {} }, "states": { "title": "associative container", "type": "object", "additionalProperties": { "$ref": "#/definitions/49501551" - } + }, + "$metaProperties": {} }, "tags": { - "type": "string" + "type": "string", + "$metaProperties": {} } - } + }, + "$metaProperties": {} } }, "title": "components v1.20.80", @@ -1447,127 +1517,158 @@ "properties": { "minecraft:allow_off_hand": { "description": "The allow_off_hand component determines whether the item can be placed in the off hand slot of the inventory.", - "$ref": "#/definitions/3389099981" + "$ref": "#/definitions/3389099981", + "$metaProperties": {} }, "minecraft:block_placer": { "description": "Items with the block_placer component will place a block when used.", - "$ref": "#/definitions/239137998" + "$ref": "#/definitions/239137998", + "$metaProperties": {} }, "minecraft:can_destroy_in_creative": { "description": "The can_destroy_in_creative component determines if the item can be used by a player to break blocks when in creative mode.", - "$ref": "#/definitions/3126701690" + "$ref": "#/definitions/3126701690", + "$metaProperties": {} }, "minecraft:cooldown": { "description": "After you use an item, all items specified with the same `cool down category` setting becomes unusable for the duration specified by the 'cool down time' setting in this component.", - "$ref": "#/definitions/886176099" + "$ref": "#/definitions/886176099", + "$metaProperties": {} }, "minecraft:custom_components": { "description": "Specifies an array of custom components defined in a script that should be added to this item.", - "$ref": "#/definitions/3438816014" + "$ref": "#/definitions/3438816014", + "$metaProperties": {} }, "minecraft:damage": { "description": "The damage component determines how much extra damage the item does on attack.", - "$ref": "#/definitions/3173009623" + "$ref": "#/definitions/3173009623", + "$metaProperties": {} }, "minecraft:digger": { "description": "Digger item component specifies how quickly this item can dig specific blocks.", - "$ref": "#/definitions/2499855414" + "$ref": "#/definitions/2499855414", + "$metaProperties": {} }, "minecraft:display_name": { "description": "The display_name item component specifies the text shown whenever an item's name is displayed, like in hover text.", - "$ref": "#/definitions/2942400907" + "$ref": "#/definitions/2942400907", + "$metaProperties": {} }, "minecraft:durability": { "description": "The durability item component specifies how much damage the item takes before breaking, and allows the item to be combined to repair or augment them.", - "$ref": "#/definitions/3494639353" + "$ref": "#/definitions/3494639353", + "$metaProperties": {} }, "minecraft:enchantable": { "description": "The enchantable component specifies what enchantments can be applied to the item. Not all enchantments will have an effect on all item components.", - "$ref": "#/definitions/1095951327" + "$ref": "#/definitions/1095951327", + "$metaProperties": {} }, "minecraft:entity_placer": { "description": "The entity_placer item component specifies the blocks that the item can be placed on.", - "$ref": "#/definitions/853889472" + "$ref": "#/definitions/853889472", + "$metaProperties": {} }, "minecraft:food": { "description": "When an item has a food component, it becomes edible to the player. Must have the 'minecraft:use_duration' component in order to function properly.", - "$ref": "#/definitions/268086052" + "$ref": "#/definitions/268086052", + "$metaProperties": {} }, "minecraft:fuel": { "description": "Fuel item component allows this item to be used as fuel in a furnace to 'cook' other items.", - "$ref": "#/definitions/3308324084" + "$ref": "#/definitions/3308324084", + "$metaProperties": {} }, "minecraft:glint": { "description": "The glint component determines whether the item has the enchanted glint render effect on it.", - "$ref": "#/definitions/1206516236" + "$ref": "#/definitions/1206516236", + "$metaProperties": {} }, "minecraft:hand_equipped": { "description": "The hand_equipped component determines if an item is rendered like a tool while it is in a player's hand.", - "$ref": "#/definitions/1889822164" + "$ref": "#/definitions/1889822164", + "$metaProperties": {} }, "minecraft:hover_text_color": { "description": "The hover_text_color component specifies the color of the item name when the players hovers the cursor over the item.", - "$ref": "#/definitions/1661309668" + "$ref": "#/definitions/1661309668", + "$metaProperties": {} }, "minecraft:icon": { "description": "Icon item component determines which icon graphic will be used to represent the item in the UI and elsewhere.", - "$ref": "#/definitions/1618184314" + "$ref": "#/definitions/1618184314", + "$metaProperties": {} }, "minecraft:interact_button": { "description": "This component is a boolean or string that determines if the interact button is shown in touch controls and what text is displayed on the button. When set as true, default \"Use Item\" text will be displayed.", - "$ref": "#/definitions/1754804474" + "$ref": "#/definitions/1754804474", + "$metaProperties": {} }, "minecraft:liquid_clipped": { "description": "The liquid_clipped component determines whether the item interacts with liquid blocks on use.", - "$ref": "#/definitions/2359991381" + "$ref": "#/definitions/2359991381", + "$metaProperties": {} }, "minecraft:max_stack_size": { "description": "The max_stack_size component specifies how many of the item can be stacked together.", - "$ref": "#/definitions/2817495317" + "$ref": "#/definitions/2817495317", + "$metaProperties": {} }, "minecraft:projectile": { "description": "Projectile items shoot out, like an arrow.", - "$ref": "#/definitions/608914689" + "$ref": "#/definitions/608914689", + "$metaProperties": {} }, "minecraft:record": { "description": "Record Item Component. Used by record items to play music.", - "$ref": "#/definitions/3053237679" + "$ref": "#/definitions/3053237679", + "$metaProperties": {} }, "minecraft:repairable": { "description": "The repairable item component specifies which items can be used to repair this item, along with how much durability is gained.", - "$ref": "#/definitions/1658474219" + "$ref": "#/definitions/1658474219", + "$metaProperties": {} }, "minecraft:shooter": { "description": "Shooter Item Component.", - "$ref": "#/definitions/3781185164" + "$ref": "#/definitions/3781185164", + "$metaProperties": {} }, "minecraft:should_despawn": { "description": "Should_despawn component determines if the item should eventually despawn while floating in the world", - "$ref": "#/definitions/3875281249" + "$ref": "#/definitions/3875281249", + "$metaProperties": {} }, "minecraft:stacked_by_data": { "description": "The stacked_by_data component determines whether the same items with different aux values can stack. Also defines whether the item entities can merge while floating in the world.", - "$ref": "#/definitions/3178615832" + "$ref": "#/definitions/3178615832", + "$metaProperties": {} }, "minecraft:tags": { "description": "The tags component specifies which tags an item has on it.", - "$ref": "#/definitions/3168558347" + "$ref": "#/definitions/3168558347", + "$metaProperties": {} }, "minecraft:throwable": { "description": "Throwable items can be thrown by the player, such as a snowball.", - "$ref": "#/definitions/3715727616" + "$ref": "#/definitions/3715727616", + "$metaProperties": {} }, "minecraft:use_animation": { "description": "Use_animation specifies which animation is played when the player uses the item.", - "$ref": "#/definitions/3246981949" + "$ref": "#/definitions/3246981949", + "$metaProperties": {} }, "minecraft:use_modifiers": { "description": "This component modifies use effects, including how long the item takes to use and the player's speed when used in combination with components like \"shooter\", \"throwable\", or \"food\".", - "$ref": "#/definitions/435751873" + "$ref": "#/definitions/435751873", + "$metaProperties": {} }, "minecraft:wearable": { "description": "Wearable items can be worn by a player in the head, chest, legs, feet, or off-hand slots.", - "$ref": "#/definitions/2041267453" + "$ref": "#/definitions/2041267453", + "$metaProperties": {} } }, "$metaProperties": { diff --git a/metadata/json_schemas/Components v1.21.10.json b/metadata/json_schemas/Components v1.21.10.json index f39f934bb..116beff2b 100644 --- a/metadata/json_schemas/Components v1.21.10.json +++ b/metadata/json_schemas/Components v1.21.10.json @@ -9,11 +9,13 @@ "properties": { "slot": { "description": "Specifies which types of enchantments can be applied. For example, `bow` would allow this item to be enchanted as if it were a bow.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "value": { "description": "Specifies the value of the enchantment (minimum of 0).", "type": "integer", + "$metaProperties": {}, "minimum": 0.0 } }, @@ -38,7 +40,8 @@ "properties": { "value": { "description": "Determines whether the item has the glint effect.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -53,12 +56,15 @@ "type": "object", "properties": { "max": { - "type": "integer" + "type": "integer", + "$metaProperties": {} }, "min": { - "type": "integer" + "type": "integer", + "$metaProperties": {} } - } + }, + "$metaProperties": {} }, "1531870811": { "title": "struct SharedTypes::Legacy::ItemDescriptor", @@ -94,7 +100,8 @@ "type": "object", "additionalProperties": { "type": "string" - } + }, + "$metaProperties": {} } } } @@ -115,7 +122,8 @@ "type": "array", "items": { "$ref": "#/definitions/3256164975" - } + }, + "$metaProperties": {} } }, "$metaProperties": { @@ -135,7 +143,8 @@ "properties": { "value": { "description": "Specifies the color of the item's hover text.", - "type": "string" + "type": "string", + "$metaProperties": {} } } } @@ -173,7 +182,8 @@ "properties": { "value": { "description": "Determines whether the item is rendered like a tool while in the player's hand.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -189,11 +199,13 @@ "properties": { "block": { "description": "Block to be dug.", - "$ref": "#/definitions/748032502" + "$ref": "#/definitions/748032502", + "$metaProperties": {} }, "speed": { "description": "Digging speed for the correlating block(s).", - "type": "integer" + "type": "integer", + "$metaProperties": {} } }, "required": [ @@ -218,6 +230,7 @@ "description": "Defines both the durability threshold, and the effects emitted when that threshold is met.", "$ref": "#/definitions/764203503" }, + "$metaProperties": {}, "minItems": 1 } }, @@ -237,6 +250,7 @@ "protection": { "description": "How much protection the wearable item provides. Default is set to 0.", "type": "integer", + "$metaProperties": {}, "minimum": 0.0 }, "slot": { @@ -249,7 +263,8 @@ "slot.armor.head", "slot.armor.legs", "slot.weapon.offhand" - ] + ], + "$metaProperties": {} } }, "required": [ @@ -272,6 +287,7 @@ "items": { "type": "string" }, + "$metaProperties": {}, "minItems": 1 } }, @@ -295,7 +311,8 @@ "properties": { "value": { "description": "Deterines whether the item interacts with liquid blocks on use.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -312,7 +329,8 @@ "properties": { "block": { "description": "Defines the block that will be placed.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "use_on": { "title": "sequence container", @@ -320,7 +338,8 @@ "type": "array", "items": { "$ref": "#/definitions/748032502" - } + }, + "$metaProperties": {} } }, "required": [ @@ -342,11 +361,13 @@ "type": "array", "items": { "$ref": "#/definitions/1899103179" - } + }, + "$metaProperties": {} }, "use_efficiency": { "description": "Determines whether this item should be impacted if the efficiency enchantment is applied to it.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } }, "$metaProperties": { @@ -361,20 +382,24 @@ "properties": { "can_always_eat": { "description": "If true you can always eat this item (even when not hungry). Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "nutrition": { "description": "Value that is added to the entity's nutrition when the item is used. Default is set to 0.", - "type": "integer" + "type": "integer", + "$metaProperties": {} }, "saturation_modifier": { "description": "saturation_modifier is used in this formula: (nutrition * saturation_modifier * 2) when applying the saturation buff. Default is set to 0.6.", "type": "number", + "$metaProperties": {}, "minimum": 0.0 }, "using_converts_to": { "description": "When used, converts to the item specified by the string in this field. Default does not convert item.", - "$ref": "#/definitions/1531870811" + "$ref": "#/definitions/1531870811", + "$metaProperties": {} } }, "$metaProperties": { @@ -388,19 +413,23 @@ "properties": { "item": { "description": "Ammunition item description identifier.", - "$ref": "#/definitions/1531870811" + "$ref": "#/definitions/1531870811", + "$metaProperties": {} }, "search_inventory": { "description": "Can search inventory? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "use_in_creative": { "description": "Can use in creative mode? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "use_offhand": { "description": "Can use off-hand? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } }, "required": [ @@ -426,6 +455,7 @@ "value": { "description": "Specifies how many of the item that can be stacked.", "type": "integer", + "$metaProperties": {}, "minimum": 1.0, "maximum": 64.0 } @@ -444,7 +474,8 @@ "properties": { "value": { "description": "Name shown for an item.", - "type": "string" + "type": "string", + "$metaProperties": {} } }, "$metaProperties": { @@ -459,11 +490,13 @@ "properties": { "comparator_signal": { "description": "Specifies signal strength for comparator blocks to use, from 1 - 13.", - "type": "integer" + "type": "integer", + "$metaProperties": {} }, "duration": { "description": "Specifies duration of sound event in seconds, float value.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "sound_event": { "title": "enum SharedTypes::Legacy::LevelSoundEvent", @@ -959,7 +992,8 @@ "water", "whine", "wind_charge.burst" - ] + ], + "$metaProperties": {} } }, "$metaProperties": { @@ -979,7 +1013,8 @@ "properties": { "value": { "description": "Determines whether the item can be used to destroy blocks while in creative mode.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -1000,7 +1035,8 @@ "type": "array", "items": { "type": "string" - } + }, + "$metaProperties": {} } }, "$metaProperties": { @@ -1022,6 +1058,7 @@ "value": { "description": "Specifies how much extra damage the item does, must be a positive number.", "type": "integer", + "$metaProperties": {}, "minimum": 0.0 } } @@ -1044,7 +1081,8 @@ "properties": { "value": { "description": "Determines whether the same item with different aux values can stack. Also defines whether the item entities can merge while floating in the world.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -1067,10 +1105,12 @@ "type": "object", "properties": { "expression": { - "type": "string" + "type": "string", + "$metaProperties": {} }, "version": { - "type": "integer" + "type": "integer", + "$metaProperties": {} } }, "required": [ @@ -1121,7 +1161,8 @@ "none", "spear", "spyglass" - ] + ], + "$metaProperties": {} } } } @@ -1150,11 +1191,13 @@ "type": "array", "items": { "$ref": "#/definitions/1531870811" - } + }, + "$metaProperties": {} }, "repair_amount": { "description": "How much the item is repaired.", - "$ref": "#/definitions/3178719147" + "$ref": "#/definitions/3178719147", + "$metaProperties": {} } }, "required": [ @@ -1181,6 +1224,7 @@ "duration": { "description": "Amount of time, in seconds, this fuel will cook items.", "type": "number", + "$metaProperties": {}, "minimum": 0.05000000074505806 } } @@ -1203,7 +1247,8 @@ "properties": { "value": { "description": "Determines whether the item can be placed in the off hand slot.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -1233,11 +1278,13 @@ "properties": { "damage_chance": { "description": "Specifies the percentage chance of this item losing durability. Default is set to 100. Defined as an int range with min and max value.", - "$ref": "#/definitions/1398826300" + "$ref": "#/definitions/1398826300", + "$metaProperties": {} }, "max_durability": { "description": "Max durability is the amount of damage that this item can take before breaking. This is a required parameter and has a minimum of 0.", "type": "integer", + "$metaProperties": {}, "minimum": 0.0 } }, @@ -1256,27 +1303,33 @@ "properties": { "do_swing_animation": { "description": "Determines whether the item should use the swing animation when thrown. Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "launch_power_scale": { "description": "The scale at which the power of the throw increases. Default is set to 1.0.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "max_draw_duration": { "description": "The maximum duration to draw a throwable item. Default is set to 0.0.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "max_launch_power": { "description": "The maximum power to launch the throwable item. Default is set to 1.0.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "min_draw_duration": { "description": "The minimum duration to draw a throwable item. Default is set to 0.0.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "scale_power_by_draw_duration": { "description": "Whether or not the power of the throw increases with duration charged. Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } }, "$metaProperties": { @@ -1295,19 +1348,23 @@ "type": "array", "items": { "$ref": "#/definitions/2681068491" - } + }, + "$metaProperties": {} }, "charge_on_draw": { "description": "Charge on draw? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "max_draw_duration": { "description": "Draw Duration. Default is set to 0.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "scale_power_by_draw_duration": { "description": "Scale power by draw duration? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } }, "$metaProperties": { @@ -1327,7 +1384,8 @@ "properties": { "value": { "description": "Determines whether the item should eventually despawn while floating in the world.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -1345,12 +1403,14 @@ "movement_modifier": { "description": "Modifier value to scale the players movement speed when item is in use.", "type": "number", + "$metaProperties": {}, "minimum": 0.0, "maximum": 1.0 }, "use_duration": { "description": "How long the item takes to use in seconds.", "type": "number", + "$metaProperties": {}, "minimum": 0.0 } }, @@ -1371,7 +1431,8 @@ { "type": "boolean" } - ] + ], + "$metaProperties": {} }, "608914689": { "title": "minecraft:projectile v1.20.50", @@ -1380,11 +1441,13 @@ "properties": { "minimum_critical_power": { "description": "Specifies how long a player must charge a projectile for it to critically hit.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "projectile_entity": { "description": "Which entity is to be fired as a projectile.", "type": "string", + "$metaProperties": {}, "minLength": 0, "pattern": "^(?:\\w+(?:\\.\\w+)*:(?=\\w))?(?:\\w+(?:\\.\\w+)*)(?:<((?:\\w+(?:\\.\\w+)*:(?=\\w))?\\w+(?:\\.\\w+)*)*>)?$" } @@ -1419,11 +1482,13 @@ "properties": { "durability": { "description": "The effects are emitted when the item durability value is less than or equal to this value.", - "type": "integer" + "type": "integer", + "$metaProperties": {} }, "particle_type": { "description": "Particle effect to emit when the threshold is met.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "sound_event": { "title": "enum SharedTypes::Legacy::LevelSoundEvent", @@ -1919,7 +1984,8 @@ "water", "whine", "wind_charge.burst" - ] + ], + "$metaProperties": {} } }, "$metaProperties": { @@ -1938,11 +2004,13 @@ "type": "array", "items": { "$ref": "#/definitions/748032502" - } + }, + "$metaProperties": {} }, "entity": { "description": "The entity to be placed in the world.", "type": "string", + "$metaProperties": {}, "minLength": 0, "pattern": "^(?:\\w+(?:\\.\\w+)*:(?=\\w))?(?:\\w+(?:\\.\\w+)*)(?:<((?:\\w+(?:\\.\\w+)*:(?=\\w))?\\w+(?:\\.\\w+)*)*>)?$" }, @@ -1952,7 +2020,8 @@ "type": "array", "items": { "$ref": "#/definitions/748032502" - } + }, + "$metaProperties": {} } }, "$metaProperties": { @@ -1967,11 +2036,13 @@ "properties": { "category": { "description": "The type of cool down for this item. All items with a cool down component with the same category are put on cool down when one is used.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "duration": { "description": "The duration of time (in seconds) items with a matching category will spend cooling down before becoming usable again.", - "type": "number" + "type": "number", + "$metaProperties": {} } }, "required": [ @@ -1988,19 +2059,23 @@ "type": "object", "properties": { "name": { - "type": "string" + "type": "string", + "$metaProperties": {} }, "states": { "title": "associative container", "type": "object", "additionalProperties": { "$ref": "#/definitions/49501551" - } + }, + "$metaProperties": {} }, "tags": { - "type": "string" + "type": "string", + "$metaProperties": {} } - } + }, + "$metaProperties": {} } }, "title": "components v1.21.10", @@ -2009,135 +2084,168 @@ "properties": { "minecraft:allow_off_hand": { "description": "The allow_off_hand component determines whether the item can be placed in the off hand slot of the inventory.", - "$ref": "#/definitions/3389099981" + "$ref": "#/definitions/3389099981", + "$metaProperties": {} }, "minecraft:block_placer": { "description": "Items with the block_placer component will place a block when used.", - "$ref": "#/definitions/239137998" + "$ref": "#/definitions/239137998", + "$metaProperties": {} }, "minecraft:can_destroy_in_creative": { "description": "The can_destroy_in_creative component determines if the item can be used by a player to break blocks when in creative mode.", - "$ref": "#/definitions/3126701690" + "$ref": "#/definitions/3126701690", + "$metaProperties": {} }, "minecraft:cooldown": { "description": "After you use an item, all items specified with the same `cool down category` setting becomes unusable for the duration specified by the 'cool down time' setting in this component.", - "$ref": "#/definitions/886176099" + "$ref": "#/definitions/886176099", + "$metaProperties": {} }, "minecraft:custom_components": { "description": "Specifies an array of custom components defined in a script that should be added to this item.", - "$ref": "#/definitions/3438816014" + "$ref": "#/definitions/3438816014", + "$metaProperties": {} }, "minecraft:damage": { "description": "The damage component determines how much extra damage the item does on attack.", - "$ref": "#/definitions/3173009623" + "$ref": "#/definitions/3173009623", + "$metaProperties": {} }, "minecraft:damage_absorption": { "description": "It allows an item to absorb damage that would otherwise be dealt to its wearer. For this to happen, the item needs to be equipped in an armor slot. The absorbed damage reduces the item's durability, with any excess damage being ignored. Because of this, the item also needs a `minecraft:durability` component.", - "$ref": "#/definitions/2063418195" + "$ref": "#/definitions/2063418195", + "$metaProperties": {} }, "minecraft:digger": { "description": "Digger item component specifies how quickly this item can dig specific blocks.", - "$ref": "#/definitions/2499855414" + "$ref": "#/definitions/2499855414", + "$metaProperties": {} }, "minecraft:display_name": { "description": "The display_name item component specifies the text shown whenever an item's name is displayed, like in hover text.", - "$ref": "#/definitions/2942400907" + "$ref": "#/definitions/2942400907", + "$metaProperties": {} }, "minecraft:durability": { "description": "The durability item component specifies how much damage the item takes before breaking, and allows the item to be combined to repair or augment them.", - "$ref": "#/definitions/3494639353" + "$ref": "#/definitions/3494639353", + "$metaProperties": {} }, "minecraft:durability_sensor": { "description": "Enables an item to emit effects when it receives damage. Because of this, the item also needs a `minecraft:durability` component.", - "$ref": "#/definitions/1956551060" + "$ref": "#/definitions/1956551060", + "$metaProperties": {} }, "minecraft:enchantable": { "description": "The enchantable component specifies what enchantments can be applied to the item. Not all enchantments will have an effect on all item components.", - "$ref": "#/definitions/1095951327" + "$ref": "#/definitions/1095951327", + "$metaProperties": {} }, "minecraft:entity_placer": { "description": "The entity_placer item component specifies the blocks that the item can be placed on.", - "$ref": "#/definitions/853889472" + "$ref": "#/definitions/853889472", + "$metaProperties": {} }, "minecraft:food": { "description": "When an item has a food component, it becomes edible to the player. Must have the 'minecraft:use_duration' component in order to function properly.", - "$ref": "#/definitions/268086052" + "$ref": "#/definitions/268086052", + "$metaProperties": {} }, "minecraft:fuel": { "description": "Fuel item component allows this item to be used as fuel in a furnace to 'cook' other items.", - "$ref": "#/definitions/3308324084" + "$ref": "#/definitions/3308324084", + "$metaProperties": {} }, "minecraft:glint": { "description": "The glint component determines whether the item has the enchanted glint render effect on it.", - "$ref": "#/definitions/1206516236" + "$ref": "#/definitions/1206516236", + "$metaProperties": {} }, "minecraft:hand_equipped": { "description": "The hand_equipped component determines if an item is rendered like a tool while it is in a player's hand.", - "$ref": "#/definitions/1889822164" + "$ref": "#/definitions/1889822164", + "$metaProperties": {} }, "minecraft:hover_text_color": { "description": "The hover_text_color component specifies the color of the item name when the players hovers the cursor over the item.", - "$ref": "#/definitions/1661309668" + "$ref": "#/definitions/1661309668", + "$metaProperties": {} }, "minecraft:icon": { "description": "Icon item component determines which icon graphic will be used to represent the item in the UI and elsewhere.", - "$ref": "#/definitions/1618184314" + "$ref": "#/definitions/1618184314", + "$metaProperties": {} }, "minecraft:interact_button": { "description": "This component is a boolean or string that determines if the interact button is shown in touch controls and what text is displayed on the button. When set as true, default \"Use Item\" text will be displayed.", - "$ref": "#/definitions/1754804474" + "$ref": "#/definitions/1754804474", + "$metaProperties": {} }, "minecraft:liquid_clipped": { "description": "The liquid_clipped component determines whether the item interacts with liquid blocks on use.", - "$ref": "#/definitions/2359991381" + "$ref": "#/definitions/2359991381", + "$metaProperties": {} }, "minecraft:max_stack_size": { "description": "The max_stack_size component specifies how many of the item can be stacked together.", - "$ref": "#/definitions/2817495317" + "$ref": "#/definitions/2817495317", + "$metaProperties": {} }, "minecraft:projectile": { "description": "Projectile items shoot out, like an arrow.", - "$ref": "#/definitions/608914689" + "$ref": "#/definitions/608914689", + "$metaProperties": {} }, "minecraft:record": { "description": "Record Item Component. Used by record items to play music.", - "$ref": "#/definitions/3053237679" + "$ref": "#/definitions/3053237679", + "$metaProperties": {} }, "minecraft:repairable": { "description": "The repairable item component specifies which items can be used to repair this item, along with how much durability is gained.", - "$ref": "#/definitions/1658474219" + "$ref": "#/definitions/1658474219", + "$metaProperties": {} }, "minecraft:shooter": { "description": "Shooter Item Component.", - "$ref": "#/definitions/3781185164" + "$ref": "#/definitions/3781185164", + "$metaProperties": {} }, "minecraft:should_despawn": { "description": "Should_despawn component determines if the item should eventually despawn while floating in the world", - "$ref": "#/definitions/3875281249" + "$ref": "#/definitions/3875281249", + "$metaProperties": {} }, "minecraft:stacked_by_data": { "description": "The stacked_by_data component determines whether the same items with different aux values can stack. Also defines whether the item entities can merge while floating in the world.", - "$ref": "#/definitions/3178615832" + "$ref": "#/definitions/3178615832", + "$metaProperties": {} }, "minecraft:tags": { "description": "The tags component specifies which tags an item has on it.", - "$ref": "#/definitions/3168558347" + "$ref": "#/definitions/3168558347", + "$metaProperties": {} }, "minecraft:throwable": { "description": "Throwable items can be thrown by the player, such as a snowball.", - "$ref": "#/definitions/3715727616" + "$ref": "#/definitions/3715727616", + "$metaProperties": {} }, "minecraft:use_animation": { "description": "Use_animation specifies which animation is played when the player uses the item.", - "$ref": "#/definitions/3246981949" + "$ref": "#/definitions/3246981949", + "$metaProperties": {} }, "minecraft:use_modifiers": { "description": "This component modifies use effects, including how long the item takes to use and the player's speed when used in combination with components like \"shooter\", \"throwable\", or \"food\".", - "$ref": "#/definitions/435751873" + "$ref": "#/definitions/435751873", + "$metaProperties": {} }, "minecraft:wearable": { "description": "Wearable items can be worn by a player in the head, chest, legs, feet, or off-hand slots.", - "$ref": "#/definitions/2041267453" + "$ref": "#/definitions/2041267453", + "$metaProperties": {} } }, "$metaProperties": { diff --git a/metadata/json_schemas/Components v1.21.30.json b/metadata/json_schemas/Components v1.21.30.json index 5b05bc244..5913dadda 100644 --- a/metadata/json_schemas/Components v1.21.30.json +++ b/metadata/json_schemas/Components v1.21.30.json @@ -9,11 +9,13 @@ "properties": { "slot": { "description": "Specifies which types of enchantments can be applied. For example, `bow` would allow this item to be enchanted as if it were a bow.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "value": { "description": "Specifies the value of the enchantment (minimum of 0).", "type": "integer", + "$metaProperties": {}, "minimum": 0.0 } }, @@ -38,7 +40,8 @@ "properties": { "value": { "description": "Determines whether the item has the glint effect.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -55,7 +58,8 @@ "properties": { "allow_nested_storage_items": { "description": "Determines whether another Storage Item is allowed inside of this item. Default is true.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "allowed_items": { "title": "sequence container", @@ -63,7 +67,8 @@ "type": "array", "items": { "$ref": "#/definitions/1531870811" - } + }, + "$metaProperties": {} }, "banned_items": { "title": "sequence container", @@ -71,21 +76,25 @@ "type": "array", "items": { "$ref": "#/definitions/1531870811" - } + }, + "$metaProperties": {} }, "max_slots": { "description": "The maximum number of different item stacks. Maximum is 64. Default is 64.", "type": "integer", + "$metaProperties": {}, "maximum": 64.0 }, "max_weight_limit": { "description": "The maximum allowed weight of the sum of all contained items. Maximum is 64. Default is 64.", "type": "integer", + "$metaProperties": {}, "maximum": 64.0 }, "weight_in_storage_item": { "description": "The weight of this item when inside another Storage Item. Default is 4. 0 means item is not allowed in another Storage Item.", "type": "integer", + "$metaProperties": {}, "minimum": 0.0 } }, @@ -99,12 +108,15 @@ "type": "object", "properties": { "max": { - "type": "integer" + "type": "integer", + "$metaProperties": {} }, "min": { - "type": "integer" + "type": "integer", + "$metaProperties": {} } - } + }, + "$metaProperties": {} }, "1531870811": { "title": "struct SharedTypes::Legacy::ItemDescriptor", @@ -140,7 +152,8 @@ "type": "object", "additionalProperties": { "type": "string" - } + }, + "$metaProperties": {} } } } @@ -161,7 +174,8 @@ "type": "array", "items": { "$ref": "#/definitions/3256164975" - } + }, + "$metaProperties": {} } }, "$metaProperties": { @@ -181,7 +195,8 @@ "properties": { "value": { "description": "Specifies the color of the item's hover text.", - "type": "string" + "type": "string", + "$metaProperties": {} } } } @@ -219,7 +234,8 @@ "properties": { "value": { "description": "Determines whether the item is rendered like a tool while in the player's hand.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -235,11 +251,13 @@ "properties": { "block": { "description": "Block to be dug.", - "$ref": "#/definitions/748032502" + "$ref": "#/definitions/748032502", + "$metaProperties": {} }, "speed": { "description": "Digging speed for the correlating block(s).", - "type": "integer" + "type": "integer", + "$metaProperties": {} } }, "required": [ @@ -264,6 +282,7 @@ "description": "Defines both the durability threshold, and the effects emitted when that threshold is met.", "$ref": "#/definitions/764203503" }, + "$metaProperties": {}, "minItems": 1 } }, @@ -283,6 +302,7 @@ "protection": { "description": "How much protection the wearable item provides. Default is set to 0.", "type": "integer", + "$metaProperties": {}, "minimum": 0.0 }, "slot": { @@ -295,7 +315,8 @@ "slot.armor.head", "slot.armor.legs", "slot.weapon.offhand" - ] + ], + "$metaProperties": {} } }, "required": [ @@ -318,6 +339,7 @@ "items": { "type": "string" }, + "$metaProperties": {}, "minItems": 1 } }, @@ -337,6 +359,7 @@ "num_viewable_slots": { "description": "The maximum number of slots in the bundle viewable by the plater. Can be from 1 to 64. Default is 12.", "type": "integer", + "$metaProperties": {}, "minimum": 1.0, "maximum": 64.0 } @@ -358,7 +381,8 @@ "properties": { "value": { "description": "Deterines whether the item interacts with liquid blocks on use.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -375,7 +399,8 @@ "properties": { "block": { "description": "Defines the block that will be placed.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "use_on": { "title": "sequence container", @@ -383,7 +408,8 @@ "type": "array", "items": { "$ref": "#/definitions/748032502" - } + }, + "$metaProperties": {} } }, "required": [ @@ -405,11 +431,13 @@ "type": "array", "items": { "$ref": "#/definitions/1899103179" - } + }, + "$metaProperties": {} }, "use_efficiency": { "description": "Determines whether this item should be impacted if the efficiency enchantment is applied to it.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } }, "$metaProperties": { @@ -424,20 +452,24 @@ "properties": { "can_always_eat": { "description": "If true you can always eat this item (even when not hungry). Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "nutrition": { "description": "Value that is added to the entity's nutrition when the item is used. Default is set to 0.", - "type": "integer" + "type": "integer", + "$metaProperties": {} }, "saturation_modifier": { "description": "saturation_modifier is used in this formula: (nutrition * saturation_modifier * 2) when applying the saturation buff. Default is set to 0.6.", "type": "number", + "$metaProperties": {}, "minimum": 0.0 }, "using_converts_to": { "description": "When used, converts to the item specified by the string in this field. Default does not convert item.", - "$ref": "#/definitions/1531870811" + "$ref": "#/definitions/1531870811", + "$metaProperties": {} } }, "$metaProperties": { @@ -451,19 +483,23 @@ "properties": { "item": { "description": "Ammunition item description identifier.", - "$ref": "#/definitions/1531870811" + "$ref": "#/definitions/1531870811", + "$metaProperties": {} }, "search_inventory": { "description": "Can search inventory? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "use_in_creative": { "description": "Can use in creative mode? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "use_offhand": { "description": "Can use off-hand? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } }, "required": [ @@ -489,6 +525,7 @@ "value": { "description": "Specifies how many of the item that can be stacked.", "type": "integer", + "$metaProperties": {}, "minimum": 1.0, "maximum": 64.0 } @@ -507,7 +544,8 @@ "properties": { "value": { "description": "Name shown for an item.", - "type": "string" + "type": "string", + "$metaProperties": {} } }, "$metaProperties": { @@ -522,11 +560,13 @@ "properties": { "comparator_signal": { "description": "Specifies signal strength for comparator blocks to use, from 1 - 13.", - "type": "integer" + "type": "integer", + "$metaProperties": {} }, "duration": { "description": "Specifies duration of sound event in seconds, float value.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "sound_event": { "title": "enum SharedTypes::Legacy::LevelSoundEvent", @@ -1022,7 +1062,8 @@ "water", "whine", "wind_charge.burst" - ] + ], + "$metaProperties": {} } }, "$metaProperties": { @@ -1042,7 +1083,8 @@ "properties": { "value": { "description": "Determines whether the item can be used to destroy blocks while in creative mode.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -1063,7 +1105,8 @@ "type": "array", "items": { "type": "string" - } + }, + "$metaProperties": {} } }, "$metaProperties": { @@ -1085,6 +1128,7 @@ "value": { "description": "Specifies how much extra damage the item does, must be a positive number.", "type": "integer", + "$metaProperties": {}, "minimum": 0.0 } } @@ -1107,7 +1151,8 @@ "properties": { "value": { "description": "Determines whether the same item with different aux values can stack. Also defines whether the item entities can merge while floating in the world.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -1130,10 +1175,12 @@ "type": "object", "properties": { "expression": { - "type": "string" + "type": "string", + "$metaProperties": {} }, "version": { - "type": "integer" + "type": "integer", + "$metaProperties": {} } }, "required": [ @@ -1184,7 +1231,8 @@ "none", "spear", "spyglass" - ] + ], + "$metaProperties": {} } } } @@ -1213,11 +1261,13 @@ "type": "array", "items": { "$ref": "#/definitions/1531870811" - } + }, + "$metaProperties": {} }, "repair_amount": { "description": "How much the item is repaired.", - "$ref": "#/definitions/3178719147" + "$ref": "#/definitions/3178719147", + "$metaProperties": {} } }, "required": [ @@ -1244,6 +1294,7 @@ "duration": { "description": "Amount of time, in seconds, this fuel will cook items.", "type": "number", + "$metaProperties": {}, "minimum": 0.05000000074505806 } } @@ -1266,7 +1317,8 @@ "properties": { "value": { "description": "Sets the base rarity of the item. The rarity of an item automatically increases when enchanted, either to Rare when the base rarity is Common or Uncommon, or Epic when the base rarity is Rare.", - "type": "string" + "type": "string", + "$metaProperties": {} } } } @@ -1288,7 +1340,8 @@ "properties": { "value": { "description": "Determines whether the item can be placed in the off hand slot.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -1318,11 +1371,13 @@ "properties": { "damage_chance": { "description": "Specifies the percentage chance of this item losing durability. Default is set to 100. Defined as an int range with min and max value.", - "$ref": "#/definitions/1398826300" + "$ref": "#/definitions/1398826300", + "$metaProperties": {} }, "max_durability": { "description": "Max durability is the amount of damage that this item can take before breaking. This is a required parameter and has a minimum of 0.", "type": "integer", + "$metaProperties": {}, "minimum": 0.0 } }, @@ -1340,7 +1395,8 @@ "properties": { "default_color": { "description": "[editor(type:color)]", - "$ref": "#/definitions/3915697282" + "$ref": "#/definitions/3915697282", + "$metaProperties": {} } }, "$metaProperties": { @@ -1355,27 +1411,33 @@ "properties": { "do_swing_animation": { "description": "Determines whether the item should use the swing animation when thrown. Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "launch_power_scale": { "description": "The scale at which the power of the throw increases. Default is set to 1.0.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "max_draw_duration": { "description": "The maximum duration to draw a throwable item. Default is set to 0.0.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "max_launch_power": { "description": "The maximum power to launch the throwable item. Default is set to 1.0.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "min_draw_duration": { "description": "The minimum duration to draw a throwable item. Default is set to 0.0.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "scale_power_by_draw_duration": { "description": "Whether or not the power of the throw increases with duration charged. Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } }, "$metaProperties": { @@ -1394,19 +1456,23 @@ "type": "array", "items": { "$ref": "#/definitions/2681068491" - } + }, + "$metaProperties": {} }, "charge_on_draw": { "description": "Charge on draw? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "max_draw_duration": { "description": "Draw Duration. Default is set to 0.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "scale_power_by_draw_duration": { "description": "Scale power by draw duration? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } }, "$metaProperties": { @@ -1426,7 +1492,8 @@ "properties": { "value": { "description": "Determines whether the item should eventually despawn while floating in the world.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } @@ -1453,7 +1520,8 @@ "minItems": 3, "maxItems": 3 } - ] + ], + "$metaProperties": {} }, "435751873": { "title": "minecraft:use_modifiers v1.20.50", @@ -1463,12 +1531,14 @@ "movement_modifier": { "description": "Modifier value to scale the players movement speed when item is in use.", "type": "number", + "$metaProperties": {}, "minimum": 0.0, "maximum": 1.0 }, "use_duration": { "description": "How long the item takes to use in seconds.", "type": "number", + "$metaProperties": {}, "minimum": 0.0 } }, @@ -1489,7 +1559,8 @@ { "type": "boolean" } - ] + ], + "$metaProperties": {} }, "608914689": { "title": "minecraft:projectile v1.20.50", @@ -1498,11 +1569,13 @@ "properties": { "minimum_critical_power": { "description": "Specifies how long a player must charge a projectile for it to critically hit.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "projectile_entity": { "description": "Which entity is to be fired as a projectile.", "type": "string", + "$metaProperties": {}, "minLength": 0, "pattern": "^(?:\\w+(?:\\.\\w+)*:(?=\\w))?(?:\\w+(?:\\.\\w+)*)(?:<((?:\\w+(?:\\.\\w+)*:(?=\\w))?\\w+(?:\\.\\w+)*)*>)?$" } @@ -1537,11 +1610,13 @@ "properties": { "durability": { "description": "The effects are emitted when the item durability value is less than or equal to this value.", - "type": "integer" + "type": "integer", + "$metaProperties": {} }, "particle_type": { "description": "Particle effect to emit when the threshold is met.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "sound_event": { "title": "enum SharedTypes::Legacy::LevelSoundEvent", @@ -2037,7 +2112,8 @@ "water", "whine", "wind_charge.burst" - ] + ], + "$metaProperties": {} } }, "$metaProperties": { @@ -2056,11 +2132,13 @@ "type": "array", "items": { "$ref": "#/definitions/748032502" - } + }, + "$metaProperties": {} }, "entity": { "description": "The entity to be placed in the world.", "type": "string", + "$metaProperties": {}, "minLength": 0, "pattern": "^(?:\\w+(?:\\.\\w+)*:(?=\\w))?(?:\\w+(?:\\.\\w+)*)(?:<((?:\\w+(?:\\.\\w+)*:(?=\\w))?\\w+(?:\\.\\w+)*)*>)?$" }, @@ -2070,7 +2148,8 @@ "type": "array", "items": { "$ref": "#/definitions/748032502" - } + }, + "$metaProperties": {} } }, "$metaProperties": { @@ -2085,11 +2164,13 @@ "properties": { "category": { "description": "The type of cool down for this item. All items with a cool down component with the same category are put on cool down when one is used.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "duration": { "description": "The duration of time (in seconds) items with a matching category will spend cooling down before becoming usable again.", - "type": "number" + "type": "number", + "$metaProperties": {} } }, "required": [ @@ -2106,19 +2187,23 @@ "type": "object", "properties": { "name": { - "type": "string" + "type": "string", + "$metaProperties": {} }, "states": { "title": "associative container", "type": "object", "additionalProperties": { "$ref": "#/definitions/49501551" - } + }, + "$metaProperties": {} }, "tags": { - "type": "string" + "type": "string", + "$metaProperties": {} } - } + }, + "$metaProperties": {} } }, "title": "components v1.21.30", @@ -2127,150 +2212,187 @@ "properties": { "minecraft:allow_off_hand": { "description": "The allow_off_hand component determines whether the item can be placed in the off hand slot of the inventory.", - "$ref": "#/definitions/3389099981" + "$ref": "#/definitions/3389099981", + "$metaProperties": {} }, "minecraft:block_placer": { "description": "Items with the block_placer component will place a block when used.", - "$ref": "#/definitions/239137998" + "$ref": "#/definitions/239137998", + "$metaProperties": {} }, "minecraft:bundle_interaction": { "description": "[EXPERIMENTAL] Adds bundle-specific interactions and tooltip to the item. Requires a \"minecraft:storage_item\" component.", - "$ref": "#/definitions/2333685719" + "$ref": "#/definitions/2333685719", + "$metaProperties": {} }, "minecraft:can_destroy_in_creative": { "description": "The can_destroy_in_creative component determines if the item can be used by a player to break blocks when in creative mode.", - "$ref": "#/definitions/3126701690" + "$ref": "#/definitions/3126701690", + "$metaProperties": {} }, "minecraft:cooldown": { "description": "After you use an item, all items specified with the same `cool down category` setting becomes unusable for the duration specified by the 'cool down time' setting in this component.", - "$ref": "#/definitions/886176099" + "$ref": "#/definitions/886176099", + "$metaProperties": {} }, "minecraft:custom_components": { "description": "Specifies an array of custom components defined in a script that should be added to this item.", - "$ref": "#/definitions/3438816014" + "$ref": "#/definitions/3438816014", + "$metaProperties": {} }, "minecraft:damage": { "description": "The damage component determines how much extra damage the item does on attack.", - "$ref": "#/definitions/3173009623" + "$ref": "#/definitions/3173009623", + "$metaProperties": {} }, "minecraft:damage_absorption": { "description": "It allows an item to absorb damage that would otherwise be dealt to its wearer. For this to happen, the item needs to be equipped in an armor slot. The absorbed damage reduces the item's durability, with any excess damage being ignored. Because of this, the item also needs a `minecraft:durability` component.", - "$ref": "#/definitions/2063418195" + "$ref": "#/definitions/2063418195", + "$metaProperties": {} }, "minecraft:digger": { "description": "Digger item component specifies how quickly this item can dig specific blocks.", - "$ref": "#/definitions/2499855414" + "$ref": "#/definitions/2499855414", + "$metaProperties": {} }, "minecraft:display_name": { "description": "The display_name item component specifies the text shown whenever an item's name is displayed, like in hover text.", - "$ref": "#/definitions/2942400907" + "$ref": "#/definitions/2942400907", + "$metaProperties": {} }, "minecraft:durability": { "description": "The durability item component specifies how much damage the item takes before breaking, and allows the item to be combined to repair or augment them.", - "$ref": "#/definitions/3494639353" + "$ref": "#/definitions/3494639353", + "$metaProperties": {} }, "minecraft:durability_sensor": { "description": "Enables an item to emit effects when it receives damage. Because of this, the item also needs a `minecraft:durability` component.", - "$ref": "#/definitions/1956551060" + "$ref": "#/definitions/1956551060", + "$metaProperties": {} }, "minecraft:dyeable": { - "$ref": "#/definitions/3602397325" + "$ref": "#/definitions/3602397325", + "$metaProperties": {} }, "minecraft:enchantable": { "description": "The enchantable component specifies what enchantments can be applied to the item. Not all enchantments will have an effect on all item components.", - "$ref": "#/definitions/1095951327" + "$ref": "#/definitions/1095951327", + "$metaProperties": {} }, "minecraft:entity_placer": { "description": "The entity_placer item component specifies the blocks that the item can be placed on.", - "$ref": "#/definitions/853889472" + "$ref": "#/definitions/853889472", + "$metaProperties": {} }, "minecraft:food": { "description": "When an item has a food component, it becomes edible to the player. Must have the 'minecraft:use_duration' component in order to function properly.", - "$ref": "#/definitions/268086052" + "$ref": "#/definitions/268086052", + "$metaProperties": {} }, "minecraft:fuel": { "description": "Fuel item component allows this item to be used as fuel in a furnace to 'cook' other items.", - "$ref": "#/definitions/3308324084" + "$ref": "#/definitions/3308324084", + "$metaProperties": {} }, "minecraft:glint": { "description": "The glint component determines whether the item has the enchanted glint render effect on it.", - "$ref": "#/definitions/1206516236" + "$ref": "#/definitions/1206516236", + "$metaProperties": {} }, "minecraft:hand_equipped": { "description": "The hand_equipped component determines if an item is rendered like a tool while it is in a player's hand.", - "$ref": "#/definitions/1889822164" + "$ref": "#/definitions/1889822164", + "$metaProperties": {} }, "minecraft:hover_text_color": { "description": "The hover_text_color component specifies the color of the item name when the players hovers the cursor over the item.", - "$ref": "#/definitions/1661309668" + "$ref": "#/definitions/1661309668", + "$metaProperties": {} }, "minecraft:icon": { "description": "Icon item component determines which icon graphic will be used to represent the item in the UI and elsewhere.", - "$ref": "#/definitions/1618184314" + "$ref": "#/definitions/1618184314", + "$metaProperties": {} }, "minecraft:interact_button": { "description": "This component is a boolean or string that determines if the interact button is shown in touch controls and what text is displayed on the button. When set as true, default \"Use Item\" text will be displayed.", - "$ref": "#/definitions/1754804474" + "$ref": "#/definitions/1754804474", + "$metaProperties": {} }, "minecraft:liquid_clipped": { "description": "The liquid_clipped component determines whether the item interacts with liquid blocks on use.", - "$ref": "#/definitions/2359991381" + "$ref": "#/definitions/2359991381", + "$metaProperties": {} }, "minecraft:max_stack_size": { "description": "The max_stack_size component specifies how many of the item can be stacked together.", - "$ref": "#/definitions/2817495317" + "$ref": "#/definitions/2817495317", + "$metaProperties": {} }, "minecraft:projectile": { "description": "Projectile items shoot out, like an arrow.", - "$ref": "#/definitions/608914689" + "$ref": "#/definitions/608914689", + "$metaProperties": {} }, "minecraft:rarity": { "description": "Specifies the base rarity and subsequently color of the item name when the player hovers the cursor over the item.", - "$ref": "#/definitions/3375297728" + "$ref": "#/definitions/3375297728", + "$metaProperties": {} }, "minecraft:record": { "description": "Record Item Component. Used by record items to play music.", - "$ref": "#/definitions/3053237679" + "$ref": "#/definitions/3053237679", + "$metaProperties": {} }, "minecraft:repairable": { "description": "The repairable item component specifies which items can be used to repair this item, along with how much durability is gained.", - "$ref": "#/definitions/1658474219" + "$ref": "#/definitions/1658474219", + "$metaProperties": {} }, "minecraft:shooter": { "description": "Shooter Item Component.", - "$ref": "#/definitions/3781185164" + "$ref": "#/definitions/3781185164", + "$metaProperties": {} }, "minecraft:should_despawn": { "description": "Should_despawn component determines if the item should eventually despawn while floating in the world", - "$ref": "#/definitions/3875281249" + "$ref": "#/definitions/3875281249", + "$metaProperties": {} }, "minecraft:stacked_by_data": { "description": "The stacked_by_data component determines whether the same items with different aux values can stack. Also defines whether the item entities can merge while floating in the world.", - "$ref": "#/definitions/3178615832" + "$ref": "#/definitions/3178615832", + "$metaProperties": {} }, "minecraft:storage_item": { "description": "[EXPERIMENTAL] Storage Items can be used by other components to store other items within this item.", - "$ref": "#/definitions/120997796" + "$ref": "#/definitions/120997796", + "$metaProperties": {} }, "minecraft:tags": { "description": "The tags component specifies which tags an item has on it.", - "$ref": "#/definitions/3168558347" + "$ref": "#/definitions/3168558347", + "$metaProperties": {} }, "minecraft:throwable": { "description": "Throwable items can be thrown by the player, such as a snowball.", - "$ref": "#/definitions/3715727616" + "$ref": "#/definitions/3715727616", + "$metaProperties": {} }, "minecraft:use_animation": { "description": "Use_animation specifies which animation is played when the player uses the item.", - "$ref": "#/definitions/3246981949" + "$ref": "#/definitions/3246981949", + "$metaProperties": {} }, "minecraft:use_modifiers": { "description": "This component modifies use effects, including how long the item takes to use and the player's speed when used in combination with components like \"shooter\", \"throwable\", or \"food\".", - "$ref": "#/definitions/435751873" + "$ref": "#/definitions/435751873", + "$metaProperties": {} }, "minecraft:wearable": { "description": "Wearable items can be worn by a player in the head, chest, legs, feet, or off-hand slots.", - "$ref": "#/definitions/2041267453" + "$ref": "#/definitions/2041267453", + "$metaProperties": {} } }, "$metaProperties": { diff --git a/metadata/json_schemas/Contents Description v1.20.60.json b/metadata/json_schemas/Contents Description v1.20.60.json index 57907b7aa..91d48475b 100644 --- a/metadata/json_schemas/Contents Description v1.20.60.json +++ b/metadata/json_schemas/Contents Description v1.20.60.json @@ -5,7 +5,8 @@ "type": "object", "properties": { "identifier": { - "type": "string" + "type": "string", + "$metaProperties": {} } }, "required": [ diff --git a/metadata/json_schemas/Contents Rule Geometry Part v1.20.60.json b/metadata/json_schemas/Contents Rule Geometry Part v1.20.60.json index 19fb92524..19378f3cc 100644 --- a/metadata/json_schemas/Contents Rule Geometry Part v1.20.60.json +++ b/metadata/json_schemas/Contents Rule Geometry Part v1.20.60.json @@ -5,10 +5,12 @@ "type": "object", "properties": { "bone": { - "type": "string" + "type": "string", + "$metaProperties": {} }, "cube": { "type": "integer", + "$metaProperties": {}, "minimum": 0.0 }, "face": { @@ -21,7 +23,8 @@ "south", "up", "west" - ] + ], + "$metaProperties": {} } }, "required": [ diff --git a/metadata/json_schemas/Contents Rule v1.20.60.json b/metadata/json_schemas/Contents Rule v1.20.60.json index 927d2b30f..6376fd1bd 100644 --- a/metadata/json_schemas/Contents Rule v1.20.60.json +++ b/metadata/json_schemas/Contents Rule v1.20.60.json @@ -7,10 +7,12 @@ "type": "object", "properties": { "bone": { - "type": "string" + "type": "string", + "$metaProperties": {} }, "cube": { "type": "integer", + "$metaProperties": {}, "minimum": 0.0 }, "face": { @@ -23,7 +25,8 @@ "south", "up", "west" - ] + ], + "$metaProperties": {} } }, "required": [ @@ -47,10 +50,12 @@ "south", "up", "west" - ] + ], + "$metaProperties": {} }, "geometry_part": { - "$ref": "#/definitions/371596787" + "$ref": "#/definitions/371596787", + "$metaProperties": {} } }, "required": [ diff --git a/metadata/json_schemas/Contents v1.20.60.json b/metadata/json_schemas/Contents v1.20.60.json index 1dc254e47..ebce8a949 100644 --- a/metadata/json_schemas/Contents v1.20.60.json +++ b/metadata/json_schemas/Contents v1.20.60.json @@ -7,7 +7,8 @@ "type": "object", "properties": { "identifier": { - "type": "string" + "type": "string", + "$metaProperties": {} } }, "required": [ @@ -31,10 +32,12 @@ "south", "up", "west" - ] + ], + "$metaProperties": {} }, "geometry_part": { - "$ref": "#/definitions/371596787" + "$ref": "#/definitions/371596787", + "$metaProperties": {} } }, "required": [ @@ -50,10 +53,12 @@ "type": "object", "properties": { "bone": { - "type": "string" + "type": "string", + "$metaProperties": {} }, "cube": { "type": "integer", + "$metaProperties": {}, "minimum": 0.0 }, "face": { @@ -66,7 +71,8 @@ "south", "up", "west" - ] + ], + "$metaProperties": {} } }, "required": [ @@ -81,14 +87,16 @@ "type": "object", "properties": { "description": { - "$ref": "#/definitions/2510182014" + "$ref": "#/definitions/2510182014", + "$metaProperties": {} }, "rules": { "title": "sequence container", "type": "array", "items": { "$ref": "#/definitions/3215886026" - } + }, + "$metaProperties": {} } }, "required": [ diff --git a/metadata/json_schemas/Cooldown v1.20.50.json b/metadata/json_schemas/Cooldown v1.20.50.json index 69a92e1cb..b1c13707e 100644 --- a/metadata/json_schemas/Cooldown v1.20.50.json +++ b/metadata/json_schemas/Cooldown v1.20.50.json @@ -7,11 +7,13 @@ "properties": { "category": { "description": "The type of cool down for this item. All items with a cool down component with the same category are put on cool down when one is used.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "duration": { "description": "The duration of time (in seconds) items with a matching category will spend cooling down before becoming usable again.", - "type": "number" + "type": "number", + "$metaProperties": {} } }, "required": [ diff --git a/metadata/json_schemas/Coordinate Range v1.21.10.json b/metadata/json_schemas/Coordinate Range v1.21.10.json index f66da477c..81a2d5a25 100644 --- a/metadata/json_schemas/Coordinate Range v1.21.10.json +++ b/metadata/json_schemas/Coordinate Range v1.21.10.json @@ -15,10 +15,12 @@ "type": "object", "properties": { "expression": { - "type": "string" + "type": "string", + "$metaProperties": {} }, "version": { - "type": "integer" + "type": "integer", + "$metaProperties": {} } }, "required": [ @@ -52,7 +54,8 @@ "jittered_grid", "triangle", "uniform" - ] + ], + "$metaProperties": {} }, "extent": { "title": "sequence container", @@ -61,17 +64,20 @@ "items": { "$ref": "#/definitions/3178719147" }, + "$metaProperties": {}, "minItems": 2, "maxItems": 2 }, "grid_offset": { "description": "When the distribution type is grid, defines the offset along this axis.", "type": "integer", + "$metaProperties": {}, "minimum": 0.0 }, "step_size": { "description": "When the distribution type is grid, defines the distance between steps along this axis.", "type": "integer", + "$metaProperties": {}, "minimum": 1.0 } }, diff --git a/metadata/json_schemas/Damage v1.20.50.json b/metadata/json_schemas/Damage v1.20.50.json index 766b627f6..27bab859f 100644 --- a/metadata/json_schemas/Damage v1.20.50.json +++ b/metadata/json_schemas/Damage v1.20.50.json @@ -14,6 +14,7 @@ "value": { "description": "Specifies how much extra damage the item does, must be a positive number.", "type": "integer", + "$metaProperties": {}, "minimum": 0.0 } } diff --git a/metadata/json_schemas/DamageAbsorption v1.21.10.json b/metadata/json_schemas/DamageAbsorption v1.21.10.json index 8731e00c0..872382055 100644 --- a/metadata/json_schemas/DamageAbsorption v1.21.10.json +++ b/metadata/json_schemas/DamageAbsorption v1.21.10.json @@ -12,6 +12,7 @@ "items": { "type": "string" }, + "$metaProperties": {}, "minItems": 1 } }, diff --git a/metadata/json_schemas/Digger v1.20.50.json b/metadata/json_schemas/Digger v1.20.50.json index 4dbf08bb9..54ad3ea80 100644 --- a/metadata/json_schemas/Digger v1.20.50.json +++ b/metadata/json_schemas/Digger v1.20.50.json @@ -8,11 +8,13 @@ "properties": { "block": { "description": "Block to be dug.", - "$ref": "#/definitions/748032502" + "$ref": "#/definitions/748032502", + "$metaProperties": {} }, "speed": { "description": "Digging speed for the correlating block(s).", - "type": "integer" + "type": "integer", + "$metaProperties": {} } }, "required": [ @@ -36,7 +38,8 @@ { "type": "boolean" } - ] + ], + "$metaProperties": {} }, "748032502": { "title": "struct SharedTypes::v1_20_50::BlockDescriptor", @@ -58,19 +61,23 @@ "type": "object", "properties": { "name": { - "type": "string" + "type": "string", + "$metaProperties": {} }, "states": { "title": "associative container", "type": "object", "additionalProperties": { "$ref": "#/definitions/49501551" - } + }, + "$metaProperties": {} }, "tags": { - "type": "string" + "type": "string", + "$metaProperties": {} } - } + }, + "$metaProperties": {} } }, "title": "minecraft:digger v1.20.50", @@ -83,11 +90,13 @@ "type": "array", "items": { "$ref": "#/definitions/1899103179" - } + }, + "$metaProperties": {} }, "use_efficiency": { "description": "Determines whether this item should be impacted if the efficiency enchantment is applied to it.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } }, "$metaProperties": { diff --git a/metadata/json_schemas/DisplayName v1.20.50.json b/metadata/json_schemas/DisplayName v1.20.50.json index c1781bbc9..e225a4ad1 100644 --- a/metadata/json_schemas/DisplayName v1.20.50.json +++ b/metadata/json_schemas/DisplayName v1.20.50.json @@ -7,7 +7,8 @@ "properties": { "value": { "description": "Name shown for an item.", - "type": "string" + "type": "string", + "$metaProperties": {} } }, "$metaProperties": { diff --git a/metadata/json_schemas/Durability v1.20.50.json b/metadata/json_schemas/Durability v1.20.50.json index 1170c4a09..595480f3b 100644 --- a/metadata/json_schemas/Durability v1.20.50.json +++ b/metadata/json_schemas/Durability v1.20.50.json @@ -7,12 +7,15 @@ "type": "object", "properties": { "max": { - "type": "integer" + "type": "integer", + "$metaProperties": {} }, "min": { - "type": "integer" + "type": "integer", + "$metaProperties": {} } - } + }, + "$metaProperties": {} } }, "title": "minecraft:durability v1.20.50", @@ -21,11 +24,13 @@ "properties": { "damage_chance": { "description": "Specifies the percentage chance of this item losing durability. Default is set to 100. Defined as an int range with min and max value.", - "$ref": "#/definitions/1398826300" + "$ref": "#/definitions/1398826300", + "$metaProperties": {} }, "max_durability": { "description": "Max durability is the amount of damage that this item can take before breaking. This is a required parameter and has a minimum of 0.", "type": "integer", + "$metaProperties": {}, "minimum": 0.0 } }, diff --git a/metadata/json_schemas/DurabilitySensor v1.21.10.json b/metadata/json_schemas/DurabilitySensor v1.21.10.json index 1a55f88ab..1ebc55ed4 100644 --- a/metadata/json_schemas/DurabilitySensor v1.21.10.json +++ b/metadata/json_schemas/DurabilitySensor v1.21.10.json @@ -9,11 +9,13 @@ "properties": { "durability": { "description": "The effects are emitted when the item durability value is less than or equal to this value.", - "type": "integer" + "type": "integer", + "$metaProperties": {} }, "particle_type": { "description": "Particle effect to emit when the threshold is met.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "sound_event": { "title": "enum SharedTypes::Legacy::LevelSoundEvent", @@ -509,7 +511,8 @@ "water", "whine", "wind_charge.burst" - ] + ], + "$metaProperties": {} } }, "$metaProperties": { @@ -530,6 +533,7 @@ "description": "Defines both the durability threshold, and the effects emitted when that threshold is met.", "$ref": "#/definitions/764203503" }, + "$metaProperties": {}, "minItems": 1 } }, diff --git a/metadata/json_schemas/DurabilityThreshold v1.21.10.json b/metadata/json_schemas/DurabilityThreshold v1.21.10.json index b3b03567d..33a431e53 100644 --- a/metadata/json_schemas/DurabilityThreshold v1.21.10.json +++ b/metadata/json_schemas/DurabilityThreshold v1.21.10.json @@ -7,11 +7,13 @@ "properties": { "durability": { "description": "The effects are emitted when the item durability value is less than or equal to this value.", - "type": "integer" + "type": "integer", + "$metaProperties": {} }, "particle_type": { "description": "Particle effect to emit when the threshold is met.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "sound_event": { "title": "enum SharedTypes::Legacy::LevelSoundEvent", @@ -507,7 +509,8 @@ "water", "whine", "wind_charge.burst" - ] + ], + "$metaProperties": {} } }, "$metaProperties": { diff --git a/metadata/json_schemas/Dyeable v1.21.30.json b/metadata/json_schemas/Dyeable v1.21.30.json index 73a2676e8..fc1e45c43 100644 --- a/metadata/json_schemas/Dyeable v1.21.30.json +++ b/metadata/json_schemas/Dyeable v1.21.30.json @@ -19,7 +19,8 @@ "minItems": 3, "maxItems": 3 } - ] + ], + "$metaProperties": {} } }, "title": "minecraft:dyeable v1.21.30", @@ -27,7 +28,8 @@ "properties": { "default_color": { "description": "[editor(type:color)]", - "$ref": "#/definitions/3915697282" + "$ref": "#/definitions/3915697282", + "$metaProperties": {} } }, "$metaProperties": { diff --git a/metadata/json_schemas/Enchantable v1.20.50.json b/metadata/json_schemas/Enchantable v1.20.50.json index 285a058d6..50895d605 100644 --- a/metadata/json_schemas/Enchantable v1.20.50.json +++ b/metadata/json_schemas/Enchantable v1.20.50.json @@ -7,11 +7,13 @@ "properties": { "slot": { "description": "Specifies which types of enchantments can be applied. For example, `bow` would allow this item to be enchanted as if it were a bow.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "value": { "description": "Specifies the value of the enchantment (minimum of 0).", "type": "integer", + "$metaProperties": {}, "minimum": 0.0 } }, diff --git a/metadata/json_schemas/EntityPlacer v1.20.50.json b/metadata/json_schemas/EntityPlacer v1.20.50.json index 3096cb060..112b2b801 100644 --- a/metadata/json_schemas/EntityPlacer v1.20.50.json +++ b/metadata/json_schemas/EntityPlacer v1.20.50.json @@ -14,7 +14,8 @@ { "type": "boolean" } - ] + ], + "$metaProperties": {} }, "748032502": { "title": "struct SharedTypes::v1_20_50::BlockDescriptor", @@ -36,19 +37,23 @@ "type": "object", "properties": { "name": { - "type": "string" + "type": "string", + "$metaProperties": {} }, "states": { "title": "associative container", "type": "object", "additionalProperties": { "$ref": "#/definitions/49501551" - } + }, + "$metaProperties": {} }, "tags": { - "type": "string" + "type": "string", + "$metaProperties": {} } - } + }, + "$metaProperties": {} } }, "title": "minecraft:entity_placer v1.20.50", @@ -61,11 +66,13 @@ "type": "array", "items": { "$ref": "#/definitions/748032502" - } + }, + "$metaProperties": {} }, "entity": { "description": "The entity to be placed in the world.", "type": "string", + "$metaProperties": {}, "minLength": 0, "pattern": "^(?:\\w+(?:\\.\\w+)*:(?=\\w))?(?:\\w+(?:\\.\\w+)*)(?:<((?:\\w+(?:\\.\\w+)*:(?=\\w))?\\w+(?:\\.\\w+)*)*>)?$" }, @@ -75,7 +82,8 @@ "type": "array", "items": { "$ref": "#/definitions/748032502" - } + }, + "$metaProperties": {} } }, "$metaProperties": { diff --git a/metadata/json_schemas/Expression Node.json b/metadata/json_schemas/Expression Node.json index 6aecb7df1..fe6c9281a 100644 --- a/metadata/json_schemas/Expression Node.json +++ b/metadata/json_schemas/Expression Node.json @@ -13,10 +13,12 @@ "type": "object", "properties": { "expression": { - "type": "string" + "type": "string", + "$metaProperties": {} }, "version": { - "type": "integer" + "type": "integer", + "$metaProperties": {} } }, "required": [ diff --git a/metadata/json_schemas/Feature Rule v1.21.20.json b/metadata/json_schemas/Feature Rule v1.21.20.json new file mode 100644 index 000000000..aa2c79611 --- /dev/null +++ b/metadata/json_schemas/Feature Rule v1.21.20.json @@ -0,0 +1,437 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$id": "3883188534", + "definitions": { + "1088251937": { + "title": "Filter Group", + "description": "Filters allow data objects to specify test criteria which allows their use. Filters can be defined by a single object of type (Filter Test), an array of tests, collection groups, or a combination of these objects.", + "oneOf": [ + { + "$ref": "#/definitions/4150989894" + }, + { + "title": "sequence container", + "type": "array", + "items": { + "description": "Filters allow data objects to specify test criteria which allows their use. Filters can be defined by a single object of type (Filter Test), an array of tests, collection groups, or a combination of these objects.", + "$ref": "#/definitions/1088251937" + } + }, + { + "type": "object", + "properties": { + "AND": { + "description": "Evaluates all tests in the group, all must pass in order for the group to pass.", + "$ref": "#/definitions/1088251937", + "$metaProperties": {} + }, + "NOT": { + "description": "Evaluates all tests in the group, all must fail in order for the group to pass.", + "$ref": "#/definitions/1088251937", + "$metaProperties": {} + }, + "OR": { + "description": "Evaluates tests in the group, one or more must pass in order for the group to pass.", + "$ref": "#/definitions/1088251937", + "$metaProperties": {} + }, + "all": { + "description": "Evaluates all tests in the group, all must pass in order for the group to pass.", + "$ref": "#/definitions/1088251937", + "$metaProperties": {} + }, + "all_of": { + "description": "Evaluates all tests in the group, all must pass in order for the group to pass.", + "$ref": "#/definitions/1088251937", + "$metaProperties": {} + }, + "any": { + "description": "Evaluates tests in the group, one or more must pass in order for the group to pass.", + "$ref": "#/definitions/1088251937", + "$metaProperties": {} + }, + "any_of": { + "description": "Evaluates tests in the group, one or more must pass in order for the group to pass.", + "$ref": "#/definitions/1088251937", + "$metaProperties": {} + }, + "none_of": { + "description": "Evaluates all tests in the group, all must fail in order for the group to pass.", + "$ref": "#/definitions/1088251937", + "$metaProperties": {} + } + } + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Filter Group v1.21.20" + } + }, + "2125594252": { + "title": "Feature Rule Definition", + "type": "object", + "properties": { + "conditions": { + "description": "Parameters to control where and when the feature will be placed.", + "$ref": "#/definitions/4231469203", + "$metaProperties": {} + }, + "description": { + "description": "Identifier for the Feature Rule and Feture to place.", + "$ref": "#/definitions/3683814853", + "$metaProperties": {} + }, + "distribution": { + "description": "Parameters controlling the initial scatter of the feature.", + "$ref": "#/definitions/2195141389", + "$metaProperties": {} + } + }, + "required": [ + "conditions", + "description" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false + } + }, + "2176758423": { + "title": "Scatter Chance", + "description": "Scatter probability represented by an expression or an object with a numerator and denominator.", + "oneOf": [ + { + "$ref": "#/definitions/3178719147" + }, + { + "type": "object", + "properties": { + "denominator": { + "description": "Denominator for scatter probability.", + "type": "integer", + "$metaProperties": {}, + "minimum": 1.0 + }, + "numerator": { + "description": "Numerator for scatter probability.", + "type": "integer", + "$metaProperties": {}, + "minimum": 1.0 + } + }, + "required": [ + "denominator", + "numerator" + ] + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Scatter Chance v1.21.10" + } + }, + "2195141389": { + "title": "Scatter Params", + "description": "Controls the scatter distribution of a particular object.", + "type": "object", + "properties": { + "coordinate_eval_order": { + "title": "Coordinate Evaluation Order", + "description": "The order in which coordinates will be evaluated. Should be used when a coordinate depends on another. If omitted, defaults to \"xzy\". Supported orders are defined by \"Coordinate Evaluation Order\".", + "type": "string", + "enum": [ + "xyz", + "xzy", + "yxz", + "yzx", + "zxy", + "zyx" + ], + "$metaProperties": {} + }, + "iterations": { + "description": "Number of scattered positions to generate.", + "$ref": "#/definitions/3178719147", + "$metaProperties": {} + }, + "scatter_chance": { + "description": "Probability that this scatter will occur. Not evaluated each iteration; either no iterations will run, or all will.", + "$ref": "#/definitions/2176758423", + "$metaProperties": {} + }, + "x": { + "description": "Distribution for the coordinate (evaluated each iteration).", + "$ref": "#/definitions/4150871210", + "$metaProperties": {} + }, + "y": { + "description": "Distribution for the coordinate (evaluated each iteration).", + "$ref": "#/definitions/4150871210", + "$metaProperties": {} + }, + "z": { + "description": "Distribution for the coordinate (evaluated each iteration).", + "$ref": "#/definitions/4150871210", + "$metaProperties": {} + } + }, + "required": [ + "iterations", + "x", + "y", + "z" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Scatter Params v1.21.10" + } + }, + "3178719147": { + "title": "struct SharedTypes::Legacy::ExpressionNode", + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + }, + { + "type": "object", + "properties": { + "expression": { + "type": "string", + "$metaProperties": {} + }, + "version": { + "type": "integer", + "$metaProperties": {} + } + }, + "required": [ + "expression", + "version" + ] + } + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Expression Node" + } + }, + "3683814853": { + "title": "Feature Rule Description", + "type": "object", + "properties": { + "identifier": { + "description": "The name of this feature rule in the format 'namespace_name:rule_name'. 'rule_name' must match the filename.", + "type": "string", + "$metaProperties": {} + }, + "places_feature": { + "description": "Named reference to the feature controlled by this rule.", + "type": "string", + "$metaProperties": {} + } + }, + "required": [ + "identifier", + "places_feature" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false + } + }, + "4150871210": { + "title": "Coordinate Range", + "description": "Represents the scatter distrubution over a coordinate (x/y/z), can also be built by an expression.", + "oneOf": [ + { + "$ref": "#/definitions/3178719147" + }, + { + "type": "object", + "properties": { + "distribution": { + "title": "Random Distribution Type", + "description": "Type of distribution. Supported distributions are defined by \"Random Distribution Type\".", + "type": "string", + "enum": [ + "fixed_grid", + "gaussian", + "inverse_gaussian", + "jittered_grid", + "triangle", + "uniform" + ], + "$metaProperties": {} + }, + "extent": { + "title": "sequence container", + "description": "Lower and upper bound (inclusive) of the scatter range, as an offset from the input point to scatter around.", + "type": "array", + "items": { + "$ref": "#/definitions/3178719147" + }, + "$metaProperties": {}, + "minItems": 2, + "maxItems": 2 + }, + "grid_offset": { + "description": "When the distribution type is grid, defines the offset along this axis.", + "type": "integer", + "$metaProperties": {}, + "minimum": 0.0 + }, + "step_size": { + "description": "When the distribution type is grid, defines the distance between steps along this axis.", + "type": "integer", + "$metaProperties": {}, + "minimum": 1.0 + } + }, + "required": [ + "distribution", + "extent" + ] + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Coordinate Range v1.21.10" + } + }, + "4150989894": { + "title": "Filter Test", + "type": "object", + "properties": { + "domain": { + "description": "The domain the test should be performed in.", + "oneOf": [ + { + "type": "boolean" + }, + { + "type": "integer" + }, + { + "type": "number" + }, + { + "type": "string" + } + ], + "$metaProperties": {} + }, + "operator": { + "description": "The comparison to apply with 'value'.", + "oneOf": [ + { + "type": "boolean" + }, + { + "type": "integer" + }, + { + "type": "number" + }, + { + "type": "string" + } + ], + "$metaProperties": {} + }, + "subject": { + "description": "The subject of this filter test.", + "oneOf": [ + { + "type": "boolean" + }, + { + "type": "integer" + }, + { + "type": "number" + }, + { + "type": "string" + } + ], + "$metaProperties": {} + }, + "test": { + "description": "The name of the test to apply.", + "type": "string", + "$metaProperties": {} + }, + "value": { + "description": "The value being compared with the test.", + "oneOf": [ + { + "type": "boolean" + }, + { + "type": "integer" + }, + { + "type": "number" + }, + { + "type": "string" + } + ], + "$metaProperties": {} + } + }, + "required": [ + "test" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Filter Test v1.21.20" + } + }, + "4231469203": { + "title": "Feature Rule Conditions", + "type": "object", + "properties": { + "minecraft:biome_filter": { + "description": "List of filter tests to determine which biomes this rule will attach to.", + "$ref": "#/definitions/1088251937", + "$metaProperties": {} + }, + "placement_pass": { + "description": "When the feature should be placed relative to others. Earlier passes in the list are guaranteed to occur before later passes. Order is not guaranteed within each pass.", + "type": "string", + "$metaProperties": {} + } + }, + "required": [ + "placement_pass" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false + } + } + }, + "title": "Feature Rule JSON File", + "type": "object", + "properties": { + "format_version": { + "description": "Version of the JSON schema used by this file.", + "type": "string", + "$metaProperties": {} + }, + "minecraft:feature_rules": { + "description": "A single Feature Rule Definition.", + "$ref": "#/definitions/2125594252", + "$metaProperties": {} + } + }, + "required": [ + "format_version", + "minecraft:feature_rules" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Feature Rule v1.21.20" + } +} \ No newline at end of file diff --git a/metadata/json_schemas/Filter Group v1.21.20.json b/metadata/json_schemas/Filter Group v1.21.20.json index ea1e3c894..0b49f70fa 100644 --- a/metadata/json_schemas/Filter Group v1.21.20.json +++ b/metadata/json_schemas/Filter Group v1.21.20.json @@ -21,7 +21,8 @@ { "type": "string" } - ] + ], + "$metaProperties": {} }, "operator": { "description": "The comparison to apply with 'value'.", @@ -38,7 +39,8 @@ { "type": "string" } - ] + ], + "$metaProperties": {} }, "subject": { "description": "The subject of this filter test.", @@ -55,11 +57,13 @@ { "type": "string" } - ] + ], + "$metaProperties": {} }, "test": { "description": "The name of the test to apply.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "value": { "description": "The value being compared with the test.", @@ -76,7 +80,8 @@ { "type": "string" } - ] + ], + "$metaProperties": {} } }, "required": [ @@ -107,35 +112,43 @@ "properties": { "AND": { "description": "Evaluates all tests in the group, all must pass in order for the group to pass.", - "$ref": "1088251937" + "$ref": "1088251937", + "$metaProperties": {} }, "NOT": { "description": "Evaluates all tests in the group, all must fail in order for the group to pass.", - "$ref": "1088251937" + "$ref": "1088251937", + "$metaProperties": {} }, "OR": { "description": "Evaluates tests in the group, one or more must pass in order for the group to pass.", - "$ref": "1088251937" + "$ref": "1088251937", + "$metaProperties": {} }, "all": { "description": "Evaluates all tests in the group, all must pass in order for the group to pass.", - "$ref": "1088251937" + "$ref": "1088251937", + "$metaProperties": {} }, "all_of": { "description": "Evaluates all tests in the group, all must pass in order for the group to pass.", - "$ref": "1088251937" + "$ref": "1088251937", + "$metaProperties": {} }, "any": { "description": "Evaluates tests in the group, one or more must pass in order for the group to pass.", - "$ref": "1088251937" + "$ref": "1088251937", + "$metaProperties": {} }, "any_of": { "description": "Evaluates tests in the group, one or more must pass in order for the group to pass.", - "$ref": "1088251937" + "$ref": "1088251937", + "$metaProperties": {} }, "none_of": { "description": "Evaluates all tests in the group, all must fail in order for the group to pass.", - "$ref": "1088251937" + "$ref": "1088251937", + "$metaProperties": {} } } } diff --git a/metadata/json_schemas/Filter Test v1.21.20.json b/metadata/json_schemas/Filter Test v1.21.20.json index c6f56a520..eea58411e 100644 --- a/metadata/json_schemas/Filter Test v1.21.20.json +++ b/metadata/json_schemas/Filter Test v1.21.20.json @@ -19,7 +19,8 @@ { "type": "string" } - ] + ], + "$metaProperties": {} }, "operator": { "description": "The comparison to apply with 'value'.", @@ -36,7 +37,8 @@ { "type": "string" } - ] + ], + "$metaProperties": {} }, "subject": { "description": "The subject of this filter test.", @@ -53,11 +55,13 @@ { "type": "string" } - ] + ], + "$metaProperties": {} }, "test": { "description": "The name of the test to apply.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "value": { "description": "The value being compared with the test.", @@ -74,7 +78,8 @@ { "type": "string" } - ] + ], + "$metaProperties": {} } }, "required": [ diff --git a/metadata/json_schemas/Food v1.20.50.json b/metadata/json_schemas/Food v1.20.50.json index 353bb42b4..d4ad8e828 100644 --- a/metadata/json_schemas/Food v1.20.50.json +++ b/metadata/json_schemas/Food v1.20.50.json @@ -27,20 +27,24 @@ "properties": { "can_always_eat": { "description": "If true you can always eat this item (even when not hungry). Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "nutrition": { "description": "Value that is added to the entity's nutrition when the item is used. Default is set to 0.", - "type": "integer" + "type": "integer", + "$metaProperties": {} }, "saturation_modifier": { "description": "saturation_modifier is used in this formula: (nutrition * saturation_modifier * 2) when applying the saturation buff. Default is set to 0.6.", "type": "number", + "$metaProperties": {}, "minimum": 0.0 }, "using_converts_to": { "description": "When used, converts to the item specified by the string in this field. Default does not convert item.", - "$ref": "#/definitions/1531870811" + "$ref": "#/definitions/1531870811", + "$metaProperties": {} } }, "$metaProperties": { diff --git a/metadata/json_schemas/Fuel v1.20.50.json b/metadata/json_schemas/Fuel v1.20.50.json index 974622fc1..e4cb7127a 100644 --- a/metadata/json_schemas/Fuel v1.20.50.json +++ b/metadata/json_schemas/Fuel v1.20.50.json @@ -14,6 +14,7 @@ "duration": { "description": "Amount of time, in seconds, this fuel will cook items.", "type": "number", + "$metaProperties": {}, "minimum": 0.05000000074505806 } } diff --git a/metadata/json_schemas/Glint v1.20.50.json b/metadata/json_schemas/Glint v1.20.50.json index 68c4718ec..610bcbdd7 100644 --- a/metadata/json_schemas/Glint v1.20.50.json +++ b/metadata/json_schemas/Glint v1.20.50.json @@ -12,7 +12,8 @@ "properties": { "value": { "description": "Determines whether the item has the glint effect.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } diff --git a/metadata/json_schemas/HandEquipped v1.20.50.json b/metadata/json_schemas/HandEquipped v1.20.50.json index 7491dbf81..3d52d27b3 100644 --- a/metadata/json_schemas/HandEquipped v1.20.50.json +++ b/metadata/json_schemas/HandEquipped v1.20.50.json @@ -12,7 +12,8 @@ "properties": { "value": { "description": "Determines whether the item is rendered like a tool while in the player's hand.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } diff --git a/metadata/json_schemas/HoverTextColor v1.20.50.json b/metadata/json_schemas/HoverTextColor v1.20.50.json index fad1e6a98..8a3d54fec 100644 --- a/metadata/json_schemas/HoverTextColor v1.20.50.json +++ b/metadata/json_schemas/HoverTextColor v1.20.50.json @@ -12,7 +12,8 @@ "properties": { "value": { "description": "Specifies the color of the item's hover text.", - "type": "string" + "type": "string", + "$metaProperties": {} } } } diff --git a/metadata/json_schemas/Icon v1.20.50.json b/metadata/json_schemas/Icon v1.20.50.json index b56fd448f..b444feffc 100644 --- a/metadata/json_schemas/Icon v1.20.50.json +++ b/metadata/json_schemas/Icon v1.20.50.json @@ -11,7 +11,8 @@ "properties": { "texture": { "description": "The key from the resource_pack/textures/item_texture.json 'texture_data' object associated with the texture file.", - "type": "string" + "type": "string", + "$metaProperties": {} } } } diff --git a/metadata/json_schemas/Icon v1.20.60.json b/metadata/json_schemas/Icon v1.20.60.json index fdb19c624..35ec26aa7 100644 --- a/metadata/json_schemas/Icon v1.20.60.json +++ b/metadata/json_schemas/Icon v1.20.60.json @@ -16,7 +16,8 @@ "type": "object", "additionalProperties": { "type": "string" - } + }, + "$metaProperties": {} } } } diff --git a/metadata/json_schemas/Jigsaw v1.21.20.json b/metadata/json_schemas/Jigsaw v1.21.20.json index 95524f1c3..8117a988a 100644 --- a/metadata/json_schemas/Jigsaw v1.21.20.json +++ b/metadata/json_schemas/Jigsaw v1.21.20.json @@ -8,10 +8,12 @@ "properties": { "biome_filters": { "description": "Biomes in which the Jigsaw Structure can generate.", - "$ref": "#/definitions/1088251937" + "$ref": "#/definitions/1088251937", + "$metaProperties": {} }, "description": { - "$ref": "#/definitions/1292959213" + "$ref": "#/definitions/1292959213", + "$metaProperties": {} }, "heightmap_projection": { "title": "enum SharedTypes::v1_21_20::JigsawStructureDefinition::HeightmapProjection", @@ -20,21 +22,25 @@ "enum": [ "ocean_floor", "world_surface" - ] + ], + "$metaProperties": {} }, "max_depth": { "description": "The maximum recursion depth for Jigsaw Structure Generation. For example, a Jigsaw Structure that builds a road with a max_depth of 5 will only have paths that are a maximum of 5 structures templates in length in any given direction from the origin.", "type": "integer", + "$metaProperties": {}, "minimum": 0.0, "maximum": 20.0 }, "start_height": { "description": "Height at which the Jigsaw Structure's start pool should begin.", - "type": "integer" + "type": "integer", + "$metaProperties": {} }, "start_pool": { "description": "The first Template Pool to use when generating the Jigsaw Structure.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "step": { "title": "GenerationStep", @@ -52,7 +58,8 @@ "underground_ores", "underground_structures", "vegetal_decoration" - ] + ], + "$metaProperties": {} }, "terrain_adaptation": { "title": "enum SharedTypes::v1_21_20::JigsawStructureDefinition::TerrainAdaptation", @@ -64,7 +71,8 @@ "bury", "encapsulate", "none" - ] + ], + "$metaProperties": {} } }, "required": [ @@ -74,7 +82,8 @@ "start_height", "start_pool", "step" - ] + ], + "$metaProperties": {} }, "1088251937": { "title": "Filter Group", @@ -96,35 +105,43 @@ "properties": { "AND": { "description": "Evaluates all tests in the group, all must pass in order for the group to pass.", - "$ref": "#/definitions/1088251937" + "$ref": "#/definitions/1088251937", + "$metaProperties": {} }, "NOT": { "description": "Evaluates all tests in the group, all must fail in order for the group to pass.", - "$ref": "#/definitions/1088251937" + "$ref": "#/definitions/1088251937", + "$metaProperties": {} }, "OR": { "description": "Evaluates tests in the group, one or more must pass in order for the group to pass.", - "$ref": "#/definitions/1088251937" + "$ref": "#/definitions/1088251937", + "$metaProperties": {} }, "all": { "description": "Evaluates all tests in the group, all must pass in order for the group to pass.", - "$ref": "#/definitions/1088251937" + "$ref": "#/definitions/1088251937", + "$metaProperties": {} }, "all_of": { "description": "Evaluates all tests in the group, all must pass in order for the group to pass.", - "$ref": "#/definitions/1088251937" + "$ref": "#/definitions/1088251937", + "$metaProperties": {} }, "any": { "description": "Evaluates tests in the group, one or more must pass in order for the group to pass.", - "$ref": "#/definitions/1088251937" + "$ref": "#/definitions/1088251937", + "$metaProperties": {} }, "any_of": { "description": "Evaluates tests in the group, one or more must pass in order for the group to pass.", - "$ref": "#/definitions/1088251937" + "$ref": "#/definitions/1088251937", + "$metaProperties": {} }, "none_of": { "description": "Evaluates all tests in the group, all must fail in order for the group to pass.", - "$ref": "#/definitions/1088251937" + "$ref": "#/definitions/1088251937", + "$metaProperties": {} } } } @@ -140,12 +157,14 @@ "properties": { "identifier": { "description": "Identifier of the Jigsaw Structure.", - "type": "string" + "type": "string", + "$metaProperties": {} } }, "required": [ "identifier" - ] + ], + "$metaProperties": {} }, "4150989894": { "title": "Filter Test", @@ -166,7 +185,8 @@ { "type": "string" } - ] + ], + "$metaProperties": {} }, "operator": { "description": "The comparison to apply with 'value'.", @@ -183,7 +203,8 @@ { "type": "string" } - ] + ], + "$metaProperties": {} }, "subject": { "description": "The subject of this filter test.", @@ -200,11 +221,13 @@ { "type": "string" } - ] + ], + "$metaProperties": {} }, "test": { "description": "The name of the test to apply.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "value": { "description": "The value being compared with the test.", @@ -221,7 +244,8 @@ { "type": "string" } - ] + ], + "$metaProperties": {} } }, "required": [ @@ -237,11 +261,13 @@ "type": "object", "properties": { "format_version": { - "type": "string" + "type": "string", + "$metaProperties": {} }, "minecraft:jigsaw": { "description": "A Jigsaw Structure is a group of Structure Templates that make up a larger structure. Jigsaw Structures are placed during world generation.", - "$ref": "#/definitions/1007525655" + "$ref": "#/definitions/1007525655", + "$metaProperties": {} } }, "required": [ diff --git a/metadata/json_schemas/LiquidClipped v1.20.50.json b/metadata/json_schemas/LiquidClipped v1.20.50.json index f716ef751..5821ffbde 100644 --- a/metadata/json_schemas/LiquidClipped v1.20.50.json +++ b/metadata/json_schemas/LiquidClipped v1.20.50.json @@ -12,7 +12,8 @@ "properties": { "value": { "description": "Deterines whether the item interacts with liquid blocks on use.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } diff --git a/metadata/json_schemas/MaxStackSize v1.20.50.json b/metadata/json_schemas/MaxStackSize v1.20.50.json index 5fc38366f..75c8809ee 100644 --- a/metadata/json_schemas/MaxStackSize v1.20.50.json +++ b/metadata/json_schemas/MaxStackSize v1.20.50.json @@ -15,6 +15,7 @@ "value": { "description": "Specifies how many of the item that can be stacked.", "type": "integer", + "$metaProperties": {}, "minimum": 1.0, "maximum": 64.0 } diff --git a/metadata/json_schemas/Planter v1.20.50.json b/metadata/json_schemas/Planter v1.20.50.json index e6d79b482..fc81bbffc 100644 --- a/metadata/json_schemas/Planter v1.20.50.json +++ b/metadata/json_schemas/Planter v1.20.50.json @@ -14,7 +14,8 @@ { "type": "boolean" } - ] + ], + "$metaProperties": {} }, "748032502": { "title": "struct SharedTypes::v1_20_50::BlockDescriptor", @@ -36,19 +37,23 @@ "type": "object", "properties": { "name": { - "type": "string" + "type": "string", + "$metaProperties": {} }, "states": { "title": "associative container", "type": "object", "additionalProperties": { "$ref": "#/definitions/49501551" - } + }, + "$metaProperties": {} }, "tags": { - "type": "string" + "type": "string", + "$metaProperties": {} } - } + }, + "$metaProperties": {} } }, "title": "minecraft:block_placer v1.20.50", @@ -57,7 +62,8 @@ "properties": { "block": { "description": "Defines the block that will be placed.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "use_on": { "title": "sequence container", @@ -65,7 +71,8 @@ "type": "array", "items": { "$ref": "#/definitions/748032502" - } + }, + "$metaProperties": {} } }, "required": [ diff --git a/metadata/json_schemas/Processor List v1.21.20.json b/metadata/json_schemas/Processor List v1.21.20.json index ed3e47d43..ee80ba003 100644 --- a/metadata/json_schemas/Processor List v1.21.20.json +++ b/metadata/json_schemas/Processor List v1.21.20.json @@ -9,14 +9,16 @@ "properties": { "loot_table": { "description": "The loot table to append", - "type": "string" + "type": "string", + "$metaProperties": {} }, "type": { "title": "enum SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::BlockEntityModifierType", "type": "string", "enum": [ "minecraft:append_loot" - ] + ], + "$metaProperties": {} } }, "required": [ @@ -33,12 +35,14 @@ "properties": { "identifier": { "description": "Identifier of the Processor List. This is referenced by Template Pools when pairing processors with Structure Templates.", - "type": "string" + "type": "string", + "$metaProperties": {} } }, "required": [ "identifier" - ] + ], + "$metaProperties": {} }, "1354340864": { "title": "struct SharedTypes::v1_21_20::ConstantIntProvider", @@ -50,11 +54,13 @@ "type": "string", "enum": [ "constant" - ] + ], + "$metaProperties": {} }, "value": { "description": "Constant value", - "type": "integer" + "type": "integer", + "$metaProperties": {} } }, "required": [ @@ -70,7 +76,8 @@ "type": "object", "properties": { "description": { - "$ref": "#/definitions/1218029234" + "$ref": "#/definitions/1218029234", + "$metaProperties": {} }, "processors": { "title": "sequence container", @@ -95,13 +102,15 @@ "$ref": "#/definitions/2581260060" } ] - } + }, + "$metaProperties": {} } }, "required": [ "description", "processors" - ] + ], + "$metaProperties": {} }, "1556792771": { "title": "struct SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::AlwaysTruePos", @@ -113,7 +122,8 @@ "type": "string", "enum": [ "minecraft:always_true" - ] + ], + "$metaProperties": {} } }, "required": [ @@ -130,18 +140,21 @@ "properties": { "max_inclusive": { "description": "Maximum value (inclusive)", - "type": "integer" + "type": "integer", + "$metaProperties": {} }, "min_inclusive": { "description": "Minimum value (inclusive)", - "type": "integer" + "type": "integer", + "$metaProperties": {} }, "type": { "title": "enum SharedTypes::v1_21_20::IntProviderType", "type": "string", "enum": [ "uniform" - ] + ], + "$metaProperties": {} } }, "required": [ @@ -153,46 +166,6 @@ "CEREAL_DOCUMENTATION_TAG": false } }, - "1790427995": { - "title": "struct SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::ArcheologyBlockLootMatch", - "description": "Predicate that replaces a block and adds loot.", - "type": "object", - "properties": { - "block_mapping": { - "title": "associative container", - "description": "Mapping of block types to replace.", - "type": "object", - "additionalProperties": { - "type": "string" - } - }, - "limit": { - "description": "Maximum number of blocks to replace within the structure.", - "type": "integer" - }, - "loot_table": { - "description": "Loot table to assign to the replaced blocks.", - "type": "string" - }, - "predicate_type": { - "title": "enum SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::BlockType", - "description": "Predicate that replaces a block and adds a loot table.", - "type": "string", - "enum": [ - "minecraft:archeology_block_loot" - ] - } - }, - "required": [ - "block_mapping", - "limit", - "loot_table", - "predicate_type" - ], - "$metaProperties": { - "CEREAL_DOCUMENTATION_TAG": false - } - }, "1810898542": { "title": "struct SharedTypes::v1_21_20::JigsawStructure::Processors::ProtectedBlock", "description": "Protect blocks from this structure's placement in the world. Ensuring that it does not replace matching blocks in the world", @@ -203,11 +176,13 @@ "type": "string", "enum": [ "minecraft:protected_blocks" - ] + ], + "$metaProperties": {} }, "value": { "description": "Block tag for the blocks that will be protected", - "type": "string" + "type": "string", + "$metaProperties": {} } }, "required": [ @@ -225,14 +200,16 @@ "properties": { "block": { "description": "The block to match against.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "predicate_type": { "title": "enum SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::BlockType", "type": "string", "enum": [ "minecraft:block_match" - ] + ], + "$metaProperties": {} } }, "required": [ @@ -263,7 +240,8 @@ "description": "Protect blocks from this structure's placement in the world. Ensuring that it does not replace matching blocks in the world", "$ref": "#/definitions/1810898542" } - ] + ], + "$metaProperties": {} }, "limit": { "description": "The maximum number of times that this delegate can be applied.", @@ -279,14 +257,16 @@ "description": "Specifies a uniformly distributed integer", "$ref": "#/definitions/1740413124" } - ] + ], + "$metaProperties": {} }, "processor_type": { "title": "enum SharedTypes::v1_21_20::JigsawStructure::Processors::Type", "type": "string", "enum": [ "minecraft:capped" - ] + ], + "$metaProperties": {} } }, "required": [ @@ -308,7 +288,8 @@ "type": "string", "enum": [ "minecraft:rule" - ] + ], + "$metaProperties": {} }, "rules": { "title": "sequence container", @@ -317,7 +298,8 @@ "items": { "description": "A block rule that is evaluated on all blocks of a Structure Template. All predicates must evaluate to true in order for a block to be replaced by the output_state.", "$ref": "#/definitions/3035388266" - } + }, + "$metaProperties": {} } }, "required": [ @@ -338,11 +320,13 @@ "type": "string", "enum": [ "minecraft:tag_match" - ] + ], + "$metaProperties": {} }, "tag": { "description": "The tag to be matched", - "type": "string" + "type": "string", + "$metaProperties": {} } }, "required": [ @@ -369,7 +353,8 @@ "description": "Modifier will attempt to add loot to a block entity.", "$ref": "#/definitions/1134690608" } - ] + ], + "$metaProperties": {} }, "input_predicate": { "description": "A predicate evaluated on the Structure Template block.", @@ -390,7 +375,8 @@ "description": "Predicate that evaluates to true if the block at the specified location constains the tag.", "$ref": "#/definitions/3034820683" } - ] + ], + "$metaProperties": {} }, "location_predicate": { "description": "A predicate evaluated on the world block.", @@ -411,11 +397,13 @@ "description": "Predicate that evaluates to true if the block at the specified location constains the tag.", "$ref": "#/definitions/3034820683" } - ] + ], + "$metaProperties": {} }, "output_state": { "description": "Block to replace the world block with if all predicates evaluate to true.", - "$ref": "#/definitions/3076687790" + "$ref": "#/definitions/3076687790", + "$metaProperties": {} }, "position_predicate": { "description": "A predicate evaluated on the distance between the structure's world origin and the world block.", @@ -427,14 +415,14 @@ { "description": "Predicate that evalutes to true if the block is within the distance range along the provided axis and and random number is generated between chance range", "$ref": "#/definitions/3839910888" - }, - { - "description": "Predicate that replaces a block and adds loot.", - "$ref": "#/definitions/1790427995" } - ] + ], + "$metaProperties": {} } }, + "required": [ + "output_state" + ], "$metaProperties": { "CEREAL_DOCUMENTATION_TAG": false, "CEREAL_JSON_SCHEMA": "Processor Rule v1.21.20" @@ -452,7 +440,8 @@ "properties": { "name": { "description": "Name of the block", - "type": "string" + "type": "string", + "$metaProperties": {} }, "states": { "title": "associative container", @@ -470,7 +459,8 @@ "type": "string" } ] - } + }, + "$metaProperties": {} } }, "required": [ @@ -494,14 +484,16 @@ "type": "array", "items": { "type": "string" - } + }, + "$metaProperties": {} }, "processor_type": { "title": "enum SharedTypes::v1_21_20::JigsawStructure::Processors::Type", "type": "string", "enum": [ "minecraft:block_ignore" - ] + ], + "$metaProperties": {} } }, "required": [ @@ -519,18 +511,21 @@ "properties": { "block": { "description": "The block to match against.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "predicate_type": { "title": "enum SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::BlockType", "type": "string", "enum": [ "minecraft:random_block_match" - ] + ], + "$metaProperties": {} }, "probability": { "description": "Probability of the evaluating to true when the block matches.", "type": "number", + "$metaProperties": {}, "minimum": 0.0, "exclusiveMaximum": 1.0 } @@ -556,24 +551,29 @@ "x", "y", "z" - ] + ], + "$metaProperties": {} }, "max_chance": { "type": "number", + "$metaProperties": {}, "minimum": 0.0, "exclusiveMaximum": 1.0 }, "max_dist": { "type": "integer", + "$metaProperties": {}, "minimum": 0.0 }, "min_chance": { "type": "number", + "$metaProperties": {}, "minimum": 0.0, "exclusiveMaximum": 1.0 }, "min_dist": { "type": "integer", + "$metaProperties": {}, "minimum": 0.0 }, "predicate_type": { @@ -581,7 +581,8 @@ "type": "string", "enum": [ "minecraft:axis_aligned_linear_pos" - ] + ], + "$metaProperties": {} } }, "required": [ @@ -601,7 +602,8 @@ "type": "string", "enum": [ "minecraft:always_true" - ] + ], + "$metaProperties": {} } }, "required": [ @@ -621,7 +623,8 @@ "type": "string", "enum": [ "minecraft:passthrough" - ] + ], + "$metaProperties": {} } }, "required": [ @@ -636,11 +639,13 @@ "type": "object", "properties": { "format_version": { - "type": "string" + "type": "string", + "$metaProperties": {} }, "minecraft:processor_list": { "description": "Rules used by Jigsaw Structures to determine which blocks to modify or replace when placing a Structure Template in the world.", - "$ref": "#/definitions/1391327946" + "$ref": "#/definitions/1391327946", + "$metaProperties": {} } }, "required": [ diff --git a/metadata/json_schemas/Processor Rule v1.21.20.json b/metadata/json_schemas/Processor Rule v1.21.20.json index 627b3e957..4a5af1ef8 100644 --- a/metadata/json_schemas/Processor Rule v1.21.20.json +++ b/metadata/json_schemas/Processor Rule v1.21.20.json @@ -9,14 +9,16 @@ "properties": { "loot_table": { "description": "The loot table to append", - "type": "string" + "type": "string", + "$metaProperties": {} }, "type": { "title": "enum SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::BlockEntityModifierType", "type": "string", "enum": [ "minecraft:append_loot" - ] + ], + "$metaProperties": {} } }, "required": [ @@ -37,50 +39,11 @@ "type": "string", "enum": [ "minecraft:always_true" - ] - } - }, - "required": [ - "predicate_type" - ], - "$metaProperties": { - "CEREAL_DOCUMENTATION_TAG": false - } - }, - "1790427995": { - "title": "struct SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::ArcheologyBlockLootMatch", - "description": "Predicate that replaces a block and adds loot.", - "type": "object", - "properties": { - "block_mapping": { - "title": "associative container", - "description": "Mapping of block types to replace.", - "type": "object", - "additionalProperties": { - "type": "string" - } - }, - "limit": { - "description": "Maximum number of blocks to replace within the structure.", - "type": "integer" - }, - "loot_table": { - "description": "Loot table to assign to the replaced blocks.", - "type": "string" - }, - "predicate_type": { - "title": "enum SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::BlockType", - "description": "Predicate that replaces a block and adds a loot table.", - "type": "string", - "enum": [ - "minecraft:archeology_block_loot" - ] + ], + "$metaProperties": {} } }, "required": [ - "block_mapping", - "limit", - "loot_table", "predicate_type" ], "$metaProperties": { @@ -94,14 +57,16 @@ "properties": { "block": { "description": "The block to match against.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "predicate_type": { "title": "enum SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::BlockType", "type": "string", "enum": [ "minecraft:block_match" - ] + ], + "$metaProperties": {} } }, "required": [ @@ -122,11 +87,13 @@ "type": "string", "enum": [ "minecraft:tag_match" - ] + ], + "$metaProperties": {} }, "tag": { "description": "The tag to be matched", - "type": "string" + "type": "string", + "$metaProperties": {} } }, "required": [ @@ -149,7 +116,8 @@ "properties": { "name": { "description": "Name of the block", - "type": "string" + "type": "string", + "$metaProperties": {} }, "states": { "title": "associative container", @@ -167,7 +135,8 @@ "type": "string" } ] - } + }, + "$metaProperties": {} } }, "required": [ @@ -187,18 +156,21 @@ "properties": { "block": { "description": "The block to match against.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "predicate_type": { "title": "enum SharedTypes::v1_21_20::JigsawStructure::ProcessorRule::BlockType", "type": "string", "enum": [ "minecraft:random_block_match" - ] + ], + "$metaProperties": {} }, "probability": { "description": "Probability of the evaluating to true when the block matches.", "type": "number", + "$metaProperties": {}, "minimum": 0.0, "exclusiveMaximum": 1.0 } @@ -224,24 +196,29 @@ "x", "y", "z" - ] + ], + "$metaProperties": {} }, "max_chance": { "type": "number", + "$metaProperties": {}, "minimum": 0.0, "exclusiveMaximum": 1.0 }, "max_dist": { "type": "integer", + "$metaProperties": {}, "minimum": 0.0 }, "min_chance": { "type": "number", + "$metaProperties": {}, "minimum": 0.0, "exclusiveMaximum": 1.0 }, "min_dist": { "type": "integer", + "$metaProperties": {}, "minimum": 0.0 }, "predicate_type": { @@ -249,7 +226,8 @@ "type": "string", "enum": [ "minecraft:axis_aligned_linear_pos" - ] + ], + "$metaProperties": {} } }, "required": [ @@ -269,7 +247,8 @@ "type": "string", "enum": [ "minecraft:always_true" - ] + ], + "$metaProperties": {} } }, "required": [ @@ -289,7 +268,8 @@ "type": "string", "enum": [ "minecraft:passthrough" - ] + ], + "$metaProperties": {} } }, "required": [ @@ -315,7 +295,8 @@ "description": "Modifier will attempt to add loot to a block entity.", "$ref": "#/definitions/1134690608" } - ] + ], + "$metaProperties": {} }, "input_predicate": { "description": "A predicate evaluated on the Structure Template block.", @@ -336,7 +317,8 @@ "description": "Predicate that evaluates to true if the block at the specified location constains the tag.", "$ref": "#/definitions/3034820683" } - ] + ], + "$metaProperties": {} }, "location_predicate": { "description": "A predicate evaluated on the world block.", @@ -357,11 +339,13 @@ "description": "Predicate that evaluates to true if the block at the specified location constains the tag.", "$ref": "#/definitions/3034820683" } - ] + ], + "$metaProperties": {} }, "output_state": { "description": "Block to replace the world block with if all predicates evaluate to true.", - "$ref": "#/definitions/3076687790" + "$ref": "#/definitions/3076687790", + "$metaProperties": {} }, "position_predicate": { "description": "A predicate evaluated on the distance between the structure's world origin and the world block.", @@ -373,14 +357,14 @@ { "description": "Predicate that evalutes to true if the block is within the distance range along the provided axis and and random number is generated between chance range", "$ref": "#/definitions/3839910888" - }, - { - "description": "Predicate that replaces a block and adds loot.", - "$ref": "#/definitions/1790427995" } - ] + ], + "$metaProperties": {} } }, + "required": [ + "output_state" + ], "$metaProperties": { "CEREAL_DOCUMENTATION_TAG": false, "CEREAL_JSON_SCHEMA": "Processor Rule v1.21.20" diff --git a/metadata/json_schemas/Projectile v1.20.50.json b/metadata/json_schemas/Projectile v1.20.50.json index 3297dd658..8c1a7b107 100644 --- a/metadata/json_schemas/Projectile v1.20.50.json +++ b/metadata/json_schemas/Projectile v1.20.50.json @@ -7,11 +7,13 @@ "properties": { "minimum_critical_power": { "description": "Specifies how long a player must charge a projectile for it to critically hit.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "projectile_entity": { "description": "Which entity is to be fired as a projectile.", "type": "string", + "$metaProperties": {}, "minLength": 0, "pattern": "^(?:\\w+(?:\\.\\w+)*:(?=\\w))?(?:\\w+(?:\\.\\w+)*)(?:<((?:\\w+(?:\\.\\w+)*:(?=\\w))?\\w+(?:\\.\\w+)*)*>)?$" } diff --git a/metadata/json_schemas/Rarity v1.21.30.json b/metadata/json_schemas/Rarity v1.21.30.json index 26457839b..2eb498c23 100644 --- a/metadata/json_schemas/Rarity v1.21.30.json +++ b/metadata/json_schemas/Rarity v1.21.30.json @@ -12,7 +12,8 @@ "properties": { "value": { "description": "Sets the base rarity of the item. The rarity of an item automatically increases when enchanted, either to Rare when the base rarity is Common or Uncommon, or Epic when the base rarity is Rare.", - "type": "string" + "type": "string", + "$metaProperties": {} } } } diff --git a/metadata/json_schemas/Record v1.20.50.json b/metadata/json_schemas/Record v1.20.50.json index e034f7413..54ea1b6df 100644 --- a/metadata/json_schemas/Record v1.20.50.json +++ b/metadata/json_schemas/Record v1.20.50.json @@ -7,11 +7,13 @@ "properties": { "comparator_signal": { "description": "Specifies signal strength for comparator blocks to use, from 1 - 13.", - "type": "integer" + "type": "integer", + "$metaProperties": {} }, "duration": { "description": "Specifies duration of sound event in seconds, float value.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "sound_event": { "title": "enum SharedTypes::Legacy::LevelSoundEvent", @@ -507,7 +509,8 @@ "water", "whine", "wind_charge.burst" - ] + ], + "$metaProperties": {} } }, "$metaProperties": { diff --git a/metadata/json_schemas/Repair v1.20.50.json b/metadata/json_schemas/Repair v1.20.50.json index e8bfbaabd..3144e4306 100644 --- a/metadata/json_schemas/Repair v1.20.50.json +++ b/metadata/json_schemas/Repair v1.20.50.json @@ -33,10 +33,12 @@ "type": "object", "properties": { "expression": { - "type": "string" + "type": "string", + "$metaProperties": {} }, "version": { - "type": "integer" + "type": "integer", + "$metaProperties": {} } }, "required": [ @@ -68,11 +70,13 @@ "type": "array", "items": { "$ref": "#/definitions/1531870811" - } + }, + "$metaProperties": {} }, "repair_amount": { "description": "How much the item is repaired.", - "$ref": "#/definitions/3178719147" + "$ref": "#/definitions/3178719147", + "$metaProperties": {} } }, "required": [ diff --git a/metadata/json_schemas/Repairable v1.20.50.json b/metadata/json_schemas/Repairable v1.20.50.json index b91e2a0a7..224ad131a 100644 --- a/metadata/json_schemas/Repairable v1.20.50.json +++ b/metadata/json_schemas/Repairable v1.20.50.json @@ -33,10 +33,12 @@ "type": "object", "properties": { "expression": { - "type": "string" + "type": "string", + "$metaProperties": {} }, "version": { - "type": "integer" + "type": "integer", + "$metaProperties": {} } }, "required": [ @@ -68,11 +70,13 @@ "type": "array", "items": { "$ref": "#/definitions/1531870811" - } + }, + "$metaProperties": {} }, "repair_amount": { "description": "How much the item is repaired.", - "$ref": "#/definitions/3178719147" + "$ref": "#/definitions/3178719147", + "$metaProperties": {} } }, "required": [ @@ -96,7 +100,8 @@ "type": "array", "items": { "$ref": "#/definitions/3256164975" - } + }, + "$metaProperties": {} } }, "$metaProperties": { diff --git a/metadata/json_schemas/Scatter Chance v1.21.10.json b/metadata/json_schemas/Scatter Chance v1.21.10.json index 17153ec1e..2b9d2abef 100644 --- a/metadata/json_schemas/Scatter Chance v1.21.10.json +++ b/metadata/json_schemas/Scatter Chance v1.21.10.json @@ -15,10 +15,12 @@ "type": "object", "properties": { "expression": { - "type": "string" + "type": "string", + "$metaProperties": {} }, "version": { - "type": "integer" + "type": "integer", + "$metaProperties": {} } }, "required": [ @@ -44,11 +46,13 @@ "denominator": { "description": "Denominator for scatter probability.", "type": "integer", + "$metaProperties": {}, "minimum": 1.0 }, "numerator": { "description": "Numerator for scatter probability.", "type": "integer", + "$metaProperties": {}, "minimum": 1.0 } }, diff --git a/metadata/json_schemas/Scatter Params v1.21.10.json b/metadata/json_schemas/Scatter Params v1.21.10.json index 7bb75d6d7..32498bbc1 100644 --- a/metadata/json_schemas/Scatter Params v1.21.10.json +++ b/metadata/json_schemas/Scatter Params v1.21.10.json @@ -15,11 +15,13 @@ "denominator": { "description": "Denominator for scatter probability.", "type": "integer", + "$metaProperties": {}, "minimum": 1.0 }, "numerator": { "description": "Numerator for scatter probability.", "type": "integer", + "$metaProperties": {}, "minimum": 1.0 } }, @@ -47,10 +49,12 @@ "type": "object", "properties": { "expression": { - "type": "string" + "type": "string", + "$metaProperties": {} }, "version": { - "type": "integer" + "type": "integer", + "$metaProperties": {} } }, "required": [ @@ -84,7 +88,8 @@ "jittered_grid", "triangle", "uniform" - ] + ], + "$metaProperties": {} }, "extent": { "title": "sequence container", @@ -93,17 +98,20 @@ "items": { "$ref": "#/definitions/3178719147" }, + "$metaProperties": {}, "minItems": 2, "maxItems": 2 }, "grid_offset": { "description": "When the distribution type is grid, defines the offset along this axis.", "type": "integer", + "$metaProperties": {}, "minimum": 0.0 }, "step_size": { "description": "When the distribution type is grid, defines the distance between steps along this axis.", "type": "integer", + "$metaProperties": {}, "minimum": 1.0 } }, @@ -134,27 +142,33 @@ "yzx", "zxy", "zyx" - ] + ], + "$metaProperties": {} }, "iterations": { "description": "Number of scattered positions to generate.", - "$ref": "#/definitions/3178719147" + "$ref": "#/definitions/3178719147", + "$metaProperties": {} }, "scatter_chance": { "description": "Probability that this scatter will occur. Not evaluated each iteration; either no iterations will run, or all will.", - "$ref": "#/definitions/2176758423" + "$ref": "#/definitions/2176758423", + "$metaProperties": {} }, "x": { "description": "Distribution for the coordinate (evaluated each iteration).", - "$ref": "#/definitions/4150871210" + "$ref": "#/definitions/4150871210", + "$metaProperties": {} }, "y": { "description": "Distribution for the coordinate (evaluated each iteration).", - "$ref": "#/definitions/4150871210" + "$ref": "#/definitions/4150871210", + "$metaProperties": {} }, "z": { "description": "Distribution for the coordinate (evaluated each iteration).", - "$ref": "#/definitions/4150871210" + "$ref": "#/definitions/4150871210", + "$metaProperties": {} } }, "required": [ diff --git a/metadata/json_schemas/Shooter v1.20.50.json b/metadata/json_schemas/Shooter v1.20.50.json index bfcab5b9a..4c1198fb9 100644 --- a/metadata/json_schemas/Shooter v1.20.50.json +++ b/metadata/json_schemas/Shooter v1.20.50.json @@ -26,19 +26,23 @@ "properties": { "item": { "description": "Ammunition item description identifier.", - "$ref": "#/definitions/1531870811" + "$ref": "#/definitions/1531870811", + "$metaProperties": {} }, "search_inventory": { "description": "Can search inventory? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "use_in_creative": { "description": "Can use in creative mode? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "use_offhand": { "description": "Can use off-hand? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } }, "required": [ @@ -60,19 +64,23 @@ "type": "array", "items": { "$ref": "#/definitions/2681068491" - } + }, + "$metaProperties": {} }, "charge_on_draw": { "description": "Charge on draw? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "max_draw_duration": { "description": "Draw Duration. Default is set to 0.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "scale_power_by_draw_duration": { "description": "Scale power by draw duration? Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } }, "$metaProperties": { diff --git a/metadata/json_schemas/ShouldDespawn v1.20.50.json b/metadata/json_schemas/ShouldDespawn v1.20.50.json index 372cfa618..88fdd3c1d 100644 --- a/metadata/json_schemas/ShouldDespawn v1.20.50.json +++ b/metadata/json_schemas/ShouldDespawn v1.20.50.json @@ -12,7 +12,8 @@ "properties": { "value": { "description": "Determines whether the item should eventually despawn while floating in the world.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } diff --git a/metadata/json_schemas/StackedByData v1.20.50.json b/metadata/json_schemas/StackedByData v1.20.50.json index d1b8fedb5..c0199f285 100644 --- a/metadata/json_schemas/StackedByData v1.20.50.json +++ b/metadata/json_schemas/StackedByData v1.20.50.json @@ -12,7 +12,8 @@ "properties": { "value": { "description": "Determines whether the same item with different aux values can stack. Also defines whether the item entities can merge while floating in the world.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } } } diff --git a/metadata/json_schemas/Storage Item v1.21.30.json b/metadata/json_schemas/Storage Item v1.21.30.json index ece9d6970..36ecc1e9b 100644 --- a/metadata/json_schemas/Storage Item v1.21.30.json +++ b/metadata/json_schemas/Storage Item v1.21.30.json @@ -27,7 +27,8 @@ "properties": { "allow_nested_storage_items": { "description": "Determines whether another Storage Item is allowed inside of this item. Default is true.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "allowed_items": { "title": "sequence container", @@ -35,7 +36,8 @@ "type": "array", "items": { "$ref": "#/definitions/1531870811" - } + }, + "$metaProperties": {} }, "banned_items": { "title": "sequence container", @@ -43,21 +45,25 @@ "type": "array", "items": { "$ref": "#/definitions/1531870811" - } + }, + "$metaProperties": {} }, "max_slots": { "description": "The maximum number of different item stacks. Maximum is 64. Default is 64.", "type": "integer", + "$metaProperties": {}, "maximum": 64.0 }, "max_weight_limit": { "description": "The maximum allowed weight of the sum of all contained items. Maximum is 64. Default is 64.", "type": "integer", + "$metaProperties": {}, "maximum": 64.0 }, "weight_in_storage_item": { "description": "The weight of this item when inside another Storage Item. Default is 4. 0 means item is not allowed in another Storage Item.", "type": "integer", + "$metaProperties": {}, "minimum": 0.0 } }, diff --git a/metadata/json_schemas/Structure Set v1.21.20.json b/metadata/json_schemas/Structure Set v1.21.20.json index a6565e567..4feb3d15e 100644 --- a/metadata/json_schemas/Structure Set v1.21.20.json +++ b/metadata/json_schemas/Structure Set v1.21.20.json @@ -8,12 +8,14 @@ "properties": { "identifier": { "description": "Identifier of the Jigsaw Structure Set.", - "type": "string" + "type": "string", + "$metaProperties": {} } }, "required": [ "identifier" - ] + ], + "$metaProperties": {} }, "3295675449": { "title": "struct SharedTypes::v1_21_20::JigsawStructureSet::Structure", @@ -21,11 +23,13 @@ "properties": { "structure": { "description": "Identifier of the Jigsaw Structure.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "weight": { "description": "Weight of the Jigsaw Structure in the set. Higher weights are more likely to be selected.", "type": "integer", + "$metaProperties": {}, "minimum": 1.0, "maximum": 200.0 } @@ -33,7 +37,8 @@ "required": [ "structure", "weight" - ] + ], + "$metaProperties": {} }, "741112715": { "title": "struct SharedTypes::v1_21_20::JigsawStructureSet::RandomSpreadPlacement", @@ -41,16 +46,19 @@ "properties": { "salt": { "description": "Seed used for the random generator to provide a unique scatter pattern. This is used to prevent overlap in the case where multiple structure sets use the same placement values.", - "type": "integer" + "type": "integer", + "$metaProperties": {} }, "separation": { "description": "Padding (in chunks) within each grid cell. Structures will not generate within the padded area.", "type": "integer", + "$metaProperties": {}, "minimum": 0.0 }, "spacing": { "description": "Grid cell size (in chunks) to use when generating the structure. Structures will attempt to generate at a random position within each cell.", "type": "integer", + "$metaProperties": {}, "minimum": 1.0 }, "spread_type": { @@ -60,7 +68,8 @@ "enum": [ "linear", "triangular" - ] + ], + "$metaProperties": {} }, "type": { "title": "enum SharedTypes::v1_21_20::JigsawStructureSet::PlacementType", @@ -68,7 +77,8 @@ "type": "string", "enum": [ "minecraft:random_spread" - ] + ], + "$metaProperties": {} } }, "required": [ @@ -76,18 +86,21 @@ "separation", "spacing", "type" - ] + ], + "$metaProperties": {} }, "760104054": { "title": "struct SharedTypes::v1_21_20::JigsawStructureSet::Contents", "type": "object", "properties": { "description": { - "$ref": "#/definitions/1509348670" + "$ref": "#/definitions/1509348670", + "$metaProperties": {} }, "placement": { "description": "Describes where structures in the set spawn relative to one another. Currently, the only placement type supported is random_spread, which scatters structures randomly with a given separation and spacing.", - "$ref": "#/definitions/741112715" + "$ref": "#/definitions/741112715", + "$metaProperties": {} }, "structures": { "title": "sequence container", @@ -95,25 +108,29 @@ "type": "array", "items": { "$ref": "#/definitions/3295675449" - } + }, + "$metaProperties": {} } }, "required": [ "description", "placement", "structures" - ] + ], + "$metaProperties": {} } }, "title": "struct SharedTypes::v1_21_20::JigsawStructureSet::Document", "type": "object", "properties": { "format_version": { - "type": "string" + "type": "string", + "$metaProperties": {} }, "minecraft:structure_set": { "description": "A Jigsaw Structure Set is a collection of Jigsaw Structures that are placed according to a set of rules.", - "$ref": "#/definitions/760104054" + "$ref": "#/definitions/760104054", + "$metaProperties": {} } }, "required": [ diff --git a/metadata/json_schemas/Tags v1.20.50.json b/metadata/json_schemas/Tags v1.20.50.json index df8fa2a1e..45e58db7d 100644 --- a/metadata/json_schemas/Tags v1.20.50.json +++ b/metadata/json_schemas/Tags v1.20.50.json @@ -11,7 +11,8 @@ "type": "array", "items": { "type": "string" - } + }, + "$metaProperties": {} } }, "$metaProperties": { diff --git a/metadata/json_schemas/Template Pool v1.21.20.json b/metadata/json_schemas/Template Pool v1.21.20.json index 16880e52f..d68b1c3ef 100644 --- a/metadata/json_schemas/Template Pool v1.21.20.json +++ b/metadata/json_schemas/Template Pool v1.21.20.json @@ -7,7 +7,8 @@ "type": "object", "properties": { "description": { - "$ref": "#/definitions/1872243302" + "$ref": "#/definitions/1872243302", + "$metaProperties": {} }, "elements": { "title": "sequence container", @@ -15,17 +16,20 @@ "type": "array", "items": { "$ref": "#/definitions/1755372388" - } + }, + "$metaProperties": {} }, "fallback": { "description": "Fallback template pool to use if no element in the pool can be placed successfully.", - "type": "string" + "type": "string", + "$metaProperties": {} } }, "required": [ "description", "elements" - ] + ], + "$metaProperties": {} }, "1755372388": { "title": "struct SharedTypes::v1_21_20::JigsawStructureTemplatePool::TemplatePoolElement", @@ -33,7 +37,8 @@ "properties": { "element": { "description": "A grouping of a Structure Template, the Processor List to use when placing the structure, and its weight that determines the likelihood of the element being chosen.", - "$ref": "#/definitions/2726507774" + "$ref": "#/definitions/2726507774", + "$metaProperties": {} }, "projection": { "title": "enum SharedTypes::v1_21_20::JigsawStructureTemplatePool::Projection", @@ -42,18 +47,21 @@ "enum": [ "rigid", "terrain_matching" - ] + ], + "$metaProperties": {} }, "weight": { "description": "The weighted probability of choosing the element from the pool. For example, a template pool containing 2 structures with weights of 1 and 3 will have a 25% and 75% chance of being chosen respectively.", "type": "integer", + "$metaProperties": {}, "minimum": 1.0, "maximum": 200.0 } }, "required": [ "element" - ] + ], + "$metaProperties": {} }, "1872243302": { "title": "struct SharedTypes::v1_21_20::JigsawStructureTemplatePool::Description", @@ -61,12 +69,14 @@ "properties": { "identifier": { "description": "Identifier of the template pool. Used by Jigsaw Structures to assign processors to Structure Templates.", - "type": "string" + "type": "string", + "$metaProperties": {} } }, "required": [ "identifier" - ] + ], + "$metaProperties": {} }, "2726507774": { "title": "struct SharedTypes::v1_21_20::JigsawStructureTemplatePool::SinglePoolElement", @@ -78,33 +88,39 @@ "type": "string", "enum": [ "minecraft:single_pool_element" - ] + ], + "$metaProperties": {} }, "location": { "description": "The path of the structure file. This path is relative to the behavior pack's structures folder.", - "type": "string" + "type": "string", + "$metaProperties": {} }, "processors": { "description": "The identifier of the processor list to use when placing the structure.", - "type": "string" + "type": "string", + "$metaProperties": {} } }, "required": [ "element_type", "location", "processors" - ] + ], + "$metaProperties": {} } }, "title": "struct SharedTypes::v1_21_20::JigsawStructureTemplatePool::Document", "type": "object", "properties": { "format_version": { - "type": "string" + "type": "string", + "$metaProperties": {} }, "minecraft:template_pool": { "description": "Used to pair block rules with Structure Templates and to randomly place Structure Templates using a weighted list.", - "$ref": "#/definitions/1382973118" + "$ref": "#/definitions/1382973118", + "$metaProperties": {} } }, "required": [ diff --git a/metadata/json_schemas/Throwable v1.20.50.json b/metadata/json_schemas/Throwable v1.20.50.json index 3edbb906c..1f808dfea 100644 --- a/metadata/json_schemas/Throwable v1.20.50.json +++ b/metadata/json_schemas/Throwable v1.20.50.json @@ -7,27 +7,33 @@ "properties": { "do_swing_animation": { "description": "Determines whether the item should use the swing animation when thrown. Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} }, "launch_power_scale": { "description": "The scale at which the power of the throw increases. Default is set to 1.0.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "max_draw_duration": { "description": "The maximum duration to draw a throwable item. Default is set to 0.0.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "max_launch_power": { "description": "The maximum power to launch the throwable item. Default is set to 1.0.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "min_draw_duration": { "description": "The minimum duration to draw a throwable item. Default is set to 0.0.", - "type": "number" + "type": "number", + "$metaProperties": {} }, "scale_power_by_draw_duration": { "description": "Whether or not the power of the throw increases with duration charged. Default is set to false.", - "type": "boolean" + "type": "boolean", + "$metaProperties": {} } }, "$metaProperties": { diff --git a/metadata/json_schemas/Trade Table v1.21.30.json b/metadata/json_schemas/Trade Table v1.21.30.json new file mode 100644 index 000000000..81223ba02 --- /dev/null +++ b/metadata/json_schemas/Trade Table v1.21.30.json @@ -0,0 +1,364 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$id": "3714031231", + "definitions": { + "1088251937": { + "title": "Filter Group", + "description": "Filters allow data objects to specify test criteria which allows their use. Filters can be defined by a single object of type (Filter Test), an array of tests, collection groups, or a combination of these objects.", + "oneOf": [ + { + "$ref": "#/definitions/4150989894" + }, + { + "title": "sequence container", + "type": "array", + "items": { + "description": "Filters allow data objects to specify test criteria which allows their use. Filters can be defined by a single object of type (Filter Test), an array of tests, collection groups, or a combination of these objects.", + "$ref": "#/definitions/1088251937" + } + }, + { + "type": "object", + "properties": { + "AND": { + "description": "Evaluates all tests in the group, all must pass in order for the group to pass.", + "$ref": "#/definitions/1088251937", + "$metaProperties": {} + }, + "NOT": { + "description": "Evaluates all tests in the group, all must fail in order for the group to pass.", + "$ref": "#/definitions/1088251937", + "$metaProperties": {} + }, + "OR": { + "description": "Evaluates tests in the group, one or more must pass in order for the group to pass.", + "$ref": "#/definitions/1088251937", + "$metaProperties": {} + }, + "all": { + "description": "Evaluates all tests in the group, all must pass in order for the group to pass.", + "$ref": "#/definitions/1088251937", + "$metaProperties": {} + }, + "all_of": { + "description": "Evaluates all tests in the group, all must pass in order for the group to pass.", + "$ref": "#/definitions/1088251937", + "$metaProperties": {} + }, + "any": { + "description": "Evaluates tests in the group, one or more must pass in order for the group to pass.", + "$ref": "#/definitions/1088251937", + "$metaProperties": {} + }, + "any_of": { + "description": "Evaluates tests in the group, one or more must pass in order for the group to pass.", + "$ref": "#/definitions/1088251937", + "$metaProperties": {} + }, + "none_of": { + "description": "Evaluates all tests in the group, all must fail in order for the group to pass.", + "$ref": "#/definitions/1088251937", + "$metaProperties": {} + } + } + } + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Filter Group v1.21.20" + } + }, + "1093643626": { + "title": "struct SharedTypes::v1_21_30::TradeItemList", + "oneOf": [ + { + "$ref": "#/definitions/56017534" + }, + { + "type": "object", + "properties": { + "choice": { + "title": "sequence container", + "type": "array", + "items": { + "$ref": "#/definitions/56017534" + }, + "$metaProperties": {} + } + }, + "required": [ + "choice" + ] + } + ], + "$metaProperties": {} + }, + "2298823339": { + "title": "struct SharedTypes::v1_21_30::TradeItem::Quantity", + "oneOf": [ + { + "type": "integer", + "minimum": 1.0 + }, + { + "type": "object", + "properties": { + "max": { + "type": "integer", + "$metaProperties": {}, + "minimum": 1.0 + }, + "min": { + "type": "integer", + "$metaProperties": {}, + "minimum": 1.0 + } + } + } + ], + "$metaProperties": {} + }, + "3153354884": { + "title": "struct SharedTypes::v1_21_30::TradeGroup", + "type": "object", + "properties": { + "num_to_select": { + "type": "integer", + "$metaProperties": {}, + "minimum": 0.0 + }, + "trades": { + "title": "sequence container", + "type": "array", + "items": { + "$ref": "#/definitions/3738829565" + }, + "$metaProperties": {}, + "minItems": 1 + } + }, + "required": [ + "trades" + ], + "$metaProperties": {} + }, + "3738829565": { + "title": "struct SharedTypes::v1_21_30::Trade", + "type": "object", + "properties": { + "gives": { + "title": "sequence container", + "type": "array", + "items": { + "$ref": "#/definitions/1093643626" + }, + "$metaProperties": {}, + "minItems": 1 + }, + "max_uses": { + "type": "integer", + "$metaProperties": {} + }, + "reward_exp": { + "type": "boolean", + "$metaProperties": {} + }, + "trader_exp": { + "type": "integer", + "$metaProperties": {} + }, + "wants": { + "title": "sequence container", + "type": "array", + "items": { + "$ref": "#/definitions/1093643626" + }, + "$metaProperties": {}, + "minItems": 1 + }, + "weight": { + "type": "integer", + "$metaProperties": {}, + "minimum": 1.0 + } + }, + "required": [ + "gives", + "wants" + ], + "$metaProperties": {} + }, + "4150989894": { + "title": "Filter Test", + "type": "object", + "properties": { + "domain": { + "description": "The domain the test should be performed in.", + "oneOf": [ + { + "type": "boolean" + }, + { + "type": "integer" + }, + { + "type": "number" + }, + { + "type": "string" + } + ], + "$metaProperties": {} + }, + "operator": { + "description": "The comparison to apply with 'value'.", + "oneOf": [ + { + "type": "boolean" + }, + { + "type": "integer" + }, + { + "type": "number" + }, + { + "type": "string" + } + ], + "$metaProperties": {} + }, + "subject": { + "description": "The subject of this filter test.", + "oneOf": [ + { + "type": "boolean" + }, + { + "type": "integer" + }, + { + "type": "number" + }, + { + "type": "string" + } + ], + "$metaProperties": {} + }, + "test": { + "description": "The name of the test to apply.", + "type": "string", + "$metaProperties": {} + }, + "value": { + "description": "The value being compared with the test.", + "oneOf": [ + { + "type": "boolean" + }, + { + "type": "integer" + }, + { + "type": "number" + }, + { + "type": "string" + } + ], + "$metaProperties": {} + } + }, + "required": [ + "test" + ], + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "Filter Test v1.21.20" + } + }, + "56017534": { + "title": "struct SharedTypes::v1_21_30::TradeItem", + "type": "object", + "properties": { + "filters": { + "description": "Filters allow data objects to specify test criteria which allows their use. Filters can be defined by a single object of type (Filter Test), an array of tests, collection groups, or a combination of these objects.", + "$ref": "#/definitions/1088251937", + "$metaProperties": {} + }, + "functions": { + "title": "sequence container", + "type": "array", + "items": { + "description": "Dynamic value" + }, + "$metaProperties": {} + }, + "item": { + "type": "string", + "$metaProperties": {} + }, + "price_multiplier": { + "type": "number", + "$metaProperties": {} + }, + "quantity": { + "$ref": "#/definitions/2298823339", + "$metaProperties": {} + } + }, + "required": [ + "item" + ], + "$metaProperties": {} + }, + "943617905": { + "title": "struct SharedTypes::v1_21_30::TradeTier", + "type": "object", + "properties": { + "groups": { + "title": "sequence container", + "type": "array", + "items": { + "$ref": "#/definitions/3153354884" + }, + "$metaProperties": {} + }, + "total_exp_required": { + "type": "integer", + "$metaProperties": {} + } + }, + "required": [ + "groups", + "total_exp_required" + ], + "$metaProperties": {} + } + }, + "title": "struct SharedTypes::v1_21_30::TradeTableData", + "type": "object", + "properties": { + "format_version": { + "type": "string", + "$metaProperties": {}, + "pattern": "1\\.21\\.30" + }, + "tiers": { + "title": "sequence container", + "type": "array", + "items": { + "$ref": "#/definitions/943617905" + }, + "$metaProperties": {} + } + }, + "required": [ + "format_version", + "tiers" + ], + "$metaProperties": { + "CEREAL_JSON_SCHEMA": "Trade Table v1.21.30" + } +} \ No newline at end of file diff --git a/metadata/json_schemas/UseAnimation v1.20.50.json b/metadata/json_schemas/UseAnimation v1.20.50.json index 465df0b74..ab90b13cd 100644 --- a/metadata/json_schemas/UseAnimation v1.20.50.json +++ b/metadata/json_schemas/UseAnimation v1.20.50.json @@ -38,7 +38,8 @@ "none", "spear", "spyglass" - ] + ], + "$metaProperties": {} } } } diff --git a/metadata/json_schemas/UseModifiers v1.20.50.json b/metadata/json_schemas/UseModifiers v1.20.50.json index 7df495144..197499f54 100644 --- a/metadata/json_schemas/UseModifiers v1.20.50.json +++ b/metadata/json_schemas/UseModifiers v1.20.50.json @@ -8,12 +8,14 @@ "movement_modifier": { "description": "Modifier value to scale the players movement speed when item is in use.", "type": "number", + "$metaProperties": {}, "minimum": 0.0, "maximum": 1.0 }, "use_duration": { "description": "How long the item takes to use in seconds.", "type": "number", + "$metaProperties": {}, "minimum": 0.0 } }, diff --git a/metadata/json_schemas/Wearable v1.20.50.json b/metadata/json_schemas/Wearable v1.20.50.json index 2199b1c47..d8e8e07ff 100644 --- a/metadata/json_schemas/Wearable v1.20.50.json +++ b/metadata/json_schemas/Wearable v1.20.50.json @@ -8,6 +8,7 @@ "protection": { "description": "How much protection the wearable item provides. Default is set to 0.", "type": "integer", + "$metaProperties": {}, "minimum": 0.0 }, "slot": { @@ -20,7 +21,8 @@ "slot.armor.head", "slot.armor.legs", "slot.weapon.offhand" - ] + ], + "$metaProperties": {} } }, "required": [ diff --git a/metadata/json_schemas/beta components.json b/metadata/json_schemas/beta components.json new file mode 100644 index 000000000..4f38cd6c3 --- /dev/null +++ b/metadata/json_schemas/beta components.json @@ -0,0 +1,10 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$id": "2955584732", + "title": "beta item components", + "description": "List of beta components available for items.", + "$metaProperties": { + "CEREAL_DOCUMENTATION_TAG": false, + "CEREAL_JSON_SCHEMA": "beta components" + } +} \ No newline at end of file diff --git a/metadata/script_modules/@minecraft/common_1.0.0.json b/metadata/script_modules/@minecraft/common_1.0.0.json index 3068785bd..1a499fb2b 100644 --- a/metadata/script_modules/@minecraft/common_1.0.0.json +++ b/metadata/script_modules/@minecraft/common_1.0.0.json @@ -88,7 +88,7 @@ ], "functions" : [], "interfaces" : [], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "script", "name" : "@minecraft/common", "objects" : [], diff --git a/metadata/script_modules/@minecraft/common_1.1.0.json b/metadata/script_modules/@minecraft/common_1.1.0.json index 6911111c1..f2b0646c2 100644 --- a/metadata/script_modules/@minecraft/common_1.1.0.json +++ b/metadata/script_modules/@minecraft/common_1.1.0.json @@ -126,7 +126,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "script", "name" : "@minecraft/common", "objects" : [], diff --git a/metadata/script_modules/@minecraft/common_1.2.0.json b/metadata/script_modules/@minecraft/common_1.2.0.json index aad40c82c..d518e0838 100644 --- a/metadata/script_modules/@minecraft/common_1.2.0.json +++ b/metadata/script_modules/@minecraft/common_1.2.0.json @@ -175,7 +175,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "script", "name" : "@minecraft/common", "objects" : [], diff --git a/metadata/script_modules/@minecraft/debug-utilities_1.0.0-beta.json b/metadata/script_modules/@minecraft/debug-utilities_1.0.0-beta.json index 204e0d903..59cb0843e 100644 --- a/metadata/script_modules/@minecraft/debug-utilities_1.0.0-beta.json +++ b/metadata/script_modules/@minecraft/debug-utilities_1.0.0-beta.json @@ -40,7 +40,7 @@ } ], "interfaces" : [], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "script", "name" : "@minecraft/debug-utilities", "objects" : [], diff --git a/metadata/script_modules/@minecraft/server-admin_1.0.0-beta.json b/metadata/script_modules/@minecraft/server-admin_1.0.0-beta.json index 846dc70d3..d017221bc 100644 --- a/metadata/script_modules/@minecraft/server-admin_1.0.0-beta.json +++ b/metadata/script_modules/@minecraft/server-admin_1.0.0-beta.json @@ -157,7 +157,7 @@ "errors" : [], "functions" : [], "interfaces" : [], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "script", "name" : "@minecraft/server-admin", "objects" : [ diff --git a/metadata/script_modules/@minecraft/server-gametest_1.0.0-beta.json b/metadata/script_modules/@minecraft/server-gametest_1.0.0-beta.json index 3de392c3a..f77d7c457 100644 --- a/metadata/script_modules/@minecraft/server-gametest_1.0.0-beta.json +++ b/metadata/script_modules/@minecraft/server-gametest_1.0.0-beta.json @@ -5673,7 +5673,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "script", "name" : "@minecraft/server-gametest", "objects" : [], diff --git a/metadata/script_modules/@minecraft/server-net_1.0.0-beta.json b/metadata/script_modules/@minecraft/server-net_1.0.0-beta.json index 8444cbbb2..60d1807ea 100644 --- a/metadata/script_modules/@minecraft/server-net_1.0.0-beta.json +++ b/metadata/script_modules/@minecraft/server-net_1.0.0-beta.json @@ -566,7 +566,7 @@ "errors" : [], "functions" : [], "interfaces" : [], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "script", "name" : "@minecraft/server-net", "objects" : [ diff --git a/metadata/script_modules/@minecraft/server-ui_1.0.0.json b/metadata/script_modules/@minecraft/server-ui_1.0.0.json index f774a8903..747fac55a 100644 --- a/metadata/script_modules/@minecraft/server-ui_1.0.0.json +++ b/metadata/script_modules/@minecraft/server-ui_1.0.0.json @@ -1068,7 +1068,7 @@ ], "functions" : [], "interfaces" : [], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "script", "name" : "@minecraft/server-ui", "objects" : [], diff --git a/metadata/script_modules/@minecraft/server-ui_1.1.0.json b/metadata/script_modules/@minecraft/server-ui_1.1.0.json index 25568b06a..dd23c31ee 100644 --- a/metadata/script_modules/@minecraft/server-ui_1.1.0.json +++ b/metadata/script_modules/@minecraft/server-ui_1.1.0.json @@ -1119,7 +1119,7 @@ ], "functions" : [], "interfaces" : [], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "script", "name" : "@minecraft/server-ui", "objects" : [], diff --git a/metadata/script_modules/@minecraft/server-ui_1.2.0.json b/metadata/script_modules/@minecraft/server-ui_1.2.0.json index fcc058412..33be679a0 100644 --- a/metadata/script_modules/@minecraft/server-ui_1.2.0.json +++ b/metadata/script_modules/@minecraft/server-ui_1.2.0.json @@ -1158,7 +1158,7 @@ ], "functions" : [], "interfaces" : [], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "script", "name" : "@minecraft/server-ui", "objects" : [], diff --git a/metadata/script_modules/@minecraft/server-ui_1.3.0.json b/metadata/script_modules/@minecraft/server-ui_1.3.0.json index 284d1417d..6e40e50f8 100644 --- a/metadata/script_modules/@minecraft/server-ui_1.3.0.json +++ b/metadata/script_modules/@minecraft/server-ui_1.3.0.json @@ -1198,7 +1198,7 @@ ], "functions" : [], "interfaces" : [], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "script", "name" : "@minecraft/server-ui", "objects" : [ diff --git a/metadata/script_modules/@minecraft/server-ui_1.4.0-beta.json b/metadata/script_modules/@minecraft/server-ui_1.4.0-beta.json index 9ec3ab60d..2a67cd86b 100644 --- a/metadata/script_modules/@minecraft/server-ui_1.4.0-beta.json +++ b/metadata/script_modules/@minecraft/server-ui_1.4.0-beta.json @@ -1198,7 +1198,7 @@ ], "functions" : [], "interfaces" : [], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "script", "name" : "@minecraft/server-ui", "objects" : [ diff --git a/metadata/script_modules/@minecraft/server_1.0.0.json b/metadata/script_modules/@minecraft/server_1.0.0.json index 2292b026d..d81a3c8bf 100644 --- a/metadata/script_modules/@minecraft/server_1.0.0.json +++ b/metadata/script_modules/@minecraft/server_1.0.0.json @@ -321,7 +321,7 @@ "errors" : [], "functions" : [], "interfaces" : [], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "script", "name" : "@minecraft/server", "objects" : [ diff --git a/metadata/script_modules/@minecraft/server_1.1.0.json b/metadata/script_modules/@minecraft/server_1.1.0.json index 631278a46..0cdc91464 100644 --- a/metadata/script_modules/@minecraft/server_1.1.0.json +++ b/metadata/script_modules/@minecraft/server_1.1.0.json @@ -1847,7 +1847,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "script", "name" : "@minecraft/server", "objects" : [ diff --git a/metadata/script_modules/@minecraft/server_1.10.0.json b/metadata/script_modules/@minecraft/server_1.10.0.json index aa8424367..452d08f74 100644 --- a/metadata/script_modules/@minecraft/server_1.10.0.json +++ b/metadata/script_modules/@minecraft/server_1.10.0.json @@ -24042,7 +24042,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "script", "name" : "@minecraft/server", "objects" : [ diff --git a/metadata/script_modules/@minecraft/server_1.11.0.json b/metadata/script_modules/@minecraft/server_1.11.0.json index 22a8d88d3..b3b827f58 100644 --- a/metadata/script_modules/@minecraft/server_1.11.0.json +++ b/metadata/script_modules/@minecraft/server_1.11.0.json @@ -28609,7 +28609,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "script", "name" : "@minecraft/server", "objects" : [ diff --git a/metadata/script_modules/@minecraft/server_1.12.0.json b/metadata/script_modules/@minecraft/server_1.12.0.json index 691d3e582..068dfaeb0 100644 --- a/metadata/script_modules/@minecraft/server_1.12.0.json +++ b/metadata/script_modules/@minecraft/server_1.12.0.json @@ -31650,7 +31650,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "script", "name" : "@minecraft/server", "objects" : [ diff --git a/metadata/script_modules/@minecraft/server_1.13.0.json b/metadata/script_modules/@minecraft/server_1.13.0.json index 30d015931..926f88301 100644 --- a/metadata/script_modules/@minecraft/server_1.13.0.json +++ b/metadata/script_modules/@minecraft/server_1.13.0.json @@ -31964,7 +31964,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "script", "name" : "@minecraft/server", "objects" : [ diff --git a/metadata/script_modules/@minecraft/server_1.14.0.json b/metadata/script_modules/@minecraft/server_1.14.0.json index 55504387e..c7f8623e3 100644 --- a/metadata/script_modules/@minecraft/server_1.14.0.json +++ b/metadata/script_modules/@minecraft/server_1.14.0.json @@ -32667,7 +32667,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "script", "name" : "@minecraft/server", "objects" : [ diff --git a/metadata/script_modules/@minecraft/server_1.15.0.json b/metadata/script_modules/@minecraft/server_1.15.0.json new file mode 100644 index 000000000..4c9e51794 --- /dev/null +++ b/metadata/script_modules/@minecraft/server_1.15.0.json @@ -0,0 +1,33092 @@ +{ + "classes" : [ + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : { + "default_value" : 1, + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "steps", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "above", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : 1, + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "steps", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "below", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "bottomCenter", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "center", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : 1, + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "steps", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "east", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getComponent", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponent" + } + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : 1, + "max_value" : 255, + "min_value" : 1 + }, + "name" : "amount", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : { + "default_value" : false + }, + "name" : "withData", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getItemStack", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getTags", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "tag", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "hasTag", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "isValid", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "blockName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "states", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "key_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "name" : "map", + "value_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "matches", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : 1, + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "steps", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "north", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "offset", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "offset", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "permutation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setPermutation", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "blockType", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockType" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setType", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "Error" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : 1, + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "steps", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "south", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : 1, + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "steps", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "west", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + } + } + ], + "name" : "Block", + "properties" : [ + { + "is_read_only" : true, + "name" : "dimension", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Dimension" + } + }, + { + "is_read_only" : true, + "name" : "isAir", + "type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "isLiquid", + "type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Vector3" + } + }, + { + "is_read_only" : true, + "name" : "permutation", + "type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : true, + "is_errorable" : true, + "name" : "BlockPermutation" + } + }, + { + "is_read_only" : true, + "name" : "type", + "type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : true, + "is_errorable" : true, + "name" : "BlockType" + } + }, + { + "is_read_only" : true, + "name" : "typeId", + "type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "x", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "y", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "z", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Component" + } + ], + "constants" : [], + "functions" : [], + "name" : "BlockComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "block", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "BlockComponentEntityFallOnEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "entity", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + }, + { + "is_read_only" : true, + "name" : "fallDistance", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentEntityFallOnEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "BlockComponentOnPlaceEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "previousBlock", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentOnPlaceEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "BlockComponentPlayerDestroyEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "destroyedBlockPermutation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + } + }, + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentPlayerDestroyEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "BlockComponentPlayerInteractEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "face", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Direction" + } + }, + { + "is_read_only" : true, + "name" : "faceLocation", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + }, + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentPlayerInteractEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "BlockComponentPlayerPlaceBeforeEvent", + "properties" : [ + { + "is_read_only" : false, + "name" : "cancel", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "face", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Direction" + } + }, + { + "is_read_only" : false, + "name" : "permutationToPlace", + "privilege" : "read_only", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + } + }, + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentPlayerPlaceBeforeEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "BlockComponentRandomTickEvent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentRandomTickEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "name", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : null, + "name" : "customComponent", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockCustomComponent" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "registerCustomComponent", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockCustomComponentAlreadyRegisteredError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockCustomComponentReloadNewComponentError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockCustomComponentReloadNewEventError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockCustomComponentReloadVersionError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CustomComponentInvalidRegistryError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CustomComponentNameError" + }, + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EngineError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "BlockComponentRegistry", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentRegistry" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "BlockComponentStepOffEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "entity", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentStepOffEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "BlockComponentStepOnEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "entity", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentStepOnEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "BlockComponentTickEvent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentTickEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "BlockEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "block", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + }, + { + "is_read_only" : true, + "name" : "dimension", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Dimension" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "BlockExplodeAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "explodedBlockPermutation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockExplodeAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockExplodeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockExplodeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockExplodeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "BlockExplodeAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockExplodeAfterEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:inventory" + } + ], + "functions" : [], + "name" : "BlockInventoryComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "container", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Container" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockInventoryComponent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "iterator" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidIteratorError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + "name" : "BlockLocationIterator", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockLocationIterator" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getAllStates", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "key_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "name" : "map", + "value_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : 1, + "max_value" : 255, + "min_value" : 1 + }, + "name" : "amount", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getItemStack", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "stateName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getState", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getTags", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "tag", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "hasTag", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "blockName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "states", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "key_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "name" : "map", + "value_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "matches", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "blockName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "states", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "key_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "name" : "map", + "value_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + } + } + ], + "is_constructor" : false, + "is_static" : true, + "name" : "resolve", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "BlockPermutation" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "name", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : null, + "name" : "value", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "withState", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "BlockPermutation" + } + } + ], + "name" : "BlockPermutation", + "properties" : [ + { + "is_read_only" : true, + "name" : "type", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockType" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:piston" + } + ], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getAttachedBlocks", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getAttachedBlocksLocations", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + } + ], + "name" : "BlockPistonComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "isMoving", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "state", + "type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "BlockPistonState" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPistonComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:record_player" + } + ], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "ejectRecord", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getRecord", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "isPlaying", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "pauseRecord", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "playRecord", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "recordItemType", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemType" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + }, + { + "details" : { + "default_value" : true + }, + "name" : "startPlaying", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setRecord", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "BlockRecordPlayerComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockRecordPlayerComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:sign" + } + ], + "functions" : [ + { + "arguments" : [ + { + "details" : { + "default_value" : 0 + }, + "name" : "side", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "SignSide" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getRawText", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawText" + } + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : 0 + }, + "name" : "side", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "SignSide" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getText", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : 0 + }, + "name" : "side", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "SignSide" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getTextDyeColor", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DyeColor" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "message", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawText" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + }, + { + "details" : { + "default_value" : 0 + }, + "name" : "side", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "SignSide" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setText", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "color", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DyeColor" + } + } + }, + { + "details" : { + "default_value" : 0 + }, + "name" : "side", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "SignSide" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setTextDyeColor", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "waxed", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setWaxed", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "BlockSignComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "isWaxed", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockSignComponent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "stateName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : true, + "name" : "get", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockStateType" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : true, + "name" : "getAll", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockStateType" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "name" : "BlockStates", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockStates" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "BlockStateType", + "properties" : [ + { + "is_read_only" : true, + "name" : "id", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "validValues", + "type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockStateType" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "BlockType", + "properties" : [ + { + "is_read_only" : true, + "name" : "id", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockType" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "typeName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : true, + "name" : "get", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockType" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : true, + "name" : "getAll", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockType" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "name" : "BlockTypes", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockTypes" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockVolumeBase" + } + ], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "from", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : null, + "name" : "to", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "is_constructor" : true, + "name" : "constructor", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockVolume" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "pos", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "doesLocationTouchFaces", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "other", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockVolume" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "doesVolumeTouchFaces", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "other", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockVolume" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "intersects", + "privilege" : "none", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockVolumeIntersection" + } + } + ], + "name" : "BlockVolume", + "properties" : [ + { + "is_read_only" : false, + "name" : "from", + "privilege" : "none", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "is_read_only" : false, + "name" : "to", + "privilege" : "none", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockVolume" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getBlockLocationIterator", + "privilege" : "none", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockLocationIterator" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getCapacity", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getMax", + "privilege" : "none", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Vector3" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getMin", + "privilege" : "none", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Vector3" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getSpan", + "privilege" : "none", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "isInside", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "delta", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "translate", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "BlockVolumeBase", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockVolumeBase" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "ButtonPushAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ButtonPushAfterEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "IButtonPushAfterEventSignal" + } + ], + "constants" : [], + "functions" : [], + "name" : "ButtonPushAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ButtonPushAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "clear", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "fadeCameraOptions", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CameraFadeOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "fade", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "cameraPreset", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "setOptions", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CameraDefaultOptions" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CameraSetFacingOptions" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CameraSetLocationOptions" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CameraSetPosOptions" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CameraSetRotOptions" + } + ] + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setCamera", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "Camera", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Camera" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "CommandResult", + "properties" : [ + { + "is_read_only" : true, + "name" : "successCount", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CommandResult" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "isValid", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "name" : "Component", + "properties" : [ + { + "is_read_only" : true, + "name" : "typeId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Component" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "itemStack", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "addItem", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "clearAll", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "slot", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getItem", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "arguments" : [ + { + "details" : { + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "slot", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getSlot", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "ContainerSlot" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "isValid", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : { + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "fromSlot", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : { + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "toSlot", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : null, + "name" : "toContainer", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Container" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "moveItem", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "slot", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "itemStack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setItem", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "slot", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : { + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "otherSlot", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : null, + "name" : "otherContainer", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Container" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "swapItems", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "fromSlot", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : null, + "name" : "toContainer", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Container" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "transferItem", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + } + ], + "name" : "Container", + "properties" : [ + { + "is_read_only" : true, + "name" : "emptySlotsCount", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "size", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Container" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "clearDynamicProperties", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getCanDestroy", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getCanPlaceOn", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getDynamicProperty", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "double", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + ] + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getDynamicPropertyIds", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getDynamicPropertyTotalByteCount", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getItem", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getLore", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getTags", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "hasItem", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "tag", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "hasTag", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "itemStack", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "isStackableWith", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "isValid", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "blockIdentifiers", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setCanDestroy", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "Error" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "blockIdentifiers", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setCanPlaceOn", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "Error" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "value", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "double", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + ] + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setDynamicProperty", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "Error" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "itemStack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setItem", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "loreList", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setLore", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "Error" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "ContainerSlot", + "properties" : [ + { + "is_read_only" : false, + "name" : "amount", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "isStackable", + "type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "keepOnDeath", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "lockMode", + "privilege" : "none", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemLockMode" + } + }, + { + "is_read_only" : true, + "name" : "maxAmount", + "type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "nameTag", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + }, + { + "is_read_only" : true, + "name" : "type", + "type" : { + "error_types" : [ + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EngineError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : true, + "is_errorable" : true, + "name" : "ItemType" + } + }, + { + "is_read_only" : true, + "name" : "typeId", + "type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ContainerSlot" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getModifiers", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DefinitionModifier" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "name" : "DataDrivenEntityTriggerAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "entity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + }, + { + "is_read_only" : true, + "name" : "eventId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DataDrivenEntityTriggerAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DataDrivenEntityTriggerAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityDataDrivenTriggerEventOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DataDrivenEntityTriggerAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DataDrivenEntityTriggerAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "DataDrivenEntityTriggerAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DataDrivenEntityTriggerAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : { + "max_value" : 1000.0, + "min_value" : 0.0 + }, + "name" : "radius", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "explosionOptions", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ExplosionOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "createExplosion", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getBlock", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : null, + "name" : "direction", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockRaycastOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getBlockFromRay", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockRaycastHit" + } + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityQueryOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getEntities", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getEntitiesAtBlockLocation", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : null, + "name" : "direction", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRaycastOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getEntitiesFromRay", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRaycastHit" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityQueryOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getPlayers", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "locationXZ", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "VectorXZ" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "minHeight", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getTopmostBlock", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "soundId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "soundOptions", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldSoundOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "playSound", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "commandString", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "runCommand", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CommandError" + } + ], + "is_bind_type" : true, + "is_errorable" : true, + "name" : "CommandResult" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "commandString", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "runCommandAsync", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "promise", + "promise_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CommandResult" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : null, + "name" : "permutation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setBlockPermutation", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : null, + "name" : "blockType", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockType" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setBlockType", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "Error" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "weatherType", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherType" + } + }, + { + "details" : { + "default_value" : "null", + "max_value" : 1000000, + "min_value" : 1 + }, + "name" : "duration", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setWeather", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "spawnEntity", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Entity" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "itemStack", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + }, + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "spawnItem", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Entity" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "effectName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "molangVariables", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MolangVariableMap" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "spawnParticle", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "Dimension", + "properties" : [ + { + "is_read_only" : true, + "name" : "heightRange", + "type" : { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : true, + "name" : "NumberRange" + } + }, + { + "is_read_only" : true, + "name" : "id", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Dimension" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "DimensionType", + "properties" : [ + { + "is_read_only" : true, + "name" : "typeId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DimensionType" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "dimensionTypeId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : true, + "name" : "get", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DimensionType" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : true, + "name" : "getAll", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DimensionType" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "name" : "DimensionTypes", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DimensionTypes" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "isValid", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "name" : "Effect", + "properties" : [ + { + "is_read_only" : true, + "name" : "amplifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "displayName", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "duration", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "typeId", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Effect" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "EffectAddAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "effect", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Effect" + } + }, + { + "is_read_only" : true, + "name" : "entity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectAddAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectAddAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityEventOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectAddAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectAddAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "EffectAddAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectAddAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "EffectAddBeforeEvent", + "properties" : [ + { + "is_read_only" : false, + "name" : "cancel", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "duration", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "effectType", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "entity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectAddBeforeEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectAddBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectAddBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectAddBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "EffectAddBeforeEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectAddBeforeEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getName", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "name" : "EffectType", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectType" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : true, + "name" : "get", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectType" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : true, + "name" : "getAll", + "privilege" : "none", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectType" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "name" : "EffectTypes", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectTypes" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "enchantmentType", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : true, + "name" : "constructor", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "EnchantmentType" + } + } + ], + "name" : "EnchantmentType", + "properties" : [ + { + "is_read_only" : true, + "name" : "id", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "maxLevel", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentType" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "enchantmentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : true, + "name" : "get", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentType" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : true, + "name" : "getAll", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentType" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "name" : "EnchantmentTypes", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentTypes" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "effectType", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectType" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + }, + { + "details" : { + "max_value" : 20000000, + "min_value" : 1 + }, + "name" : "duration", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityEffectOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "addEffect", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Effect" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "tag", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "addTag", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : { + "max_value" : 3.402823466385289e+38, + "min_value" : -3.402823466385289e+38 + }, + "name" : "amount", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityApplyDamageByProjectileOptions" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityApplyDamageOptions" + } + ] + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "applyDamage", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "vector", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "applyImpulse", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "max_value" : 3.402823466385289e+38, + "min_value" : -3.402823466385289e+38 + }, + "name" : "directionX", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : { + "max_value" : 3.402823466385289e+38, + "min_value" : -3.402823466385289e+38 + }, + "name" : "directionZ", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : { + "max_value" : 3.402823466385289e+38, + "min_value" : -3.402823466385289e+38 + }, + "name" : "horizontalStrength", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : { + "max_value" : 3.402823466385289e+38, + "min_value" : -3.402823466385289e+38 + }, + "name" : "verticalStrength", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "applyKnockback", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "clearDynamicProperties", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "clearVelocity", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : true + }, + "name" : "useEffects", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "extinguishFire", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockRaycastOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getBlockFromViewDirection", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockRaycastHit" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getComponent", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getComponents", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getDynamicProperty", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "double", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + ] + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getDynamicPropertyIds", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getDynamicPropertyTotalByteCount", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "effectType", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectType" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getEffect", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Effect" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getEffects", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Effect" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRaycastOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getEntitiesFromViewDirection", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRaycastHit" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getHeadLocation", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Vector3" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getProperty", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getRotation", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Vector2" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getTags", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getVelocity", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Vector3" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getViewDirection", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Vector3" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "hasComponent", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "tag", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "hasTag", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "isValid", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "kill", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "options", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityQueryOptions" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "matches", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "animationName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayAnimationOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "playAnimation", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "remove", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "effectType", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectType" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "removeEffect", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "tag", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "removeTag", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "resetProperty", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EngineError" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "Error" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "commandString", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "runCommand", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CommandError" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "Error" + } + ], + "is_bind_type" : true, + "is_errorable" : true, + "name" : "CommandResult" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "commandString", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "runCommandAsync", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "promise", + "promise_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CommandResult" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "value", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "double", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + ] + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setDynamicProperty", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "seconds", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : { + "default_value" : true + }, + "name" : "useEffects", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setOnFire", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : null, + "name" : "value", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setProperty", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "rotation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector2" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setRotation", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "teleportOptions", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TeleportOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "teleport", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "eventName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "triggerEvent", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "teleportOptions", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TeleportOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "tryTeleport", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + } + ], + "name" : "Entity", + "properties" : [ + { + "is_read_only" : true, + "name" : "dimension", + "type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Dimension" + } + }, + { + "is_read_only" : true, + "name" : "id", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "isClimbing", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "isFalling", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "isInWater", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "isOnGround", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "isSleeping", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "isSneaking", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "isSprinting", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "isSwimming", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Vector3" + } + }, + { + "is_read_only" : false, + "name" : "nameTag", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "scoreboardIdentity", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardIdentity" + } + } + }, + { + "is_read_only" : true, + "name" : "typeId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:addrider" + } + ], + "functions" : [], + "name" : "EntityAddRiderComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "entityType", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "spawnEvent", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityAddRiderComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:ageable" + } + ], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getDropItems", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getFeedItems", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityDefinitionFeedItem" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + } + ], + "name" : "EntityAgeableComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "duration", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "growUp", + "type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Trigger" + } + }, + { + "is_read_only" : true, + "name" : "transformToItem", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityAgeableComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "resetToDefaultValue", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "resetToMaxValue", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "resetToMinValue", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "value", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setCurrentValue", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + } + ], + "name" : "EntityAttributeComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "currentValue", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "defaultValue", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "effectiveMax", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "effectiveMin", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityAttributeComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [], + "functions" : [], + "name" : "EntityBaseMovementComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "maxTurn", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityBaseMovementComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:breathable" + } + ], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getBreatheBlocks", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getNonBreatheBlocks", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + } + ], + "name" : "EntityBreathableComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "breathesAir", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "breathesLava", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "breathesSolids", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "breathesWater", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "generatesBubbles", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "inhaleTime", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "suffocateTime", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "totalSupply", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityBreathableComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:can_climb" + } + ], + "functions" : [], + "name" : "EntityCanClimbComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityCanClimbComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:can_fly" + } + ], + "functions" : [], + "name" : "EntityCanFlyComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityCanFlyComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:can_power_jump" + } + ], + "functions" : [], + "name" : "EntityCanPowerJumpComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityCanPowerJumpComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:color2" + } + ], + "functions" : [], + "name" : "EntityColor2Component", + "properties" : [ + { + "is_read_only" : true, + "name" : "value", + "type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "PaletteColor" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityColor2Component" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:color" + } + ], + "functions" : [], + "name" : "EntityColorComponent", + "properties" : [ + { + "is_read_only" : false, + "name" : "value", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityColorComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Component" + } + ], + "constants" : [], + "functions" : [], + "name" : "EntityComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "entity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "EntityDefinitionFeedItem", + "properties" : [ + { + "is_read_only" : true, + "name" : "growth", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "item", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityDefinitionFeedItem" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "EntityDieAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "damageSource", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityDamageSource" + } + }, + { + "is_read_only" : true, + "name" : "deadEntity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityDieAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityDieAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityEventOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityDieAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityDieAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "EntityDieAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityDieAfterEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:equippable" + } + ], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "equipmentSlot", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EquipmentSlot" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getEquipment", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "equipmentSlot", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EquipmentSlot" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getEquipmentSlot", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "ContainerSlot" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "equipmentSlot", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EquipmentSlot" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "itemStack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setEquipment", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + } + ], + "name" : "EntityEquippableComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityEquippableComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:fire_immune" + } + ], + "functions" : [], + "name" : "EntityFireImmuneComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityFireImmuneComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:floats_in_liquid" + } + ], + "functions" : [], + "name" : "EntityFloatsInLiquidComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityFloatsInLiquidComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:flying_speed" + } + ], + "functions" : [], + "name" : "EntityFlyingSpeedComponent", + "properties" : [ + { + "is_read_only" : false, + "name" : "value", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityFlyingSpeedComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:friction_modifier" + } + ], + "functions" : [], + "name" : "EntityFrictionModifierComponent", + "properties" : [ + { + "is_read_only" : false, + "name" : "value", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityFrictionModifierComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:ground_offset" + } + ], + "functions" : [], + "name" : "EntityGroundOffsetComponent", + "properties" : [ + { + "is_read_only" : false, + "name" : "value", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityGroundOffsetComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:healable" + } + ], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getFeedItems", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "FeedItem" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + } + ], + "name" : "EntityHealableComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "forceUse", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHealableComponent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "EntityHealthChangedAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "entity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + }, + { + "is_read_only" : true, + "name" : "newValue", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "oldValue", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHealthChangedAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHealthChangedAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityEventOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHealthChangedAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHealthChangedAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "EntityHealthChangedAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHealthChangedAfterEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityAttributeComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:health" + } + ], + "functions" : [], + "name" : "EntityHealthComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHealthComponent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "EntityHitBlockAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "blockFace", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Direction" + } + }, + { + "is_read_only" : true, + "name" : "damagingEntity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + }, + { + "is_read_only" : true, + "name" : "hitBlock", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + }, + { + "is_read_only" : true, + "name" : "hitBlockPermutation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHitBlockAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHitBlockAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityEventOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHitBlockAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHitBlockAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "EntityHitBlockAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHitBlockAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "EntityHitEntityAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "damagingEntity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + }, + { + "is_read_only" : true, + "name" : "hitEntity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHitEntityAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHitEntityAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityEventOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHitEntityAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHitEntityAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "EntityHitEntityAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHitEntityAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "EntityHurtAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "damage", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "damageSource", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityDamageSource" + } + }, + { + "is_read_only" : true, + "name" : "hurtEntity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHurtAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHurtAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityEventOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHurtAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHurtAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "EntityHurtAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHurtAfterEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:inventory" + } + ], + "functions" : [], + "name" : "EntityInventoryComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "additionalSlotsPerStrength", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "canBeSiphonedFrom", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "container", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Container" + } + } + }, + { + "is_read_only" : true, + "name" : "containerType", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "inventorySize", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "private", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "restrictToOwner", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityInventoryComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_baby" + } + ], + "functions" : [], + "name" : "EntityIsBabyComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityIsBabyComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_charged" + } + ], + "functions" : [], + "name" : "EntityIsChargedComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityIsChargedComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_chested" + } + ], + "functions" : [], + "name" : "EntityIsChestedComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityIsChestedComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_dyeable" + } + ], + "functions" : [], + "name" : "EntityIsDyeableComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityIsDyeableComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_hidden_when_invisible" + } + ], + "functions" : [], + "name" : "EntityIsHiddenWhenInvisibleComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityIsHiddenWhenInvisibleComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_ignited" + } + ], + "functions" : [], + "name" : "EntityIsIgnitedComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityIsIgnitedComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_illager_captain" + } + ], + "functions" : [], + "name" : "EntityIsIllagerCaptainComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityIsIllagerCaptainComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_saddled" + } + ], + "functions" : [], + "name" : "EntityIsSaddledComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityIsSaddledComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_shaking" + } + ], + "functions" : [], + "name" : "EntityIsShakingComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityIsShakingComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_sheared" + } + ], + "functions" : [], + "name" : "EntityIsShearedComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityIsShearedComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_stackable" + } + ], + "functions" : [], + "name" : "EntityIsStackableComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityIsStackableComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_stunned" + } + ], + "functions" : [], + "name" : "EntityIsStunnedComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityIsStunnedComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_tamed" + } + ], + "functions" : [], + "name" : "EntityIsTamedComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityIsTamedComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:item" + } + ], + "functions" : [], + "name" : "EntityItemComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "ItemStack" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityItemComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityAttributeComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:lava_movement" + } + ], + "functions" : [], + "name" : "EntityLavaMovementComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityLavaMovementComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:leashable" + } + ], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "leashHolder", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "leashTo", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "unleash", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "EntityLeashableComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "canBeStolen", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "hardDistance", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "isLeashed", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "leashHolder", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + }, + { + "is_read_only" : true, + "name" : "leashHolderEntityId", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + }, + { + "is_read_only" : true, + "name" : "maxDistance", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "softDistance", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityLeashableComponent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "EntityLoadAfterEvent", + "properties" : [ + { + "is_read_only" : false, + "name" : "entity", + "privilege" : "none", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityLoadAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityLoadAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityLoadAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityLoadAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "EntityLoadAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityLoadAfterEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:mark_variant" + } + ], + "functions" : [], + "name" : "EntityMarkVariantComponent", + "properties" : [ + { + "is_read_only" : false, + "name" : "value", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityMarkVariantComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityBaseMovementComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:movement.amphibious" + } + ], + "functions" : [], + "name" : "EntityMovementAmphibiousComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityMovementAmphibiousComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityBaseMovementComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:movement.basic" + } + ], + "functions" : [], + "name" : "EntityMovementBasicComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityMovementBasicComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityAttributeComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:movement" + } + ], + "functions" : [], + "name" : "EntityMovementComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityMovementComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityBaseMovementComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:movement.fly" + } + ], + "functions" : [], + "name" : "EntityMovementFlyComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityMovementFlyComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityBaseMovementComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:movement.generic" + } + ], + "functions" : [], + "name" : "EntityMovementGenericComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityMovementGenericComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityBaseMovementComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:movement.glide" + } + ], + "functions" : [], + "name" : "EntityMovementGlideComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "speedWhenTurning", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "startSpeed", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityMovementGlideComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityBaseMovementComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:movement.hover" + } + ], + "functions" : [], + "name" : "EntityMovementHoverComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityMovementHoverComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityBaseMovementComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:movement.jump" + } + ], + "functions" : [], + "name" : "EntityMovementJumpComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityMovementJumpComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityBaseMovementComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:movement.skip" + } + ], + "functions" : [], + "name" : "EntityMovementSkipComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityMovementSkipComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityBaseMovementComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:movement.sway" + } + ], + "functions" : [], + "name" : "EntityMovementSwayComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "swayAmplitude", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "swayFrequency", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityMovementSwayComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityNavigationComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:navigation.climb" + } + ], + "functions" : [], + "name" : "EntityNavigationClimbComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityNavigationClimbComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [], + "functions" : [], + "name" : "EntityNavigationComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "avoidDamageBlocks", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "avoidPortals", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "avoidSun", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "avoidWater", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "canBreach", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "canBreakDoors", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "canFloat", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "canJump", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "canOpenDoors", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "canOpenIronDoors", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "canPassDoors", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "canPathFromAir", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "canPathOverLava", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "canPathOverWater", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "canSink", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "canSwim", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "canWalk", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "canWalkInLava", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "isAmphibious", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityNavigationComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityNavigationComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:navigation.float" + } + ], + "functions" : [], + "name" : "EntityNavigationFloatComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityNavigationFloatComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityNavigationComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:navigation.fly" + } + ], + "functions" : [], + "name" : "EntityNavigationFlyComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityNavigationFlyComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityNavigationComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:navigation.generic" + } + ], + "functions" : [], + "name" : "EntityNavigationGenericComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityNavigationGenericComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityNavigationComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:navigation.hover" + } + ], + "functions" : [], + "name" : "EntityNavigationHoverComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityNavigationHoverComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityNavigationComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:navigation.walk" + } + ], + "functions" : [], + "name" : "EntityNavigationWalkComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityNavigationWalkComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:onfire" + } + ], + "functions" : [], + "name" : "EntityOnFireComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "onFireTicksRemaining", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityOnFireComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:projectile" + } + ], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "velocity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ProjectileShootOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "shoot", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "EntityProjectileComponent", + "properties" : [ + { + "is_read_only" : false, + "name" : "airInertia", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "catchFireOnHurt", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "critParticlesOnProjectileHurt", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "destroyOnProjectileHurt", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "gravity", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "hitEntitySound", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + }, + { + "is_read_only" : false, + "name" : "hitGroundSound", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + }, + { + "is_read_only" : false, + "name" : "hitParticle", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + }, + { + "is_read_only" : false, + "name" : "lightningStrikeOnHit", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "liquidInertia", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "onFireTime", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "owner", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + }, + { + "is_read_only" : false, + "name" : "shouldBounceOnHit", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "stopOnHit", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityProjectileComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:push_through" + } + ], + "functions" : [], + "name" : "EntityPushThroughComponent", + "properties" : [ + { + "is_read_only" : false, + "name" : "value", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityPushThroughComponent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "EntityRemoveAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "removedEntityId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "typeId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRemoveAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRemoveAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityEventOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRemoveAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRemoveAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "EntityRemoveAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRemoveAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "EntityRemoveBeforeEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "removedEntity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRemoveBeforeEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRemoveBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRemoveBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRemoveBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "EntityRemoveBeforeEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRemoveBeforeEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:rideable" + } + ], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "rider", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "addRider", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "rider", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "ejectRider", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "ejectRiders", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getFamilyTypes", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getRiders", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getSeats", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Seat" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + } + ], + "name" : "EntityRideableComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "controllingSeat", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "crouchingSkipInteract", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "interactText", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "passengerMaxWidth", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "pullInEntities", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "riderCanInteract", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "seatCount", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRideableComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:riding" + } + ], + "functions" : [], + "name" : "EntityRidingComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "entityRidingOn", + "type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRidingComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:scale" + } + ], + "functions" : [], + "name" : "EntityScaleComponent", + "properties" : [ + { + "is_read_only" : false, + "name" : "value", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityScaleComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:skin_id" + } + ], + "functions" : [], + "name" : "EntitySkinIdComponent", + "properties" : [ + { + "is_read_only" : false, + "name" : "value", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntitySkinIdComponent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "EntitySpawnAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "cause", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityInitializationCause" + } + }, + { + "is_read_only" : false, + "name" : "entity", + "privilege" : "none", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntitySpawnAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntitySpawnAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntitySpawnAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntitySpawnAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "EntitySpawnAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntitySpawnAfterEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:strength" + } + ], + "functions" : [], + "name" : "EntityStrengthComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "max", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "value", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityStrengthComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:tameable" + } + ], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "tame", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + } + ], + "name" : "EntityTameableComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "getTameItems", + "type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "is_read_only" : true, + "name" : "isTamed", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "probability", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "tamedToPlayer", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + }, + { + "is_read_only" : true, + "name" : "tamedToPlayerId", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityTameableComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:tamemount" + } + ], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "showParticles", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "tame", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "showParticles", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "details" : null, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "tameToPlayer", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + } + ], + "name" : "EntityTameMountComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "isTamed", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "isTamedToPlayer", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "tamedToPlayer", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + }, + { + "is_read_only" : true, + "name" : "tamedToPlayerId", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityTameMountComponent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "EntityType", + "properties" : [ + { + "is_read_only" : true, + "name" : "id", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityType" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:type_family" + } + ], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getTypeFamilies", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "typeFamily", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "hasTypeFamily", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + } + ], + "name" : "EntityTypeFamilyComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityTypeFamilyComponent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : true, + "name" : "get", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityType" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : true, + "name" : "getAll", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityType" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "name" : "EntityTypes", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityTypes" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityAttributeComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:underwater_movement" + } + ], + "functions" : [], + "name" : "EntityUnderwaterMovementComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityUnderwaterMovementComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:variant" + } + ], + "functions" : [], + "name" : "EntityVariantComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "value", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityVariantComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:wants_jockey" + } + ], + "functions" : [], + "name" : "EntityWantsJockeyComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityWantsJockeyComponent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getImpactedBlocks", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "name" : "ExplosionAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "dimension", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Dimension" + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ExplosionAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ExplosionAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ExplosionAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ExplosionAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ExplosionAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ExplosionAfterEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ExplosionAfterEvent" + } + ], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "blocks", + "type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setImpactedBlocks", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ExplosionBeforeEvent", + "properties" : [ + { + "is_read_only" : false, + "name" : "cancel", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ExplosionBeforeEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ExplosionBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ExplosionBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ExplosionBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ExplosionBeforeEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ExplosionBeforeEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getEffects", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "FeedItemEffect" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "name" : "FeedItem", + "properties" : [ + { + "is_read_only" : true, + "name" : "healAmount", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "item", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "FeedItem" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "FeedItemEffect", + "properties" : [ + { + "is_read_only" : true, + "name" : "amplifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "chance", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "duration", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "name", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "FeedItemEffect" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "GameRuleChangeAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "rule", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GameRule" + } + }, + { + "is_read_only" : true, + "name" : "value", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + ] + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GameRuleChangeAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GameRuleChangeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GameRuleChangeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GameRuleChangeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "GameRuleChangeAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GameRuleChangeAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "GameRules", + "properties" : [ + { + "is_read_only" : false, + "name" : "commandBlockOutput", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "commandBlocksEnabled", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "doDayLightCycle", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "doEntityDrops", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "doFireTick", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "doImmediateRespawn", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "doInsomnia", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "doLimitedCrafting", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "doMobLoot", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "doMobSpawning", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "doTileDrops", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "doWeatherCycle", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "drowningDamage", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "fallDamage", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "fireDamage", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "freezeDamage", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "functionCommandLimit", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "keepInventory", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "maxCommandChainLength", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "mobGriefing", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "naturalRegeneration", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "playersSleepingPercentage", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "projectilesCanBreakBlocks", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "pvp", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "randomTickSpeed", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "recipesUnlock", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "respawnBlocksExplode", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "sendCommandFeedback", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "showBorderEffect", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "showCoordinates", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "showDaysPlayed", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "showDeathMessages", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "showRecipeMessages", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "showTags", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "spawnRadius", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "tntExplodes", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "tntExplosionDropDecay", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GameRules" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ButtonPushAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ButtonPushAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ButtonPushAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "IButtonPushAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "IButtonPushAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LeverActionAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LeverActionAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LeverActionAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ILeverActionAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ILeverActionAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerJoinAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerJoinAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerJoinAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "IPlayerJoinAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "IPlayerJoinAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerLeaveAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerLeaveAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerLeaveAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "IPlayerLeaveAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "IPlayerLeaveAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerSpawnAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerSpawnAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerSpawnAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "IPlayerSpawnAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "IPlayerSpawnAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemCompleteUseAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + }, + { + "is_read_only" : true, + "name" : "useDuration", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCompleteUseAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCompleteUseAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCompleteUseAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCompleteUseAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ItemCompleteUseAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCompleteUseAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemCompleteUseEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCompleteUseEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Component" + } + ], + "constants" : [], + "functions" : [], + "name" : "ItemComponent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemComponentBeforeDurabilityDamageEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "attackingEntity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + }, + { + "is_read_only" : false, + "name" : "durabilityDamage", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "hitEntity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + }, + { + "is_read_only" : false, + "name" : "itemStack", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponentBeforeDurabilityDamageEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCompleteUseEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "ItemComponentCompleteUseEvent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponentCompleteUseEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemComponentConsumeEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponentConsumeEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemComponentHitEntityEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "attackingEntity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + }, + { + "is_read_only" : true, + "name" : "hadEffect", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "hitEntity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + }, + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponentHitEntityEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemComponentMineBlockEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "block", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + }, + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "is_read_only" : true, + "name" : "minedBlockPermutation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponentMineBlockEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "name", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : null, + "name" : "itemCustomComponent", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCustomComponent" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "registerCustomComponent", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CustomComponentInvalidRegistryError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CustomComponentNameError" + }, + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EngineError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCustomComponentAlreadyRegisteredError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCustomComponentReloadNewComponentError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCustomComponentReloadNewEventError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCustomComponentReloadVersionError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "ItemComponentRegistry", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponentRegistry" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemComponentUseEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponentUseEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseOnEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "ItemComponentUseOnEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + }, + { + "is_read_only" : true, + "name" : "usedOnBlockPermutation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponentUseOnEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:cooldown" + } + ], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getCooldownTicksRemaining", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "cooldownCategory", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "isCooldownCategory", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "startCooldown", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "ItemCooldownComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "cooldownCategory", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "cooldownTicks", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCooldownComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:durability" + } + ], + "functions" : [ + { + "arguments" : [ + { + "details" : { + "default_value" : 0, + "max_value" : 3, + "min_value" : 0 + }, + "name" : "unbreakingEnchantmentLevel", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getDamageChance", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getDamageChanceRange", + "privilege" : "none", + "return_type" : { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : true, + "name" : "NumberRange" + } + } + ], + "name" : "ItemDurabilityComponent", + "properties" : [ + { + "is_read_only" : false, + "name" : "damage", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "maxDurability", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemDurabilityComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:enchantable" + } + ], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "enchantment", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Enchantment" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "addEnchantment", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentLevelOutOfBoundsError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentTypeNotCompatibleError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentTypeUnknownIdError" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "Error" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "enchantments", + "type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Enchantment" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "addEnchantments", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentLevelOutOfBoundsError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentTypeNotCompatibleError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentTypeUnknownIdError" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "Error" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "enchantment", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Enchantment" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "canAddEnchantment", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentLevelOutOfBoundsError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentTypeUnknownIdError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "enchantmentType", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentType" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getEnchantment", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentTypeUnknownIdError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Enchantment" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getEnchantments", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Enchantment" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "enchantmentType", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentType" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "hasEnchantment", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentTypeUnknownIdError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "removeAllEnchantments", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "enchantmentType", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentType" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "removeEnchantment", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentTypeUnknownIdError" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "Error" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "ItemEnchantableComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "slots", + "type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentSlot" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemEnchantableComponent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:food" + } + ], + "functions" : [], + "name" : "ItemFoodComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "canAlwaysEat", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "nutrition", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "saturationModifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "usingConvertsTo", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemFoodComponent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemReleaseUseAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + }, + { + "is_read_only" : true, + "name" : "useDuration", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemReleaseUseAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemReleaseUseAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemReleaseUseAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemReleaseUseAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ItemReleaseUseAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemReleaseUseAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "clearDynamicProperties", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "clone", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "itemType", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemType" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + }, + { + "details" : { + "default_value" : 1, + "max_value" : 255, + "min_value" : 1 + }, + "name" : "amount", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : true, + "name" : "constructor", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "ItemStack" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getCanDestroy", + "privilege" : "none", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getCanPlaceOn", + "privilege" : "none", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getComponent", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponent" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getComponents", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponent" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getDynamicProperty", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "double", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + ] + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getDynamicPropertyIds", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getDynamicPropertyTotalByteCount", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getLore", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getTags", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "hasComponent", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "tag", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "hasTag", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "itemStack", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "isStackableWith", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "itemName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "states", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "key_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "name" : "map", + "value_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "matches", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "blockIdentifiers", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setCanDestroy", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "blockIdentifiers", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setCanPlaceOn", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "value", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "double", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + ] + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setDynamicProperty", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "loreList", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setLore", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "ItemStack", + "properties" : [ + { + "is_read_only" : false, + "name" : "amount", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "isStackable", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "keepOnDeath", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "lockMode", + "privilege" : "none", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemLockMode" + } + }, + { + "is_read_only" : true, + "name" : "maxAmount", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "nameTag", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + }, + { + "is_read_only" : true, + "name" : "type", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemType" + } + }, + { + "is_read_only" : true, + "name" : "typeId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemStartUseAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + }, + { + "is_read_only" : true, + "name" : "useDuration", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStartUseAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStartUseAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStartUseAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStartUseAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ItemStartUseAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStartUseAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemStartUseOnAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "block", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + }, + { + "is_read_only" : true, + "name" : "blockFace", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Direction" + } + }, + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStartUseOnAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStartUseOnAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStartUseOnAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStartUseOnAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ItemStartUseOnAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStartUseOnAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemStopUseAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + }, + { + "is_read_only" : true, + "name" : "useDuration", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStopUseAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStopUseAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStopUseAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStopUseAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ItemStopUseAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStopUseAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemStopUseOnAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "block", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + }, + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStopUseOnAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStopUseOnAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStopUseOnAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStopUseOnAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ItemStopUseOnAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStopUseOnAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemType", + "properties" : [ + { + "is_read_only" : true, + "name" : "id", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemType" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "itemId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : true, + "name" : "get", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemType" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : true, + "name" : "getAll", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemType" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "name" : "ItemTypes", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemTypes" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemUseAfterEvent", + "properties" : [ + { + "is_read_only" : false, + "name" : "itemStack", + "privilege" : "read_only", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ItemUseAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseAfterEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseAfterEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "ItemUseBeforeEvent", + "properties" : [ + { + "is_read_only" : false, + "name" : "cancel", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseBeforeEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ItemUseBeforeEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseBeforeEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemUseOnAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "block", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + }, + { + "is_read_only" : true, + "name" : "blockFace", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Direction" + } + }, + { + "is_read_only" : true, + "name" : "faceLocation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseOnAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseOnAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseOnAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseOnAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ItemUseOnAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseOnAfterEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseOnAfterEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "ItemUseOnBeforeEvent", + "properties" : [ + { + "is_read_only" : false, + "name" : "cancel", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseOnBeforeEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseOnBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseOnBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseOnBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ItemUseOnBeforeEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseOnBeforeEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ItemUseOnEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "block", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + }, + { + "is_read_only" : true, + "name" : "blockFace", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Direction" + } + }, + { + "is_read_only" : true, + "name" : "faceLocation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseOnEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "LeverActionAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "isPowered", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LeverActionAfterEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ILeverActionAfterEventSignal" + } + ], + "constants" : [], + "functions" : [], + "name" : "LeverActionAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LeverActionAfterEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockVolumeBase" + } + ], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "locations", + "type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "add", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "locations", + "type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "is_constructor" : true, + "name" : "constructor", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ListBlockVolume" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "locations", + "type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "remove", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ListBlockVolume", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ListBlockVolume" + } + }, + { + "base_types" : [], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "nether", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:nether" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "overworld", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:overworld" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "theEnd", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:the_end" + } + ], + "functions" : [], + "name" : "MinecraftDimensionTypes", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MinecraftDimensionTypes" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : true, + "name" : "constructor", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MolangVariableMap" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "variableName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : null, + "name" : "color", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RGB" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setColorRGB", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "variableName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : null, + "name" : "color", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RGBA" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setColorRGBA", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "variableName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "max_value" : 3.402823466385289e+38, + "min_value" : -3.402823466385289e+38 + }, + "name" : "number", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setFloat", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "variableName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "max_value" : 3.402823466385289e+38, + "min_value" : -3.402823466385289e+38 + }, + "name" : "speed", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "details" : null, + "name" : "direction", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setSpeedAndDirection", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "variableName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : null, + "name" : "vector", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setVector3", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "MolangVariableMap", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MolangVariableMap" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "PistonActivateAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "isExpanding", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "piston", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPistonComponent" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PistonActivateAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PistonActivateAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PistonActivateAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PistonActivateAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PistonActivateAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PistonActivateAfterEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + ], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : { + "max_value" : 16777216, + "min_value" : -16777216 + }, + "name" : "amount", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "addExperience", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "uint32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [ + { + "details" : { + "max_value" : 16777216, + "min_value" : -16777216 + }, + "name" : "amount", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "addLevels", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getGameMode", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "GameMode" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "cooldownCategory", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getItemCooldown", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getSpawnPoint", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DimensionLocation" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getTotalXp", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "uint32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "trackId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "musicOptions", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MusicOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "playMusic", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "soundId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "soundOptions", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerSoundOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "playSound", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "trackId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "musicOptions", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MusicOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "queueMusic", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "resetLevel", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "message", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "sendMessage", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "gameMode", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GameMode" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setGameMode", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "spawnPoint", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DimensionLocation" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setSpawnPoint", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "Error" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "cooldownCategory", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "max_value" : 32767, + "min_value" : 0 + }, + "name" : "tickDuration", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "startItemCooldown", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "stopMusic", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "Player", + "properties" : [ + { + "is_read_only" : true, + "name" : "camera", + "type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Camera" + } + }, + { + "is_read_only" : true, + "name" : "inputPermissions", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInputPermissions" + } + }, + { + "is_read_only" : true, + "name" : "isEmoting", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "isFlying", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "isGliding", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "isJumping", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "level", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "name", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "onScreenDisplay", + "type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "ScreenDisplay" + } + }, + { + "is_read_only" : false, + "name" : "selectedSlotIndex", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "totalXpNeededForNextLevel", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "xpEarnedAtCurrentLevel", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "PlayerBreakBlockAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "brokenBlockPermutation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + } + }, + { + "is_read_only" : true, + "name" : "itemStackAfterBreak", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "is_read_only" : true, + "name" : "itemStackBeforeBreak", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerBreakBlockAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerBreakBlockAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEventOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerBreakBlockAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerBreakBlockAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PlayerBreakBlockAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerBreakBlockAfterEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "PlayerBreakBlockBeforeEvent", + "properties" : [ + { + "is_read_only" : false, + "name" : "cancel", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "itemStack", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerBreakBlockBeforeEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerBreakBlockBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEventOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerBreakBlockBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerBreakBlockBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PlayerBreakBlockBeforeEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerBreakBlockBeforeEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityComponent" + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "componentId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:cursor_inventory" + } + ], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "clear", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "PlayerCursorInventoryComponent", + "properties" : [ + { + "is_read_only" : true, + "name" : "item", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerCursorInventoryComponent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "PlayerDimensionChangeAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "fromDimension", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Dimension" + } + }, + { + "is_read_only" : true, + "name" : "fromLocation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + }, + { + "is_read_only" : true, + "name" : "toDimension", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Dimension" + } + }, + { + "is_read_only" : true, + "name" : "toLocation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerDimensionChangeAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerDimensionChangeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerDimensionChangeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerDimensionChangeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PlayerDimensionChangeAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerDimensionChangeAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "PlayerEmoteAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "personaPieceId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerEmoteAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerEmoteAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerEmoteAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerEmoteAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PlayerEmoteAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerEmoteAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "PlayerGameModeChangeAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "fromGameMode", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GameMode" + } + }, + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + }, + { + "is_read_only" : true, + "name" : "toGameMode", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GameMode" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerGameModeChangeAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerGameModeChangeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerGameModeChangeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerGameModeChangeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PlayerGameModeChangeAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerGameModeChangeAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "PlayerGameModeChangeBeforeEvent", + "properties" : [ + { + "is_read_only" : false, + "name" : "cancel", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "fromGameMode", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GameMode" + } + }, + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + }, + { + "is_read_only" : false, + "name" : "toGameMode", + "privilege" : "read_only", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GameMode" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerGameModeChangeBeforeEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerGameModeChangeBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerGameModeChangeBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerGameModeChangeBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PlayerGameModeChangeBeforeEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerGameModeChangeBeforeEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "PlayerInputPermissionCategoryChangeAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "category", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InputPermissionCategory" + } + }, + { + "is_read_only" : true, + "name" : "enabled", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInputPermissionCategoryChangeAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInputPermissionCategoryChangeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInputPermissionCategoryChangeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInputPermissionCategoryChangeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PlayerInputPermissionCategoryChangeAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInputPermissionCategoryChangeAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "PlayerInputPermissions", + "properties" : [ + { + "is_read_only" : false, + "name" : "cameraEnabled", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "movementEnabled", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInputPermissions" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "PlayerInteractWithBlockAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "block", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + }, + { + "is_read_only" : true, + "name" : "blockFace", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Direction" + } + }, + { + "is_read_only" : true, + "name" : "faceLocation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithBlockAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithBlockAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithBlockAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithBlockAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PlayerInteractWithBlockAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithBlockAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "PlayerInteractWithBlockBeforeEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "block", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + }, + { + "is_read_only" : true, + "name" : "blockFace", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Direction" + } + }, + { + "is_read_only" : false, + "name" : "cancel", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "faceLocation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithBlockBeforeEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithBlockBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithBlockBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithBlockBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PlayerInteractWithBlockBeforeEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithBlockBeforeEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "PlayerInteractWithEntityAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + }, + { + "is_read_only" : true, + "name" : "target", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithEntityAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithEntityAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithEntityAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithEntityAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PlayerInteractWithEntityAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithEntityAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "PlayerInteractWithEntityBeforeEvent", + "properties" : [ + { + "is_read_only" : false, + "name" : "cancel", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "itemStack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStack" + } + } + }, + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + }, + { + "is_read_only" : true, + "name" : "target", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithEntityBeforeEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithEntityBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithEntityBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithEntityBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PlayerInteractWithEntityBeforeEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInteractWithEntityBeforeEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "PlayerJoinAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "playerId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "playerName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerJoinAfterEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "IPlayerJoinAfterEventSignal" + } + ], + "constants" : [], + "functions" : [], + "name" : "PlayerJoinAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerJoinAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "PlayerLeaveAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "playerId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "playerName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerLeaveAfterEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "IPlayerLeaveAfterEventSignal" + } + ], + "constants" : [], + "functions" : [], + "name" : "PlayerLeaveAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerLeaveAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "PlayerLeaveBeforeEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerLeaveBeforeEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerLeaveBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerLeaveBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerLeaveBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PlayerLeaveBeforeEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerLeaveBeforeEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "PlayerPlaceBlockAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "player", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerPlaceBlockAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerPlaceBlockAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEventOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerPlaceBlockAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerPlaceBlockAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PlayerPlaceBlockAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerPlaceBlockAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "PlayerSpawnAfterEvent", + "properties" : [ + { + "is_read_only" : false, + "name" : "initialSpawn", + "privilege" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "player", + "privilege" : "none", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerSpawnAfterEvent" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "IPlayerSpawnAfterEventSignal" + } + ], + "constants" : [], + "functions" : [], + "name" : "PlayerSpawnAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerSpawnAfterEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "PressurePlatePopAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "previousRedstonePower", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "redstonePower", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PressurePlatePopAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PressurePlatePopAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PressurePlatePopAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PressurePlatePopAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PressurePlatePopAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PressurePlatePopAfterEventSignal" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "PressurePlatePushAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "previousRedstonePower", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "redstonePower", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PressurePlatePushAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PressurePlatePushAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PressurePlatePushAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PressurePlatePushAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "PressurePlatePushAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PressurePlatePushAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getBlockHit", + "privilege" : "none", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockHitInformation" + } + } + ], + "name" : "ProjectileHitBlockAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "dimension", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Dimension" + } + }, + { + "is_read_only" : true, + "name" : "hitVector", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "is_read_only" : true, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "is_read_only" : true, + "name" : "projectile", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ProjectileHitBlockAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ProjectileHitBlockAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ProjectileHitBlockAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ProjectileHitBlockAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ProjectileHitBlockAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ProjectileHitBlockAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getEntityHit", + "privilege" : "none", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHitInformation" + } + } + ], + "name" : "ProjectileHitEntityAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "dimension", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Dimension" + } + }, + { + "is_read_only" : true, + "name" : "hitVector", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "is_read_only" : true, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "is_read_only" : true, + "name" : "projectile", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ProjectileHitEntityAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ProjectileHitEntityAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ProjectileHitEntityAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ProjectileHitEntityAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ProjectileHitEntityAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ProjectileHitEntityAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "objectiveId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "displayName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "addObjective", + "privilege" : "none", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "ScoreboardObjective" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "displaySlotId", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DisplaySlotId" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "clearObjectiveAtDisplaySlot", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardObjective" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "objectiveId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getObjective", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardObjective" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "displaySlotId", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DisplaySlotId" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getObjectiveAtDisplaySlot", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardObjectiveDisplayOptions" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getObjectives", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardObjective" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getParticipants", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardIdentity" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "objectiveId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardObjective" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "removeObjective", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "displaySlotId", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DisplaySlotId" + } + }, + { + "details" : null, + "name" : "objectiveDisplaySetting", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardObjectiveDisplayOptions" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setObjectiveAtDisplaySlot", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardObjective" + } + } + } + ], + "name" : "Scoreboard", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Scoreboard" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getEntity", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "isValid", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + ], + "name" : "ScoreboardIdentity", + "properties" : [ + { + "is_read_only" : true, + "name" : "displayName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "id", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int64", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "type", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardIdentityType" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardIdentity" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "participant", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardIdentity" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + }, + { + "details" : { + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "scoreToAdd", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "addScore", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getParticipants", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardIdentity" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "participant", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardIdentity" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getScore", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getScores", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardScoreInfo" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "participant", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardIdentity" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "hasParticipant", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "isValid", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "participant", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardIdentity" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "removeParticipant", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "participant", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardIdentity" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + }, + { + "details" : { + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "score", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setScore", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "ScoreboardObjective", + "properties" : [ + { + "is_read_only" : true, + "name" : "displayName", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "id", + "type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardObjective" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ScoreboardScoreInfo", + "properties" : [ + { + "is_read_only" : true, + "name" : "participant", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardIdentity" + } + }, + { + "is_read_only" : true, + "name" : "score", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardScoreInfo" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getHiddenHudElements", + "privilege" : "none", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "HudElement" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "hudElements", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "HudElement" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "hideAllExcept", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "hudElement", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "HudElement" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "isForcedHidden", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "isValid", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "resetHudElements", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "text", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setActionBar", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "visible", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "HudVisibility" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "hudElements", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "HudElement" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setHudVisibility", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "title", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TitleDisplayOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setTitle", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "subtitle", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "updateSubtitle", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "ScreenDisplay", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScreenDisplay" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "ScriptEventCommandMessageAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "id", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "initiator", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + }, + { + "is_read_only" : true, + "name" : "message", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "sourceBlock", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + } + }, + { + "is_read_only" : true, + "name" : "sourceEntity", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + }, + { + "is_read_only" : true, + "name" : "sourceType", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScriptEventSource" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScriptEventCommandMessageAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScriptEventCommandMessageAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScriptEventMessageFilterOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScriptEventCommandMessageAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScriptEventCommandMessageAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "ScriptEventCommandMessageAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScriptEventCommandMessageAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "Seat", + "properties" : [ + { + "is_read_only" : true, + "name" : "lockRiderRotation", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "maxRiderCount", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "minRiderCount", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "position", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "is_read_only" : true, + "name" : "seatRotation", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Seat" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getBlockPermutation", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidArgumentError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidStructureError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getIsWaterlogged", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidArgumentError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidStructureError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "isValid", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : 1 + }, + "name" : "saveMode", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "StructureSaveMode" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "saveAs", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EngineError" + }, + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidArgumentError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidStructureError" + } + ], + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Structure" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "saveToWorld", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidStructureError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "blockPermutation", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setBlockPermutation", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidArgumentError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidStructureError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "Structure", + "properties" : [ + { + "is_read_only" : true, + "name" : "id", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "size", + "type" : { + "error_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidStructureError" + } + ], + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Vector3" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Structure" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : null, + "name" : "size", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : { + "default_value" : 0 + }, + "name" : "saveMode", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "StructureSaveMode" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "createEmpty", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EngineError" + }, + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidArgumentError" + } + ], + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Structure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : null, + "name" : "dimension", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Dimension" + } + }, + { + "details" : null, + "name" : "from", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : null, + "name" : "to", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "StructureCreateOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "createFromWorld", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidArgumentError" + } + ], + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Structure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "structure", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Structure" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "delete", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidArgumentError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "boolean" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "get", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Structure" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getWorldStructureIds", + "privilege" : "none", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "structure", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Structure" + } + ] + } + }, + { + "details" : null, + "name" : "dimension", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Dimension" + } + }, + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "StructurePlaceOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "place", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ArgumentOutOfBoundsError" + }, + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidArgumentError" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidStructureError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + } + ], + "name" : "StructureManager", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "StructureManager" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : { + "max_value" : 4294967295, + "min_value" : 0 + }, + "name" : "jobId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "uint32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "clearJob", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "max_value" : 4294967295, + "min_value" : 0 + }, + "name" : "runId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "uint32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "clearRun", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "run", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "uint32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "tickInterval", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "uint32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "runInterval", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "uint32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "generator", + "type" : { + "generator_type" : { + "next_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + }, + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + }, + "yield_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "generator" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "runJob", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "uint32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "tickDelay", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "uint32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "runTimeout", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "uint32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [ + { + "details" : { + "max_value" : 4294967295, + "min_value" : 1 + }, + "name" : "ticks", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "uint32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "waitTicks", + "privilege" : "read_only", + "return_type" : { + "error_types" : [ + { + "from_module" : { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + }, + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EngineError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "promise", + "promise_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + } + ], + "name" : "System", + "properties" : [ + { + "is_read_only" : true, + "name" : "afterEvents", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "SystemAfterEvents" + } + }, + { + "is_read_only" : true, + "name" : "currentTick", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "uint32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "System" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "SystemAfterEvents", + "properties" : [ + { + "is_read_only" : true, + "name" : "scriptEventReceive", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScriptEventCommandMessageAfterEventSignal" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "SystemAfterEvents" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "TargetBlockHitAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "hitVector", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "is_read_only" : true, + "name" : "previousRedstonePower", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "redstonePower", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : true, + "name" : "source", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TargetBlockHitAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TargetBlockHitAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TargetBlockHitAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TargetBlockHitAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "TargetBlockHitAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TargetBlockHitAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "eventName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : true, + "name" : "constructor", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Trigger" + } + } + ], + "name" : "Trigger", + "properties" : [ + { + "is_read_only" : false, + "name" : "eventName", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Trigger" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEvent" + } + ], + "constants" : [], + "functions" : [], + "name" : "TripWireTripAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "isPowered", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "sources", + "type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TripWireTripAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TripWireTripAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TripWireTripAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TripWireTripAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "TripWireTripAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TripWireTripAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "WeatherChangeAfterEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "dimension", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "is_read_only" : true, + "name" : "newWeather", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherType" + } + }, + { + "is_read_only" : true, + "name" : "previousWeather", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherType" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherChangeAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherChangeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherChangeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherChangeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "WeatherChangeAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherChangeAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "WeatherChangeBeforeEvent", + "properties" : [ + { + "is_read_only" : false, + "name" : "cancel", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : false, + "name" : "duration", + "privilege" : "read_only", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "newWeather", + "privilege" : "read_only", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherType" + } + }, + { + "is_read_only" : true, + "name" : "previousWeather", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherType" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherChangeBeforeEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherChangeBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherChangeBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherChangeBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "WeatherChangeBeforeEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherChangeBeforeEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "clearDynamicProperties", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getAbsoluteTime", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getAllPlayers", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getDay", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getDefaultSpawnLocation", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "dimensionId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getDimension", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : true, + "name" : "Dimension" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getDynamicProperty", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "double", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + ] + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getDynamicPropertyIds", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getDynamicPropertyTotalByteCount", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "id", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getEntity", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getMoonPhase", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MoonPhase" + } + }, + { + "arguments" : [ + { + "details" : { + "default_value" : "null" + }, + "name" : "options", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityQueryOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "getPlayers", + "privilege" : "read_only", + "return_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Player" + }, + "is_bind_type" : false, + "is_errorable" : true, + "name" : "array" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "getTimeOfDay", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "trackId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "musicOptions", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MusicOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "playMusic", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "soundId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : null, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "soundOptions", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldSoundOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "playSound", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "trackId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "musicOptions", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MusicOptions" + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "queueMusic", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "message", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "sendMessage", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : { + "max_value" : 2147483647, + "min_value" : -2147483648 + }, + "name" : "absoluteTime", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setAbsoluteTime", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "spawnLocation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setDefaultSpawnLocation", + "privilege" : "none", + "return_type" : { + "error_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "Error" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + ], + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "identifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "details" : { + "default_value" : "null" + }, + "name" : "value", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "double", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + ] + } + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setDynamicProperty", + "privilege" : "read_only", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "timeOfDay", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TimeOfDay" + } + ] + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "setTimeOfDay", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + { + "arguments" : [], + "is_constructor" : false, + "is_static" : false, + "name" : "stopMusic", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "World", + "properties" : [ + { + "is_read_only" : true, + "name" : "afterEvents", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldAfterEvents" + } + }, + { + "is_read_only" : true, + "name" : "beforeEvents", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldBeforeEvents" + } + }, + { + "is_read_only" : true, + "name" : "gameRules", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GameRules" + } + }, + { + "is_read_only" : true, + "name" : "isHardcore", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + }, + { + "is_read_only" : true, + "name" : "scoreboard", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Scoreboard" + } + }, + { + "is_read_only" : true, + "name" : "structureManager", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "StructureManager" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "World" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "WorldAfterEvents", + "properties" : [ + { + "is_read_only" : true, + "name" : "blockExplode", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockExplodeAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "buttonPush", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ButtonPushAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "dataDrivenEntityTrigger", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DataDrivenEntityTriggerAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "effectAdd", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectAddAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "entityDie", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityDieAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "entityHealthChanged", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHealthChangedAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "entityHitBlock", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHitBlockAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "entityHitEntity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHitEntityAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "entityHurt", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHurtAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "entityLoad", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityLoadAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "entityRemove", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRemoveAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "entitySpawn", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntitySpawnAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "explosion", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ExplosionAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "gameRuleChange", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GameRuleChangeAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "itemCompleteUse", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCompleteUseAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "itemReleaseUse", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemReleaseUseAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "itemStartUse", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStartUseAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "itemStartUseOn", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStartUseOnAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "itemStopUse", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStopUseAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "itemStopUseOn", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemStopUseOnAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "itemUse", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "itemUseOn", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseOnAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "leverAction", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LeverActionAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "pistonActivate", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PistonActivateAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "playerBreakBlock", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerBreakBlockAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "playerDimensionChange", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerDimensionChangeAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "playerEmote", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerEmoteAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "playerGameModeChange", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerGameModeChangeAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "playerInputPermissionCategoryChange", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerInputPermissionCategoryChangeAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "playerJoin", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerJoinAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "playerLeave", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerLeaveAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "playerPlaceBlock", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerPlaceBlockAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "playerSpawn", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerSpawnAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "pressurePlatePop", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PressurePlatePopAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "pressurePlatePush", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PressurePlatePushAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "projectileHitBlock", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ProjectileHitBlockAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "projectileHitEntity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ProjectileHitEntityAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "targetBlockHit", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TargetBlockHitAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "tripWireTrip", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TripWireTripAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "weatherChange", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherChangeAfterEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "worldInitialize", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldInitializeAfterEventSignal" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldAfterEvents" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "WorldBeforeEvents", + "properties" : [ + { + "is_read_only" : true, + "name" : "effectAdd", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EffectAddBeforeEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "entityRemove", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRemoveBeforeEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "explosion", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ExplosionBeforeEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "itemUse", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseBeforeEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "itemUseOn", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemUseOnBeforeEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "playerBreakBlock", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerBreakBlockBeforeEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "playerGameModeChange", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerGameModeChangeBeforeEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "playerLeave", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerLeaveBeforeEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "weatherChange", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WeatherChangeBeforeEventSignal" + } + }, + { + "is_read_only" : true, + "name" : "worldInitialize", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldInitializeBeforeEventSignal" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldBeforeEvents" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "WorldInitializeAfterEvent", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldInitializeAfterEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldInitializeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldInitializeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldInitializeAfterEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "WorldInitializeAfterEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldInitializeAfterEventSignal" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [], + "name" : "WorldInitializeBeforeEvent", + "properties" : [ + { + "is_read_only" : true, + "name" : "blockComponentRegistry", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentRegistry" + } + }, + { + "is_read_only" : true, + "name" : "itemComponentRegistry", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponentRegistry" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldInitializeBeforeEvent" + } + }, + { + "base_types" : [], + "constants" : [], + "functions" : [ + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldInitializeBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "subscribe", + "privilege" : "none", + "return_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldInitializeBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + }, + { + "arguments" : [ + { + "details" : null, + "name" : "callback", + "type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldInitializeBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + ], + "is_constructor" : false, + "is_static" : false, + "name" : "unsubscribe", + "privilege" : "none", + "return_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "undefined" + } + } + ], + "name" : "WorldInitializeBeforeEventSignal", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldInitializeBeforeEventSignal" + } + } + ], + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "HudElementsCount", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + "value" : 13 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "HudVisibilityCount", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + "value" : 2 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "MoonPhaseCount", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + "value" : 8 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "TicksPerSecond", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + "value" : 20 + } + ], + "dependencies" : [ + { + "name" : "@minecraft/common", + "uuid" : "77ec12b4-1b2b-4c98-8d34-d1cd63f849d5", + "version" : "1.1.0" + } + ], + "enums" : [ + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "Inventory", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:inventory" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Piston", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:piston" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "RecordPlayer", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:record_player" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Sign", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:sign" + } + ], + "name" : "BlockComponentTypes" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "Expanded", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Expanded" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Expanding", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Expanding" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Retracted", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Retracted" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Retracting", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Retracting" + } + ], + "name" : "BlockPistonState" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "Contains", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockVolumeIntersection" + }, + "value" : 1 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Disjoint", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockVolumeIntersection" + }, + "value" : 0 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Intersects", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockVolumeIntersection" + }, + "value" : 2 + } + ], + "name" : "BlockVolumeIntersection" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "DisallowedNamespace", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CustomComponentNameErrorReason" + }, + "value" : 2 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "NoNamespace", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CustomComponentNameErrorReason" + }, + "value" : 1 + } + ], + "name" : "CustomComponentNameErrorReason" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "Down", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Down" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "East", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "East" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "North", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "North" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "South", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "South" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Up", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Up" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "West", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "West" + } + ], + "name" : "Direction" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "BelowName", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "BelowName" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "List", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "List" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Sidebar", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Sidebar" + } + ], + "name" : "DisplaySlotId" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "Black", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Black" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Blue", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Blue" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Brown", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Brown" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Cyan", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Cyan" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Gray", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Gray" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Green", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Green" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "LightBlue", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "LightBlue" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Lime", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Lime" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Magenta", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Magenta" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Orange", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Orange" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Pink", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Pink" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Purple", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Purple" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Red", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Red" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Silver", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Silver" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "White", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "White" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Yellow", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Yellow" + } + ], + "name" : "DyeColor" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "InBack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "InBack" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "InBounce", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "InBounce" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "InCirc", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "InCirc" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "InCubic", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "InCubic" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "InElastic", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "InElastic" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "InExpo", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "InExpo" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "InOutBack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "InOutBack" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "InOutBounce", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "InOutBounce" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "InOutCirc", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "InOutCirc" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "InOutCubic", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "InOutCubic" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "InOutElastic", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "InOutElastic" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "InOutExpo", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "InOutExpo" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "InOutQuad", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "InOutQuad" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "InOutQuart", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "InOutQuart" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "InOutQuint", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "InOutQuint" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "InOutSine", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "InOutSine" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "InQuad", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "InQuad" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "InQuart", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "InQuart" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "InQuint", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "InQuint" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "InSine", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "InSine" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Linear", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Linear" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "OutBack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "OutBack" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "OutBounce", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "OutBounce" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "OutCirc", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "OutCirc" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "OutCubic", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "OutCubic" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "OutElastic", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "OutElastic" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "OutExpo", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "OutExpo" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "OutQuad", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "OutQuad" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "OutQuart", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "OutQuart" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "OutQuint", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "OutQuint" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "OutSine", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "OutSine" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Spring", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Spring" + } + ], + "name" : "EasingType" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "ArmorFeet", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "ArmorFeet" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "ArmorHead", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "ArmorHead" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "ArmorLegs", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "ArmorLegs" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "ArmorTorso", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "ArmorTorso" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Axe", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Axe" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Bow", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Bow" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "CarrotStick", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "CarrotStick" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "CosmeticHead", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "CosmeticHead" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Crossbow", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Crossbow" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Elytra", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Elytra" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "FishingRod", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "FishingRod" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Flintsteel", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Flintsteel" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Hoe", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Hoe" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Pickaxe", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Pickaxe" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Shears", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Shears" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Shield", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Shield" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Shovel", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Shovel" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Spear", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Spear" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Sword", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Sword" + } + ], + "name" : "EnchantmentSlot" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "AddRider", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:addrider" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Ageable", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:ageable" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Breathable", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:breathable" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "CanClimb", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:can_climb" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "CanFly", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:can_fly" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "CanPowerJump", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:can_power_jump" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Color", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:color" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Color2", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:color2" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "CursorInventory", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:cursor_inventory" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Equippable", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:equippable" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "FireImmune", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:fire_immune" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "FloatsInLiquid", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:floats_in_liquid" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "FlyingSpeed", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:flying_speed" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "FrictionModifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:friction_modifier" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "GroundOffset", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:ground_offset" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Healable", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:healable" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Health", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:health" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Inventory", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:inventory" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "IsBaby", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_baby" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "IsCharged", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_charged" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "IsChested", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_chested" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "IsDyeable", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_dyeable" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "IsHiddenWhenInvisible", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_hidden_when_invisible" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "IsIgnited", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_ignited" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "IsIllagerCaptain", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_illager_captain" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "IsSaddled", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_saddled" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "IsShaking", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_shaking" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "IsSheared", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_sheared" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "IsStackable", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_stackable" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "IsStunned", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_stunned" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "IsTamed", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:is_tamed" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Item", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:item" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "LavaMovement", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:lava_movement" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Leashable", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:leashable" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "MarkVariant", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:mark_variant" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Movement", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:movement" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "MovementAmphibious", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:movement.amphibious" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "MovementBasic", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:movement.basic" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "MovementFly", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:movement.fly" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "MovementGeneric", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:movement.generic" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "MovementGlide", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:movement.glide" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "MovementHover", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:movement.hover" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "MovementJump", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:movement.jump" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "MovementSkip", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:movement.skip" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "MovementSway", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:movement.sway" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "NavigationClimb", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:navigation.climb" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "NavigationFloat", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:navigation.float" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "NavigationFly", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:navigation.fly" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "NavigationGeneric", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:navigation.generic" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "NavigationHover", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:navigation.hover" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "NavigationWalk", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:navigation.walk" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "OnFire", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:onfire" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Projectile", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:projectile" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "PushThrough", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:push_through" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Rideable", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:rideable" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Riding", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:riding" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Scale", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:scale" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "SkinId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:skin_id" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Strength", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:strength" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Tameable", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:tameable" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "TameMount", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:tamemount" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "TypeFamily", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:type_family" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "UnderwaterMovement", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:underwater_movement" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Variant", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:variant" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "WantsJockey", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:wants_jockey" + } + ], + "name" : "EntityComponentTypes" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "anvil", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "anvil" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "blockExplosion", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "blockExplosion" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "campfire", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "campfire" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "charging", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "charging" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "contact", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "contact" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "drowning", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "drowning" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "entityAttack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "entityAttack" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "entityExplosion", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "entityExplosion" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "fall", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "fall" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "fallingBlock", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "fallingBlock" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "fire", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "fire" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "fireTick", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "fireTick" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "fireworks", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "fireworks" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "flyIntoWall", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "flyIntoWall" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "freezing", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "freezing" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "lava", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "lava" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "lightning", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "lightning" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "maceSmash", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "maceSmash" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "magic", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "magic" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "magma", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "magma" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "none" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "override", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "override" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "piston", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "piston" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "projectile", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "projectile" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "ramAttack", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "ramAttack" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "selfDestruct", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "selfDestruct" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "sonicBoom", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "sonicBoom" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "soulCampfire", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "soulCampfire" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "stalactite", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "stalactite" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "stalagmite", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "stalagmite" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "starve", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "starve" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "suffocation", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "suffocation" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "suicide", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "suicide" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "temperature", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "temperature" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "thorns", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "thorns" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "void", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "void" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "wither", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "wither" + } + ], + "name" : "EntityDamageCause" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "Born", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Born" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Event", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Event" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Loaded", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Loaded" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Spawned", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Spawned" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Transformed", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Transformed" + } + ], + "name" : "EntityInitializationCause" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "Chest", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Chest" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Feet", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Feet" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Head", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Head" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Legs", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Legs" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Mainhand", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Mainhand" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Offhand", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Offhand" + } + ], + "name" : "EquipmentSlot" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "Lava", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Lava" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Potion", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Potion" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "PowderSnow", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "PowderSnow" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Water", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Water" + } + ], + "name" : "FluidType" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "adventure", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "adventure" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "creative", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "creative" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "spectator", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "spectator" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "survival", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "survival" + } + ], + "name" : "GameMode" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "CommandBlockOutput", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "commandBlockOutput" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "CommandBlocksEnabled", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "commandBlocksEnabled" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "DoDayLightCycle", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "doDayLightCycle" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "DoEntityDrops", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "doEntityDrops" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "DoFireTick", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "doFireTick" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "DoImmediateRespawn", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "doImmediateRespawn" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "DoInsomnia", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "doInsomnia" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "DoLimitedCrafting", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "doLimitedCrafting" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "DoMobLoot", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "doMobLoot" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "DoMobSpawning", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "doMobSpawning" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "DoTileDrops", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "doTileDrops" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "DoWeatherCycle", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "doWeatherCycle" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "DrowningDamage", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "drowningDamage" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "FallDamage", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "fallDamage" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "FireDamage", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "fireDamage" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "FreezeDamage", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "freezeDamage" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "FunctionCommandLimit", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "functionCommandLimit" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "KeepInventory", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "keepInventory" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "MaxCommandChainLength", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "maxCommandChainLength" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "MobGriefing", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "mobGriefing" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "NaturalRegeneration", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "naturalRegeneration" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "PlayersSleepingPercentage", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "playersSleepingPercentage" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "ProjectilesCanBreakBlocks", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "projectilesCanBreakBlocks" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Pvp", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "pvp" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "RandomTickSpeed", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "randomTickSpeed" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "RecipesUnlock", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "recipesUnlock" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "RespawnBlocksExplode", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "respawnBlocksExplode" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "SendCommandFeedback", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "sendCommandFeedback" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "ShowBorderEffect", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "showBorderEffect" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "ShowCoordinates", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "showCoordinates" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "ShowDaysPlayed", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "showDaysPlayed" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "ShowDeathMessages", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "showDeathMessages" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "ShowRecipeMessages", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "showRecipeMessages" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "ShowTags", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "showTags" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "SpawnRadius", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "spawnRadius" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "TntExplodes", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "tntExplodes" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "TntExplosionDropDecay", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "tntExplosionDropDecay" + } + ], + "name" : "GameRule" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "AirBubbles", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "HudElement" + }, + "value" : 9 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Armor", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "HudElement" + }, + "value" : 1 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Crosshair", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "HudElement" + }, + "value" : 4 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Health", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "HudElement" + }, + "value" : 6 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "HorseHealth", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "HudElement" + }, + "value" : 10 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Hotbar", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "HudElement" + }, + "value" : 5 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Hunger", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "HudElement" + }, + "value" : 8 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "ItemText", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "HudElement" + }, + "value" : 12 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "PaperDoll", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "HudElement" + }, + "value" : 0 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "ProgressBar", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "HudElement" + }, + "value" : 7 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "StatusEffects", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "HudElement" + }, + "value" : 11 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "ToolTips", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "HudElement" + }, + "value" : 2 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "TouchControls", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "HudElement" + }, + "value" : 3 + } + ], + "name" : "HudElement" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "Hide", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "HudVisibility" + }, + "value" : 0 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Reset", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "HudVisibility" + }, + "value" : 1 + } + ], + "name" : "HudVisibility" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "Camera", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InputPermissionCategory" + }, + "value" : 1 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Movement", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InputPermissionCategory" + }, + "value" : 2 + } + ], + "name" : "InputPermissionCategory" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "Cooldown", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:cooldown" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Durability", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:durability" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Enchantable", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:enchantable" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Food", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "minecraft:food" + } + ], + "name" : "ItemComponentTypes" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "inventory", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "inventory" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "none", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "none" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "slot", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "slot" + } + ], + "name" : "ItemLockMode" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "FirstQuarter", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MoonPhase" + }, + "value" : 2 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "FullMoon", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MoonPhase" + }, + "value" : 0 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "LastQuarter", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MoonPhase" + }, + "value" : 6 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "NewMoon", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MoonPhase" + }, + "value" : 4 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "WaningCrescent", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MoonPhase" + }, + "value" : 3 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "WaningGibbous", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MoonPhase" + }, + "value" : 1 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "WaxingCrescent", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MoonPhase" + }, + "value" : 5 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "WaxingGibbous", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MoonPhase" + }, + "value" : 7 + } + ], + "name" : "MoonPhase" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "Ascending", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ObjectiveSortOrder" + }, + "value" : 0 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Descending", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ObjectiveSortOrder" + }, + "value" : 1 + } + ], + "name" : "ObjectiveSortOrder" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "Black", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PaletteColor" + }, + "value" : 15 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Blue", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PaletteColor" + }, + "value" : 11 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Brown", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PaletteColor" + }, + "value" : 12 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Cyan", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PaletteColor" + }, + "value" : 9 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Gray", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PaletteColor" + }, + "value" : 7 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Green", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PaletteColor" + }, + "value" : 13 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "LightBlue", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PaletteColor" + }, + "value" : 3 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Lime", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PaletteColor" + }, + "value" : 5 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Magenta", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PaletteColor" + }, + "value" : 2 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Orange", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PaletteColor" + }, + "value" : 1 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Pink", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PaletteColor" + }, + "value" : 6 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Purple", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PaletteColor" + }, + "value" : 10 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Red", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PaletteColor" + }, + "value" : 14 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Silver", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PaletteColor" + }, + "value" : 8 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "White", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PaletteColor" + }, + "value" : 0 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Yellow", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PaletteColor" + }, + "value" : 4 + } + ], + "name" : "PaletteColor" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "Entity", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Entity" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "FakePlayer", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "FakePlayer" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Player", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Player" + } + ], + "name" : "ScoreboardIdentityType" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "Block", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Block" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Entity", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Entity" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "NPCDialogue", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "NPCDialogue" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Server", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Server" + } + ], + "name" : "ScriptEventSource" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "Back", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Back" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Front", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Front" + } + ], + "name" : "SignSide" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "Blocks", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Blocks" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Layers", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Layers" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "None", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "None" + } + ], + "name" : "StructureAnimationMode" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "None", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "None" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "X", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "X" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "XZ", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "XZ" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Z", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Z" + } + ], + "name" : "StructureMirrorAxis" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "None", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "None" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Rotate180", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Rotate180" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Rotate270", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Rotate270" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Rotate90", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Rotate90" + } + ], + "name" : "StructureRotation" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "Memory", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Memory" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "World", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "World" + } + ], + "name" : "StructureSaveMode" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "Day", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TimeOfDay" + }, + "value" : 1000 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Midnight", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TimeOfDay" + }, + "value" : 18000 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Night", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TimeOfDay" + }, + "value" : 13000 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Noon", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TimeOfDay" + }, + "value" : 6000 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Sunrise", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TimeOfDay" + }, + "value" : 23000 + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Sunset", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TimeOfDay" + }, + "value" : 12000 + } + ], + "name" : "TimeOfDay" + }, + { + "constants" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "Clear", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Clear" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Rain", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Rain" + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "Thunder", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "value" : "Thunder" + } + ], + "name" : "WeatherType" + } + ], + "errors" : [ + { + "name" : "BlockCustomComponentAlreadyRegisteredError", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockCustomComponentAlreadyRegisteredError" + } + }, + { + "name" : "BlockCustomComponentReloadNewComponentError", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockCustomComponentReloadNewComponentError" + } + }, + { + "name" : "BlockCustomComponentReloadNewEventError", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockCustomComponentReloadNewEventError" + } + }, + { + "name" : "BlockCustomComponentReloadVersionError", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockCustomComponentReloadVersionError" + } + }, + { + "name" : "CommandError", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CommandError" + } + }, + { + "name" : "CustomComponentInvalidRegistryError", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CustomComponentInvalidRegistryError" + } + }, + { + "name" : "CustomComponentNameError", + "properties" : [ + { + "is_read_only" : true, + "name" : "reason", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CustomComponentNameErrorReason" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CustomComponentNameError" + } + }, + { + "name" : "EnchantmentLevelOutOfBoundsError", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentLevelOutOfBoundsError" + } + }, + { + "name" : "EnchantmentTypeNotCompatibleError", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentTypeNotCompatibleError" + } + }, + { + "name" : "EnchantmentTypeUnknownIdError", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentTypeUnknownIdError" + } + }, + { + "name" : "InvalidContainerSlotError", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidContainerSlotError" + } + }, + { + "name" : "InvalidIteratorError", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidIteratorError" + } + }, + { + "name" : "InvalidStructureError", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "InvalidStructureError" + } + }, + { + "name" : "ItemCustomComponentAlreadyRegisteredError", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCustomComponentAlreadyRegisteredError" + } + }, + { + "name" : "ItemCustomComponentReloadNewComponentError", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCustomComponentReloadNewComponentError" + } + }, + { + "name" : "ItemCustomComponentReloadNewEventError", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCustomComponentReloadNewEventError" + } + }, + { + "name" : "ItemCustomComponentReloadVersionError", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCustomComponentReloadVersionError" + } + }, + { + "name" : "LocationInUnloadedChunkError", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationInUnloadedChunkError" + } + }, + { + "name" : "LocationOutOfWorldBoundariesError", + "properties" : [], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LocationOutOfWorldBoundariesError" + } + } + ], + "functions" : [], + "interfaces" : [ + { + "base_types" : [], + "name" : "BlockCustomComponent", + "properties" : [ + { + "is_read_only" : false, + "name" : "beforeOnPlayerPlace", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentPlayerPlaceBeforeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + }, + { + "is_read_only" : false, + "name" : "onEntityFallOn", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentEntityFallOnEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + }, + { + "is_read_only" : false, + "name" : "onPlace", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentOnPlaceEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + }, + { + "is_read_only" : false, + "name" : "onPlayerDestroy", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentPlayerDestroyEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + }, + { + "is_read_only" : false, + "name" : "onPlayerInteract", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentPlayerInteractEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + }, + { + "is_read_only" : false, + "name" : "onRandomTick", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentRandomTickEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + }, + { + "is_read_only" : false, + "name" : "onStepOff", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentStepOffEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + }, + { + "is_read_only" : false, + "name" : "onStepOn", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentStepOnEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + }, + { + "is_read_only" : false, + "name" : "onTick", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockComponentTickEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockCustomComponent" + } + }, + { + "base_types" : [], + "name" : "BlockEventOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "blockTypes", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + }, + { + "is_read_only" : false, + "name" : "permutations", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockEventOptions" + } + }, + { + "base_types" : [], + "name" : "BlockFilter", + "properties" : [ + { + "is_read_only" : false, + "name" : "excludePermutations", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + }, + { + "is_read_only" : false, + "name" : "excludeTags", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + }, + { + "is_read_only" : false, + "name" : "excludeTypes", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + }, + { + "is_read_only" : false, + "name" : "includePermutations", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockPermutation" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + }, + { + "is_read_only" : false, + "name" : "includeTags", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + }, + { + "is_read_only" : false, + "name" : "includeTypes", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockFilter" + } + }, + { + "base_types" : [], + "name" : "BlockHitInformation", + "properties" : [ + { + "is_read_only" : false, + "name" : "block", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + }, + { + "is_read_only" : false, + "name" : "face", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Direction" + } + }, + { + "is_read_only" : false, + "name" : "faceLocation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockHitInformation" + } + }, + { + "base_types" : [], + "name" : "BlockRaycastHit", + "properties" : [ + { + "is_read_only" : false, + "name" : "block", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Block" + } + }, + { + "is_read_only" : false, + "name" : "face", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Direction" + } + }, + { + "is_read_only" : false, + "name" : "faceLocation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockRaycastHit" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockFilter" + } + ], + "name" : "BlockRaycastOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "includeLiquidBlocks", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + }, + { + "is_read_only" : false, + "name" : "includePassableBlocks", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + }, + { + "is_read_only" : false, + "name" : "maxDistance", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "BlockRaycastOptions" + } + }, + { + "base_types" : [], + "name" : "CameraDefaultOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "easeOptions", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CameraEaseOptions" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CameraDefaultOptions" + } + }, + { + "base_types" : [], + "name" : "CameraEaseOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "easeTime", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + }, + { + "is_read_only" : false, + "name" : "easeType", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EasingType" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CameraEaseOptions" + } + }, + { + "base_types" : [], + "name" : "CameraFadeOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "fadeColor", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RGB" + } + } + }, + { + "is_read_only" : false, + "name" : "fadeTime", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CameraFadeTimeOptions" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CameraFadeOptions" + } + }, + { + "base_types" : [], + "name" : "CameraFadeTimeOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "fadeInTime", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "fadeOutTime", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "holdTime", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CameraFadeTimeOptions" + } + }, + { + "base_types" : [], + "name" : "CameraSetFacingOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "easeOptions", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CameraEaseOptions" + } + } + }, + { + "is_read_only" : false, + "name" : "facingEntity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + }, + { + "is_read_only" : false, + "name" : "location", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CameraSetFacingOptions" + } + }, + { + "base_types" : [], + "name" : "CameraSetLocationOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "easeOptions", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CameraEaseOptions" + } + } + }, + { + "is_read_only" : false, + "name" : "location", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CameraSetLocationOptions" + } + }, + { + "base_types" : [], + "name" : "CameraSetPosOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "easeOptions", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CameraEaseOptions" + } + } + }, + { + "is_read_only" : false, + "name" : "facingLocation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "is_read_only" : false, + "name" : "location", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CameraSetPosOptions" + } + }, + { + "base_types" : [], + "name" : "CameraSetRotOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "easeOptions", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CameraEaseOptions" + } + } + }, + { + "is_read_only" : false, + "name" : "location", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + }, + { + "is_read_only" : false, + "name" : "rotation", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector2" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "CameraSetRotOptions" + } + }, + { + "base_types" : [], + "name" : "DefinitionModifier", + "properties" : [ + { + "is_read_only" : false, + "name" : "addedComponentGroups", + "type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + }, + { + "is_read_only" : false, + "name" : "removedComponentGroups", + "type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DefinitionModifier" + } + }, + { + "base_types" : [], + "name" : "DimensionLocation", + "properties" : [ + { + "is_read_only" : false, + "name" : "dimension", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Dimension" + } + }, + { + "is_read_only" : false, + "name" : "x", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "y", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "z", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "DimensionLocation" + } + }, + { + "base_types" : [], + "name" : "Enchantment", + "properties" : [ + { + "is_read_only" : false, + "name" : "level", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "type", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EnchantmentType" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Enchantment" + } + }, + { + "base_types" : [], + "name" : "EntityApplyDamageByProjectileOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "damagingEntity", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + }, + { + "is_read_only" : false, + "name" : "damagingProjectile", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityApplyDamageByProjectileOptions" + } + }, + { + "base_types" : [], + "name" : "EntityApplyDamageOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "cause", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityDamageCause" + } + }, + { + "is_read_only" : false, + "name" : "damagingEntity", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityApplyDamageOptions" + } + }, + { + "base_types" : [], + "name" : "EntityDamageSource", + "properties" : [ + { + "is_read_only" : false, + "name" : "cause", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityDamageCause" + } + }, + { + "is_read_only" : false, + "name" : "damagingEntity", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + }, + { + "is_read_only" : false, + "name" : "damagingProjectile", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityDamageSource" + } + }, + { + "base_types" : [], + "name" : "EntityDataDrivenTriggerEventOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "entities", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + }, + { + "is_read_only" : false, + "name" : "entityTypes", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + }, + { + "is_read_only" : false, + "name" : "eventTypes", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityDataDrivenTriggerEventOptions" + } + }, + { + "base_types" : [], + "name" : "EntityEffectOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "amplifier", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + }, + { + "is_read_only" : false, + "name" : "showParticles", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityEffectOptions" + } + }, + { + "base_types" : [], + "name" : "EntityEventOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "entities", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + }, + { + "is_read_only" : false, + "name" : "entityTypes", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityEventOptions" + } + }, + { + "base_types" : [], + "name" : "EntityFilter", + "properties" : [ + { + "is_read_only" : false, + "name" : "excludeFamilies", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + }, + { + "is_read_only" : false, + "name" : "excludeGameModes", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GameMode" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + }, + { + "is_read_only" : false, + "name" : "excludeNames", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + }, + { + "is_read_only" : false, + "name" : "excludeTags", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + }, + { + "is_read_only" : false, + "name" : "excludeTypes", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + }, + { + "is_read_only" : false, + "name" : "families", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + }, + { + "is_read_only" : false, + "name" : "gameMode", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GameMode" + } + } + }, + { + "is_read_only" : false, + "name" : "maxHorizontalRotation", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + }, + { + "is_read_only" : false, + "name" : "maxLevel", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + }, + { + "is_read_only" : false, + "name" : "maxVerticalRotation", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + }, + { + "is_read_only" : false, + "name" : "minHorizontalRotation", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + }, + { + "is_read_only" : false, + "name" : "minLevel", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + }, + { + "is_read_only" : false, + "name" : "minVerticalRotation", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + }, + { + "is_read_only" : false, + "name" : "name", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + }, + { + "is_read_only" : false, + "name" : "propertyOptions", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityQueryPropertyOptions" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + }, + { + "is_read_only" : false, + "name" : "scoreOptions", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityQueryScoreOptions" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + }, + { + "is_read_only" : false, + "name" : "tags", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + }, + { + "is_read_only" : false, + "name" : "type", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityFilter" + } + }, + { + "base_types" : [], + "name" : "EntityHitInformation", + "properties" : [ + { + "is_read_only" : false, + "name" : "entity", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityHitInformation" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityFilter" + } + ], + "name" : "EntityQueryOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "closest", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + }, + { + "is_read_only" : false, + "name" : "farthest", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + }, + { + "is_read_only" : false, + "name" : "location", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + }, + { + "is_read_only" : false, + "name" : "maxDistance", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + }, + { + "is_read_only" : false, + "name" : "minDistance", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + }, + { + "is_read_only" : false, + "name" : "volume", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityQueryOptions" + } + }, + { + "base_types" : [], + "name" : "EntityQueryPropertyOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "exclude", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + }, + { + "is_read_only" : false, + "name" : "propertyId", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + }, + { + "is_read_only" : false, + "name" : "value", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EqualsComparison" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GreaterThanComparison" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GreaterThanOrEqualsComparison" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LessThanComparison" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LessThanOrEqualsComparison" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "NotEqualsComparison" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RangeComparison" + } + ] + } + ] + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityQueryPropertyOptions" + } + }, + { + "base_types" : [], + "name" : "EntityQueryScoreOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "exclude", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + }, + { + "is_read_only" : false, + "name" : "maxScore", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + }, + { + "is_read_only" : false, + "name" : "minScore", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + }, + { + "is_read_only" : false, + "name" : "objective", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityQueryScoreOptions" + } + }, + { + "base_types" : [], + "name" : "EntityRaycastHit", + "properties" : [ + { + "is_read_only" : false, + "name" : "distance", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "entity", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRaycastHit" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityFilter" + } + ], + "name" : "EntityRaycastOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "ignoreBlockCollision", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + }, + { + "is_read_only" : false, + "name" : "includeLiquidBlocks", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + }, + { + "is_read_only" : false, + "name" : "includePassableBlocks", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + }, + { + "is_read_only" : false, + "name" : "maxDistance", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EntityRaycastOptions" + } + }, + { + "base_types" : [], + "name" : "EqualsComparison", + "properties" : [ + { + "is_read_only" : false, + "name" : "equals", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "EqualsComparison" + } + }, + { + "base_types" : [], + "name" : "ExplosionOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "allowUnderwater", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + }, + { + "is_read_only" : false, + "name" : "breaksBlocks", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + }, + { + "is_read_only" : false, + "name" : "causesFire", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + }, + { + "is_read_only" : false, + "name" : "source", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Entity" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ExplosionOptions" + } + }, + { + "base_types" : [], + "name" : "GreaterThanComparison", + "properties" : [ + { + "is_read_only" : false, + "name" : "greaterThan", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GreaterThanComparison" + } + }, + { + "base_types" : [], + "name" : "GreaterThanOrEqualsComparison", + "properties" : [ + { + "is_read_only" : false, + "name" : "greaterThanOrEquals", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "GreaterThanOrEqualsComparison" + } + }, + { + "base_types" : [], + "name" : "ItemCustomComponent", + "properties" : [ + { + "is_read_only" : false, + "name" : "onBeforeDurabilityDamage", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponentBeforeDurabilityDamageEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + }, + { + "is_read_only" : false, + "name" : "onCompleteUse", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponentCompleteUseEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + }, + { + "is_read_only" : false, + "name" : "onConsume", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponentConsumeEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + }, + { + "is_read_only" : false, + "name" : "onHitEntity", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponentHitEntityEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + }, + { + "is_read_only" : false, + "name" : "onMineBlock", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponentMineBlockEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + }, + { + "is_read_only" : false, + "name" : "onUse", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponentUseEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + }, + { + "is_read_only" : false, + "name" : "onUseOn", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "closure_type" : { + "argument_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemComponentUseOnEvent" + } + ], + "return_type" : { + "is_bind_type" : false, + "is_errorable" : true, + "name" : "undefined" + } + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "closure" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ItemCustomComponent" + } + }, + { + "base_types" : [], + "name" : "LessThanComparison", + "properties" : [ + { + "is_read_only" : false, + "name" : "lessThan", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LessThanComparison" + } + }, + { + "base_types" : [], + "name" : "LessThanOrEqualsComparison", + "properties" : [ + { + "is_read_only" : false, + "name" : "lessThanOrEquals", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "LessThanOrEqualsComparison" + } + }, + { + "base_types" : [], + "name" : "MusicOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "fade", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + }, + { + "is_read_only" : false, + "name" : "loop", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + }, + { + "is_read_only" : false, + "name" : "volume", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "MusicOptions" + } + }, + { + "base_types" : [], + "name" : "NotEqualsComparison", + "properties" : [ + { + "is_read_only" : false, + "name" : "notEquals", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "NotEqualsComparison" + } + }, + { + "base_types" : [], + "name" : "PlayAnimationOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "blendOutTime", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + }, + { + "is_read_only" : false, + "name" : "controller", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + }, + { + "is_read_only" : false, + "name" : "nextState", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + }, + { + "is_read_only" : false, + "name" : "players", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + }, + { + "is_read_only" : false, + "name" : "stopExpression", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayAnimationOptions" + } + }, + { + "base_types" : [], + "name" : "PlayerSoundOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "location", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + }, + { + "is_read_only" : false, + "name" : "pitch", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + }, + { + "is_read_only" : false, + "name" : "volume", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "PlayerSoundOptions" + } + }, + { + "base_types" : [], + "name" : "ProjectileShootOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "uncertainty", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ProjectileShootOptions" + } + }, + { + "base_types" : [], + "name" : "RangeComparison", + "properties" : [ + { + "is_read_only" : false, + "name" : "lowerBound", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "upperBound", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RangeComparison" + } + }, + { + "base_types" : [], + "name" : "RawMessage", + "properties" : [ + { + "is_read_only" : false, + "name" : "rawtext", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + }, + { + "is_read_only" : false, + "name" : "score", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessageScore" + } + } + }, + { + "is_read_only" : false, + "name" : "text", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + }, + { + "is_read_only" : false, + "name" : "translate", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + }, + { + "is_read_only" : false, + "name" : "with", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + } + ] + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + } + }, + { + "base_types" : [], + "name" : "RawMessageScore", + "properties" : [ + { + "is_read_only" : false, + "name" : "name", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + }, + { + "is_read_only" : false, + "name" : "objective", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessageScore" + } + }, + { + "base_types" : [], + "name" : "RawText", + "properties" : [ + { + "is_read_only" : false, + "name" : "rawtext", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "element_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawText" + } + }, + { + "base_types" : [], + "name" : "RGB", + "properties" : [ + { + "is_read_only" : false, + "name" : "blue", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "green", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "red", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RGB" + } + }, + { + "base_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RGB" + } + ], + "name" : "RGBA", + "properties" : [ + { + "is_read_only" : false, + "name" : "alpha", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RGBA" + } + }, + { + "base_types" : [], + "name" : "ScoreboardObjectiveDisplayOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "objective", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardObjective" + } + }, + { + "is_read_only" : false, + "name" : "sortOrder", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ObjectiveSortOrder" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScoreboardObjectiveDisplayOptions" + } + }, + { + "base_types" : [], + "name" : "ScriptEventMessageFilterOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "namespaces", + "type" : { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "ScriptEventMessageFilterOptions" + } + }, + { + "base_types" : [], + "name" : "StructureCreateOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "includeBlocks", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + }, + { + "is_read_only" : false, + "name" : "includeEntities", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + }, + { + "is_read_only" : false, + "name" : "saveMode", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "StructureSaveMode" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "StructureCreateOptions" + } + }, + { + "base_types" : [], + "name" : "StructurePlaceOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "animationMode", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "StructureAnimationMode" + } + } + }, + { + "is_read_only" : false, + "name" : "animationSeconds", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + }, + { + "is_read_only" : false, + "name" : "includeBlocks", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + }, + { + "is_read_only" : false, + "name" : "includeEntities", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + }, + { + "is_read_only" : false, + "name" : "integrity", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + }, + { + "is_read_only" : false, + "name" : "integritySeed", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + } + }, + { + "is_read_only" : false, + "name" : "mirror", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "StructureMirrorAxis" + } + } + }, + { + "is_read_only" : false, + "name" : "rotation", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "StructureRotation" + } + } + }, + { + "is_read_only" : false, + "name" : "waterlogged", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "StructurePlaceOptions" + } + }, + { + "base_types" : [], + "name" : "TeleportOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "checkForBlocks", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + }, + { + "is_read_only" : false, + "name" : "dimension", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Dimension" + } + } + }, + { + "is_read_only" : false, + "name" : "facingLocation", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + } + }, + { + "is_read_only" : false, + "name" : "keepVelocity", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "boolean" + } + } + }, + { + "is_read_only" : false, + "name" : "rotation", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector2" + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TeleportOptions" + } + }, + { + "base_types" : [], + "name" : "TitleDisplayOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "fadeInDuration", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "fadeOutDuration", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "stayDuration", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "int32", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "subtitle", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "element_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "variant", + "variant_types" : [ + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + }, + "is_bind_type" : false, + "is_errorable" : false, + "name" : "array" + }, + { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "RawMessage" + }, + { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "string" + } + ] + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "TitleDisplayOptions" + } + }, + { + "base_types" : [], + "name" : "Vector2", + "properties" : [ + { + "is_read_only" : false, + "name" : "x", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "y", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector2" + } + }, + { + "base_types" : [], + "name" : "Vector3", + "properties" : [ + { + "is_read_only" : false, + "name" : "x", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "y", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "z", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "Vector3" + } + }, + { + "base_types" : [], + "name" : "VectorXZ", + "properties" : [ + { + "is_read_only" : false, + "name" : "x", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + }, + { + "is_read_only" : false, + "name" : "z", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "VectorXZ" + } + }, + { + "base_types" : [], + "name" : "WorldSoundOptions", + "properties" : [ + { + "is_read_only" : false, + "name" : "pitch", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + }, + { + "is_read_only" : false, + "name" : "volume", + "type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "optional", + "optional_type" : { + "is_bind_type" : false, + "is_errorable" : false, + "name" : "float", + "valid_range" : { + "max" : 2147483647, + "min" : -2147483648 + } + } + } + } + ], + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "WorldSoundOptions" + } + } + ], + "minecraft_version" : "1.21.40-beta.20", + "module_type" : "script", + "name" : "@minecraft/server", + "objects" : [ + { + "is_read_only" : true, + "is_static" : true, + "name" : "system", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "System" + } + }, + { + "is_read_only" : true, + "is_static" : true, + "name" : "world", + "type" : { + "is_bind_type" : true, + "is_errorable" : false, + "name" : "World" + } + } + ], + "type_aliases" : [], + "uuid" : "b26a4d4c-afdf-4690-88f8-931846312678", + "version" : "1.15.0" +} diff --git a/metadata/script_modules/@minecraft/server_1.15.0-beta.json b/metadata/script_modules/@minecraft/server_1.16.0-beta.json similarity index 99% rename from metadata/script_modules/@minecraft/server_1.15.0-beta.json rename to metadata/script_modules/@minecraft/server_1.16.0-beta.json index 8b5b819f3..6ece7739d 100644 --- a/metadata/script_modules/@minecraft/server_1.15.0-beta.json +++ b/metadata/script_modules/@minecraft/server_1.16.0-beta.json @@ -1817,31 +1817,148 @@ "is_errorable": false, "name": "string" }, - "value": "minecraft:inventory" + "value": "minecraft:fluidContainer" } ], - "functions": [], - "name": "BlockInventoryComponent", + "functions": [ + { + "arguments": [ + { + "details": null, + "name": "dye", + "type": { + "is_bind_type": true, + "is_errorable": false, + "name": "ItemType" + } + } + ], + "is_constructor": false, + "is_static": false, + "name": "addDye", + "privilege": "none", + "return_type": { + "error_types": [ + { + "is_bind_type": false, + "is_errorable": false, + "name": "Error" + } + ], + "is_bind_type": false, + "is_errorable": true, + "name": "undefined" + } + }, + { + "arguments": [], + "is_constructor": false, + "is_static": false, + "name": "getFluidType", + "privilege": "none", + "return_type": { + "error_types": [ + { + "is_bind_type": false, + "is_errorable": false, + "name": "Error" + } + ], + "is_bind_type": true, + "is_errorable": true, + "name": "FluidType" + } + }, + { + "arguments": [ + { + "details": null, + "name": "fluidType", + "type": { + "is_bind_type": true, + "is_errorable": false, + "name": "FluidType" + } + } + ], + "is_constructor": false, + "is_static": false, + "name": "setFluidType", + "privilege": "none", + "return_type": { + "error_types": [ + { + "is_bind_type": false, + "is_errorable": false, + "name": "Error" + } + ], + "is_bind_type": false, + "is_errorable": true, + "name": "undefined" + } + }, + { + "arguments": [ + { + "details": null, + "name": "itemStack", + "type": { + "is_bind_type": true, + "is_errorable": false, + "name": "ItemStack" + } + } + ], + "is_constructor": false, + "is_static": false, + "name": "setPotion", + "privilege": "none", + "return_type": { + "error_types": [ + { + "is_bind_type": false, + "is_errorable": false, + "name": "Error" + } + ], + "is_bind_type": false, + "is_errorable": true, + "name": "undefined" + } + } + ], + "name": "BlockFluidContainerComponent", "properties": [ { - "is_read_only": true, - "name": "container", + "is_read_only": false, + "name": "fillLevel", + "privilege": "none", "type": { "is_bind_type": false, - "is_errorable": true, - "name": "optional", - "optional_type": { - "is_bind_type": true, - "is_errorable": false, - "name": "Container" + "is_errorable": false, + "name": "int32", + "valid_range": { + "max": 2147483647, + "min": -2147483648 } } + }, + { + "is_read_only": false, + "name": "fluidColor", + "privilege": "none", + "type": { + "is_bind_type": true, + "is_errorable": false, + "name": "RGBA" + } } ], "type": { "is_bind_type": true, "is_errorable": false, - "name": "BlockInventoryComponent" + "name": "BlockFluidContainerComponent" } }, { @@ -1849,7 +1966,7 @@ { "is_bind_type": true, "is_errorable": false, - "name": "BlockLiquidContainerComponent" + "name": "BlockComponent" } ], "constants": [ @@ -1862,54 +1979,23 @@ "is_errorable": false, "name": "string" }, - "value": "minecraft:lavaContainer" + "value": "minecraft:inventory" } ], "functions": [], - "name": "BlockLavaContainerComponent", - "properties": [], - "type": { - "is_bind_type": true, - "is_errorable": false, - "name": "BlockLavaContainerComponent" - } - }, - { - "base_types": [ - { - "is_bind_type": true, - "is_errorable": false, - "name": "BlockComponent" - } - ], - "constants": [], - "functions": [ - { - "arguments": [], - "is_constructor": false, - "is_static": false, - "name": "isValidLiquid", - "privilege": "read_only", - "return_type": { - "is_bind_type": false, - "is_errorable": false, - "name": "boolean" - } - } - ], - "name": "BlockLiquidContainerComponent", + "name": "BlockInventoryComponent", "properties": [ { - "is_read_only": false, - "name": "fillLevel", - "privilege": "none", + "is_read_only": true, + "name": "container", "type": { "is_bind_type": false, - "is_errorable": false, - "name": "int32", - "valid_range": { - "max": 2147483647, - "min": -2147483648 + "is_errorable": true, + "name": "optional", + "optional_type": { + "is_bind_type": true, + "is_errorable": false, + "name": "Container" } } } @@ -1917,7 +2003,7 @@ "type": { "is_bind_type": true, "is_errorable": false, - "name": "BlockLiquidContainerComponent" + "name": "BlockInventoryComponent" } }, { @@ -2411,59 +2497,6 @@ "name": "BlockPistonComponent" } }, - { - "base_types": [ - { - "is_bind_type": true, - "is_errorable": false, - "name": "BlockLiquidContainerComponent" - } - ], - "constants": [ - { - "is_read_only": true, - "is_static": true, - "name": "componentId", - "type": { - "is_bind_type": false, - "is_errorable": false, - "name": "string" - }, - "value": "minecraft:potionContainer" - } - ], - "functions": [ - { - "arguments": [ - { - "details": null, - "name": "itemStack", - "type": { - "is_bind_type": true, - "is_errorable": false, - "name": "ItemStack" - } - } - ], - "is_constructor": false, - "is_static": false, - "name": "setPotionType", - "privilege": "none", - "return_type": { - "is_bind_type": false, - "is_errorable": true, - "name": "undefined" - } - } - ], - "name": "BlockPotionContainerComponent", - "properties": [], - "type": { - "is_bind_type": true, - "is_errorable": false, - "name": "BlockPotionContainerComponent" - } - }, { "base_types": [ { @@ -2852,36 +2885,6 @@ "name": "BlockSignComponent" } }, - { - "base_types": [ - { - "is_bind_type": true, - "is_errorable": false, - "name": "BlockLiquidContainerComponent" - } - ], - "constants": [ - { - "is_read_only": true, - "is_static": true, - "name": "componentId", - "type": { - "is_bind_type": false, - "is_errorable": false, - "name": "string" - }, - "value": "minecraft:snowContainer" - } - ], - "functions": [], - "name": "BlockSnowContainerComponent", - "properties": [], - "type": { - "is_bind_type": true, - "is_errorable": false, - "name": "BlockSnowContainerComponent" - } - }, { "base_types": [], "constants": [], @@ -3353,93 +3356,6 @@ "name": "BlockVolumeBase" } }, - { - "base_types": [ - { - "is_bind_type": true, - "is_errorable": false, - "name": "BlockLiquidContainerComponent" - } - ], - "constants": [ - { - "is_read_only": true, - "is_static": true, - "name": "componentId", - "type": { - "is_bind_type": false, - "is_errorable": false, - "name": "string" - }, - "value": "minecraft:waterContainer" - } - ], - "functions": [ - { - "arguments": [ - { - "details": null, - "name": "itemType", - "type": { - "is_bind_type": true, - "is_errorable": false, - "name": "ItemType" - } - } - ], - "is_constructor": false, - "is_static": false, - "name": "addDye", - "privilege": "none", - "return_type": { - "is_bind_type": false, - "is_errorable": true, - "name": "undefined" - } - }, - { - "arguments": [], - "is_constructor": false, - "is_static": false, - "name": "getCustomColor", - "privilege": "read_only", - "return_type": { - "is_bind_type": true, - "is_errorable": true, - "name": "RGBA" - } - }, - { - "arguments": [ - { - "details": null, - "name": "color", - "type": { - "is_bind_type": true, - "is_errorable": false, - "name": "RGBA" - } - } - ], - "is_constructor": false, - "is_static": false, - "name": "setCustomColor", - "privilege": "none", - "return_type": { - "is_bind_type": false, - "is_errorable": true, - "name": "undefined" - } - } - ], - "name": "BlockWaterContainerComponent", - "properties": [], - "type": { - "is_bind_type": true, - "is_errorable": false, - "name": "BlockWaterContainerComponent" - } - }, { "base_types": [], "constants": [], @@ -16777,6 +16693,73 @@ "name": "ItemDurabilityComponent" } }, + { + "base_types": [ + { + "is_bind_type": true, + "is_errorable": false, + "name": "ItemComponent" + } + ], + "constants": [ + { + "is_read_only": true, + "is_static": true, + "name": "componentId", + "type": { + "is_bind_type": false, + "is_errorable": false, + "name": "string" + }, + "value": "minecraft:dyeable" + } + ], + "functions": [], + "name": "ItemDyeableComponent", + "properties": [ + { + "is_read_only": false, + "name": "color", + "privilege": "none", + "type": { + "is_bind_type": false, + "is_errorable": false, + "name": "optional", + "optional_type": { + "is_bind_type": true, + "is_errorable": false, + "name": "RGB" + } + } + }, + { + "is_read_only": true, + "name": "defaultColor", + "type": { + "error_types": [ + { + "is_bind_type": false, + "is_errorable": false, + "name": "Error" + } + ], + "is_bind_type": false, + "is_errorable": true, + "name": "optional", + "optional_type": { + "is_bind_type": true, + "is_errorable": false, + "name": "RGB" + } + } + } + ], + "type": { + "is_bind_type": true, + "is_errorable": false, + "name": "ItemDyeableComponent" + } + }, { "base_types": [ { @@ -28700,24 +28683,24 @@ { "is_read_only": true, "is_static": true, - "name": "Inventory", + "name": "FluidContainer", "type": { "is_bind_type": false, "is_errorable": false, "name": "string" }, - "value": "minecraft:inventory" + "value": "minecraft:fluidContainer" }, { "is_read_only": true, "is_static": true, - "name": "LavaContainer", + "name": "Inventory", "type": { "is_bind_type": false, "is_errorable": false, "name": "string" }, - "value": "minecraft:lavaContainer" + "value": "minecraft:inventory" }, { "is_read_only": true, @@ -28730,17 +28713,6 @@ }, "value": "minecraft:piston" }, - { - "is_read_only": true, - "is_static": true, - "name": "PotionContainer", - "type": { - "is_bind_type": false, - "is_errorable": false, - "name": "string" - }, - "value": "minecraft:potionContainer" - }, { "is_read_only": true, "is_static": true, @@ -28762,28 +28734,6 @@ "name": "string" }, "value": "minecraft:sign" - }, - { - "is_read_only": true, - "is_static": true, - "name": "SnowContainer", - "type": { - "is_bind_type": false, - "is_errorable": false, - "name": "string" - }, - "value": "minecraft:snowContainer" - }, - { - "is_read_only": true, - "is_static": true, - "name": "WaterContainer", - "type": { - "is_bind_type": false, - "is_errorable": false, - "name": "string" - }, - "value": "minecraft:waterContainer" } ], "name": "BlockComponentTypes" @@ -31887,6 +31837,17 @@ }, "value": "minecraft:durability" }, + { + "is_read_only": true, + "is_static": true, + "name": "Dyeable", + "type": { + "is_bind_type": false, + "is_errorable": false, + "name": "string" + }, + "value": "minecraft:dyeable" + }, { "is_read_only": true, "is_static": true, @@ -36823,7 +36784,7 @@ } } ], - "minecraft_version": "1.21.30-beta.25", + "minecraft_version": "1.21.40-beta.20", "module_type": "script", "name": "@minecraft/server", "objects": [ @@ -36865,20 +36826,8 @@ "value": "BlockSignComponent" }, { - "name": "minecraft:lavaContainer", - "value": "BlockLavaContainerComponent" - }, - { - "name": "minecraft:potionContainer", - "value": "BlockPotionContainerComponent" - }, - { - "name": "minecraft:snowContainer", - "value": "BlockSnowContainerComponent" - }, - { - "name": "minecraft:waterContainer", - "value": "BlockWaterContainerComponent" + "name": "minecraft:fluidContainer", + "value": "BlockFluidContainerComponent" }, { "name": "minecraft:record_player", @@ -37174,14 +37123,14 @@ "name": "minecraft:food", "value": "ItemFoodComponent" }, - { - "name": "minecraft:enchantable", - "value": "ItemEnchantableComponent" - }, { "name": "minecraft:durability", "value": "ItemDurabilityComponent" }, + { + "name": "minecraft:enchantable", + "value": "ItemEnchantableComponent" + }, { "name": "minecraft:cooldown", "value": "ItemCooldownComponent" @@ -37189,6 +37138,10 @@ { "name": "minecraft:potion", "value": "ItemPotionComponent" + }, + { + "name": "minecraft:dyeable", + "value": "ItemDyeableComponent" } ], "name": "ItemComponentTypeMap", @@ -37200,5 +37153,5 @@ } ], "uuid": "b26a4d4c-afdf-4690-88f8-931846312678", - "version": "1.15.0-beta" + "version": "1.16.0-beta" } \ No newline at end of file diff --git a/metadata/script_modules/@minecraft/server_1.2.0.json b/metadata/script_modules/@minecraft/server_1.2.0.json index 42f6cf191..641dbba18 100644 --- a/metadata/script_modules/@minecraft/server_1.2.0.json +++ b/metadata/script_modules/@minecraft/server_1.2.0.json @@ -5105,7 +5105,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "script", "name" : "@minecraft/server", "objects" : [ diff --git a/metadata/script_modules/@minecraft/server_1.3.0.json b/metadata/script_modules/@minecraft/server_1.3.0.json index dbfae99f9..f1b6eac2c 100644 --- a/metadata/script_modules/@minecraft/server_1.3.0.json +++ b/metadata/script_modules/@minecraft/server_1.3.0.json @@ -6903,7 +6903,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "script", "name" : "@minecraft/server", "objects" : [ diff --git a/metadata/script_modules/@minecraft/server_1.4.0.json b/metadata/script_modules/@minecraft/server_1.4.0.json index 0a74879dd..775d5770d 100644 --- a/metadata/script_modules/@minecraft/server_1.4.0.json +++ b/metadata/script_modules/@minecraft/server_1.4.0.json @@ -12422,7 +12422,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "script", "name" : "@minecraft/server", "objects" : [ diff --git a/metadata/script_modules/@minecraft/server_1.5.0.json b/metadata/script_modules/@minecraft/server_1.5.0.json index 63362adf8..efee7d10f 100644 --- a/metadata/script_modules/@minecraft/server_1.5.0.json +++ b/metadata/script_modules/@minecraft/server_1.5.0.json @@ -13383,7 +13383,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "script", "name" : "@minecraft/server", "objects" : [ diff --git a/metadata/script_modules/@minecraft/server_1.6.0.json b/metadata/script_modules/@minecraft/server_1.6.0.json index 58325477b..1f2f55ef2 100644 --- a/metadata/script_modules/@minecraft/server_1.6.0.json +++ b/metadata/script_modules/@minecraft/server_1.6.0.json @@ -16440,7 +16440,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "script", "name" : "@minecraft/server", "objects" : [ diff --git a/metadata/script_modules/@minecraft/server_1.7.0.json b/metadata/script_modules/@minecraft/server_1.7.0.json index 2bb55512e..d3541ba72 100644 --- a/metadata/script_modules/@minecraft/server_1.7.0.json +++ b/metadata/script_modules/@minecraft/server_1.7.0.json @@ -18306,7 +18306,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "script", "name" : "@minecraft/server", "objects" : [ diff --git a/metadata/script_modules/@minecraft/server_1.8.0.json b/metadata/script_modules/@minecraft/server_1.8.0.json index 9d333737a..3a0e645f1 100644 --- a/metadata/script_modules/@minecraft/server_1.8.0.json +++ b/metadata/script_modules/@minecraft/server_1.8.0.json @@ -19110,7 +19110,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "script", "name" : "@minecraft/server", "objects" : [ diff --git a/metadata/script_modules/@minecraft/server_1.9.0.json b/metadata/script_modules/@minecraft/server_1.9.0.json index 27d04d5ba..3d11a5a4a 100644 --- a/metadata/script_modules/@minecraft/server_1.9.0.json +++ b/metadata/script_modules/@minecraft/server_1.9.0.json @@ -21881,7 +21881,7 @@ } } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "script", "name" : "@minecraft/server", "objects" : [ diff --git a/metadata/vanilladata_modules/mojang-biomes.json b/metadata/vanilladata_modules/mojang-biomes.json index 9f8285b64..dab5a08e9 100644 --- a/metadata/vanilladata_modules/mojang-biomes.json +++ b/metadata/vanilladata_modules/mojang-biomes.json @@ -259,7 +259,7 @@ "name" : "minecraft:warped_forest" } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "vanilla_data", "name" : "mojang-biome", "vanilla_data_type" : "biome" diff --git a/metadata/vanilladata_modules/mojang-blocks.json b/metadata/vanilladata_modules/mojang-blocks.json index 8653b65a7..59175a165 100644 --- a/metadata/vanilladata_modules/mojang-blocks.json +++ b/metadata/vanilladata_modules/mojang-blocks.json @@ -4310,7 +4310,7 @@ "name" : "minecraft:black_shulker_box", "properties" : [], "raw_id" : 882, - "serialization_id" : "tile.shulkerBox" + "serialization_id" : "tile.shulkerBoxBlack" }, { "name" : "minecraft:black_stained_glass", @@ -4474,7 +4474,7 @@ "name" : "minecraft:blue_shulker_box", "properties" : [], "raw_id" : 878, - "serialization_id" : "tile.shulkerBox" + "serialization_id" : "tile.shulkerBoxBlue" }, { "name" : "minecraft:blue_stained_glass", @@ -4715,13 +4715,13 @@ } ], "raw_id" : 99, - "serialization_id" : "tile.brown_mushroom_block" + "serialization_id" : "tile.brown_mushroom_block.cap" }, { "name" : "minecraft:brown_shulker_box", "properties" : [], "raw_id" : 879, - "serialization_id" : "tile.shulkerBox" + "serialization_id" : "tile.shulkerBoxBrown" }, { "name" : "minecraft:brown_stained_glass", @@ -5170,9 +5170,6 @@ "properties" : [ { "name" : "pillar_axis" - }, - { - "name" : "stripped_bit" } ], "raw_id" : 801, @@ -5646,6 +5643,16 @@ "raw_id" : 58, "serialization_id" : "tile.crafting_table" }, + { + "name" : "minecraft:creeper_head", + "properties" : [ + { + "name" : "facing_direction" + } + ], + "raw_id" : 1223, + "serialization_id" : "tile.skull.creeper" + }, { "name" : "minecraft:crimson_button", "properties" : [ @@ -5984,7 +5991,7 @@ "name" : "minecraft:cyan_shulker_box", "properties" : [], "raw_id" : 876, - "serialization_id" : "tile.shulkerBox" + "serialization_id" : "tile.shulkerBoxCyan" }, { "name" : "minecraft:cyan_stained_glass", @@ -6805,6 +6812,16 @@ "raw_id" : 122, "serialization_id" : "tile.dragon_egg" }, + { + "name" : "minecraft:dragon_head", + "properties" : [ + { + "name" : "facing_direction" + } + ], + "raw_id" : 1224, + "serialization_id" : "tile.skull.dragon" + }, { "name" : "minecraft:dried_kelp_block", "properties" : [], @@ -8162,7 +8179,7 @@ "name" : "minecraft:gray_shulker_box", "properties" : [], "raw_id" : 874, - "serialization_id" : "tile.shulkerBox" + "serialization_id" : "tile.shulkerBoxGray" }, { "name" : "minecraft:gray_stained_glass", @@ -8243,7 +8260,7 @@ "name" : "minecraft:green_shulker_box", "properties" : [], "raw_id" : 880, - "serialization_id" : "tile.shulkerBox" + "serialization_id" : "tile.shulkerBoxGreen" }, { "name" : "minecraft:green_stained_glass", @@ -9186,7 +9203,7 @@ "name" : "minecraft:light_blue_shulker_box", "properties" : [], "raw_id" : 870, - "serialization_id" : "tile.shulkerBox" + "serialization_id" : "tile.shulkerBoxLightBlue" }, { "name" : "minecraft:light_blue_stained_glass", @@ -9257,7 +9274,7 @@ "name" : "minecraft:light_gray_shulker_box", "properties" : [], "raw_id" : 875, - "serialization_id" : "tile.shulkerBox" + "serialization_id" : "tile.shulkerBoxSilver" }, { "name" : "minecraft:light_gray_stained_glass", @@ -9374,7 +9391,7 @@ "name" : "minecraft:lime_shulker_box", "properties" : [], "raw_id" : 872, - "serialization_id" : "tile.shulkerBox" + "serialization_id" : "tile.shulkerBoxLime" }, { "name" : "minecraft:lime_stained_glass", @@ -9529,7 +9546,7 @@ "name" : "minecraft:magenta_shulker_box", "properties" : [], "raw_id" : 869, - "serialization_id" : "tile.shulkerBox" + "serialization_id" : "tile.shulkerBoxMagenta" }, { "name" : "minecraft:magenta_stained_glass", @@ -9766,9 +9783,6 @@ "properties" : [ { "name" : "pillar_axis" - }, - { - "name" : "stripped_bit" } ], "raw_id" : 752, @@ -10036,6 +10050,16 @@ "raw_id" : 738, "serialization_id" : "tile.muddy_mangrove_roots" }, + { + "name" : "minecraft:mushroom_stem", + "properties" : [ + { + "name" : "huge_mushroom_bits" + } + ], + "raw_id" : 1263, + "serialization_id" : "tile.brown_mushroom_block.stem" + }, { "name" : "minecraft:mycelium", "properties" : [], @@ -10385,7 +10409,7 @@ "name" : "minecraft:orange_shulker_box", "properties" : [], "raw_id" : 868, - "serialization_id" : "tile.shulkerBox" + "serialization_id" : "tile.shulkerBoxOrange" }, { "name" : "minecraft:orange_stained_glass", @@ -10580,6 +10604,16 @@ "raw_id" : 1157, "serialization_id" : "tile.stone_slab.wood" }, + { + "name" : "minecraft:piglin_head", + "properties" : [ + { + "name" : "facing_direction" + } + ], + "raw_id" : 1225, + "serialization_id" : "tile.skull.piglin" + }, { "name" : "minecraft:pink_candle", "properties" : [ @@ -10648,7 +10682,7 @@ "name" : "minecraft:pink_shulker_box", "properties" : [], "raw_id" : 873, - "serialization_id" : "tile.shulkerBox" + "serialization_id" : "tile.shulkerBoxPink" }, { "name" : "minecraft:pink_stained_glass", @@ -10723,6 +10757,16 @@ "raw_id" : 867, "serialization_id" : "tile.pitcher_plant" }, + { + "name" : "minecraft:player_head", + "properties" : [ + { + "name" : "facing_direction" + } + ], + "raw_id" : 1222, + "serialization_id" : "tile.skull.char" + }, { "name" : "minecraft:podzol", "properties" : [], @@ -11375,7 +11419,7 @@ "name" : "minecraft:purple_shulker_box", "properties" : [], "raw_id" : 877, - "serialization_id" : "tile.shulkerBox" + "serialization_id" : "tile.shulkerBoxPurple" }, { "name" : "minecraft:purple_stained_glass", @@ -11746,7 +11790,7 @@ "name" : "minecraft:red_shulker_box", "properties" : [], "raw_id" : 881, - "serialization_id" : "tile.shulkerBox" + "serialization_id" : "tile.shulkerBoxRed" }, { "name" : "minecraft:red_stained_glass", @@ -12052,14 +12096,14 @@ "serialization_id" : "tile.glazedTerracotta.silver" }, { - "name" : "minecraft:skull", + "name" : "minecraft:skeleton_skull", "properties" : [ { "name" : "facing_direction" } ], "raw_id" : 144, - "serialization_id" : "tile.skull" + "serialization_id" : "tile.skull.skeleton" }, { "name" : "minecraft:slime", @@ -14253,7 +14297,7 @@ "name" : "minecraft:white_shulker_box", "properties" : [], "raw_id" : 218, - "serialization_id" : "tile.shulkerBox" + "serialization_id" : "tile.shulkerBoxWhite" }, { "name" : "minecraft:white_stained_glass", @@ -14291,6 +14335,16 @@ "raw_id" : 471, "serialization_id" : "tile.wither_rose" }, + { + "name" : "minecraft:wither_skeleton_skull", + "properties" : [ + { + "name" : "facing_direction" + } + ], + "raw_id" : 1220, + "serialization_id" : "tile.skull.wither" + }, { "name" : "minecraft:wooden_button", "properties" : [ @@ -14388,7 +14442,7 @@ "name" : "minecraft:yellow_shulker_box", "properties" : [], "raw_id" : 871, - "serialization_id" : "tile.shulkerBox" + "serialization_id" : "tile.shulkerBoxYellow" }, { "name" : "minecraft:yellow_stained_glass", @@ -14413,9 +14467,19 @@ "properties" : [], "raw_id" : 813, "serialization_id" : "tile.wool.yellow" + }, + { + "name" : "minecraft:zombie_head", + "properties" : [ + { + "name" : "facing_direction" + } + ], + "raw_id" : 1221, + "serialization_id" : "tile.skull.zombie" } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "vanilla_data", "name" : "mojang-block", "vanilla_data_type" : "block" diff --git a/metadata/vanilladata_modules/mojang-camera-presets.json b/metadata/vanilladata_modules/mojang-camera-presets.json index 004776060..89a8c3aa8 100644 --- a/metadata/vanilladata_modules/mojang-camera-presets.json +++ b/metadata/vanilladata_modules/mojang-camera-presets.json @@ -16,7 +16,7 @@ "name" : "minecraft:third_person_front" } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "vanilla_data", "name" : "mojang-cameraPresets", "vanilla_data_type" : "cameraPresets" diff --git a/metadata/vanilladata_modules/mojang-cooldown-category.json b/metadata/vanilladata_modules/mojang-cooldown-category.json index f89e81267..c519f6b98 100644 --- a/metadata/vanilladata_modules/mojang-cooldown-category.json +++ b/metadata/vanilladata_modules/mojang-cooldown-category.json @@ -16,7 +16,7 @@ "name" : "minecraft:wind_charge" } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "vanilla_data", "name" : "mojang-cooldownCategory", "vanilla_data_type" : "cooldownCategory" diff --git a/metadata/vanilladata_modules/mojang-dimensions.json b/metadata/vanilladata_modules/mojang-dimensions.json index af3e6e852..5d5481e65 100644 --- a/metadata/vanilladata_modules/mojang-dimensions.json +++ b/metadata/vanilladata_modules/mojang-dimensions.json @@ -10,7 +10,7 @@ "name" : "minecraft:the_end" } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "vanilla_data", "name" : "mojang-dimension", "vanilla_data_type" : "dimension" diff --git a/metadata/vanilladata_modules/mojang-effects.json b/metadata/vanilladata_modules/mojang-effects.json index 4d371dffc..77195d97b 100644 --- a/metadata/vanilladata_modules/mojang-effects.json +++ b/metadata/vanilladata_modules/mojang-effects.json @@ -109,7 +109,7 @@ "name" : "minecraft:wither" } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "vanilla_data", "name" : "mojang-effect", "vanilla_data_type" : "effect" diff --git a/metadata/vanilladata_modules/mojang-enchantments.json b/metadata/vanilladata_modules/mojang-enchantments.json index 60eb63c42..6173d464e 100644 --- a/metadata/vanilladata_modules/mojang-enchantments.json +++ b/metadata/vanilladata_modules/mojang-enchantments.json @@ -125,7 +125,7 @@ "name" : "minecraft:wind_burst" } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "vanilla_data", "name" : "mojang-enchantment", "vanilla_data_type" : "enchantment" diff --git a/metadata/vanilladata_modules/mojang-entities.json b/metadata/vanilladata_modules/mojang-entities.json index 63d11c821..c76f6fdfb 100644 --- a/metadata/vanilladata_modules/mojang-entities.json +++ b/metadata/vanilladata_modules/mojang-entities.json @@ -361,7 +361,7 @@ "name" : "minecraft:zombie_villager_v2" } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "vanilla_data", "name" : "mojang-entity", "vanilla_data_type" : "entity" diff --git a/metadata/vanilladata_modules/mojang-features.json b/metadata/vanilladata_modules/mojang-features.json index 6b8b08dfd..fc27c068c 100644 --- a/metadata/vanilladata_modules/mojang-features.json +++ b/metadata/vanilladata_modules/mojang-features.json @@ -52,7 +52,7 @@ "name" : "minecraft:village" } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "vanilla_data", "name" : "mojang-feature", "vanilla_data_type" : "feature" diff --git a/metadata/vanilladata_modules/mojang-items.json b/metadata/vanilladata_modules/mojang-items.json index b5ce03fac..f0ea303a6 100644 --- a/metadata/vanilladata_modules/mojang-items.json +++ b/metadata/vanilladata_modules/mojang-items.json @@ -17,14 +17,14 @@ { "command_name" : "minecraft:acacia_chest_boat", "name" : "minecraft:acacia_chest_boat", - "raw_id" : 663, + "raw_id" : 662, "serialization_id" : "item.acacia_chest_boat", "serialization_name" : "minecraft:acacia_chest_boat" }, { "command_name" : "minecraft:acacia_door", "name" : "minecraft:acacia_door", - "raw_id" : 574, + "raw_id" : 573, "serialization_id" : "item.acacia_door", "serialization_name" : "minecraft:acacia_door" }, @@ -87,7 +87,7 @@ { "command_name" : "minecraft:acacia_sign", "name" : "minecraft:acacia_sign", - "raw_id" : 597, + "raw_id" : 596, "serialization_id" : "item.acacia_sign", "serialization_name" : "minecraft:acacia_sign" }, @@ -136,7 +136,7 @@ { "command_name" : "minecraft:allay_spawn_egg", "name" : "minecraft:allay_spawn_egg", - "raw_id" : 652, + "raw_id" : 651, "serialization_id" : "item.allay_spawn_egg", "serialization_name" : "minecraft:allay_spawn_egg" }, @@ -171,7 +171,7 @@ { "command_name" : "minecraft:amethyst_shard", "name" : "minecraft:amethyst_shard", - "raw_id" : 645, + "raw_id" : 644, "serialization_id" : "item.amethyst_shard", "serialization_name" : "minecraft:amethyst_shard" }, @@ -213,7 +213,7 @@ { "command_name" : "minecraft:angler_pottery_sherd", "name" : "minecraft:angler_pottery_sherd", - "raw_id" : 677, + "raw_id" : 676, "serialization_id" : "item.angler_pottery_sherd", "serialization_name" : "minecraft:angler_pottery_sherd" }, @@ -234,7 +234,7 @@ { "command_name" : "minecraft:archer_pottery_sherd", "name" : "minecraft:archer_pottery_sherd", - "raw_id" : 678, + "raw_id" : 677, "serialization_id" : "item.archer_pottery_sherd", "serialization_name" : "minecraft:archer_pottery_sherd" }, @@ -255,14 +255,14 @@ { "command_name" : "minecraft:armor_stand", "name" : "minecraft:armor_stand", - "raw_id" : 570, + "raw_id" : 569, "serialization_id" : "item.armor_stand", "serialization_name" : "minecraft:armor_stand" }, { "command_name" : "minecraft:arms_up_pottery_sherd", "name" : "minecraft:arms_up_pottery_sherd", - "raw_id" : 679, + "raw_id" : 678, "serialization_id" : "item.arms_up_pottery_sherd", "serialization_name" : "minecraft:arms_up_pottery_sherd" }, @@ -346,7 +346,7 @@ { "command_name" : "minecraft:bamboo_chest_raft", "name" : "minecraft:bamboo_chest_raft", - "raw_id" : 675, + "raw_id" : 674, "serialization_id" : "item.bamboo_chest_raft", "serialization_name" : "minecraft:bamboo_chest_raft" }, @@ -416,14 +416,14 @@ { "command_name" : "minecraft:bamboo_raft", "name" : "minecraft:bamboo_raft", - "raw_id" : 674, + "raw_id" : 673, "serialization_id" : "item.bamboo_raft", "serialization_name" : "minecraft:bamboo_raft" }, { "command_name" : "minecraft:bamboo_sign", "name" : "minecraft:bamboo_sign", - "raw_id" : 673, + "raw_id" : 672, "serialization_id" : "item.bamboo_sign", "serialization_name" : "minecraft:bamboo_sign" }, @@ -451,7 +451,7 @@ { "command_name" : "minecraft:banner", "name" : "minecraft:banner", - "raw_id" : 585, + "raw_id" : 584, "serialization_id" : "item.banner", "serialization_name" : "minecraft:banner" }, @@ -584,14 +584,14 @@ { "command_name" : "minecraft:birch_chest_boat", "name" : "minecraft:birch_chest_boat", - "raw_id" : 660, + "raw_id" : 659, "serialization_id" : "item.birch_chest_boat", "serialization_name" : "minecraft:birch_chest_boat" }, { "command_name" : "minecraft:birch_door", "name" : "minecraft:birch_door", - "raw_id" : 572, + "raw_id" : 571, "serialization_id" : "item.birch_door", "serialization_name" : "minecraft:birch_door" }, @@ -654,7 +654,7 @@ { "command_name" : "minecraft:birch_sign", "name" : "minecraft:birch_sign", - "raw_id" : 595, + "raw_id" : 594, "serialization_id" : "item.birch_sign", "serialization_name" : "minecraft:birch_sign" }, @@ -794,7 +794,7 @@ { "command_name" : "minecraft:blade_pottery_sherd", "name" : "minecraft:blade_pottery_sherd", - "raw_id" : 680, + "raw_id" : 679, "serialization_id" : "item.blade_pottery_sherd", "serialization_name" : "minecraft:blade_pottery_sherd" }, @@ -927,7 +927,7 @@ { "command_name" : "minecraft:bolt_armor_trim_smithing_template", "name" : "minecraft:bolt_armor_trim_smithing_template", - "raw_id" : 719, + "raw_id" : 718, "serialization_id" : "item.bolt_armor_trim_smithing_template", "serialization_name" : "minecraft:bolt_armor_trim_smithing_template" }, @@ -976,7 +976,7 @@ { "command_name" : "minecraft:bordure_indented_banner_pattern", "name" : "minecraft:bordure_indented_banner_pattern", - "raw_id" : 604, + "raw_id" : 603, "serialization_id" : "item.bordure_indented_banner_pattern", "serialization_name" : "minecraft:bordure_indented_banner_pattern" }, @@ -1039,7 +1039,7 @@ { "command_name" : "minecraft:brewer_pottery_sherd", "name" : "minecraft:brewer_pottery_sherd", - "raw_id" : 681, + "raw_id" : 680, "serialization_id" : "item.brewer_pottery_sherd", "serialization_name" : "minecraft:brewer_pottery_sherd" }, @@ -1179,7 +1179,7 @@ { "command_name" : "minecraft:brush", "name" : "minecraft:brush", - "raw_id" : 700, + "raw_id" : 699, "serialization_id" : "item.brush", "serialization_name" : "minecraft:brush" }, @@ -1228,7 +1228,7 @@ { "command_name" : "minecraft:burn_pottery_sherd", "name" : "minecraft:burn_pottery_sherd", - "raw_id" : 682, + "raw_id" : 681, "serialization_id" : "item.burn_pottery_sherd", "serialization_name" : "minecraft:burn_pottery_sherd" }, @@ -1263,14 +1263,14 @@ { "command_name" : "minecraft:camel_spawn_egg", "name" : "minecraft:camel_spawn_egg", - "raw_id" : 676, + "raw_id" : 675, "serialization_id" : "item.camel_spawn_egg", "serialization_name" : "minecraft:camel_spawn_egg" }, { "command_name" : "minecraft:campfire", "name" : "minecraft:campfire", - "raw_id" : 609, + "raw_id" : 608, "serialization_id" : "tile.campfire", "serialization_name" : "minecraft:campfire" }, @@ -1291,7 +1291,7 @@ { "command_name" : "minecraft:carrot_on_a_stick", "name" : "minecraft:carrot_on_a_stick", - "raw_id" : 535, + "raw_id" : 534, "serialization_id" : "item.carrotOnAStick", "serialization_name" : "minecraft:carrot_on_a_stick" }, @@ -1333,7 +1333,7 @@ { "command_name" : "minecraft:chain", "name" : "minecraft:chain", - "raw_id" : 640, + "raw_id" : 639, "serialization_id" : "tile.chain", "serialization_name" : "minecraft:chain" }, @@ -1382,7 +1382,7 @@ { "command_name" : "minecraft:cherry_boat", "name" : "minecraft:cherry_boat", - "raw_id" : 670, + "raw_id" : 669, "serialization_id" : "item.cherry_boat", "serialization_name" : "minecraft:cherry_boat" }, @@ -1396,7 +1396,7 @@ { "command_name" : "minecraft:cherry_chest_boat", "name" : "minecraft:cherry_chest_boat", - "raw_id" : 671, + "raw_id" : 670, "serialization_id" : "item.cherry_chest_boat", "serialization_name" : "minecraft:cherry_chest_boat" }, @@ -1466,7 +1466,7 @@ { "command_name" : "minecraft:cherry_sign", "name" : "minecraft:cherry_sign", - "raw_id" : 672, + "raw_id" : 671, "serialization_id" : "item.cherry_sign", "serialization_name" : "minecraft:cherry_sign" }, @@ -1620,7 +1620,7 @@ { "command_name" : "minecraft:chorus_fruit", "name" : "minecraft:chorus_fruit", - "raw_id" : 576, + "raw_id" : 575, "serialization_id" : "item.chorus_fruit", "serialization_name" : "minecraft:chorus_fruit" }, @@ -1683,7 +1683,7 @@ { "command_name" : "minecraft:coast_armor_trim_smithing_template", "name" : "minecraft:coast_armor_trim_smithing_template", - "raw_id" : 704, + "raw_id" : 703, "serialization_id" : "item.coast_armor_trim_smithing_template", "serialization_name" : "minecraft:coast_armor_trim_smithing_template" }, @@ -1774,14 +1774,14 @@ { "command_name" : "minecraft:command_block_minecart", "name" : "minecraft:command_block_minecart", - "raw_id" : 581, + "raw_id" : 580, "serialization_id" : "item.command_block_minecart", "serialization_name" : "minecraft:command_block_minecart" }, { "command_name" : "minecraft:comparator", "name" : "minecraft:comparator", - "raw_id" : 540, + "raw_id" : 539, "serialization_id" : "item.comparator", "serialization_name" : "minecraft:comparator" }, @@ -1830,7 +1830,7 @@ { "command_name" : "minecraft:cooked_mutton", "name" : "minecraft:cooked_mutton", - "raw_id" : 569, + "raw_id" : 568, "serialization_id" : "item.muttonCooked", "serialization_name" : "minecraft:cooked_mutton" }, @@ -1977,10 +1977,17 @@ { "command_name" : "minecraft:creeper_banner_pattern", "name" : "minecraft:creeper_banner_pattern", - "raw_id" : 600, + "raw_id" : 599, "serialization_id" : "item.creeper_banner_pattern", "serialization_name" : "minecraft:creeper_banner_pattern" }, + { + "command_name" : "minecraft:creeper_head", + "name" : "minecraft:creeper_head", + "raw_id" : -968, + "serialization_id" : "item.creeper_head", + "serialization_name" : "minecraft:creeper_head" + }, { "command_name" : "minecraft:creeper_spawn_egg", "name" : "minecraft:creeper_spawn_egg", @@ -1998,7 +2005,7 @@ { "command_name" : "minecraft:crimson_door", "name" : "minecraft:crimson_door", - "raw_id" : 637, + "raw_id" : 636, "serialization_id" : "item.crimson_door", "serialization_name" : "minecraft:crimson_door" }, @@ -2068,7 +2075,7 @@ { "command_name" : "minecraft:crimson_sign", "name" : "minecraft:crimson_sign", - "raw_id" : 635, + "raw_id" : 634, "serialization_id" : "item.crimson_sign", "serialization_name" : "minecraft:crimson_sign" }, @@ -2103,7 +2110,7 @@ { "command_name" : "minecraft:crossbow", "name" : "minecraft:crossbow", - "raw_id" : 593, + "raw_id" : 592, "serialization_id" : "item.crossbow", "serialization_name" : "minecraft:crossbow" }, @@ -2257,7 +2264,7 @@ { "command_name" : "minecraft:danger_pottery_sherd", "name" : "minecraft:danger_pottery_sherd", - "raw_id" : 683, + "raw_id" : 682, "serialization_id" : "item.danger_pottery_sherd", "serialization_name" : "minecraft:danger_pottery_sherd" }, @@ -2278,14 +2285,14 @@ { "command_name" : "minecraft:dark_oak_chest_boat", "name" : "minecraft:dark_oak_chest_boat", - "raw_id" : 664, + "raw_id" : 663, "serialization_id" : "item.dark_oak_chest_boat", "serialization_name" : "minecraft:dark_oak_chest_boat" }, { "command_name" : "minecraft:dark_oak_door", "name" : "minecraft:dark_oak_door", - "raw_id" : 575, + "raw_id" : 574, "serialization_id" : "item.dark_oak_door", "serialization_name" : "minecraft:dark_oak_door" }, @@ -2348,7 +2355,7 @@ { "command_name" : "minecraft:dark_oak_sign", "name" : "minecraft:dark_oak_sign", - "raw_id" : 598, + "raw_id" : 597, "serialization_id" : "item.darkoak_sign", "serialization_name" : "minecraft:dark_oak_sign" }, @@ -2712,7 +2719,7 @@ { "command_name" : "minecraft:diamond_horse_armor", "name" : "minecraft:diamond_horse_armor", - "raw_id" : 551, + "raw_id" : 550, "serialization_id" : "item.horsearmordiamond", "serialization_name" : "minecraft:diamond_horse_armor" }, @@ -2796,7 +2803,7 @@ { "command_name" : "minecraft:disc_fragment_5", "name" : "minecraft:disc_fragment_5", - "raw_id" : 658, + "raw_id" : 657, "serialization_id" : "item.disc_fragment_5", "serialization_name" : "minecraft:disc_fragment_5" }, @@ -2824,7 +2831,7 @@ { "command_name" : "minecraft:dragon_breath", "name" : "minecraft:dragon_breath", - "raw_id" : 578, + "raw_id" : 577, "serialization_id" : "item.dragon_breath", "serialization_name" : "minecraft:dragon_breath" }, @@ -2835,6 +2842,13 @@ "serialization_id" : "item.dragon_egg", "serialization_name" : "minecraft:dragon_egg" }, + { + "command_name" : "minecraft:dragon_head", + "name" : "minecraft:dragon_head", + "raw_id" : -969, + "serialization_id" : "item.dragon_head", + "serialization_name" : "minecraft:dragon_head" + }, { "command_name" : "minecraft:dried_kelp", "name" : "minecraft:dried_kelp", @@ -2873,14 +2887,14 @@ { "command_name" : "minecraft:dune_armor_trim_smithing_template", "name" : "minecraft:dune_armor_trim_smithing_template", - "raw_id" : 703, + "raw_id" : 702, "serialization_id" : "item.dune_armor_trim_smithing_template", "serialization_name" : "minecraft:dune_armor_trim_smithing_template" }, { "command_name" : "minecraft:echo_shard", "name" : "minecraft:echo_shard", - "raw_id" : 668, + "raw_id" : 667, "serialization_id" : "item.echo_shard", "serialization_name" : "minecraft:echo_shard" }, @@ -2901,7 +2915,7 @@ { "command_name" : "minecraft:elytra", "name" : "minecraft:elytra", - "raw_id" : 582, + "raw_id" : 581, "serialization_id" : "item.elytra", "serialization_name" : "minecraft:elytra" }, @@ -2936,7 +2950,7 @@ { "command_name" : "minecraft:enchanted_book", "name" : "minecraft:enchanted_book", - "raw_id" : 539, + "raw_id" : 538, "serialization_id" : "item.enchanted_book", "serialization_name" : "minecraft:enchanted_book" }, @@ -3069,7 +3083,7 @@ { "command_name" : "minecraft:explorer_pottery_sherd", "name" : "minecraft:explorer_pottery_sherd", - "raw_id" : 684, + "raw_id" : 683, "serialization_id" : "item.explorer_pottery_sherd", "serialization_name" : "minecraft:explorer_pottery_sherd" }, @@ -3139,7 +3153,7 @@ { "command_name" : "minecraft:eye_armor_trim_smithing_template", "name" : "minecraft:eye_armor_trim_smithing_template", - "raw_id" : 707, + "raw_id" : 706, "serialization_id" : "item.eye_armor_trim_smithing_template", "serialization_name" : "minecraft:eye_armor_trim_smithing_template" }, @@ -3181,7 +3195,7 @@ { "command_name" : "minecraft:field_masoned_banner_pattern", "name" : "minecraft:field_masoned_banner_pattern", - "raw_id" : 603, + "raw_id" : 602, "serialization_id" : "item.field_masoned_banner_pattern", "serialization_name" : "minecraft:field_masoned_banner_pattern" }, @@ -3223,14 +3237,14 @@ { "command_name" : "minecraft:firework_rocket", "name" : "minecraft:firework_rocket", - "raw_id" : 537, + "raw_id" : 536, "serialization_id" : "item.fireworks", "serialization_name" : "minecraft:firework_rocket" }, { "command_name" : "minecraft:firework_star", "name" : "minecraft:firework_star", - "raw_id" : 538, + "raw_id" : 537, "serialization_id" : "item.fireworksCharge", "serialization_name" : "minecraft:firework_star" }, @@ -3265,28 +3279,28 @@ { "command_name" : "minecraft:flow_armor_trim_smithing_template", "name" : "minecraft:flow_armor_trim_smithing_template", - "raw_id" : 718, + "raw_id" : 717, "serialization_id" : "item.flow_armor_trim_smithing_template", "serialization_name" : "minecraft:flow_armor_trim_smithing_template" }, { "command_name" : "minecraft:flow_banner_pattern", "name" : "minecraft:flow_banner_pattern", - "raw_id" : 607, + "raw_id" : 606, "serialization_id" : "item.flow_banner_pattern", "serialization_name" : "minecraft:flow_banner_pattern" }, { "command_name" : "minecraft:flow_pottery_sherd", "name" : "minecraft:flow_pottery_sherd", - "raw_id" : 685, + "raw_id" : 684, "serialization_id" : "item.flow_pottery_sherd", "serialization_name" : "minecraft:flow_pottery_sherd" }, { "command_name" : "minecraft:flower_banner_pattern", "name" : "minecraft:flower_banner_pattern", - "raw_id" : 599, + "raw_id" : 598, "serialization_id" : "item.flower_banner_pattern", "serialization_name" : "minecraft:flower_banner_pattern" }, @@ -3321,7 +3335,7 @@ { "command_name" : "minecraft:friend_pottery_sherd", "name" : "minecraft:friend_pottery_sherd", - "raw_id" : 686, + "raw_id" : 685, "serialization_id" : "item.friend_pottery_sherd", "serialization_name" : "minecraft:friend_pottery_sherd" }, @@ -3335,7 +3349,7 @@ { "command_name" : "minecraft:frog_spawn_egg", "name" : "minecraft:frog_spawn_egg", - "raw_id" : 649, + "raw_id" : 648, "serialization_id" : "item.frog_spawn_egg", "serialization_name" : "minecraft:frog_spawn_egg" }, @@ -3405,7 +3419,7 @@ { "command_name" : "minecraft:globe_banner_pattern", "name" : "minecraft:globe_banner_pattern", - "raw_id" : 606, + "raw_id" : 605, "serialization_id" : "item.globe_banner_pattern", "serialization_name" : "minecraft:globe_banner_pattern" }, @@ -3419,7 +3433,7 @@ { "command_name" : "minecraft:glow_frame", "name" : "minecraft:glow_frame", - "raw_id" : 644, + "raw_id" : 643, "serialization_id" : "item.glow_frame", "serialization_name" : "minecraft:glow_frame" }, @@ -3461,7 +3475,7 @@ { "command_name" : "minecraft:goat_horn", "name" : "minecraft:goat_horn", - "raw_id" : 648, + "raw_id" : 647, "serialization_id" : "item.goat_horn", "serialization_name" : "minecraft:goat_horn" }, @@ -3552,7 +3566,7 @@ { "command_name" : "minecraft:golden_horse_armor", "name" : "minecraft:golden_horse_armor", - "raw_id" : 550, + "raw_id" : 549, "serialization_id" : "item.horsearmorgold", "serialization_name" : "minecraft:golden_horse_armor" }, @@ -3818,14 +3832,14 @@ { "command_name" : "minecraft:guster_banner_pattern", "name" : "minecraft:guster_banner_pattern", - "raw_id" : 608, + "raw_id" : 607, "serialization_id" : "item.guster_banner_pattern", "serialization_name" : "minecraft:guster_banner_pattern" }, { "command_name" : "minecraft:guster_pottery_sherd", "name" : "minecraft:guster_pottery_sherd", - "raw_id" : 687, + "raw_id" : 686, "serialization_id" : "item.guster_pottery_sherd", "serialization_name" : "minecraft:guster_pottery_sherd" }, @@ -3853,21 +3867,21 @@ { "command_name" : "minecraft:heart_of_the_sea", "name" : "minecraft:heart_of_the_sea", - "raw_id" : 589, + "raw_id" : 588, "serialization_id" : "item.heart_of_the_sea", "serialization_name" : "minecraft:heart_of_the_sea" }, { "command_name" : "minecraft:heart_pottery_sherd", "name" : "minecraft:heart_pottery_sherd", - "raw_id" : 688, + "raw_id" : 687, "serialization_id" : "item.heart_pottery_sherd", "serialization_name" : "minecraft:heart_pottery_sherd" }, { "command_name" : "minecraft:heartbreak_pottery_sherd", "name" : "minecraft:heartbreak_pottery_sherd", - "raw_id" : 689, + "raw_id" : 688, "serialization_id" : "item.heartbreak_pottery_sherd", "serialization_name" : "minecraft:heartbreak_pottery_sherd" }, @@ -3902,14 +3916,14 @@ { "command_name" : "minecraft:honey_bottle", "name" : "minecraft:honey_bottle", - "raw_id" : 612, + "raw_id" : 611, "serialization_id" : "item.honey_bottle", "serialization_name" : "minecraft:honey_bottle" }, { "command_name" : "minecraft:honeycomb", "name" : "minecraft:honeycomb", - "raw_id" : 611, + "raw_id" : 610, "serialization_id" : "item.honeycomb", "serialization_name" : "minecraft:honeycomb" }, @@ -3923,14 +3937,14 @@ { "command_name" : "minecraft:hopper", "name" : "minecraft:hopper", - "raw_id" : 545, + "raw_id" : 544, "serialization_id" : "tile.hopper", "serialization_name" : "minecraft:hopper" }, { "command_name" : "minecraft:hopper_minecart", "name" : "minecraft:hopper_minecart", - "raw_id" : 544, + "raw_id" : 543, "serialization_id" : "item.hopper_minecart", "serialization_name" : "minecraft:hopper_minecart" }, @@ -3965,14 +3979,14 @@ { "command_name" : "minecraft:host_armor_trim_smithing_template", "name" : "minecraft:host_armor_trim_smithing_template", - "raw_id" : 717, + "raw_id" : 716, "serialization_id" : "item.host_armor_trim_smithing_template", "serialization_name" : "minecraft:host_armor_trim_smithing_template" }, { "command_name" : "minecraft:howl_pottery_sherd", "name" : "minecraft:howl_pottery_sherd", - "raw_id" : 690, + "raw_id" : 689, "serialization_id" : "item.howl_pottery_sherd", "serialization_name" : "minecraft:howl_pottery_sherd" }, @@ -4112,7 +4126,7 @@ { "command_name" : "minecraft:iron_horse_armor", "name" : "minecraft:iron_horse_armor", - "raw_id" : 549, + "raw_id" : 548, "serialization_id" : "item.horsearmoriron", "serialization_name" : "minecraft:iron_horse_armor" }, @@ -4133,7 +4147,7 @@ { "command_name" : "minecraft:iron_nugget", "name" : "minecraft:iron_nugget", - "raw_id" : 587, + "raw_id" : 586, "serialization_id" : "item.iron_nugget", "serialization_name" : "minecraft:iron_nugget" }, @@ -4203,14 +4217,14 @@ { "command_name" : "minecraft:jungle_chest_boat", "name" : "minecraft:jungle_chest_boat", - "raw_id" : 661, + "raw_id" : 660, "serialization_id" : "item.jungle_chest_boat", "serialization_name" : "minecraft:jungle_chest_boat" }, { "command_name" : "minecraft:jungle_door", "name" : "minecraft:jungle_door", - "raw_id" : 573, + "raw_id" : 572, "serialization_id" : "item.jungle_door", "serialization_name" : "minecraft:jungle_door" }, @@ -4273,7 +4287,7 @@ { "command_name" : "minecraft:jungle_sign", "name" : "minecraft:jungle_sign", - "raw_id" : 596, + "raw_id" : 595, "serialization_id" : "item.jungle_sign", "serialization_name" : "minecraft:jungle_sign" }, @@ -4371,7 +4385,7 @@ { "command_name" : "minecraft:lead", "name" : "minecraft:lead", - "raw_id" : 565, + "raw_id" : 564, "serialization_id" : "item.lead", "serialization_name" : "minecraft:lead" }, @@ -4406,7 +4420,7 @@ { "command_name" : "minecraft:leather_horse_armor", "name" : "minecraft:leather_horse_armor", - "raw_id" : 548, + "raw_id" : 547, "serialization_id" : "item.horsearmorleather", "serialization_name" : "minecraft:leather_horse_armor" }, @@ -4798,7 +4812,7 @@ { "command_name" : "minecraft:lingering_potion", "name" : "minecraft:lingering_potion", - "raw_id" : 580, + "raw_id" : 579, "serialization_id" : "item.lingering_potion", "serialization_name" : "minecraft:lingering_potion" }, @@ -4826,7 +4840,7 @@ { "command_name" : "minecraft:lodestone_compass", "name" : "minecraft:lodestone_compass", - "raw_id" : 623, + "raw_id" : 622, "serialization_id" : "item.lodestonecompass", "serialization_name" : "minecraft:lodestone_compass" }, @@ -4945,7 +4959,7 @@ { "command_name" : "minecraft:mangrove_boat", "name" : "minecraft:mangrove_boat", - "raw_id" : 656, + "raw_id" : 655, "serialization_id" : "item.mangrove_boat", "serialization_name" : "minecraft:mangrove_boat" }, @@ -4959,14 +4973,14 @@ { "command_name" : "minecraft:mangrove_chest_boat", "name" : "minecraft:mangrove_chest_boat", - "raw_id" : 665, + "raw_id" : 664, "serialization_id" : "item.mangrove_chest_boat", "serialization_name" : "minecraft:mangrove_chest_boat" }, { "command_name" : "minecraft:mangrove_door", "name" : "minecraft:mangrove_door", - "raw_id" : 654, + "raw_id" : 653, "serialization_id" : "item.mangrove_door", "serialization_name" : "minecraft:mangrove_door" }, @@ -5036,7 +5050,7 @@ { "command_name" : "minecraft:mangrove_sign", "name" : "minecraft:mangrove_sign", - "raw_id" : 655, + "raw_id" : 654, "serialization_id" : "item.mangrove_sign", "serialization_name" : "minecraft:mangrove_sign" }, @@ -5113,7 +5127,7 @@ { "command_name" : "minecraft:miner_pottery_sherd", "name" : "minecraft:miner_pottery_sherd", - "raw_id" : 691, + "raw_id" : 690, "serialization_id" : "item.miner_pottery_sherd", "serialization_name" : "minecraft:miner_pottery_sherd" }, @@ -5127,7 +5141,7 @@ { "command_name" : "minecraft:mojang_banner_pattern", "name" : "minecraft:mojang_banner_pattern", - "raw_id" : 602, + "raw_id" : 601, "serialization_id" : "item.mojang_banner_pattern", "serialization_name" : "minecraft:mojang_banner_pattern" }, @@ -5211,7 +5225,7 @@ { "command_name" : "minecraft:mourner_pottery_sherd", "name" : "minecraft:mourner_pottery_sherd", - "raw_id" : 692, + "raw_id" : 691, "serialization_id" : "item.mourner_pottery_sherd", "serialization_name" : "minecraft:mourner_pottery_sherd" }, @@ -5264,6 +5278,13 @@ "serialization_id" : "item.mule_spawn_egg", "serialization_name" : "minecraft:mule_spawn_egg" }, + { + "command_name" : "minecraft:mushroom_stem", + "name" : "minecraft:mushroom_stem", + "raw_id" : -1008, + "serialization_id" : "item.mushroom_stem", + "serialization_name" : "minecraft:mushroom_stem" + }, { "command_name" : "minecraft:mushroom_stew", "name" : "minecraft:mushroom_stew", @@ -5274,42 +5295,42 @@ { "command_name" : "minecraft:music_disc_11", "name" : "minecraft:music_disc_11", - "raw_id" : 562, + "raw_id" : 561, "serialization_id" : "item.record_11", "serialization_name" : "minecraft:music_disc_11" }, { "command_name" : "minecraft:music_disc_13", "name" : "minecraft:music_disc_13", - "raw_id" : 552, + "raw_id" : 551, "serialization_id" : "item.record_13", "serialization_name" : "minecraft:music_disc_13" }, { "command_name" : "minecraft:music_disc_5", "name" : "minecraft:music_disc_5", - "raw_id" : 657, + "raw_id" : 656, "serialization_id" : "item.record_5", "serialization_name" : "minecraft:music_disc_5" }, { "command_name" : "minecraft:music_disc_blocks", "name" : "minecraft:music_disc_blocks", - "raw_id" : 554, + "raw_id" : 553, "serialization_id" : "item.record_blocks", "serialization_name" : "minecraft:music_disc_blocks" }, { "command_name" : "minecraft:music_disc_cat", "name" : "minecraft:music_disc_cat", - "raw_id" : 553, + "raw_id" : 552, "serialization_id" : "item.record_cat", "serialization_name" : "minecraft:music_disc_cat" }, { "command_name" : "minecraft:music_disc_chirp", "name" : "minecraft:music_disc_chirp", - "raw_id" : 555, + "raw_id" : 554, "serialization_id" : "item.record_chirp", "serialization_name" : "minecraft:music_disc_chirp" }, @@ -5330,35 +5351,35 @@ { "command_name" : "minecraft:music_disc_far", "name" : "minecraft:music_disc_far", - "raw_id" : 556, + "raw_id" : 555, "serialization_id" : "item.record_far", "serialization_name" : "minecraft:music_disc_far" }, { "command_name" : "minecraft:music_disc_mall", "name" : "minecraft:music_disc_mall", - "raw_id" : 557, + "raw_id" : 556, "serialization_id" : "item.record_mall", "serialization_name" : "minecraft:music_disc_mall" }, { "command_name" : "minecraft:music_disc_mellohi", "name" : "minecraft:music_disc_mellohi", - "raw_id" : 558, + "raw_id" : 557, "serialization_id" : "item.record_mellohi", "serialization_name" : "minecraft:music_disc_mellohi" }, { "command_name" : "minecraft:music_disc_otherside", "name" : "minecraft:music_disc_otherside", - "raw_id" : 647, + "raw_id" : 646, "serialization_id" : "item.record_otherside", "serialization_name" : "minecraft:music_disc_otherside" }, { "command_name" : "minecraft:music_disc_pigstep", "name" : "minecraft:music_disc_pigstep", - "raw_id" : 641, + "raw_id" : 640, "serialization_id" : "item.record_pigstep", "serialization_name" : "minecraft:music_disc_pigstep" }, @@ -5372,42 +5393,42 @@ { "command_name" : "minecraft:music_disc_relic", "name" : "minecraft:music_disc_relic", - "raw_id" : 720, + "raw_id" : 719, "serialization_id" : "item.record_relic", "serialization_name" : "minecraft:music_disc_relic" }, { "command_name" : "minecraft:music_disc_stal", "name" : "minecraft:music_disc_stal", - "raw_id" : 559, + "raw_id" : 558, "serialization_id" : "item.record_stal", "serialization_name" : "minecraft:music_disc_stal" }, { "command_name" : "minecraft:music_disc_strad", "name" : "minecraft:music_disc_strad", - "raw_id" : 560, + "raw_id" : 559, "serialization_id" : "item.record_strad", "serialization_name" : "minecraft:music_disc_strad" }, { "command_name" : "minecraft:music_disc_wait", "name" : "minecraft:music_disc_wait", - "raw_id" : 563, + "raw_id" : 562, "serialization_id" : "item.record_wait", "serialization_name" : "minecraft:music_disc_wait" }, { "command_name" : "minecraft:music_disc_ward", "name" : "minecraft:music_disc_ward", - "raw_id" : 561, + "raw_id" : 560, "serialization_id" : "item.record_ward", "serialization_name" : "minecraft:music_disc_ward" }, { "command_name" : "minecraft:mutton", "name" : "minecraft:mutton", - "raw_id" : 568, + "raw_id" : 567, "serialization_id" : "item.muttonRaw", "serialization_name" : "minecraft:mutton" }, @@ -5421,14 +5442,14 @@ { "command_name" : "minecraft:name_tag", "name" : "minecraft:name_tag", - "raw_id" : 566, + "raw_id" : 565, "serialization_id" : "item.name_tag", "serialization_name" : "minecraft:name_tag" }, { "command_name" : "minecraft:nautilus_shell", "name" : "minecraft:nautilus_shell", - "raw_id" : 588, + "raw_id" : 587, "serialization_id" : "item.nautilus_shell", "serialization_name" : "minecraft:nautilus_shell" }, @@ -5477,14 +5498,14 @@ { "command_name" : "minecraft:nether_sprouts", "name" : "minecraft:nether_sprouts", - "raw_id" : 642, + "raw_id" : 641, "serialization_id" : "tile.nether_sprouts", "serialization_name" : "minecraft:nether_sprouts" }, { "command_name" : "minecraft:nether_star", "name" : "minecraft:nether_star", - "raw_id" : 536, + "raw_id" : 535, "serialization_id" : "item.netherStar", "serialization_name" : "minecraft:nether_star" }, @@ -5505,14 +5526,14 @@ { "command_name" : "minecraft:netherbrick", "name" : "minecraft:netherbrick", - "raw_id" : 541, + "raw_id" : 540, "serialization_id" : "item.netherbrick", "serialization_name" : "minecraft:netherbrick" }, { "command_name" : "minecraft:netherite_axe", "name" : "minecraft:netherite_axe", - "raw_id" : 627, + "raw_id" : 626, "serialization_id" : "item.netherite_axe", "serialization_name" : "minecraft:netherite_axe" }, @@ -5526,77 +5547,77 @@ { "command_name" : "minecraft:netherite_boots", "name" : "minecraft:netherite_boots", - "raw_id" : 633, + "raw_id" : 632, "serialization_id" : "item.netherite_boots", "serialization_name" : "minecraft:netherite_boots" }, { "command_name" : "minecraft:netherite_chestplate", "name" : "minecraft:netherite_chestplate", - "raw_id" : 631, + "raw_id" : 630, "serialization_id" : "item.netherite_chestplate", "serialization_name" : "minecraft:netherite_chestplate" }, { "command_name" : "minecraft:netherite_helmet", "name" : "minecraft:netherite_helmet", - "raw_id" : 630, + "raw_id" : 629, "serialization_id" : "item.netherite_helmet", "serialization_name" : "minecraft:netherite_helmet" }, { "command_name" : "minecraft:netherite_hoe", "name" : "minecraft:netherite_hoe", - "raw_id" : 628, + "raw_id" : 627, "serialization_id" : "item.netherite_hoe", "serialization_name" : "minecraft:netherite_hoe" }, { "command_name" : "minecraft:netherite_ingot", "name" : "minecraft:netherite_ingot", - "raw_id" : 629, + "raw_id" : 628, "serialization_id" : "item.netherite_ingot", "serialization_name" : "minecraft:netherite_ingot" }, { "command_name" : "minecraft:netherite_leggings", "name" : "minecraft:netherite_leggings", - "raw_id" : 632, + "raw_id" : 631, "serialization_id" : "item.netherite_leggings", "serialization_name" : "minecraft:netherite_leggings" }, { "command_name" : "minecraft:netherite_pickaxe", "name" : "minecraft:netherite_pickaxe", - "raw_id" : 626, + "raw_id" : 625, "serialization_id" : "item.netherite_pickaxe", "serialization_name" : "minecraft:netherite_pickaxe" }, { "command_name" : "minecraft:netherite_scrap", "name" : "minecraft:netherite_scrap", - "raw_id" : 634, + "raw_id" : 633, "serialization_id" : "item.netherite_scrap", "serialization_name" : "minecraft:netherite_scrap" }, { "command_name" : "minecraft:netherite_shovel", "name" : "minecraft:netherite_shovel", - "raw_id" : 625, + "raw_id" : 624, "serialization_id" : "item.netherite_shovel", "serialization_name" : "minecraft:netherite_shovel" }, { "command_name" : "minecraft:netherite_sword", "name" : "minecraft:netherite_sword", - "raw_id" : 624, + "raw_id" : 623, "serialization_id" : "item.netherite_sword", "serialization_name" : "minecraft:netherite_sword" }, { "command_name" : "minecraft:netherite_upgrade_smithing_template", "name" : "minecraft:netherite_upgrade_smithing_template", - "raw_id" : 701, + "raw_id" : 700, "serialization_id" : "item.netherite_upgrade_smithing_template", "serialization_name" : "minecraft:netherite_upgrade_smithing_template" }, @@ -5638,7 +5659,7 @@ { "command_name" : "minecraft:oak_chest_boat", "name" : "minecraft:oak_chest_boat", - "raw_id" : 659, + "raw_id" : 658, "serialization_id" : "item.oak_chest_boat", "serialization_name" : "minecraft:oak_chest_boat" }, @@ -5743,7 +5764,7 @@ { "command_name" : "minecraft:ominous_bottle", "name" : "minecraft:ominous_bottle", - "raw_id" : 613, + "raw_id" : 612, "serialization_id" : "item.ominous_bottle", "serialization_name" : "minecraft:ominous_bottle" }, @@ -5974,7 +5995,7 @@ { "command_name" : "minecraft:phantom_membrane", "name" : "minecraft:phantom_membrane", - "raw_id" : 592, + "raw_id" : 591, "serialization_id" : "item.phantom_membrane", "serialization_name" : "minecraft:phantom_membrane" }, @@ -5995,7 +6016,7 @@ { "command_name" : "minecraft:piglin_banner_pattern", "name" : "minecraft:piglin_banner_pattern", - "raw_id" : 605, + "raw_id" : 604, "serialization_id" : "item.piglin_banner_pattern", "serialization_name" : "minecraft:piglin_banner_pattern" }, @@ -6006,6 +6027,13 @@ "serialization_id" : "item.piglin_brute_spawn_egg", "serialization_name" : "minecraft:piglin_brute_spawn_egg" }, + { + "command_name" : "minecraft:piglin_head", + "name" : "minecraft:piglin_head", + "raw_id" : -970, + "serialization_id" : "item.piglin_head", + "serialization_name" : "minecraft:piglin_head" + }, { "command_name" : "minecraft:piglin_spawn_egg", "name" : "minecraft:piglin_spawn_egg", @@ -6132,10 +6160,17 @@ "serialization_id" : "item.pitcher_pod", "serialization_name" : "minecraft:pitcher_pod" }, + { + "command_name" : "minecraft:player_head", + "name" : "minecraft:player_head", + "raw_id" : -967, + "serialization_id" : "item.player_head", + "serialization_name" : "minecraft:player_head" + }, { "command_name" : "minecraft:plenty_pottery_sherd", "name" : "minecraft:plenty_pottery_sherd", - "raw_id" : 693, + "raw_id" : 692, "serialization_id" : "item.plenty_pottery_sherd", "serialization_name" : "minecraft:plenty_pottery_sherd" }, @@ -6366,7 +6401,7 @@ { "command_name" : "minecraft:popped_chorus_fruit", "name" : "minecraft:popped_chorus_fruit", - "raw_id" : 577, + "raw_id" : 576, "serialization_id" : "item.chorus_fruit_popped", "serialization_name" : "minecraft:popped_chorus_fruit" }, @@ -6436,14 +6471,14 @@ { "command_name" : "minecraft:prismarine_crystals", "name" : "minecraft:prismarine_crystals", - "raw_id" : 567, + "raw_id" : 566, "serialization_id" : "item.prismarine_crystals", "serialization_name" : "minecraft:prismarine_crystals" }, { "command_name" : "minecraft:prismarine_shard", "name" : "minecraft:prismarine_shard", - "raw_id" : 583, + "raw_id" : 582, "serialization_id" : "item.prismarine_shard", "serialization_name" : "minecraft:prismarine_shard" }, @@ -6471,7 +6506,7 @@ { "command_name" : "minecraft:prize_pottery_sherd", "name" : "minecraft:prize_pottery_sherd", - "raw_id" : 694, + "raw_id" : 693, "serialization_id" : "item.prize_pottery_sherd", "serialization_name" : "minecraft:prize_pottery_sherd" }, @@ -6625,7 +6660,7 @@ { "command_name" : "minecraft:quartz", "name" : "minecraft:quartz", - "raw_id" : 542, + "raw_id" : 541, "serialization_id" : "item.quartz", "serialization_name" : "minecraft:quartz" }, @@ -6681,14 +6716,14 @@ { "command_name" : "minecraft:rabbit_foot", "name" : "minecraft:rabbit_foot", - "raw_id" : 546, + "raw_id" : 545, "serialization_id" : "item.rabbit_foot", "serialization_name" : "minecraft:rabbit_foot" }, { "command_name" : "minecraft:rabbit_hide", "name" : "minecraft:rabbit_hide", - "raw_id" : 547, + "raw_id" : 546, "serialization_id" : "item.rabbit_hide", "serialization_name" : "minecraft:rabbit_hide" }, @@ -6716,7 +6751,7 @@ { "command_name" : "minecraft:raiser_armor_trim_smithing_template", "name" : "minecraft:raiser_armor_trim_smithing_template", - "raw_id" : 715, + "raw_id" : 714, "serialization_id" : "item.raiser_armor_trim_smithing_template", "serialization_name" : "minecraft:raiser_armor_trim_smithing_template" }, @@ -6772,7 +6807,7 @@ { "command_name" : "minecraft:recovery_compass", "name" : "minecraft:recovery_compass", - "raw_id" : 667, + "raw_id" : 666, "serialization_id" : "item.recovery_compass", "serialization_name" : "minecraft:recovery_compass" }, @@ -7003,7 +7038,7 @@ { "command_name" : "minecraft:rib_armor_trim_smithing_template", "name" : "minecraft:rib_armor_trim_smithing_template", - "raw_id" : 711, + "raw_id" : 710, "serialization_id" : "item.rib_armor_trim_smithing_template", "serialization_name" : "minecraft:rib_armor_trim_smithing_template" }, @@ -7094,7 +7129,7 @@ { "command_name" : "minecraft:scrape_pottery_sherd", "name" : "minecraft:scrape_pottery_sherd", - "raw_id" : 695, + "raw_id" : 694, "serialization_id" : "item.scrape_pottery_sherd", "serialization_name" : "minecraft:scrape_pottery_sherd" }, @@ -7157,21 +7192,21 @@ { "command_name" : "minecraft:sentry_armor_trim_smithing_template", "name" : "minecraft:sentry_armor_trim_smithing_template", - "raw_id" : 702, + "raw_id" : 701, "serialization_id" : "item.sentry_armor_trim_smithing_template", "serialization_name" : "minecraft:sentry_armor_trim_smithing_template" }, { "command_name" : "minecraft:shaper_armor_trim_smithing_template", "name" : "minecraft:shaper_armor_trim_smithing_template", - "raw_id" : 716, + "raw_id" : 715, "serialization_id" : "item.shaper_armor_trim_smithing_template", "serialization_name" : "minecraft:shaper_armor_trim_smithing_template" }, { "command_name" : "minecraft:sheaf_pottery_sherd", "name" : "minecraft:sheaf_pottery_sherd", - "raw_id" : 696, + "raw_id" : 695, "serialization_id" : "item.sheaf_pottery_sherd", "serialization_name" : "minecraft:sheaf_pottery_sherd" }, @@ -7192,7 +7227,7 @@ { "command_name" : "minecraft:shelter_pottery_sherd", "name" : "minecraft:shelter_pottery_sherd", - "raw_id" : 697, + "raw_id" : 696, "serialization_id" : "item.shelter_pottery_sherd", "serialization_name" : "minecraft:shelter_pottery_sherd" }, @@ -7220,7 +7255,7 @@ { "command_name" : "minecraft:shulker_shell", "name" : "minecraft:shulker_shell", - "raw_id" : 584, + "raw_id" : 583, "serialization_id" : "item.shulker_shell", "serialization_name" : "minecraft:shulker_shell" }, @@ -7234,7 +7269,7 @@ { "command_name" : "minecraft:silence_armor_trim_smithing_template", "name" : "minecraft:silence_armor_trim_smithing_template", - "raw_id" : 713, + "raw_id" : 712, "serialization_id" : "item.silence_armor_trim_smithing_template", "serialization_name" : "minecraft:silence_armor_trim_smithing_template" }, @@ -7259,6 +7294,13 @@ "serialization_id" : "item.skeleton_horse_spawn_egg", "serialization_name" : "minecraft:skeleton_horse_spawn_egg" }, + { + "command_name" : "minecraft:skeleton_skull", + "name" : "minecraft:skeleton_skull", + "raw_id" : 144, + "serialization_id" : "item.skeleton_skull", + "serialization_name" : "minecraft:skeleton_skull" + }, { "command_name" : "minecraft:skeleton_spawn_egg", "name" : "minecraft:skeleton_spawn_egg", @@ -7266,24 +7308,17 @@ "serialization_id" : "item.skeleton_spawn_egg", "serialization_name" : "minecraft:skeleton_spawn_egg" }, - { - "command_name" : "minecraft:skull", - "name" : "minecraft:skull", - "raw_id" : 534, - "serialization_id" : "item.skull", - "serialization_name" : "minecraft:skull" - }, { "command_name" : "minecraft:skull_banner_pattern", "name" : "minecraft:skull_banner_pattern", - "raw_id" : 601, + "raw_id" : 600, "serialization_id" : "item.skull_banner_pattern", "serialization_name" : "minecraft:skull_banner_pattern" }, { "command_name" : "minecraft:skull_pottery_sherd", "name" : "minecraft:skull_pottery_sherd", - "raw_id" : 698, + "raw_id" : 697, "serialization_id" : "item.skull_pottery_sherd", "serialization_name" : "minecraft:skull_pottery_sherd" }, @@ -7437,14 +7472,14 @@ { "command_name" : "minecraft:snort_pottery_sherd", "name" : "minecraft:snort_pottery_sherd", - "raw_id" : 699, + "raw_id" : 698, "serialization_id" : "item.snort_pottery_sherd", "serialization_name" : "minecraft:snort_pottery_sherd" }, { "command_name" : "minecraft:snout_armor_trim_smithing_template", "name" : "minecraft:snout_armor_trim_smithing_template", - "raw_id" : 710, + "raw_id" : 709, "serialization_id" : "item.snout_armor_trim_smithing_template", "serialization_name" : "minecraft:snout_armor_trim_smithing_template" }, @@ -7479,7 +7514,7 @@ { "command_name" : "minecraft:soul_campfire", "name" : "minecraft:soul_campfire", - "raw_id" : 643, + "raw_id" : 642, "serialization_id" : "tile.soul_campfire", "serialization_name" : "minecraft:soul_campfire" }, @@ -7528,14 +7563,14 @@ { "command_name" : "minecraft:spire_armor_trim_smithing_template", "name" : "minecraft:spire_armor_trim_smithing_template", - "raw_id" : 712, + "raw_id" : 711, "serialization_id" : "item.spire_armor_trim_smithing_template", "serialization_name" : "minecraft:spire_armor_trim_smithing_template" }, { "command_name" : "minecraft:splash_potion", "name" : "minecraft:splash_potion", - "raw_id" : 579, + "raw_id" : 578, "serialization_id" : "item.splash_potion", "serialization_name" : "minecraft:splash_potion" }, @@ -7570,14 +7605,14 @@ { "command_name" : "minecraft:spruce_chest_boat", "name" : "minecraft:spruce_chest_boat", - "raw_id" : 662, + "raw_id" : 661, "serialization_id" : "item.spruce_chest_boat", "serialization_name" : "minecraft:spruce_chest_boat" }, { "command_name" : "minecraft:spruce_door", "name" : "minecraft:spruce_door", - "raw_id" : 571, + "raw_id" : 570, "serialization_id" : "item.spruce_door", "serialization_name" : "minecraft:spruce_door" }, @@ -7640,7 +7675,7 @@ { "command_name" : "minecraft:spruce_sign", "name" : "minecraft:spruce_sign", - "raw_id" : 594, + "raw_id" : 593, "serialization_id" : "item.spruce_sign", "serialization_name" : "minecraft:spruce_sign" }, @@ -7675,7 +7710,7 @@ { "command_name" : "minecraft:spyglass", "name" : "minecraft:spyglass", - "raw_id" : 646, + "raw_id" : 645, "serialization_id" : "item.spyglass", "serialization_name" : "minecraft:spyglass" }, @@ -8018,7 +8053,7 @@ { "command_name" : "minecraft:suspicious_stew", "name" : "minecraft:suspicious_stew", - "raw_id" : 610, + "raw_id" : 609, "serialization_id" : "item.suspicious_stew", "serialization_name" : "minecraft:suspicious_stew" }, @@ -8032,14 +8067,14 @@ { "command_name" : "minecraft:tadpole_bucket", "name" : "minecraft:tadpole_bucket", - "raw_id" : 651, + "raw_id" : 650, "serialization_id" : "item.tadpole_bucket", "serialization_name" : "minecraft:tadpole_bucket" }, { "command_name" : "minecraft:tadpole_spawn_egg", "name" : "minecraft:tadpole_spawn_egg", - "raw_id" : 650, + "raw_id" : 649, "serialization_id" : "item.tadpole_spawn_egg", "serialization_name" : "minecraft:tadpole_spawn_egg" }, @@ -8060,7 +8095,7 @@ { "command_name" : "minecraft:tide_armor_trim_smithing_template", "name" : "minecraft:tide_armor_trim_smithing_template", - "raw_id" : 709, + "raw_id" : 708, "serialization_id" : "item.tide_armor_trim_smithing_template", "serialization_name" : "minecraft:tide_armor_trim_smithing_template" }, @@ -8081,7 +8116,7 @@ { "command_name" : "minecraft:tnt_minecart", "name" : "minecraft:tnt_minecart", - "raw_id" : 543, + "raw_id" : 542, "serialization_id" : "item.tnt_minecart", "serialization_name" : "minecraft:tnt_minecart" }, @@ -8109,14 +8144,14 @@ { "command_name" : "minecraft:totem_of_undying", "name" : "minecraft:totem_of_undying", - "raw_id" : 586, + "raw_id" : 585, "serialization_id" : "item.totem", "serialization_name" : "minecraft:totem_of_undying" }, { "command_name" : "minecraft:trader_llama_spawn_egg", "name" : "minecraft:trader_llama_spawn_egg", - "raw_id" : 669, + "raw_id" : 668, "serialization_id" : "item.trader_llama_spawn_egg", "serialization_name" : "minecraft:trader_llama_spawn_egg" }, @@ -8151,7 +8186,7 @@ { "command_name" : "minecraft:trident", "name" : "minecraft:trident", - "raw_id" : 564, + "raw_id" : 563, "serialization_id" : "item.trident", "serialization_name" : "minecraft:trident" }, @@ -8270,14 +8305,14 @@ { "command_name" : "minecraft:turtle_helmet", "name" : "minecraft:turtle_helmet", - "raw_id" : 591, + "raw_id" : 590, "serialization_id" : "item.turtle_helmet", "serialization_name" : "minecraft:turtle_helmet" }, { "command_name" : "minecraft:turtle_scute", "name" : "minecraft:turtle_scute", - "raw_id" : 590, + "raw_id" : 589, "serialization_id" : "item.turtle_shell_piece", "serialization_name" : "minecraft:turtle_scute" }, @@ -8319,7 +8354,7 @@ { "command_name" : "minecraft:vex_armor_trim_smithing_template", "name" : "minecraft:vex_armor_trim_smithing_template", - "raw_id" : 708, + "raw_id" : 707, "serialization_id" : "item.vex_armor_trim_smithing_template", "serialization_name" : "minecraft:vex_armor_trim_smithing_template" }, @@ -8361,14 +8396,14 @@ { "command_name" : "minecraft:ward_armor_trim_smithing_template", "name" : "minecraft:ward_armor_trim_smithing_template", - "raw_id" : 706, + "raw_id" : 705, "serialization_id" : "item.ward_armor_trim_smithing_template", "serialization_name" : "minecraft:ward_armor_trim_smithing_template" }, { "command_name" : "minecraft:warden_spawn_egg", "name" : "minecraft:warden_spawn_egg", - "raw_id" : 653, + "raw_id" : 652, "serialization_id" : "item.warden_spawn_egg", "serialization_name" : "minecraft:warden_spawn_egg" }, @@ -8382,7 +8417,7 @@ { "command_name" : "minecraft:warped_door", "name" : "minecraft:warped_door", - "raw_id" : 638, + "raw_id" : 637, "serialization_id" : "item.warped_door", "serialization_name" : "minecraft:warped_door" }, @@ -8410,7 +8445,7 @@ { "command_name" : "minecraft:warped_fungus_on_a_stick", "name" : "minecraft:warped_fungus_on_a_stick", - "raw_id" : 639, + "raw_id" : 638, "serialization_id" : "item.warped_fungus_on_a_stick.name", "serialization_name" : "minecraft:warped_fungus_on_a_stick" }, @@ -8459,7 +8494,7 @@ { "command_name" : "minecraft:warped_sign", "name" : "minecraft:warped_sign", - "raw_id" : 636, + "raw_id" : 635, "serialization_id" : "item.warped_sign", "serialization_name" : "minecraft:warped_sign" }, @@ -8767,7 +8802,7 @@ { "command_name" : "minecraft:wayfinder_armor_trim_smithing_template", "name" : "minecraft:wayfinder_armor_trim_smithing_template", - "raw_id" : 714, + "raw_id" : 713, "serialization_id" : "item.wayfinder_armor_trim_smithing_template", "serialization_name" : "minecraft:wayfinder_armor_trim_smithing_template" }, @@ -8956,7 +8991,7 @@ { "command_name" : "minecraft:wild_armor_trim_smithing_template", "name" : "minecraft:wild_armor_trim_smithing_template", - "raw_id" : 705, + "raw_id" : 704, "serialization_id" : "item.wild_armor_trim_smithing_template", "serialization_name" : "minecraft:wild_armor_trim_smithing_template" }, @@ -8981,6 +9016,13 @@ "serialization_id" : "item.wither_rose", "serialization_name" : "minecraft:wither_rose" }, + { + "command_name" : "minecraft:wither_skeleton_skull", + "name" : "minecraft:wither_skeleton_skull", + "raw_id" : -965, + "serialization_id" : "item.wither_skeleton_skull", + "serialization_name" : "minecraft:wither_skeleton_skull" + }, { "command_name" : "minecraft:wither_skeleton_spawn_egg", "name" : "minecraft:wither_skeleton_spawn_egg", @@ -9156,6 +9198,13 @@ "serialization_id" : "item.zoglin_spawn_egg", "serialization_name" : "minecraft:zoglin_spawn_egg" }, + { + "command_name" : "minecraft:zombie_head", + "name" : "minecraft:zombie_head", + "raw_id" : -966, + "serialization_id" : "item.zombie_head", + "serialization_name" : "minecraft:zombie_head" + }, { "command_name" : "minecraft:zombie_horse_spawn_egg", "name" : "minecraft:zombie_horse_spawn_egg", @@ -9185,7 +9234,7 @@ "serialization_name" : "minecraft:zombie_villager_spawn_egg" } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "vanilla_data", "name" : "mojang-item", "vanilla_data_type" : "item" diff --git a/metadata/vanilladata_modules/mojang-potion-effects.json b/metadata/vanilladata_modules/mojang-potion-effects.json index 464128449..ed5f09a55 100644 --- a/metadata/vanilladata_modules/mojang-potion-effects.json +++ b/metadata/vanilladata_modules/mojang-potion-effects.json @@ -61,7 +61,7 @@ "name" : "Wither" } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "vanilla_data", "name" : "mojang-potionEffect", "vanilla_data_type" : "potionEffect" diff --git a/metadata/vanilladata_modules/mojang-potion-modifiers.json b/metadata/vanilladata_modules/mojang-potion-modifiers.json index 9ab54da16..f42124001 100644 --- a/metadata/vanilladata_modules/mojang-potion-modifiers.json +++ b/metadata/vanilladata_modules/mojang-potion-modifiers.json @@ -10,7 +10,7 @@ "name" : "Strong" } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "vanilla_data", "name" : "mojang-potionModifier", "vanilla_data_type" : "potionModifier" diff --git a/metadata/vanilladata_modules/mojang-potion-types.json b/metadata/vanilladata_modules/mojang-potion-types.json index fc2f1acc4..e4abeaeb0 100644 --- a/metadata/vanilladata_modules/mojang-potion-types.json +++ b/metadata/vanilladata_modules/mojang-potion-types.json @@ -10,7 +10,7 @@ "name" : "Splash" } ], - "minecraft_version" : "1.21.30-beta.25", + "minecraft_version" : "1.21.40-beta.20", "module_type" : "vanilla_data", "name" : "mojang-potionLiquid", "vanilla_data_type" : "potionLiquid" diff --git a/resource_pack/manifest.json b/resource_pack/manifest.json index 6ace07081..c2fb454ee 100644 --- a/resource_pack/manifest.json +++ b/resource_pack/manifest.json @@ -5,7 +5,7 @@ "name": "Vanilla Resource Pack", "uuid": "66c6e9a8-3093-462a-9c36-dbb052165822", "version": [0, 0, 1], - "min_engine_version": [ 1, 21, 30 ] + "min_engine_version": [ 1, 21, 40 ] }, "modules": [ { diff --git a/resource_pack/particles/witchspell.json b/resource_pack/particles/witchspell.json new file mode 100644 index 000000000..c1adbc213 --- /dev/null +++ b/resource_pack/particles/witchspell.json @@ -0,0 +1,72 @@ +{ + "format_version": "1.10.0", + "particle_effect": { + "description": { + "identifier": "minecraft:witchspell_emitter", + "basic_render_parameters": { + "material": "particles_alpha", + "texture": "textures/particle/particles" + } + }, + "components": { + "minecraft:emitter_rate_instant": { + "num_particles": "Math.random(0, 35) + 10" + }, + + "minecraft:emitter_lifetime_once": {}, + + "minecraft:emitter_shape_custom": { + "offset": [ "Math.random(0, 0.13);", "0.5 + Math.random(0, 0.13)", "Math.random(0, 0.13)" ], + "direction": [ "Math.random(-0.25, 0.25)", "Math.random(0, 1)", "Math.random(-0.25, 0.25)" ] + }, + + "minecraft:particle_initial_speed": "(Math.random(0, 1) + Math.random(0, 1) + 1) * 0.55", + + "minecraft:particle_lifetime_expression": { + "max_lifetime": "Math.random(0.85, 1.35)" + }, + + "minecraft:particle_motion_dynamic": { + "linear_acceleration": [ + "(variable.particle_random_1 * 2 - 1)*0.5 - (variable.particle_age * 0.4) * 2.5", + "1 + (0.08 * variable.particle_age) - (variable.particle_age * 0.4) * 1.5", + "(variable.particle_random_2 * 2 - 1)*0.5 - (variable.particle_age * 0.4) * 2.5" + ] + }, + + "minecraft:particle_motion_collision": { + "enabled": 1, + "expire_on_contact": true, + "collision_drag": 1.0, + "coefficient_of_restitution": 1.0, + "collision_radius": 0.01 + }, + + "minecraft:particle_appearance_billboard": { + "size": [ 0.125, 0.125 ], + "facing_camera_mode": "lookat_xyz", + + "uv": { + "texture_width": 128, + "texture_height": 128, + + "flipbook": { + "base_UV": [ 64, 72 ], + "size_UV": [ 8, 8 ], + "step_UV": [ -8, 0 ], + "frames_per_second": 10, + "max_frame": 8, + "stretch_to_lifetime": true, + "loop": false + } + } + }, + + "minecraft:particle_appearance_tinting": { + "color": [ "variable.particle_random_1 * 0.5 + 0.35", 0, "variable.particle_random_1 * 0.5 + 0.35", 1 ] + }, + + "minecraft:particle_appearance_lighting": {} + } + } +} diff --git a/resource_pack/sounds/sound_definitions.json b/resource_pack/sounds/sound_definitions.json index 433642611..4678da457 100644 --- a/resource_pack/sounds/sound_definitions.json +++ b/resource_pack/sounds/sound_definitions.json @@ -7777,13 +7777,13 @@ "item.trident.thunder" : { "__use_legacy_max_distance" : "true", "category" : "player", - "max_distance" : 80.0, + "max_distance" : null, "min_distance" : null, "sounds" : [ "sounds/item/trident/thunder1", "sounds/item/trident/thunder2" ], "volume" : 1000.0 }, "jump.ancient_debris" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -7811,7 +7811,7 @@ ] }, "jump.basalt" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -7840,7 +7840,7 @@ ] }, "jump.bone_block" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -7867,7 +7867,7 @@ ] }, "jump.chain" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -7884,7 +7884,7 @@ }, "jump.cloth" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -7898,7 +7898,7 @@ ] }, "jump.coral" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -7969,7 +7969,7 @@ }, "jump.grass" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -7984,7 +7984,7 @@ }, "jump.gravel" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8011,7 +8011,7 @@ ] }, "jump.honey_block" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8039,7 +8039,7 @@ ] }, "jump.nether_brick" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8055,7 +8055,7 @@ ] }, "jump.nether_gold_ore" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8070,7 +8070,7 @@ ] }, "jump.nether_sprouts" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8085,7 +8085,7 @@ ] }, "jump.nether_wart" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8100,7 +8100,7 @@ ] }, "jump.netherite" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8116,7 +8116,7 @@ ] }, "jump.netherrack" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8132,7 +8132,7 @@ ] }, "jump.nylium" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8161,7 +8161,7 @@ ] }, "jump.roots" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8177,7 +8177,7 @@ }, "jump.sand" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8204,7 +8204,7 @@ ] }, "jump.shroomlight" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8221,7 +8221,7 @@ }, "jump.slime" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8234,7 +8234,7 @@ }, "jump.snow" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8248,7 +8248,7 @@ ] }, "jump.soul_sand" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8263,7 +8263,7 @@ ] }, "jump.soul_soil" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8291,7 +8291,7 @@ ] }, "jump.stem" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8308,7 +8308,7 @@ }, "jump.stone" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8322,7 +8322,7 @@ ] }, "jump.vines" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8338,7 +8338,7 @@ }, "jump.wood" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8352,7 +8352,7 @@ ] }, "land.ancient_debris" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8377,7 +8377,7 @@ ] }, "land.basalt" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8403,7 +8403,7 @@ ] }, "land.bone_block" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8427,7 +8427,7 @@ ] }, "land.chain" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8441,7 +8441,7 @@ }, "land.cloth" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8452,7 +8452,7 @@ ] }, "land.coral" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8517,7 +8517,7 @@ }, "land.grass" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8529,7 +8529,7 @@ }, "land.gravel" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8553,7 +8553,7 @@ ] }, "land.honey_block" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8578,7 +8578,7 @@ ] }, "land.nether_brick" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8591,7 +8591,7 @@ ] }, "land.nether_gold_ore" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8603,7 +8603,7 @@ ] }, "land.nether_sprouts" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8615,7 +8615,7 @@ ] }, "land.nether_wart" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8627,7 +8627,7 @@ ] }, "land.netherite" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8640,7 +8640,7 @@ ] }, "land.netherrack" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8653,7 +8653,7 @@ ] }, "land.nylium" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8678,7 +8678,7 @@ ] }, "land.roots" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8691,7 +8691,7 @@ }, "land.sand" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8715,7 +8715,7 @@ ] }, "land.shroomlight" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8729,7 +8729,7 @@ }, "land.slime" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8742,7 +8742,7 @@ }, "land.snow" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8753,7 +8753,7 @@ ] }, "land.soul_sand" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8765,7 +8765,7 @@ ] }, "land.soul_soil" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8790,7 +8790,7 @@ ] }, "land.stem" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8804,7 +8804,7 @@ }, "land.stone" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8815,7 +8815,7 @@ ] }, "land.vines" : { - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -8828,7 +8828,7 @@ }, "land.wood" : { "__use_legacy_max_distance" : "true", - "category" : "player", + "category" : "block", "max_distance" : null, "min_distance" : null, "sounds" : [ @@ -13585,7 +13585,7 @@ "sounds" : [ "sounds/mob/pillager/celebrate1", "sounds/mob/pillager/celebrate2", - "sounds/mob/pillager/elebrate3", + "sounds/mob/pillager/celebrate3", "sounds/mob/pillager/celebrate4", "sounds/mob/pillager/horn_celebrate" ] @@ -15083,16 +15083,7 @@ "category" : "neutral", "max_distance" : null, "min_distance" : null, - "sounds" : [ - { - "name" : "sounds/mob/wandering_trader/drink_potion", - "volume" : 0.70 - }, - { - "name" : "sounds/random/drink", - "volume" : 0.650 - } - ] + "sounds" : [ "sounds/mob/wandering_trader/drink_potion" ] }, "mob.wanderingtrader.haggle" : { "__use_legacy_max_distance" : "true", @@ -19218,26 +19209,26 @@ }, "raid.horn" : { "__use_legacy_max_distance" : "true", - "category" : "neutral", - "max_distance" : 192.0, + "category" : "hostile", + "max_distance" : 128.0, "min_distance" : null, "sounds" : [ { "load_on_low_memory" : true, "name" : "sounds/event/raid/raidhorn_01", - "volume" : 1.0 + "volume" : 10.0 }, { "name" : "sounds/event/raid/raidhorn_02", - "volume" : 1.0 + "volume" : 10.0 }, { "name" : "sounds/event/raid/raidhorn_03", - "volume" : 1.0 + "volume" : 10.0 }, { "name" : "sounds/event/raid/raidhorn_04", - "volume" : 1.0 + "volume" : 10.0 } ] }, diff --git a/resource_pack/texts/bg_BG.lang b/resource_pack/texts/bg_BG.lang index 208388e92..719018eec 100644 --- a/resource_pack/texts/bg_BG.lang +++ b/resource_pack/texts/bg_BG.lang @@ -1908,8 +1908,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=Баланс на търг createWorldScreen.experimentalVillagerTradesRebalanceDescription=Съдържа актуализирана търговия със селяни с цел коригиране на баланса # createWorldScreen.experimentalArmadillo=Броненосец и вълча броня # createWorldScreen.experimentalArmadilloDescription=Запознайте се с броненосеца и екипирайте вълка си с новата вълча броня! # -createWorldScreen.experimentalBundles=Колекции # -createWorldScreen.experimentalBundlesDescription=Позволява ви да изработвате и използвате пакета от колекцията # createWorldScreen.worldPreferences=Предпочитания за света # createWorldScreen.startWithMap=Карта в началото # createWorldScreen.defaultName=Моят свят # @@ -3878,7 +3876,7 @@ howtoplay.minecoins.text.1=Изследвайте света на възможн howtoplay.minecoins.text.2=След като ги вземете, Minecoins се свързват с вашия акаунт в Microsoft, така че ще имате достъп до монетите и покупките си и на други поддържани устройства! # howtoplay.minecoins.button.text.1=Получаване на монети за Minecraft # howtoplay.minecoins.header.1=Отказ от отговорност # -howtoplay.minecoins.text.3=*За Minecoins е нужна версията Minecraft: Bedrock Edition с пазар на Minecraft. Minecoins не са съвместими с PlayStation®. За информация относно съвместимостта вижте minecraft.net/minecoins #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*За Minecoins е нужна версията Minecraft: Bedrock Edition с пазар на Minecraft. Minecoins не са съвместими с PlayStation®. За информация относно съвместимостта вижте minecraft.net/minecoins  #### CertRequirement: [PlayStation®] howtoplay.mining=Копаене # @@ -6294,14 +6292,14 @@ options.dev_displayMarketplaceDocumentId=Показване на ИД на до options.dev_addCoins=Добавяне на %s монети # options.dev_addCoinTitle=Добавяне на монети # options.dev_reset_entitlements=Нулиране на всички права # -options.dev_reset_entitlements_loading=Нулиране на правата; този диалогов прозорец ще се затвори, след като процесът приключи. Можете да затворите този прозорец, но ако затворите играта преди завършването на тази команда, това може да доведе до неочаквано поведение. # +options.dev_reset_entitlements_loading=Нулиране на правата; този диалогов прозорец ще се затвори, след като процесът приключи. Можете да затворите този прозорец, но ако затворите играта преди завършването на тази команда, това може да доведе до неочаквано поведение. # options.dev_reset_entitlements_error_unfinished=Внимание, не всички права са изтрити правилно. Пробвайте пак да изпълните командата, може би след рестартиране на клиента. # -options.dev_reset_entitlements_warning=Внимание! Това ще доведе до изтриване на всичките ви права, включително наследените права, които може да не успеете да възстановите! Тази операция може да отнеме известно време, ако имате голям брой права. Сигурни ли сте, че искате да продължите? # +options.dev_reset_entitlements_warning=Внимание! Това ще доведе до изтриване на всичките ви права, включително наследените права, които може да не успеете да възстановите! Тази операция може да отнеме известно време, ако имате голям брой права. Сигурни ли сте, че искате да продължите? # options.dev_reset_entitlements_success=Правата са изтрити успешно. # options.dev_currencyFailureWarning=Мрежовото повикване е неуспешно. Грешка: %s # options.dev_currencyFailureWarningGeneric=Мрежовото повикване е неуспешно. Уверете се, че сте влезли в акаунт в списъка с позволени. # options.dev_reset_wallet=Нулиране на портфейла # -options.dev_allowlist_failure=Грешка! Операцията е неуспешна; проверете отново дали този акаунт е в списъка с позволени. # +options.dev_allowlist_failure=Грешка! Операцията е неуспешна; проверете отново дали този акаунт е в списъка с позволени. # options.discoveryEnvironment=Откриване на среда (изисква рестартиране) # options.discoveryEnvironment.production=Производствена # options.discoveryEnvironment.staging=Поетапна # @@ -6411,7 +6409,6 @@ options.dev_sunsetting_tier.two=Ниво 2 – KitKat # options.dev_sunsetting_tier.three=Ниво 3 – FireTV # options.dev_sunsetting_tier.four=Ниво 4 – 1024 MB # options.dev_sunsetting_tier.five=Ниво 5 - iOS 12 и Nougat # -options.dev_sunsetting_tier.six=Ниво 6 – iOS 13, Android 8, VR устройства # options.dev_sunsetting_tier.not_pending=Не е в изчакване # options.dev_gatherings_section=Събирания # options.dev_gatherings_enable=Разрешаване на събирания # @@ -6966,12 +6963,26 @@ sunsetting.popup.title=Това устройство вече не се подд sunsetting.popup.moreInfo=Още информация # sunsetting.popup.dontshow=Не показвай повече това # -sunsetting.popup.pendingSunset.device=Възможността ни да осигуряваме поддръжка за това устройство е към своя край. Ще продължите да получавате актуализации до март 2025 г., когато ще получите окончателната актуализация, която ще работи с това устройство.%sСлед като получите последната актуализация, все още ще можете да играете в своите светове, както и да осъществявате достъп до покупките от пазара (включително Minecoins), но вече няма да можете да правите нови покупки на това устройство. Realms, управлявани от това устройство, ще продължат да работят 6 месеца след март 2025 г., освен ако не бъдат актуализирани от собственика на съответния Realm на друго устройство. За да отмените абонамента си за Realm, трябва да го направите в менюто „Настройки“ за абонаменти на устройството, от което е създаден този Realm. Вече няма да получавате най-новите актуализации и няма да можете да играете мултиплейър с устройства или Realms, които продължават да получават актуализации. Също така няма да можете да се свържете с определени сървъри.%sКликнете върху бутона за повече информация. # -sunsetting.popup.sunset.device=Вече не можем да поддържаме това устройство. Няма да получавате актуализации след март 2025 г., докато не актуализирате устройството си. Това е последната ви актуализация, която е съвместима с това устройство.%sВсе още ще можете да играете в своите светове, както и ще имате достъп до покупките от пазара (включително Minecoins). Realms, управлявани от това устройство, ще продължат да работят 6 месеца след март 2025 г., освен ако не бъдат актуализирани от собственика на съответния Realm на друго устройство. За да отмените абонамента си за Realm, трябва да го направите в менюто „Настройки“ за абонаменти на устройството, от което е създаден този Realm. Вече няма да получавате най-новите актуализации и няма да можете да играете групова игра с устройства или Realms, които продължават да получават актуализации. Също така няма да можете да се свържете с определени сървъри.%sКликнете бутона за повече информация. # -sunsetting.popup.pendingSunset.windows_xr=Вече не можем да поддържаме това устройство за VR/MR. Това устройство вече няма да се поддържа в актуализациите след март 2025 г., когато ще получите последната актуализация, която ще работи с него.%sСлед това все още ще получавате актуализации на компютъра си и ще можете да играете без устройство за VR/MR. От този момент нататък можете да продължите да изграждате световете си, а покупките ви от пазара (включително Minecoins) все още ще са достъпни на графични устройства VR/MR, като например компютърен монитор. Вече няма да можете да използвате устройството си за VR/MR с Minecraft, тъй като то няма да се поддържа в най-новите актуализации.%sКликнете бутона за повече информация. # -sunsetting.popup.sunset.windows_xr=Вече не можем да поддържаме това устройство за VR/MR. Това устройство за VR/MR вече не се поддържа. Получихте последната актуализация, която ще работи с това устройство. Все още ще получавате актуализации на компютъра си и ще можете да играете без устройство за VR/MR. От този момент нататък можете да продължите да изграждате световете си, а покупките ви от пазара (включително Minecoins) все още ще са достъпни на графични устройства VR/MR, като например компютърен монитор. Вече няма да можете да използвате устройството си за VR/MR с Minecraft, тъй като то няма да се поддържа в най-новите актуализации.%sКликнете бутона за повече информация. Знаем, че това е неудобно и дълбоко ценим подкрепата ви и времето, което сте прекарали с нашата игра. # -sunsetting.popup.pendingSunset.geo=Вече не можем да поддържаме това устройство във вашия район. След като получите последната актуализация, все още ще можете да играете в световете си и ще имате достъп до покупките си от пазара, но няма да можете да правите нови покупки на пазара. Realms, които се управляват от това устройство, ще продължат да работят още 6 месеца. На 30 септември 2023 г. вече няма да имате достъп до тях. Препоръчително е да изтеглите света си преди това.%sАко сте влезли с акаунт в Microsoft, вашите Minecoins, покупките ви от пазара и абонаментът ви за Realms ще бъдат достъпни на други платформи. Ако искате да преместите световете си от това устройство на друго, можете да го направите, като качите света в Realm и изтеглите резервно копие на новото си устройство.%sКликнете бутона за повече информация, включително начините за преместване на свят на ново устройство. # -sunsetting.popup.sunset.geo=Вече не можем да поддържаме това устройство във вашия район. Все още ще можете да играете в световете си и ще имате достъп до покупките си от пазара, но няма да можете да правите нови покупки на пазара. Realms, които се управляват от това устройство, ще продължат да работят до 30 септември 2023 г. След това вече няма да имате достъп до тях. Препоръчително е да изтеглите света си преди това.%sАко сте влезли с акаунт в Microsoft, вашите Minecoins, покупките ви от пазара и абонаментът ви за Realms ще бъдат достъпни на други платформи. Ако искате да преместите световете си от това устройство на друго, можете да го направите, като качите света в Realm и изтеглите резервно копие на новото си устройство.%sКликнете бутона за повече информация, включително начините за преместване на свят на ново устройство. # +sunsetting.popup.moreInfo.gearVR=За повече информация посетете https://aka.ms/MinecraftSunsetting в който и да е уеб браузър. # +sunsetting.popup.moreInfo.gearVR.geo=За повече информация посетете https://aka.ms/MinecraftGeoSunsetting в който и да е уеб браузър. # + +sunsetting.popup.pendingSunset.ios=Възможността ни да осигуряваме поддръжка за това устройство е към своя край. Ще продължите да получавате актуализации до февруари 2024 г., когато ще получите окончателната актуализация за това устройство.%sСлед като получите последната актуализация, все още ще можете да играете в своите светове, както и да осъществявате достъп до покупките от пазара (включително Minecoins), но вече няма да можете да правите нови покупки на това устройство. Realms, управлявани от това устройство, ще продължат да работят шест месеца, освен ако не бъдат актуализирани от собственика на съответния Realm на друго устройство. За да отмените абонамента си за Realm, трябва да го направите в менюто „Настройки“ за абонаменти на устройството, от което е създаден този Realm. Вече няма да получавате най-новите актуализации и няма да можете да играете мултиплейър с устройства или Realms, които продължават да получават актуализации. Също така няма да можете да се свържете с определени сървъри.%sЩракнете върху бутона за повече информация, включително начини за преместване на вашия свят на ново устройство. # +sunsetting.popup.pendingSunset.android=Възможността ни да осигуряваме поддръжка за това устройство е към своя край. Ще продължите да получавате актуализации до февруари 2024 г., когато ще получите окончателната актуализация за това устройство.%sСлед като получите последната актуализация, все още ще можете да играете в своите светове, както и да осъществявате достъп до покупките от пазара (включително Minecoins), но вече няма да можете да правите нови покупки на това устройство. Realms, управлявани от това устройство, ще продължат да работят шест месеца, освен ако не бъдат актуализирани от собственика на съответния Realm на друго устройство. За да отмените абонамента си за Realm, трябва да го направите в абонаментите си в Google Play, като можете да влезете в Google Play от всяко поддържано устройство или от компютър, където можете да влезете в профила си. Вече няма да получавате най-новите актуализации и няма да можете да играете мултиплейър с устройства или Realms, които продължават да получават актуализации. Също така няма да можете да се свържете с определени сървъри.%sЩракнете върху бутона за повече информация, включително начини за преместване на вашия свят на ново устройство. # +sunsetting.popup.pendingSunset.ios_android=Скоро няма да поддържаме това устройство. Ще продължите да получавате актуализации до ноември 2022 г., след което ще получите окончателната актуализация за това устройство. Извиняваме се за неудобството. %sСлед като получите последната актуализация, все още ще можете да играете в своите светове и ще имате достъп до покупките от пазара (включително Minecoins). Realms, управлявани от това устройство, ще продължат да работят 6 месеца, освен ако не са актуализирани от собственика на съответния Realm на друго устройство. Вече няма да получавате най-новите актуализации и няма да можете да играете мултиплейър с устройства или Realms, които продължават да получават актуализации. Също така няма да можете да се свържете с определени сървъри. %sЩракнете върху бутона за повече информация, включително начини за преместване на вашите светове на ново устройство. # +sunsetting.popup.sunset.ios_android=Това устройство вече не се поддържа. Получили сте окончателната актуализация за това устройство. От този момент нататък можете да продължите да изграждате във вашите светове и вашите покупки на пазара (включително Minecoins) ще продължат да бъдат на разположение. Вашите Realms ще продължат да работят, освен ако не са актуализирани от собственика на съответния Realm на друго устройство. Вече няма да получавате най-новите актуализации и няма да можете да играете групова игра с устройства или Realms, които продължават да получават актуализации. Също така няма да можете да се свържете с определени сървъри. %sЩракнете върху бутона за повече информация, включително начини за преместване на вашите светове на ново устройство. Знаем, че това създава неудобство – дълбоко оценяваме времето, което сте прекарали в нашата игра, и се надяваме да се видим отново на актуализирано устройство. # +sunsetting.popup.pendingSunset.gearvr_win10=Възможността ни да осигуряваме поддръжка за това устройство е към своя край. Ще продължите да получавате актуализации до следващата ни основна версия, след което ще получите последната актуализация за това устройство. Извиняваме се за неудобството. %sСлед като получите последната актуализация, вие все още ще можете да играете в своите светове, както и да осъществявате достъп до покупките на пазара (включително Minecoins). Въпреки това вече няма да имате достъп до групови игри или Realms от това устройство. Вече няма да получавате най-новите актуализации и няма да можете да играете с устройства или Realms, които продължават да получават актуализации. Също така няма да можете да се свържете с определени сървъри. %sЩракнете върху бутона за повече информация, включително начини за преместване на вашите светове на ново устройство. # +sunsetting.popup.sunset.gearvr_win10=Това устройство вече не се поддържа. Получили сте последната актуализация за това устройство. От този момент нататък можете да продължите да изграждате във вашите светове и вашите покупки на пазара (включително Minecoins) ще продължат да бъдат на разположение. Въпреки това вече няма да имате достъп до групови игри или Realms от това устройство. Вече няма да получавате най-новите актуализации и няма да можете да играете с устройства, които продължават да получават актуализации. Също така няма да можете да се свържете с определени сървъри. # +sunsetting.popup.pendingSunset.dx10=Възможността ни да осигуряваме поддръжка за това графично устройство е към своя край. Ще продължите да получавате актуализации до следващата ни основна версия, след което ще получите последната актуализация за това устройство. Извиняваме се за неудобството. %sСлед като получите последната актуализация, вие все още ще можете да играете в своите светове, както и да осъществявате достъп до покупките на пазара (включително Minecoins). Realms, управлявани от това устройство, ще продължат да работят, освен ако не са актуализирани от собственика на съответния Realm на друго устройство. Вече няма да получавате най-новите актуализации и няма да можете да играете групова игра с устройства или Realms, които продължават да получават актуализации. Също така няма да можете да се свържете с определени сървъри. %sЩракнете върху бутона за повече информация, включително начини за преместване на вашите светове на ново устройство. # +sunsetting.popup.sunset.dx10=Това графично устройство вече не се поддържа. Получили сте последната актуализация за това устройство. От този момент нататък можете да продължите да изграждате във вашите светове и вашите покупки на пазара (включително Minecoins) ще продължат да бъдат на разположение. Вашите Realms ще продължат да работят, освен ако не са актуализирани от собственика на съответния Realm на друго устройство. Вече няма да получавате най-новите актуализации и няма да можете да играете групова игра с устройства или Realms, които продължават да получават актуализации. Също така няма да можете да се свържете с определени сървъри. %sЩракнете върху бутона за повече информация, включително начини за преместване на вашите светове на ново устройство. Знаем, че това създава неудобство и дълбоко оценяваме времето, което сте прекарали в нашата игра, както и вашата подкрепа. # + +sunsetting.popup.pendingSunset.geo.ios=Вече няма да имаме възможността да поддържаме това устройство във вашия район. След като получите последната актуализация, все още ще можете да играете в световете си и ще имате достъп до покупките си от пазара, но няма да можете да правите нови покупки на пазара. Realms, които се управляват от това устройство, ще продължат да работят още 6 месеца. На 30 септември 2023 г. вече няма да имате достъп до тях. Препоръчително е да изтеглите света си преди това и да отмените абонамента си, като прегледате настройките на абонаментите на устройството си. %sАко сте влезли с акаунт в Microsoft/Xbox Live, вашите Minecoins, покупките ви от пазара и абонаментът ви за Realms ще бъдат достъпни на други платформи. Ако искате да преместите световете си от това устройство на друго, можете да го направите, като качите света в Realm и изтеглите резервно копие на новото си устройство. %sЩракнете бутона за повече информация, включително начините за преместване на свят на ново устройство. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.ios=Вече няма да имаме възможността да поддържаме това устройство във вашия район. Все още ще можете да играете в световете си и ще имате достъп до покупките си от пазара, но няма да можете да правите нови покупки на пазара. Realms, които се управляват от това устройство, ще продължат да работят до 30 септември 2023 г. След това вече няма да имате достъп до тях. Препоръчително е да изтеглите света си преди това. %sАко сте влезли с акаунт в Microsoft/Xbox Live, вашите Minecoins, покупките ви от пазара и абонаментът ви за Realms ще бъдат достъпни на други платформи. Ако искате да преместите световете си от това устройство на друго, можете да го направите, като качите света в Realm и изтеглите резервно копие на новото си устройство. %sЩракнете бутона за повече информация, включително начините за преместване на свят на ново устройство. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.amazon=Вече няма да имаме възможността да поддържаме това устройство във вашия район. След като получите последната актуализация, все още ще можете да играете в световете си и ще имате достъп до покупките си от пазара, но няма да можете да правите нови покупки на пазара. Realms, които се управляват от това устройство, ще продължат да работят още 6 месеца. На 30 септември 2023 г. вече няма да имате достъп до тях. Препоръчително е да изтеглите света си преди това. %sАко сте влезли с акаунт в Microsoft/Xbox Live, вашите Minecoins, покупките ви от пазара и абонаментът ви за Realms ще бъдат достъпни на други платформи. Ако искате да преместите световете си от това устройство на друго, можете да го направите, като качите света в Realm и изтеглите резервно копие на новото си устройство. %sЩракнете бутона за повече информация, включително начините за преместване на свят на ново устройство. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.amazon=Вече няма да имаме възможността да поддържаме това устройство във вашия район. Все още ще можете да играете в световете си и ще имате достъп до покупките си от пазара, но няма да можете да правите нови покупки на пазара. Realms, които се управляват от това устройство, ще продължат да работят до 30 септември 2023 г. След това вече няма да имате достъп до тях. Препоръчително е да изтеглите света си преди това. %sАко сте влезли с акаунт в Microsoft/Xbox Live, вашите Minecoins, покупките ви от пазара и абонаментът ви за Realms ще бъдат достъпни на други платформи. Ако искате да преместите световете си от това устройство на друго, можете да го направите, като качите света в Realm и изтеглите резервно копие на новото си устройство. %sЩракнете бутона за повече информация, включително начините за преместване на свят на ново устройство. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.android=Вече няма да имаме възможността да поддържаме това устройство във вашия район. С тази последна актуализация все още ще можете да играете в световете си и ще имате достъп до покупките си от пазара, но няма да можете да правите нови покупки на пазара. Realms, които се управляват от това устройство, ще продължат да работят още 6 месеца. На 30 септември 2023 г. вече няма да имате достъп до Realms на това устройство. Препоръчително е да изтеглите света си преди това и да отмените абонамента си, като прегледате абонаментите си в Google Play. %sВече няма да получавате най-новите актуализации и няма да можете да играете в групова игра. Също така няма да можете да се свързвате с определени сървъри. %sАко сте влезли с акаунт в Microsoft/Xbox Live, вашите Minecoins, покупките ви на пазара и абонаментът ви за Realms ще бъдат достъпни на другите платформи, на които играете Minecraft. Можете да започнете нов абонамент от тези платформи. %sАко искате да преместите световете си от това устройство на друго, можете да го направите, като качите света в Realm и изтеглите резервно копие на новото си устройство. %sЩракнете бутона за повече информация, включително начините за преместване на свят на ново устройство. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.android=Вече няма да имаме възможността да поддържаме това устройство във вашия район. Все още ще можете да играете в световете си и ще имате достъп до покупките си от пазара, но няма да можете да правите нови покупки на пазара. Realms, които се управляват от това устройство, ще продължат да работят до 30 септември 2023 г. След това вече няма да имате достъп до тях. Препоръчително е да изтеглите света си преди това. %sАко сте влезли с акаунт в Microsoft/Xbox Live, вашите Minecoins, покупките ви от пазара и абонаментът ви за Realms ще бъдат достъпни на други платформи. Ако искате да преместите световете си от това устройство на друго, можете да го направите, като качите света в Realm и изтеглите резервно копие на новото си устройство. %sЩракнете бутона за повече информация, включително начините за преместване на свят на ново устройство. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.generic=Вече няма да имаме възможността да поддържаме това устройство във вашия район. След като получите последната актуализация, все още ще можете да играете в световете си и ще имате достъп до покупките си от пазара, но няма да можете да правите нови покупки на пазара. Realms, които се управляват от това устройство, ще продължат да работят още 6 месеца. На 30 септември 2023 г. вече няма да имате достъп до тях. Препоръчително е да изтеглите света си преди това. %sАко сте влезли с акаунт в Microsoft/Xbox Live, вашите Minecoins, покупките ви от пазара и абонаментът ви за Realms ще бъдат достъпни на други платформи. Ако искате да преместите световете си от това устройство на друго, можете да го направите, като качите света в Realm и изтеглите резервно копие на новото си устройство. %sЩракнете бутона за повече информация, включително начините за преместване на свят на ново устройство. # +sunsetting.popup.sunset.geo.generic=Вече няма да имаме възможността да поддържаме това устройство във вашия район. Все още ще можете да играете в световете си и ще имате достъп до покупките си от пазара, но няма да можете да правите нови покупки на пазара. Realms, които се управляват от това устройство, ще продължат да работят до 30 септември 2023 г. След това вече няма да имате достъп до тях. Препоръчително е да изтеглите света си преди това. %sАко сте влезли с акаунт в Microsoft/Xbox Live, вашите Minecoins, покупките ви от пазара и абонаментът ви за Realms ще бъдат достъпни на други платформи. Ако искате да преместите световете си от това устройство на друго, можете да го направите, като качите света в Realm и изтеглите резервно копие на новото си устройство. %sЩракнете бутона за повече информация, включително начините за преместване на свят на ново устройство. # sunsetting.banner.play.worldTab.pending=Вашата версия може скоро да не осъществява връзка за групова игра # sunsetting.banner.play.friendsTab.pending=Вашата версия може скоро да не осъществява връзка за групова игра # @@ -10886,7 +10897,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Избор на нов скин # dr.classic_skins.custom_skin_title=Импортиране на скин # dr.classic_skins.custom_skin_description=Импортирайте png файл (64x32, 64x64, or 128x128) от устройството си, за да го използвате като скин. Това няма да се синхронизира между устройства или игри. # -dr.classic_skins.custom_skin_description_disabled=Устройството ви не може да избере персонализиран скин, докато сте в групова игра. Моля, върнете се в главното меню, за да го направите. # +dr.classic_skins.custom_skin_description_disabled= Устройството ви не може да избере персонализиран скин, докато сте в групова игра. Моля, върнете се в главното меню, за да го направите. # dr.classic_skins.custom_skin_description_popup=Играчите с персонализирани скинове няма да бъдат видими за вас, ако е активирана опцията „Позволявай само надеждни скинове“ # dr.classic_skins.custom_skin_section_title=Притежавани скинове # dr.classic_skins.invalidCustomSkin=Моля, импортирайте .png файл с размери 64x64, 64x32 или 128x128 # diff --git a/resource_pack/texts/cs_CZ.lang b/resource_pack/texts/cs_CZ.lang index 60628a82e..cb19ef486 100644 --- a/resource_pack/texts/cs_CZ.lang +++ b/resource_pack/texts/cs_CZ.lang @@ -1908,8 +1908,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=Vyvážení obchodu s vesn createWorldScreen.experimentalVillagerTradesRebalanceDescription=Obsahuje aktualizované obchody pro vesničany za účelem vyvážení # createWorldScreen.experimentalArmadillo=Pásovec a vlčí zbroj # createWorldScreen.experimentalArmadilloDescription=Poznejte pásovce a vyzbrojte svého vlka vlčí zbrojí! # -createWorldScreen.experimentalBundles=Sady # -createWorldScreen.experimentalBundlesDescription=Umožňuje vyrobit a používat Položku ze sady # createWorldScreen.worldPreferences=Předvolby světa # createWorldScreen.startWithMap=Počáteční mapa # createWorldScreen.defaultName=Můj svět # @@ -3878,7 +3876,7 @@ howtoplay.minecoins.text.1=Prozkoumejte svět plný možností s Minecoins: Hern howtoplay.minecoins.text.2=Jakmile je uplatníte, vaše Minecoins jsou přiřazeny k vašemu účtu Microsoft, abyste měli přístup k vašim mincím a zakoupeným položkám i na ostatních podporovaných zařízeních! # howtoplay.minecoins.button.text.1=Získat mince # howtoplay.minecoins.header.1=Prohlášení # -howtoplay.minecoins.text.3=*Minecoins vyžadují verzi Minecraftu: Bedrock Edition s Tržištěm Minecraft. Minecoins nejsou kompatibilní se systémem PlayStation®. Pro informace o kompatibilitě navštivte minecraft.net/minecoins #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Minecoins vyžadují verzi Minecraftu: Bedrock Edition s Minecraft Marketplace. Minecoins nejsou kompatibilní se systémem PlayStation®. Pro informace o kompatibilitě navštivte minecraft.net/minecoins  #### CertRequirement: [PlayStation®] howtoplay.mining=Těžba # @@ -6294,14 +6292,14 @@ options.dev_displayMarketplaceDocumentId=Zobrazit ID dokumentu Marketplace # options.dev_addCoins=Přidat %s mincí # options.dev_addCoinTitle=Přidat mince # options.dev_reset_entitlements=Resetovat všechna oprávnění # -options.dev_reset_entitlements_loading=Resetování oprávnění, toto dialogové okno se po skončení procesu zavře. Toto okno můžete zavřít, ale ukončení hry před dokončením tohoto příkazu může způsobit neočekávané výsledky. # +options.dev_reset_entitlements_loading=Resetování oprávnění, toto dialogové okno se po skončení procesu zavře. Toto okno můžete zavřít, ale ukončení hry před dokončením tohoto příkazu může způsobit neočekávané chování. # options.dev_reset_entitlements_error_unfinished=Pozor, ne všechna oprávnění byla správně odstraněna. Zkuste příkaz spustit znovu, nejlépe po restartování klienta. # options.dev_reset_entitlements_warning=Pozor! Tímto odstraníte všechna vaše oprávnění, včetně starých oprávnění, která možná nebude možné získat zpět! Pokud máte velké množství oprávnění, může tato operace chvíli trvat. Opravdu chcete pokračovat? # options.dev_reset_entitlements_success=Oprávnění byla úspěšně odstraněna. # options.dev_currencyFailureWarning=Spojení se sítí se nezdařilo. Chyba: %s # options.dev_currencyFailureWarningGeneric=Spojení se sítí se nezdařilo. Ujistěte se, že jste přihlášeni k účtu, který je na seznamu povolených. # options.dev_reset_wallet=Resetovat peněženku # -options.dev_allowlist_failure=Chyba! Operace se nezdařila, přesvědčte se, že tento účet je na seznamu povolených účtů. # +options.dev_allowlist_failure=Chyba! Operace se nezdařila, zkontrolujte, zda je tento účet na seznamu povolených. # options.discoveryEnvironment=Objevování prostředí (vyžaduje restartování) # options.discoveryEnvironment.production=Produkce # options.discoveryEnvironment.staging=Fázování # @@ -6411,7 +6409,6 @@ options.dev_sunsetting_tier.two=2. úroveň – KitKat # options.dev_sunsetting_tier.three=3. úroveň – FireTV # options.dev_sunsetting_tier.four=4. úroveň – 1024 MB # options.dev_sunsetting_tier.five=5. úroveň - iOS 12 a Nougat # -options.dev_sunsetting_tier.six=Úroveň 6 - Zařízení iOS 13, Android 8 a zařízení pro virtuální realitu # options.dev_sunsetting_tier.not_pending=Nečeká na vyřízení # options.dev_gatherings_section=Sbírání # options.dev_gatherings_enable=Povolit sbírání # @@ -6966,12 +6963,26 @@ sunsetting.popup.title=Toto zařízení již není podporováno. # sunsetting.popup.moreInfo=Další informace # sunsetting.popup.dontshow=Znovu nezobrazovat # -sunsetting.popup.pendingSunset.device=Naše schopnost podporovat toto zařízení se blíží ke konci. Aktualizace budete nadále dostávat až do března roku 2025, kdy obdržíte poslední aktualizaci funkční pro toto zařízení.%sPo této poslední aktualizaci budete i nadále moci hrát ve svých světech a budete mít přístup k položkám zakoupeným na Tržišti (včetně Minecoins), ale už na tomto zařízení na Tržišti nebudete moci provádět nové nákupy. Říše spravované z tohoto zařízení budou od března roku 2025 nadále fungovat dalších 6 měsíců, pokud nebudou majitelem aktualizovány z jiného zařízení. Zrušit předplatné služby Realms můžete prostřednictvím menu Nastavení předplatného na zařízení, kde byla Říše vytvořena. Již nebudete dostávat nejnovější aktualizace a nebudete moci hrát hru více hráčů se zařízeními nebo v Říších, které nadále aktualizace dostávají. Také se nebudete moci připojit k určitým serverům.%sKliknutím na tlačítko zobrazíte další informace. # -sunsetting.popup.sunset.device=Naše schopnost podporovat pro toto zařízení je u konce. Od března roku 2025 již nebudete získávat další aktualizace, dokud neaktualizujete své zařízení. Toto je poslední aktualizace kompatibilní s tímto zařízením.%sI nadále budete moci hrát na svých světech a budete mít přístup k zakoupeným položkám z Tržiště (včetně Minecoins). Říše spravované z tohoto zařízení budou od března roku 2025 nadále fungovat dalších 6 měsíců, pokud nebudou majitelem aktualizovány z jiného zařízení. Zrušit předplatné služby Realms můžete prostřednictvím menu Nastavení předplatného na zařízení, kde byla Říše vytvořena. Již nebudete dostávat nejnovější aktualizace a nebudete moci hrát hru více hráčů se zařízeními nebo v Říších, které nadále aktualizace dostávají. Také se nebudete moci připojit k určitým serverům.%sKliknutím na tlačítko zobrazíte další informace. # -sunsetting.popup.pendingSunset.windows_xr=Naše schopnost podporovat toto grafické zařízení VR/MR je u konce. Toto zařízení již nebude podporováno v aktualizacích po březnu 2025, kdy obdržíte poslední aktualizaci podporující toto zařízení. %sPo poslední aktualizaci budete nadále dostávat aktualizace na vašem počítači a budete moci hrát bez zařízení VR/MR. Budete moci nadále stavět ve svých světech a vaše položky zakoupené na Tržišti (včetně Minecoins) budou nadále dostupné na jiných zařízeních než VR/MR, jako například monitor počítače. Své VR/MR zařízení Již nebudete v Minecraftu moci používat, jelikož v nejnovějších aktualizacích již nebude podporováno.%sKliknutím na tlačítko zobrazíte další informace. # -sunsetting.popup.sunset.windows_xr=Naše schopnost podporovat toto grafické zařízení VR/MR je u konce. Toto VR/MR zařízení již není podporováno. Obdrželi jste poslední aktualizaci podporující toto grafické zařízení ale i nadále budete dostávat aktualizace na vašem počítači a budete moci hrát bez zařízení VR/MR. Budete moci nadále stavět ve svých světech a vaše položky zakoupené na Tržišti (včetně Minecoins) budou nadále dostupné na jiných zařízeních než VR/MR, jako například monitor počítače. Své VR/MR zařízení již nebudete v Minecraftu moci používat, jelikož v nejnovějších aktualizacích již nebude podporováno.%sKliknutím na tlačítko zobrazíte další informace. Víme, jaká je to nepříjemnost, a velice si vážíme času a podpory, kterou naší hře věnujete. # -sunsetting.popup.pendingSunset.geo=Naše schopnost podporovat toto zařízení ve vašem regionu se blíží ke konci. Po obdržení poslední aktualizace budete i nadále moci hrát ve svých světech a budete mít přístup k položkám zakoupeným na Tržišti, ale už na Tržišti nebudete moci provádět nové nákupy. Říše spravované z tohoto zařízení budou funkční dalších 6 měsíců. 30. září 2023 už nebudete mít k Říši přístup. Doporučujeme stáhnout si váš svět před vypršením této lhůty.%sPokud jste se přihlásili pomocí svého účtu Microsoft, vaše položky zakoupené na Tržišti, Minecoins a vaše předplatné Realms budou dostupné na ostatních platformách. Pokud byste chtěli přemístit své světy z tohoto zařízení na jiné, můžete tak učinit nahráním světa do Říše a stáhnutím zálohy světa do vašeho nového zařízení.%sKlikněte na tlačítko pro zobrazení více informací, včetně toho, jak převést váš svět na jiné zařízení. # -sunsetting.popup.sunset.geo=Naše schopnost podporovat toto zařízení ve vašem regionu je u konce. I nadále budete moci hrát ve svých světech a budete mít přístup k položkám zakoupeným na Tržišti, ale už na Tržišti nebudete moci provádět nové nákupy. Říše spravované z tohoto zařízení budou nadále fungovat až do 30. září 2023. Poté už nebudete mít k Říši přístup. Doporučujeme stáhnout si váš svět před vypršením této lhůty.%sPokud jste se přihlásili pomocí svého účtu Microsoft, vaše položky zakoupené na Tržišti, Minecoins a vaše předplatné Realms budou dostupné na ostatních platformách. Pokud byste chtěli přemístit své světy z tohoto zařízení na jiné, můžete tak učinit nahráním světa do Říše a stáhnutím zálohy světa do vašeho nového zařízení.%sKlikněte na tlačítko pro zobrazení více informací, včetně toho, jak převést váš svět na jiné zařízení. # +sunsetting.popup.moreInfo.gearVR=Další informace najdete v libovolném webovém prohlížeči na stránce https://aka.ms/MinecraftSunsetting. # +sunsetting.popup.moreInfo.gearVR.geo=Další informace najdete na stránce https://aka.ms/MinecraftSunsetting v libovolném webovém prohlížeči. # + +sunsetting.popup.pendingSunset.ios=Naše možnosti podpory tohoto zařízení se chýlí ke konci. Aktualizace budete dostávat do února 2024, kdy obdržíte poslední aktualizaci pro toto zařízení.%sPo poslední aktualizaci budete moct nadále hrát ve svých světech a mít přístup k nákupům v obchodě Marketplace (a mincím Minecoins), ale již nebudete nadále moci provádět nákupy na tomto zařízení. Služba Realms spravovaná z tohoto zařízení bude nadále fungovat po dobu 6 měsíců, pokud ji neaktualizuje vlastník Realmu na jiném zařízení. Pokud chcete zrušit předplatné Realms, musíte to udělat v nabídce Nastavení pro předplatné na zařízení, na kterém byl Realm vytvořen. Již nebudete dostávat nejnovější aktualizace a nebudete moct hrát ve hře pro více hráčů se zařízeními nebo Realmy, které budou stále dostávat aktualizace. Dále se nebudete moct připojit k určitým serverům. %sKliknutím na tlačítko zobrazíte další informace včetně způsobů, jak přesunout světy do nového zařízení. # +sunsetting.popup.pendingSunset.android=Naše možnost podpory tohoto zařízení se chýlí ke konci. Aktualizace budete dostávat do února 2024, kdy obdržíte poslední aktualizaci pro toto zařízení.%sPo poslední aktualizaci budete moct nadále hrát ve svých světech a mít přístup k nákupům v obchodě Marketplace (a mincím Minecoins), ale již nebudete nadále moci provádět nákupy na tomto zařízení. Služba Realms spravovaná z tohoto zařízení bude nadále fungovat po dobu 6 měsíců, pokud ji neaktualizuje vlastník Realmu na jiném zařízení. Pokud chcete zrušit předplatné Realms, musíte to udělat ve svých předplatných na Google Play. Ke službě Google Play se dostanete z jakéhokoliv podporovaného zařízení nebo PC, kde se můžete přihlásit ke svému účtu. Již nebudete dostávat nejnovější aktualizace a nebudete moct hrát ve hře pro více hráčů se zařízeními nebo Realmy, které budou stále dostávat aktualizace. Dále se nebudete moct připojit k určitým serverům. %sKliknutím na tlačítko zobrazíte další informace včetně způsobů, jak přesunout světy do nového zařízení. # +sunsetting.popup.pendingSunset.ios_android=Naše možnost podpory tohoto zařízení se chýlí ke konci. Až do listopadu 2022 budete dostávat aktualizace a následně obdržíte poslední aktualizaci pro toto zařízení. Velmi se omlouváme za způsobené nepříjemnosti. %sPo poslední aktualizaci budete moct nadále hrát ve svých světech a mít přístup k nákupům v obchodě Marketplace (a mincím Minecoins). Služba Realms spravovaná z tohoto zařízení bude nadále fungovat po dobu 6 měsíců, pokud ji neaktualizuje vlastník říše na jiném zařízení. Již nebudete dostávat nejnovější aktualizace a nebudete moct hrát ve hře pro více hráčů se zařízeními nebo v říších s novějšími aktualizacemi. Dále se nebudete moct připojit k určitým serverům. %sKliknutím na tlačítko zobrazíte další informace včetně způsobů, jak přesunout světy do nového zařízení. # +sunsetting.popup.sunset.ios_android=Toto zařízení již není podporováno. Obdrželi jste poslední aktualizaci pro toto zařízení. I nadále můžete pokračovat v budování svých světů a budete mít přístup ke svým nákupům v obchodě Marketplace (a mincím Minecoins). Vaše služba Realms bude nadále fungovat, pokud ji neaktualizuje vlastník říše na jiném zařízení. Již nebudete dostávat nejnovější aktualizace a nebudete moct hrát ve hře pro více hráčů se zařízeními nebo v říších s novějšími aktualizacemi. Dále se nebudete moct připojit k určitým serverům. %sKliknutím na tlačítko zobrazíte další informace včetně způsobů, jak přesunout světy do nového zařízení. Víme, že je to nepříjemné. Velmi si ceníme času, který jste strávili hraním naší hry, a doufáme, že se opět setkáme na aktualizovaném zařízení. # +sunsetting.popup.pendingSunset.gearvr_win10=Naše možnost podpory tohoto zařízení se chýlí ke konci. Až do vydání naší další velké aktualizace budete dostávat aktualizace a následně obdržíte poslední aktualizaci pro toto zařízení. Velmi se omlouváme za způsobené nepříjemnosti. %sPo poslední aktualizaci budete moct nadále hrát ve svých světech a mít přístup k nákupům v obchodě Marketplace (a mincím Minecoins). Už však na tomto zařízení nebudete mít přístup ke hře pro více hráčů a službě Realms ani nebudete dostávat nejnovější aktualizace a nebudete moct hrát ve hře pro více hráčů se zařízeními nebo v říších s novějšími aktualizacemi. Dále se nebudete moct připojit k určitým serverům. %sKliknutím na tlačítko zobrazíte další informace včetně způsobů, jak přesunout světy do nového zařízení. # +sunsetting.popup.sunset.gearvr_win10=Toto zařízení již není podporováno. Obdrželi jste poslední aktualizaci pro toto zařízení. I nadále můžete pokračovat v budování svých světů a budete mít přístup ke svým nákupům v obchodě Marketplace (a mincím Minecoins). Už však na tomto zařízení nebudete mít přístup ke hře pro více hráčů a službě Realms ani nebudete dostávat nejnovější aktualizace a nebudete moct hrát se zařízeními, která aktualizace dostávají. Dále se nebudete moct připojit k určitým serverům. # +sunsetting.popup.pendingSunset.dx10=Naše možnost podpory tohoto grafického zařízení se chýlí ke konci. Až do vydání naší další velké aktualizace budete dostávat aktualizace a následně obdržíte poslední aktualizaci pro toto zařízení. Velmi se omlouváme za způsobené nepříjemnosti. %sPo poslední aktualizaci budete moct nadále hrát ve svých světech a mít přístup k nákupům v obchodě Marketplace (a mincím Minecoins). Služba Realms spravovaná z tohoto zařízení bude nadále fungovat, pokud ji neaktualizuje vlastník říše na jiném zařízení. Již nebudete dostávat nejnovější aktualizace a nebudete moct hrát ve hře pro více hráčů se zařízeními nebo v říších s novějšími aktualizacemi. Dále se nebudete moct připojit k určitým serverům. %sKliknutím na tlačítko zobrazíte další informace včetně způsobů, jak přesunout světy do nového zařízení. # +sunsetting.popup.sunset.dx10=Toto grafické zařízení již není podporováno. Obdrželi jste poslední aktualizaci pro toto zařízení. I nadále můžete pokračovat v budování svých světů a budete mít přístup ke svým nákupům v obchodě Marketplace (a mincím Minecoins). Vaše služba Realms bude nadále fungovat, pokud ji neaktualizuje vlastník říše na jiném zařízení. Již nebudete dostávat nejnovější aktualizace a nebudete moct hrát ve hře pro více hráčů se zařízeními nebo v říších s novějšími aktualizacemi. Dále se nebudete moct připojit k určitým serverům. %sKliknutím na tlačítko zobrazíte další informace včetně způsobů, jak přesunout světy do nového zařízení. Víme, že je to nepříjemné a velmi si ceníme času, který jste strávili hraním naší hry, a vaší podpory. # + +sunsetting.popup.pendingSunset.geo.ios=Naše podpora tohoto zařízení se ve vašem regionu chýlí ke konci. Po obdržení poslední aktualizace budete moct stále hrát na svých světech a používat položky zakoupené na Marketplace, ale už na Marketplace nebudete moct dále nakupovat. Realmy spravované z tohoto zařízení budou fungovat po dobu 6 měsíců. Od 30. září 2023 už nebudete mít do realmu přístup. Doporučujeme, abyste si svůj svět stáhli před tímto datem a zrušili předplatné. Za tím účelem si zobrazte nastavení odběrů na svém zařízení. %sPokud jste přihlášeni pomocí účtu Microsoft/Xbox Live, budou vaše nákupy na Marketplace, mince Minecoins a předplatné služby Realms k dispozici i na jiných platformách. Chcete-li přesunout své světy z tohoto zařízení do jiného zařízení, postupujte tak, že nahrajete zálohu světa do realmu a poté si ji stáhnete do nového zařízení. %sKliknutím na tlačítko zobrazíte další informace včetně způsobů, jak přesunout svůj svět na nové zařízení. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.ios=Naše podpora tohoto zařízení ve vašem regionu skončila. Stále sice budete moct hrát na svých světech a používat položky zakoupené na Marketplace, ale už na Marketplace nebudete moct dále nakupovat. Realmy spravované z tohoto zařízení budou fungovat až do 30. září 2023. Poté již do Realmu nebudete mít přístup. Doporučujeme, abyste si svůj svět stáhli před tímto datem. %sPokud jste přihlášeni pomocí účtu Microsoft/Xbox Live, budou vaše nákupy na Marketplace, mince Minecoins a předplatné služby Realms k dispozici i na jiných platformách. Chcete-li přesunout své světy z tohoto zařízení do jiného zařízení, postupujte tak, že nahrajete zálohu světa do realmu a zálohu stáhnete do nového zařízení. %sKliknutím na tlačítko zobrazíte další informace včetně způsobů, jak přesunout svůj svět na nové zařízení. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.amazon=Naše podpora toto zařízení se ve vašem regionu chýlí ke konci. Po obdržení poslední aktualizace budete moct stále hrát na svých světech a používat položky zakoupené na Marketplace, ale už na Marketplace nebudete moct dále nakupovat. Realmy spravované z tohoto zařízení budou fungovat po dobu 6 měsíců. Od 30. září 2023 už nebudete mít do realmu přístup. Doporučujeme, abyste si svůj svět stáhli před tímto datem. %sPokud jste přihlášeni pomocí účtu Microsoft/Xbox Live, budou vaše nákupy na Marketplace, mince Minecoins a předplatné služby Realms k dispozici i na jiných platformách. Chcete-li přesunout své světy z tohoto zařízení do jiného zařízení, postupujte tak, že nahrajete zálohu světa do realmu a poté si ji stáhnete do nového zařízení. %sKliknutím na tlačítko zobrazíte další informace včetně způsobů, jak přesunout svůj svět na nové zařízení. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.amazon=Naše podpora tohoto zařízení ve vašem regionu skončila. Stále sice budete moct hrát na svých světech a používat položky zakoupené na Marketplace, ale už na Marketplace nebudete moct dále nakupovat. Realmy spravované z tohoto zařízení budou fungovat až do 30. září 2023. Poté již do Realmu nebudete mít přístup. Doporučujeme, abyste si svůj svět stáhli před tímto datem. %sPokud jste přihlášeni pomocí účtu Microsoft/Xbox Live, budou vaše nákupy na Marketplace, mince Minecoins a předplatné služby Realms k dispozici i na jiných platformách. Chcete-li přesunout své světy z tohoto zařízení do jiného zařízení, postupujte tak, že nahrajete zálohu světa do realmu a zálohu stáhnete do nového zařízení. %sKliknutím na tlačítko zobrazíte další informace včetně způsobů, jak přesunout svůj svět na nové zařízení. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.android=Podpora tohoto zařízení bude vaší oblasti brzy ukončena. Po této poslední aktualizaci budete stále moct ve svých světech hrát a používat zakoupené položky z Marketplace, ale už nebudete moct na Marketplace nakupovat. Realmy spravované z tohoto zařízení budou fungovat po dobu 6 měsíců. Od 30. září 2023 k nim už přístup mít nebudete. Doporučujeme, abyste si svůj svět ještě před tím stáhli a zrušili předplatné prostřednictvím Google Play. %sNebudete dostávat nejnovější aktualizace a nebudete moct hrát hry pro více hráčů. Nebudete se také moct připojit k určitým serverům. %sPokud jste se přihlásili pomocí účtu Microsoft/Xbox Live, budou vaše nákupy v Marketplace a Minecoins a předplatné služby Realms k dispozici na vašich dalších platformách, kde hrajete hru Minecraft. Nové předplatné můžete zahájit na těchto jiných platformách, kde hrajete Minecraft. %sChcete-li přesunout své světy z tohoto zařízení do jiného, postupujte tak, že nahrajete zálohu světa do Realmu a zálohu pak stáhnete do nového zařízení. %sKliknutím na tlačítko zobrazíte další informace, včetně způsobů, jak přesunout svůj svět na nové zařízení. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.android=Naše podpora tohoto zařízení ve vašem regionu skončila. Stále sice budete moct hrát na svých světech a používat položky zakoupené na Marketplace, ale už na Marketplace nebudete moct dále nakupovat. Realmy spravované z tohoto zařízení budou fungovat až do 30. září 2023. Poté již do Realmu nebudete mít přístup. Doporučujeme, abyste si svůj svět stáhli před tímto datem. %sPokud jste přihlášeni pomocí účtu Microsoft/Xbox Live, budou vaše nákupy na Marketplace, mince Minecoins a předplatné služby Realms k dispozici i na jiných platformách. Chcete-li přesunout své světy z tohoto zařízení do jiného zařízení, postupujte tak, že nahrajete zálohu světa do realmu a zálohu stáhnete do nového zařízení. %sKliknutím na tlačítko zobrazíte další informace včetně způsobů, jak přesunout svůj svět na nové zařízení. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.generic=Naše podpora toto zařízení se ve vašem regionu chýlí ke konci. Po obdržení poslední aktualizace budete moct stále hrát na svých světech a používat položky zakoupené na Marketplace, ale už na Marketplace nebudete moct dále nakupovat. Realmy spravované z tohoto zařízení budou fungovat po dobu 6 měsíců. Od 30. září 2023 už nebudete mít do realmu přístup. Doporučujeme, abyste si svůj svět stáhli před tímto datem. %sPokud jste přihlášeni pomocí účtu Microsoft/Xbox Live, budou vaše nákupy na Marketplace, mince Minecoins a předplatné služby Realms k dispozici i na jiných platformách. Chcete-li přesunout své světy z tohoto zařízení do jiného zařízení, postupujte tak, že nahrajete zálohu světa do realmu a poté si ji stáhnete do nového zařízení. %sKliknutím na tlačítko zobrazíte další informace včetně způsobů, jak přesunout svůj svět na nové zařízení. # +sunsetting.popup.sunset.geo.generic=Naše podpora tohoto zařízení ve vašem regionu skončila. Stále sice budete moct hrát na svých světech a používat položky zakoupené na Marketplace, ale už na Marketplace nebudete moct dále nakupovat. Realmy spravované z tohoto zařízení budou fungovat až do 30. září 2023. Poté již do Realmu nebudete mít přístup. Doporučujeme, abyste si svůj svět stáhli před tímto datem. %sPokud jste přihlášeni pomocí účtu Microsoft/Xbox Live, budou vaše nákupy na Marketplace, mince Minecoins a předplatné služby Realms k dispozici i na jiných platformách. Chcete-li přesunout své světy z tohoto zařízení do jiného zařízení, postupujte tak, že nahrajete zálohu světa do realmu a zálohu stáhnete do nového zařízení. %sKliknutím na tlačítko zobrazíte další informace včetně způsobů, jak přesunout svůj svět na nové zařízení. # sunsetting.banner.play.worldTab.pending=Vaše verze brzy nemusí mít možnost připojit se ke hře pro více hráčů # sunsetting.banner.play.friendsTab.pending=Vaše verze brzy nemusí mít možnost připojit se ke hře pro více hráčů # @@ -10886,7 +10897,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Zvolit nový skin # dr.classic_skins.custom_skin_title=Importovat skin # dr.classic_skins.custom_skin_description=Vložte soubor png (rozměr 64x32, 64x64, or 128x128) ze svého zařízení, který chcete použít jako skin. Toto nastavení se nebude přenášet napříč zařízeními ani hrami. # -dr.classic_skins.custom_skin_description_disabled=Na vašem zařízení nelze zvolit vlastní skin během hry pro více hráčů. Pro výběr skinu se, prosím, vraťte do hlavní nabídky. # +dr.classic_skins.custom_skin_description_disabled= Vaše zařízení nemůže vybrat vlastní skin během hry pro více hráčů. Pro výběr skinu se, prosím, vraťte do hlavní nabídky. # dr.classic_skins.custom_skin_description_popup=Pokud je povolena možnost „Povolit pouze důvěryhodné vzhledy“, nebudou hráči s vlastními skiny viditelní. # dr.classic_skins.custom_skin_section_title=Vlastněné skiny # dr.classic_skins.invalidCustomSkin=Vložte prosím soubor .png o rozměrech 64x64, 64x32 nebo 128x128 # diff --git a/resource_pack/texts/da_DK.lang b/resource_pack/texts/da_DK.lang index 9772b46f4..24bdd5187 100644 --- a/resource_pack/texts/da_DK.lang +++ b/resource_pack/texts/da_DK.lang @@ -1908,8 +1908,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=Landsbyboerhandel-afbalanc createWorldScreen.experimentalVillagerTradesRebalanceDescription=Indeholder opdaterede handler til landsbyboere med det formål at afbalancere # createWorldScreen.experimentalArmadillo=Bæltedyr og ulverustning # createWorldScreen.experimentalArmadilloDescription=Lær bæltedyret at kende, og gør din ulv klar med den nye ulverustning! # -createWorldScreen.experimentalBundles=Samlinger # -createWorldScreen.experimentalBundlesDescription=Giver dig mulighed for at fremstille og bruge bundle-genstanden # createWorldScreen.worldPreferences=Indstillinger for verden # createWorldScreen.startWithMap=Startkort # createWorldScreen.defaultName=Min verden # @@ -3878,7 +3876,7 @@ howtoplay.minecoins.text.1=Udforsk en verden af muligheder med Minecoins, Minecr howtoplay.minecoins.text.2=Når dine Minecoins er indløst, knyttes de til din Microsoft-konto, så du også kan få adgang til dine Minecoins og køb på andre understøttede enheder! # howtoplay.minecoins.button.text.1=Køb Minecoins # howtoplay.minecoins.header.1=Ansvarsfraskrivelse # -howtoplay.minecoins.text.3=*Minecoins kræver en version af Minecraft: Bedrock Edition med Minecraft Markedsplads. Minecoins er ikke kompatible på PlayStation®. Du kan finde oplysninger om kompatibilitet under minecraft.net/minecoins #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Minecoins kræver en version af Minecraft: Bedrock Edition med Minecraft Markedsplads. Minecoins er ikke kompatible på PlayStation®. Du kan finde oplysninger om kompatibilitet under minecraft.net/minecoins  #### CertRequirement: [PlayStation®] howtoplay.mining=Minedrift # @@ -6411,7 +6409,6 @@ options.dev_sunsetting_tier.two=Trin 2 – KitKat # options.dev_sunsetting_tier.three=Trin 3 – FireTV # options.dev_sunsetting_tier.four=Trin 4 – 1024 MB # options.dev_sunsetting_tier.five=Trin 5 – iOS 12 & Nougat # -options.dev_sunsetting_tier.six=Trin 6 – iOS-13, Android 8, VR-enheder # options.dev_sunsetting_tier.not_pending=Afventer ikke # options.dev_gatherings_section=Samlinger # options.dev_gatherings_enable=Aktivér samlinger # @@ -6966,12 +6963,26 @@ sunsetting.popup.title=Enheden understøttes ikke længere. # sunsetting.popup.moreInfo=Flere oplysninger # sunsetting.popup.dontshow=Vis ikke igen # -sunsetting.popup.pendingSunset.device=Vores mulighed for at understøtte denne enhed er ved at være slut. Du vil modtage opdateringer indtil marts 2025, når du modtager den sidste opdatering, der fungerer med denne enhed.%sDu vil stadig kunne spille i dine verdener og have adgang til dine køb fra markedspladsen (inklusive Minecoins), efter du har modtaget din sidste opdatering, du vil dog ikke kunne foretage nye køb på denne enhed. Hvis du administrerer realms fra denne enhed, vil de fortsætte med at fungere i 6 måneder efter marts 2025, medmindre de opdateres af realm-ejeren på en anden enhed. Hvis du vil afmelde dit Realms-abonnement, kan du gøre det i indstillingsmenuen Abonnementer på den enhed, realmet var skabt på. Du vil ikke længere modtage de seneste opdateringer, og du vil ikke kunne spille multiplayer med enheder eller realms, der stadig modtager opdateringer. Du vil heller ikke kunne oprette forbindelse til visse servere.%sKlik på knappen for at få flere oplysninger. # -sunsetting.popup.sunset.device=Vores mulighed for at understøtte denne enhed er slut. Fra marts 2025 vil du ikke længere modtage opdateringer, før du opdaterer din enhed. Dette er din sidste opdatering, der er kompatibel med med denne enhed.%sDu vil stadig kunne spille i dine verdener og have adgang til dine køb fra markedspladsen (herunder Minecoins). Hvis du administrerer realms fra denne enhed, vil de fortsætte med at fungere i 6 måneder fra marts 2025, medmindre de opdateres af realm-ejeren på en anden enhed. Hvis du vil afmelde dit Realms-abonnement, kan du gøre det i indstillingsmenuen Abonnementer på den enhed, realmet var skabt med. Du vil ikke længere modtage de seneste opdateringer, og du vil ikke kunne spille multiplayer med enheder eller realms, der stadig modtager opdateringer. Du vil heller ikke kunne oprette forbindelse til visse servere.%sKlik på knappen for at få flere oplysninger. # -sunsetting.popup.pendingSunset.windows_xr=Vores mulighed for at understøtte denne VR/MR-grafikenhed er slut. Efter marts 2025 understøttes denne enhed ikke længere, når du har modtaget den sidste opdatering, der understøtter denne enhed.%sEfter du har modtaget den sidste opdatering, vil du stadig modtage opdateringer på din PC og vil kunne spille uden en VR/MR-enhed. Herfra kan du bygge videre i dine verdener, og du vil stadig have adgang til dine køb fra markedspladsen (inklusive Minecoins) på ikke-VR/MR-grafikenheder, såsom en computerskærm. Du vil ikke længere kunne bruge din VR/MR-enhed med Minecraft, da den ikke længere understøttes i de seneste opdateringer.%sKlik på knappen for at få flere oplysninger. # -sunsetting.popup.sunset.windows_xr=Vores mulighed for at understøtte denne VR/MR-grafikenhed er slut. Denne VR/MR-enhed understøttes ikke længere. Du har modtaget den sidste opdatering, der understøtter denne grafikenhed, og du vil stadig modtage opdateringer på din PC og vil kunne spille uden en VR/MR-enhed. Herfra kan du bygge videre i dine verdener, og du vil stadig have adgang til dine køb fra markedspladsen (inklusive Minecoins) på ikke-VR/MR-grafikenheder, såsom en computerskærm. Du vil ikke længere kunne bruge din VR/MR-enhed med Minecraft, da den ikke længere understøttes i de seneste opdateringer.%sKlik på knappen for at få flere oplysninger. Vi beklager ulejligheden og sætter stor pris på din støtte og den tid, du har brugt på vores spil. # -sunsetting.popup.pendingSunset.geo=Vi kan snart ikke længere understøtte denne enhed i dit område. Når du har modtaget den sidste opdatering, kan du stadig spille på dine verdener og få adgang til dine markedspladskøb, men du vil ikke længere kunne foretage køb på markedspladsen. Realms, der administreres fra denne enhed, fortsætter med at fungere i 6 måneder. Den 30. september 2023 har du ikke længere adgang til realmet. Det anbefales, at du downloader din verden før dette.%sHvis du er logget på med en Microsoft-konto, vil dine markedspladskøb og Minecoins og dit Realms-abonnement være tilgængelige på andre platforme. Hvis du vil flytte dine verdener fra denne enhed til en anden enhed, kan du gøre det ved at uploade verdenen til et realm og downloade en sikkerhedskopi til din nye enhed.%sKlik på knappen for at få flere oplysninger, herunder hvordan du kan flytte din verden til en ny enhed. # -sunsetting.popup.sunset.geo=Vi kan ikke længere understøtte denne enhed i dit område. Du vil stadig kunne spille i dine verdener og få adgang til dine markedspladskøb, men du vil ikke længere kunne foretage køb på markedspladsen. Realms, der administreres fra denne enhed, fortsætter med at fungere indtil den 30. september 2023. Bagefter vil du ikke længere have adgang til dette realm. Det anbefales, at du downloader din verden før det.%sHvis du er logget på med en Microsoft-konto, vil dine markedspladskøb og Minecoins og dit Realms-abonnement være tilgængelige på andre platforme. Hvis du vil flytte dine verdener fra denne enhed til en anden enhed, kan du gøre det ved at uploade verden til et realm og downloade en sikkerhedskopi til din nye enhed.%sKlik på knappen for at få flere oplysninger, herunder hvordan du kan flytte din verden til en ny enhed. # +sunsetting.popup.moreInfo.gearVR=Du kan se flere oplysninger på https://aka.ms/MinecraftSunsetting i en webbrowser. # +sunsetting.popup.moreInfo.gearVR.geo=Du kan finde flere oplysninger på https://aka.ms/MinecraftSunsetting i enhver webbrowser. # + +sunsetting.popup.pendingSunset.ios=Vores mulighed for at understøtte denne enhed er ved at ende. Du modtager opdateringer indtil februar 2024, når du modtager den sidste opdatering for denne enhed. %sDu vil stadig kunne spille i dine verdener og have adgang til dine køb fra markedspladsen (inklusive Minecoins), efter du har modtaget din sidste opdatering, du vil dog ikke kunne foretage nye køb på denne enhed. Hvis du administrerer realms fra denne enhed, vil de fortsætte med at fungere i 6 måneder, medmindre de opdateres af realm-ejeren på en anden enhed. Hvis du vil afmelde dit realm-abonnement, skal du gøre det i indstillingsmenuen Abonnementer på den enhed, realmet var skabt på. Du vil ikke længere modtage de seneste opdateringer, og du vil ikke kunne spille multiplayer med enheder eller realms, der stadig modtager opdateringer. Du vil heller ikke være i stand til at oprette forbindelse til visse servere. %sKlik på knappen for at få flere oplysninger, herunder hvordan du flytter dine verdener til andre enheder. # +sunsetting.popup.pendingSunset.android=Vores mulighed for at understøtte denne enhed er ved at ende. Du modtager opdateringer indtil februar 2024, når du modtager den sidste opdatering for denne enhed. %sDu vil stadig kunne spille i dine verdener og have adgang til dine køb fra markedspladsen (inklusive Minecoins), efter du har modtaget din sidste opdatering, du vil dog ikke kunne foretage nye køb på denne enhed. Hvis du administrerer realms fra denne enhed, vil de fortsætte med at fungere i 6 måneder, medmindre de opdateres af realm-ejeren på en anden enhed. Hvis du vil afmelde dit realm-abonnement, skal du gøre det under dine abonnementer på Google Play. Du kan få adgang til Google Play på alle understøttede enheder eller fra en pc, hvor du kan logge ind på din konto. Du vil ikke længere modtage de seneste opdateringer, og du vil ikke kunne spille multiplayer med enheder eller realms, der stadig modtager opdateringer. Du vil heller ikke være i stand til at oprette forbindelse til visse servere. %sKlik på knappen for at få flere oplysninger, herunder hvordan du flytter dine verdener til andre enheder. # +sunsetting.popup.pendingSunset.ios_android=Vores mulighed for at understøtte denne enhed er ved vejs ende. Du modtager opdateringer indtil november 2022, men herefter er det slut. Vi beklager ulejligheden. %sDu vil stadig kunne spille i dine verdener og have adgang til dine køb fra markedspladsen (inklusive Minecoins), efter du har modtaget din sidste opdatering. Hvis du administrerer realms fra enheden, vil de fortsætte med at fungere i seks måneder, medmindre de opdateres af realm-ejeren på en anden enhed. Du vil ikke længere modtage opdateringer, og du vil ikke kunne spille multiplayer med enheder eller realms, der stadig modtager opdateringer. Du vil heller ikke være i stand til at oprette forbindelse til visse servere. %sKlik på knappen for at få flere oplysninger, herunder hvordan du flytter dine verdener til andre enheder. # +sunsetting.popup.sunset.ios_android=Enheden understøttes ikke længere, og du har modtaget den sidste opdatering. Du er dog velkommen til at bygge videre i dine verdener, og du vil stadig have adgang til dine køb fra markedspladsen (inklusive Minecoins). Dine realms vil stadig fungere, medmindre de opdateres af realm-ejeren på en anden enhed. Du vil ikke længere modtage de seneste opdateringer, og du vil ikke kunne spille multiplayer med enheder eller realms, der stadig modtager opdateringer. Du vil heller ikke være i stand til at oprette forbindelse til visse servere. %sKlik på knappen for at få flere oplysninger, herunder hvordan du flytter dine verdener til andre enheder. Vi beklager ulejligheden og håber at se dig igen på en opdateret enhed. # +sunsetting.popup.pendingSunset.gearvr_win10=Vores mulighed for at understøtte denne enhed er ved at være ved vejs ende. Du modtager opdateringer indtil vores næste store udgivelse, men herefter er det slut. Vi beklager ulejligheden. %sDu vil stadig kunne spille i dine verdener og have adgang til dine køb fra markedspladsen (inklusive Minecoins), efter du har modtaget din sidste opdatering. Du vil imidlertid ikke længere have adgang til multiplayer og Realms fra enheden. Du vil ikke længere modtage de seneste opdateringer, og du vil ikke kunne spille med enheder eller realms, der stadig modtager opdateringer. Du vil heller ikke være i stand til at oprette forbindelse til visse servere. %sKlik på knappen for at få flere oplysninger, herunder hvordan du flytter dine verdener til andre enheder. # +sunsetting.popup.sunset.gearvr_win10=Enheden understøttes ikke længere, og du har modtaget den sidste opdatering. Du er dog velkommen til at bygge videre i dine verdener, og du vil stadig have adgang til dine køb fra markedspladsen (inklusive Minecoins). Du vil imidlertid ikke længere have adgang til multiplayer og Realms fra enheden. Du vil ikke længere modtage de seneste opdateringer, og du vil ikke kunne spille med enheder, der stadig modtager opdateringer. Du vil heller ikke være i stand til at oprette forbindelse til visse servere. # +sunsetting.popup.pendingSunset.dx10=Vores mulighed for at understøtte denne grafikenhed er ved at være ved vejs ende. Du modtager opdateringer indtil vores næste store udgivelse, men herefter er det slut. Vi beklager ulejligheden. %sDu vil stadig kunne spille i dine verdener og have adgang til dine køb fra markedspladsen (inklusive Minecoins), efter du har modtaget din sidste opdatering. Hvis du administrerer realms fra enheden, vil de fortsætte med at fungere, medmindre de opdateres af realm-ejeren på en anden enhed. Du vil ikke længere modtage de seneste opdateringer, og du vil ikke kunne spille multiplayer med enheder eller realms, der stadig modtager opdateringer. Du vil heller ikke være i stand til at oprette forbindelse til visse servere. %sKlik på knappen for at få flere oplysninger, herunder hvordan du flytter dine verdener til andre enheder. # +sunsetting.popup.sunset.dx10=Grafikenheden understøttes ikke længere, og du har modtaget den sidste opdatering. Du er dog velkommen til at bygge videre i dine verdener, og du vil stadig have adgang til dine køb fra markedspladsen (inklusive Minecoins). Dine realms vil stadig fungere, medmindre de opdateres af realm-ejeren på en anden enhed. Du vil ikke længere modtage de seneste opdateringer, og du vil ikke kunne spille multiplayer med enheder eller realms, der stadig modtager opdateringer. Du vil heller ikke være i stand til at oprette forbindelse til visse servere. %sKlik på knappen for at få flere oplysninger, herunder hvordan du flytter dine verdener til andre enheder. Vi beklager ulejligheden og sætter stor pris på din støtte og den tid, du har brugt på vores spil. # + +sunsetting.popup.pendingSunset.geo.ios=Vi kan snart ikke længere understøtte denne enhed i dit område. Når du har modtaget den sidste opdatering, kan du stadig spille på dine verdener og få adgang til dine Markedsplads-køb, men du vil ikke længere kunne foretage køb på Markedspladsen. Realms, der administreres fra denne enhed, fortsætter med at fungere i 6 måneder. Den 30. september 2023 har du ikke længere adgang til Realmet. Det anbefales, at du downloader din verden før dette og annullerer dit abonnement ved at se dine abonnementsindstillinger på din enhed. %sHvis du er logget på med en Microsoft/Xbox Live-konto, vil dine Markedsplads-køb og Minecoins og dit Realms-abonnement være tilgængelige på andre platforme. Hvis du vil flytte dine verdener fra denne enhed til en anden enhed, kan du gøre det ved at uploade verdenen til et Realm og downloade en sikkerhedskopi til din nye enhed. %sKlik på knappen for at få flere oplysninger, herunder hvordan du kan flytte din verden til en ny enhed. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.ios=Vi er ikke længere i stand til at understøtte denne enhed i dit område. Du kan stadig spille på dine verdener og få adgang til dine Markedsplads-køb, men du kan ikke længere foretage køb på Markedspladsen. Realms, der administreres fra denne enhed, fortsætter med at fungere indtil den 30. september 2023. Bagefter vil du ikke længere have adgang til Realmet. Det anbefales, at du downloader din verden før dette. %sHvis du er logget på med en Microsoft/Xbox Live-konto, er dine Markedsplads-køb og Minecoins og dit Realms-abonnement tilgængelige på andre platforme. Hvis du vil flytte dine verdener fra denne enhed til en anden enhed, kan du gøre det ved at uploade verdenen til et Realm og downloade en sikkerhedskopi til din nye enhed. %sKlik på knappen for at få flere oplysninger, herunder hvordan du kan flytte din verden til en ny enhed. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.amazon=Vi vil snart ikke længere være i stand til at understøtte denne enhed i dit område. Når du har fået den sidste opdatering, kan du stadig spille på dine verdener og få adgang til dine Markedsplads-køb, men du vil ikke længere kunne foretage køb på Markedspladsen. Realms, der administreres fra denne enhed, fortsætter med at fungere i 6 måneder. Den 30. september 2023 har du ikke længere adgang til realmet. Det anbefales, at du downloader din verden før dette. %sHvis du er logget på med en Microsoft/Xbox Live-konto, vil dine Markedsplads-køb og Minecoins og dit Realms-abonnement være tilgængelige på andre platforme. Hvis du vil flytte dine verdener fra denne enhed til en anden enhed, kan du gøre det ved at uploade verdenen til et Realm og downloade en sikkerhedskopi på din nye enhed. %sKlik på knappen for at få flere oplysninger, herunder hvordan du kan flytte din verden til en ny enhed. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.amazon=Vi er ikke længere i stand til at understøtte denne enhed i dit område. Du kan stadig spille på dine verdener og få adgang til dine Markedsplads-køb, men du kan ikke længere foretage køb på Markedspladsen. Realms, der administreres fra denne enhed, fortsætter med at fungere indtil den 30. september 2023. Bagefter vil du ikke længere have adgang til Realmet. Det anbefales, at du downloader din verden før dette. %sHvis du er logget på med en Microsoft/Xbox Live-konto, er dine Markedsplads-køb og Minecoins og dit Realms-abonnement tilgængelige på andre platforme. Hvis du vil flytte dine verdener fra denne enhed til en anden enhed, kan du gøre det ved at uploade verdenen til et Realm og downloade en sikkerhedskopi til din nye enhed. %sKlik på knappen for at få flere oplysninger, herunder hvordan du kan flytte din verden til en ny enhed. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.android=Vi vil snart ikke længere være i stand til at understøtte denne enhed i dit område. Med denne sidste opdatering vil du stadig kunne spille på dine verdener og få adgang til dine markedspladskøb, men du vil ikke længere kunne foretage køb på markedsplads. Realms, der administreres fra denne enhed, fortsætter med at fungere i 6 måneder. Den 30. september 2023 har du ikke længere adgang til realms fra denne enhed. Det anbefales, at du downloader din verden før dette og annullerer dit abonnement ved at se dine abonnementer i Google Play. %sDu modtager ikke længere de seneste opdateringer og kan ikke spille multiplayer. Du vil heller ikke være i stand til at oprette forbindelse til bestemte servere. %sHvis du er logget på med en Microsoft/Xbox Live-konto, vil dine markedspladskøb og Minecoins og dit Realms-abonnement være tilgængelige på dine andre platforme, hvor du spiller Minecraft. Du kan starte et nyt abonnement fra disse andre platforme, hvor du spiller Minecraft. %sHvis du gerne vil flytte dine verdener fra denne enhed til en anden, kan du gøre det ved at uploade verden til et Realm og downloade en sikkerhedskopi på din nye enhed. %sKlik på knappen for at få flere oplysninger, herunder hvordan du kan flytte din verden til en ny enhed. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.android=Vi er ikke længere i stand til at understøtte denne enhed i dit område. Du kan stadig spille på dine verdener og få adgang til dine Markedsplads-køb, men du kan ikke længere foretage køb på Markedspladsen. Realms, der administreres fra denne enhed, fortsætter med at fungere indtil den 30. september 2023. Bagefter vil du ikke længere have adgang til Realmet. Det anbefales, at du downloader din verden før dette. %sHvis du er logget på med en Microsoft/Xbox Live-konto, er dine Markedsplads-køb og Minecoins og dit Realms-abonnement tilgængelige på andre platforme. Hvis du vil flytte dine verdener fra denne enhed til en anden enhed, kan du gøre det ved at uploade verdenen til et Realm og downloade en sikkerhedskopi til din nye enhed. %sKlik på knappen for at få flere oplysninger, herunder hvordan du kan flytte din verden til en ny enhed. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.generic=Vi vil snart ikke længere være i stand til at understøtte denne enhed i dit område. Når du har fået den sidste opdatering, kan du stadig spille på dine verdener og få adgang til dine Markedsplads-køb, men du vil ikke længere kunne foretage køb på Markedspladsen. Realms, der administreres fra denne enhed, fortsætter med at fungere i 6 måneder. Den 30. september 2023 har du ikke længere adgang til realmet. Det anbefales, at du downloader din verden før dette. %sHvis du er logget på med en Microsoft/Xbox Live-konto, vil dine Markedsplads-køb og Minecoins og dit Realms-abonnement være tilgængelige på andre platforme. Hvis du vil flytte dine verdener fra denne enhed til en anden enhed, kan du gøre det ved at uploade verdenen til et Realm og downloade en sikkerhedskopi på din nye enhed. %sKlik på knappen for at få flere oplysninger, herunder hvordan du kan flytte din verden til en ny enhed. # +sunsetting.popup.sunset.geo.generic=Vi er ikke længere i stand til at understøtte denne enhed i dit område. Du kan stadig spille på dine verdener og få adgang til dine Markedsplads-køb, men du kan ikke længere foretage køb på Markedspladsen. Realms, der administreres fra denne enhed, fortsætter med at fungere indtil den 30. september 2023. Bagefter vil du ikke længere have adgang til Realmet. Det anbefales, at du downloader din verden før dette. %sHvis du er logget på med en Microsoft/Xbox Live-konto, er dine Markedsplads-køb og Minecoins og dit Realms-abonnement tilgængelige på andre platforme. Hvis du vil flytte dine verdener fra denne enhed til en anden enhed, kan du gøre det ved at uploade verdenen til et Realm og downloade en sikkerhedskopi til din nye enhed. %sKlik på knappen for at få flere oplysninger, herunder hvordan du kan flytte din verden til en ny enhed. # sunsetting.banner.play.worldTab.pending=Din version mister snart adgangen til multiplayer # sunsetting.banner.play.friendsTab.pending=Din version mister snart adgangen til multiplayer # @@ -10886,7 +10897,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Vælg nyt skin # dr.classic_skins.custom_skin_title=Importér skin # dr.classic_skins.custom_skin_description=Importér en png (64x32, 64x64, or 128x128) fra din enhed for at bruge den som dit skin. Dette synkroniseres ikke mellem enheder eller spil. # -dr.classic_skins.custom_skin_description_disabled=Din enhed kan ikke vælge et tilpasset skin, mens du er i et multiplayerspil. Vend tilbage til hovedmenuen for at anvende et. # +dr.classic_skins.custom_skin_description_disabled= Din enhed kan ikke vælge et tilpasset skin, mens du er i et multiplayerspil. Vend tilbage til hovedmenuen for at anvende et. # dr.classic_skins.custom_skin_description_popup=Hvis du aktiverer indstillingen "Tillad kun sikre skins", kan du ikke se andre spilleres brugerdefinerede skins # dr.classic_skins.custom_skin_section_title=Købte skins # dr.classic_skins.invalidCustomSkin=Importér en .png-fil med dimensionerne 64x64, 64x32 eller 128x128 # diff --git a/resource_pack/texts/de_DE.lang b/resource_pack/texts/de_DE.lang index 912b0f669..ca36fc312 100644 --- a/resource_pack/texts/de_DE.lang +++ b/resource_pack/texts/de_DE.lang @@ -1908,8 +1908,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=Neubalancierung des Handel createWorldScreen.experimentalVillagerTradesRebalanceDescription=Enthält aktualisierten Handel für Dorfbewohner zum Zweck der Neubalancierungl # createWorldScreen.experimentalArmadillo=Gürteltier und Wolfspanzer # createWorldScreen.experimentalArmadilloDescription=Lerne das Gürteltier kennen und rüste den neuen Wolfspanzer aus! # -createWorldScreen.experimentalBundles=Bundles # -createWorldScreen.experimentalBundlesDescription=Ermöglicht die Fertigung und Verwendung des Bundle-Objekts # createWorldScreen.worldPreferences=Welteinstellungen # createWorldScreen.startWithMap=Startkarte # createWorldScreen.defaultName=Meine Welt # @@ -3878,7 +3876,7 @@ howtoplay.minecoins.text.1=Erkunde eine Welt voller Möglichkeiten mit Minecoins howtoplay.minecoins.text.2=Nach dem Einlösen werden deine Minecoins mit deinem Microsoft-Konto verknüpft, sodass du auch auf anderen unterstützten Geräten auf deine Münzen und Einkäufe zugreifen kannst! # howtoplay.minecoins.button.text.1=Minecoins erhalten # howtoplay.minecoins.header.1=Rechtliche Hinweise # -howtoplay.minecoins.text.3=*Minecoins erfordern eine Version von Minecraft: Bedrock Edition mit Minecraft Marketplace. Minecoins sind mit Sony PlayStation® nicht kompatibel. Informationen zur Kompatibilität findest du unter minecraft.net/minecoins #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Minecoins erfordern eine Version von Minecraft: Bedrock Edition mit Minecraft Marketplace. Minecoins sind mit der PlayStation® nicht kompatibel. Informationen zur Kompatibilität findest du unter minecraft.net/minecoins  #### CertRequirement: [PlayStation®] howtoplay.mining=Bergbau # @@ -6296,7 +6294,7 @@ options.dev_addCoinTitle=Münzen hinzufügen # options.dev_reset_entitlements=Alle Berechtigungen zurücksetzen # options.dev_reset_entitlements_loading=Durch das Zurücksetzen von Berechtigungen wird dieses Dialogfeld geschlossen, sobald der Vorgang abgeschlossen ist. Du kannst dieses Fenster schließen, aber das Schließen des Spiels vor Abschluss dieses Befehls kann zu unerwartetem Verhalten führen. # options.dev_reset_entitlements_error_unfinished=Achtung, nicht alle Berechtigungen wurden ordnungsgemäß gelöscht. Versuche, den Befehl erneut auszuführen, möglicherweise nach einem Neustart des Clients. # -options.dev_reset_entitlements_warning=Warnung! Hiermit werden alle deine Berechtigungen gelöscht, einschließlich älterer Berechtigungen, die du möglicherweise nicht zurückerhalten kannst! Dieser Vorgang kann eine Weile dauern, wenn du über eine große Anzahl von Berechtigungen verfügst. Bist du sicher, dass du fortfahren möchtest? # +options.dev_reset_entitlements_warning=Warnung! Hiermit werden alle deine Berechtigungen gelöscht, einschließlich älterer Berechtigungen, die du möglicherweise nicht zurückerhalten kannst! Dieser Vorgang kann eine Weile dauern, wenn du über eine große Anzahl von Berechtigungen verfügst. Bist du sicher, dass du fortfahren möchtest? # options.dev_reset_entitlements_success=Berechtigungen erfolgreich gelöscht. # options.dev_currencyFailureWarning=Der Netzwerkaufruf ist fehlgeschlagen. Fehler: %s # options.dev_currencyFailureWarningGeneric=Der Netzwerkaufruf ist fehlgeschlagen. Stelle sicher, dass du bei einem Konto angemeldet bist, das auf der Zulassungsliste steht. # @@ -6411,7 +6409,6 @@ options.dev_sunsetting_tier.two=Rang 2 – KitKat # options.dev_sunsetting_tier.three=Stufe 3 – FireTV # options.dev_sunsetting_tier.four=Rang 4 – 1.024 MB # options.dev_sunsetting_tier.five=Stufe 5 – iOS 12 und Nougat # -options.dev_sunsetting_tier.six=Stufe 6 - iOS 13, Android 8, VR-Geräte # options.dev_sunsetting_tier.not_pending=Nicht ausstehend # options.dev_gatherings_section=Versammlungen # options.dev_gatherings_enable=Versammlungen aktivieren # @@ -6966,12 +6963,26 @@ sunsetting.popup.title=Dieses Gerät wird nicht länger unterstützt. # sunsetting.popup.moreInfo=Weitere Informationen # sunsetting.popup.dontshow=Nicht mehr anzeigen # -sunsetting.popup.pendingSunset.device=Unsere Möglichkeit, dieses Gerät weiterhin zu unterstützen, neigt sich dem Ende entgegen. Bis März 2025 wirst du noch Updates erhalten und im Anschluss ein finales Update, das mit diesem Gerät funktionieren wird.%sNach dem finalen Update wirst du immer noch in der Lage sein, in deinen Welten zu spielen und deine Marketplace-Käufe einzusehen (einschließlich Minecoins), jedoch wirst du nicht länger auf diesem Gerät Einkäufe tätigen können. Realms auf diesem Gerät werden noch 6 Monate lang ab März 2025 funktionieren, bis der Realm-Besitzer diese auf einem anderen Gerät aktualisiert. Um dein Realm-Abonnement zu kündigen, musst du dies im Einstellungsmenü für Abonnements auf dem Gerät tun, von dem aus das Realm erstellt wurde. Du wirst keine neuen Updates mehr erhalten und keinen Zugang zum Mehrspielermodus zusammen mit anderen Geräten und Realms haben, die weiterhin Updates erhalten. Außerdem wirst du dich mit bestimmten Servern nicht verbinden können.%sKlicke auf die Schaltfläche für mehr Informationen. # -sunsetting.popup.sunset.device=Wir sind leider nicht in der Lage, dieses Gerät weiterhin zu unterstützen. Ab März 2025 erhältst du keine Updates mehr, bis du dein Gerät aktualisierst. Dies ist dein letztes Update, das mit diesem Gerät kompatibel ist.%sDu kannst weiterhin auf deinen Welten spielen und auf Käufe im Marketplace (einschließlich Minecoins) zugreifen. Realms, die von diesem Gerät verwaltet werden, funktionieren noch 6 Monate lang ab März 2025, bis der Realm-Besitzer diese auf einem anderen Gerät aktualisiert. Um dein Realm-Abonnement zu kündigen, musst du dies im Einstellungsmenü für Abonnements auf dem Gerät tun, mit dem aus das Realm erstellt wurde. Du wirst keine neuen Updates mehr erhalten und keinen Zugang zum Mehrspielermodus zusammen mit anderen Geräten und Realms haben, die weiterhin Updates erhalten. Außerdem wirst du dich mit bestimmten Servern nicht verbinden können.%sKlicke auf die Schaltfläche für mehr Informationen. # -sunsetting.popup.pendingSunset.windows_xr=Leider sind wir nicht in der Lage, VR/MR-Grafikgeräte weiterhin zu unterstützen. Dieses Gerät wird ab März 2025 nicht mehr mit Updates unterstützt. Ab März 2025 erhältst du dein letztes Update, das dieses Gerät unterstützt.%sNach Erhalt des letzten Updates erhältst du weiterhin Updates für deinen PC und kannst ohne ein VR/MR-Gerät spielen. Ab diesem Zeitpunkt kannst du deine Welten weiter ausbauen und deine Marketplace-Einkäufe (einschließlich Minecoins) bleiben auf einem nicht-VR/MR-Grafikgerät verfügbar, zum Beispiel auf einem Computermonitor. Du kannst dein VR/MR-Gerät nicht mehr mit Minecraft verwenden, da es in den neuesten Updates nicht mehr unterstützt wird.%sKlicke auf die Schaltfläche, um weitere Informationen zu erhalten. # -sunsetting.popup.sunset.windows_xr=Leider sind wir nicht in der Lage, VR/MR-Grafikgeräte weiterhin zu unterstützen. Dieses VR/MR-Gerät wird nicht mehr unterstützt. Du hast dein letztes Update erhalten, das dieses Grafikgerät unterstützt und erhältst du weiterhin Updates für deinen PC und kannst ohne einem VR/MR-Gerät spielen. Ab diesem Zeitpunkt kannst du deine Welten weiter ausbauen und deine Marketplace-Einkäufe (einschließlich Minecoins) bleiben auf einem nicht-VR/MR-Grafikgerät verfügbar, zum Beispiel auf einem Computermonitor. Du kannst dein VR/MR-Gerät nicht mehr mit Minecraft verwenden, da es in den neuesten Updates nicht mehr unterstützt wird.%sKlicke auf die Schaltfläche, um weitere Informationen zu erhalten. Wir wissen, dass dies eine Unannehmlichkeit ist, und schätzen die Zeit, die du mit unserem Spiel verbracht hast, und deine Unterstützung sehr. # -sunsetting.popup.pendingSunset.geo=Unsere Unterstützung für dieses Gerät läuft in deiner Region ab. Nachdem du das letzte Update erhältst, kannst du weiterhin in deinen Welten spielen und auf deine Einkäufe im Marketplace zugreifen, aber du kannst keine neuen Einkäufe mehr auf dem Marketplace tätigen. Realms, die von diesem Gerät verwaltet werden, funktionieren in den nächsten 6 Monaten weiterhin. Ab 30. September 2023 hast du keinen Zugriff mehr auf das Realm. Es wird empfohlen, dass du deine Welt vorher herunterlädst.%sWenn du dich mit einem Microsoft-Konto angemeldet hast, sind deine Marketplace-Käufe und Minecoins sowie dein Realms-Abonnement auf anderen Plattformen verfügbar. Wenn du deine Welten von diesem Gerät auf ein anderes Gerät übertragen möchtest, kannst du dies tun, indem du die Welt auf ein Realm hochlädst und eine Sicherheitskopie auf dein neues Gerät herunterlädst.%sDrücke auf den Knopf, um weitere Informationen zu erhalten, einschließlich der Möglichkeiten, deine Welt auf ein neues Gerät zu übertragen. # -sunsetting.popup.sunset.geo=Unsere Unterstützung für dieses Gerät ist in deiner Region abgelaufen. Du kannst weiterhin auf deinen Welten spielen und auf deine Einkäufe im Marketplace zugreifen, aber du kannst keine neuen Einkäufe mehr auf dem Marketplace tätigen. Realms, die von diesem Gerät verwaltet werden, funktionieren weiterhin bis zum 30. September 2023. Danach hast du keinen Zugriff mehr auf das Realm. Es wird empfohlen, dass du deine Welt vorher herunterlädst.%sWenn du dich mit einem Microsoft-Konto angemeldet hast, sind deine Marketplace-Käufe und Minecoins sowie dein Realms-Abonnement auf anderen Plattformen verfügbar. Wenn du deine Welten von diesem Gerät auf ein anderes Gerät übertragen möchtest, kannst du dies tun, indem du die Welt auf ein Realm hochlädst und eine Sicherheitskopie auf dein neues Gerät herunterlädst.%sDrücke auf den Knopf, um weitere Informationen zu erhalten, einschließlich der Möglichkeiten, deine Welt auf ein neues Gerät zu übertragen. # +sunsetting.popup.moreInfo.gearVR=Weitere Informationen kannst du dir unter https://aka.ms/MinecraftSunsetting in jedem Webbrowser ansehen. # +sunsetting.popup.moreInfo.gearVR.geo=Weitere Informationen kannst du dir unter https://aka.ms/MinecraftGeoSunsetting in jedem Webbrowser ansehen. # + +sunsetting.popup.pendingSunset.ios=Unsere Möglichkeit, dieses Gerät weiterhin zu unterstützen, neigt sich dem Ende entgegen. Bis Februar 2024 wirst du noch Updates erhalten und im Anschluss ein finales Update für dieses Gerät.%sNach dem finalen Update wirst du immer noch in der Lage sein, in deinen Welten zu spielen und deine Marketplace-Käufe einzusehen (einschließlich Minecoins), jedoch wirst du nicht länger auf diesem Gerät Einkäufe tätigen können. Realms auf diesem Gerät werden noch 6 Monate lang funktionieren, bis der Realm-Besitzer diese auf einem anderen Gerät aktualisiert. Um dein Realm-Abonnement zu kündigen, musst du dies im Einstellungsmenü für Abonnements auf dem Gerät tun, von dem aus das Realm erstellt wurde. Du wirst keine neuen Updates mehr erhalten und keinen Zugang zum Mehrspielermodus zusammen mit anderen Geräten und Realms haben, die weiterhin Updates erhalten. Außerdem wirst du dich mit bestimmten Servern nicht verbinden können.%sKlicke auf die Schaltfläche für mehr Informationen, etwa wie du deine Welt auf ein neues Gerät überträgst. # +sunsetting.popup.pendingSunset.android=Unsere Möglichkeit, dieses Gerät weiterhin zu unterstützen, neigt sich dem Ende entgegen. Bis Februar 2024 wirst du noch Updates erhalten und im Anschluss ein finales Update für dieses Gerät.%sNach dem finalen Update wirst du immer noch in der Lage sein, in deinen Welten zu spielen und deine Marketplace-Käufe einzusehen (einschließlich Minecoins), jedoch wirst du nicht länger auf diesem Gerät Einkäufe tätigen können. Realms auf diesem Gerät werden noch 6 Monate lang funktionieren, bis der Realm-Besitzer diese auf einem anderen Gerät aktualisiert. Um dein Realm-Abonnement zu kündigen, musst du dies in deinen Abonnements in Google Play tun. Du kannst mit jedem unterstützten Gerät auf Google Play zugreifen oder vom PC aus, wo du dich in dein Konto einloggen kannst. Du wirst keine neuen Updates mehr erhalten und keinen Zugang zum Mehrspielermodus zusammen mit anderen Geräten und Realms haben, die weiterhin Updates erhalten. Außerdem wirst du dich mit bestimmten Servern nicht verbinden können.%sKlicke auf die Schaltfläche für mehr Informationen, etwa wie du deine Welt auf ein neues Gerät überträgst. # +sunsetting.popup.pendingSunset.ios_android=Wir können dieses Gerät leider nicht mehr lange unterstützen. Du erhältst das letzte Update für dieses Gerät im November 2022. Wir bitten die Unannehmlichkeiten zu entschuldigen. %sNach dem letzten Update kannst du in deinen Welten weiterhin spielen und auf deine Marketplace-Käufe zugreifen (einschließlich Minecoins). Auf diesem Gerät verwaltete Realms funktionieren weitere 6 Monate, sofern sie ihr Besitzer nicht auf einem anderen Gerät aktualisiert. Du erhältst allerdings keine Updates mehr und kannst an keinen Mehrspieler-Spielen auf Geräten oder in Realms teilnehmen, die weiterhin Updates erhalten. Außerdem kannst du dich mit bestimmten Servern nicht verbinden. %sKlicke auf den Knopf, um weitere Informationen zur Übertragung deiner Welten auf ein neues Gerät zu erhalten. # +sunsetting.popup.sunset.ios_android=Dieses Gerät wird nicht länger unterstützt und du hast das finale Update erhalten. Du kannst weiterhin in deinen Welten spielen und deine Marketplace-Käufe (einschließlich Minecoins) sind weiterhin verfügbar. Realms auf diesem Gerät funktionieren so lange, bis der Realm-Besitzer diese auf einem anderen Gerät aktualisiert. Du wirst keine neuen Updates mehr erhalten und keinen Zugang zum Mehrspieler mit Geräten und Realms haben, die weiterhin Updates erhalten. Außerdem wirst du dich mit bestimmten Servern nicht verbinden können. %sKlicke auf die Schaltfläche für mehr Informationen, z. B. darüber, wie du deine Welten auf ein neues Gerät überträgst. Wir entschuldigen uns für die Unannehmlichkeiten und danken dir für deine Unterstützung. Hoffentlich sehen wir dich bald auf einem aktualisierten Gerät wieder. # +sunsetting.popup.pendingSunset.gearvr_win10=Unsere Möglichkeit dieses Gerät zu unterstützen, nähert sich dem Ende. Bis zu unserer nächsten großen Veröffentlichung wirst du noch Updates erhalten und im Anschluss ein finales Update für dieses Gerät. Wir entschuldigen uns für die Unannehmlichkeiten. %sNach dem finalen Update wirst du immer noch in der Lage sein, in deinen Welten zu spielen und deine Marketplace-Käufe einzusehen (einschließlich Minecoins). Allerdings wirst du von diesem Gerät aus keinen Zugang mehr zum Mehrspieler und Realms haben. Du wirst keine neuen Updates mehr erhalten und wirst nicht mehr mit Geräten und Realms spielen können, die weiterhin Updates erhalten. Außerdem wirst du dich mit bestimmten Servern nicht verbinden können. %sKlicke auf die Schaltfläche für mehr Informationen, z. B. wie du deine Welten auf ein neues Gerät überträgst. # +sunsetting.popup.sunset.gearvr_win10=Dieses Gerät wird nicht länger unterstützt. Du hast das finale Update für dieses Gerät erhalten. Du kannst weiterhin in deinen Welten spielen und deine Marketplace-Käufe (einschließlich Minecoins) sind weiterhin verfügbar. Allerdings wirst du von diesem Gerät aus keinen Zugang mehr zum Mehrspieler und Realms haben. Du wirst keine neuen Updates mehr erhalten und wirst nicht mehr mit Geräten spielen können, die weiterhin Updates erhalten. Außerdem wirst du dich mit bestimmten Servern nicht verbinden können. # +sunsetting.popup.pendingSunset.dx10=Dieses Grafikgerät wird bald nicht mehr unterstützt. Bis zu unserer nächsten großen Veröffentlichung wirst du noch Updates erhalten und im Anschluss ein finales Update für dieses Gerät. Wir entschuldigen uns für die Unannehmlichkeiten. %sNach dem finalen Update wirst du immer noch in der Lage sein, in deinen Welten zu spielen und deine Marketplace-Käufe einzusehen (einschließlich Minecoins). Realms auf diesem Gerät funktionieren so lange, bis der Realm-Besitzer diese auf einem anderen Gerät aktualisiert. Du wirst keine neuen Updates mehr erhalten und keinen Zugang zum Mehrspieler mit Geräten und Realms haben, die weiterhin Updates erhalten. Außerdem wirst du dich mit bestimmten Servern nicht verbinden können. %sKlicke auf die Schaltfläche für mehr Informationen, z. B. wie du deine Welten auf ein neues Gerät überträgst. # +sunsetting.popup.sunset.dx10=Dieses Grafikgerät wird nicht länger unterstützt. Du kannst weiterhin in deinen Welten spielen und deine Marketplace-Käufe (einschließlich Minecoins) sind weiterhin verfügbar. Realms auf diesem Gerät funktionieren so lange, bis der Realm-Besitzer diese auf einem anderen Gerät aktualisiert. Du wirst keine neuen Updates mehr erhalten und keinen Zugang zum Mehrspieler mit Geräten und Realms haben, die weiterhin Updates erhalten. Außerdem wirst du dich mit bestimmten Servern nicht verbinden können. %sKlicke auf die Schaltfläche für mehr Informationen, z. B. wie du deine Welten auf ein neues Gerät überträgst. Wir entschuldigen uns für die Unannehmlichkeiten und danken dir für deine Unterstützung und die Zeit, die du mit unserem Spiel verbracht hast. # + +sunsetting.popup.pendingSunset.geo.ios=Unsere Unterstützung für dieses Gerät ist in deiner Region abgelaufen. Nachdem du das letzte Update erhältst, kannst du weiterhin in deinen Welten spielen und auf deine Einkäufe im Marketplace zugreifen, aber du kannst keine neuen Einkäufe mehr auf dem Marketplace tätigen. Realms, die von diesem Gerät verwaltet werden, funktionieren in den nächsten 6 Monaten weiterhin. Ab 30. September 2023 hast du keinen Zugriff mehr auf das Realm. Es wird empfohlen, dass du deine Welt vorher herunterlädst und dein Abonnement in deinen Abonnementeinstellungen auf deinem Gerät kündigst. %sWenn du dich mit einem Microsoft-/Xbox Live-Konto angemeldet hast, sind deine Marketplace-Käufe und Minecoins sowie dein Realms-Abonnement auf anderen Plattformen verfügbar. Wenn du deine Welten von diesem Gerät auf ein anderes Gerät übertragen möchtest, kannst du dies tun, indem du die Welt auf ein Realm hochlädst und eine Sicherheitskopie auf dein neues Gerät herunterlädst. %sKlicke auf den Knopf, um weitere Informationen zu erhalten, einschließlich der Möglichkeiten, deine Welt auf ein neues Gerät zu verschieben. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.ios=Unsere Unterstützung für dieses Gerät ist in deiner Region abgelaufen. Du kannst weiterhin auf deinen Welten spielen und auf deine Einkäufe im Marketplace zugreifen, aber du kannst keine neuen Einkäufe mehr auf dem Marketplace tätigen. Realms, die von diesem Gerät verwaltet werden, funktionieren weiterhin bis zum 30. September 2023. Danach hast du keinen Zugriff mehr auf das Realm. Es wird empfohlen, dass du deine Welt vorher herunterlädst. %sWenn du dich mit einem Microsoft- oder Xbox Live-Konto angemeldet hast, sind deine Marketplace-Käufe und Minecoins sowie dein Realms-Abonnement auf anderen Plattformen verfügbar. Wenn du deine Welten von diesem Gerät auf ein anderes Gerät übertragen möchtest, kannst du dies tun, indem du die Welt auf ein Realm hochlädst und eine Sicherheitskopie auf dein neues Gerät herunterlädst. %sKlicke auf den Knopf, um weitere Informationen zu erhalten, einschließlich der Möglichkeiten, deine Welt auf ein neues Gerät zu übertragen. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.amazon=Unsere Unterstützung für dieses Gerät läuft in deiner Region ab. Nachdem du das letzte Update erhältst, kannst du weiterhin in deinen Welten spielen und auf deine Einkäufe im Marketplace zugreifen, aber du kannst keine neuen Einkäufe mehr auf dem Marketplace tätigen. Realms, die von diesem Gerät verwaltet werden, funktionieren in den nächsten 6 Monaten weiterhin. Ab 30. September 2023 hast du keinen Zugriff mehr auf das Realm. Es wird empfohlen, dass du deine Welt vorher herunterlädst. %sWenn du dich mit einem Microsoft-/Xbox Live-Konto angemeldet hast, sind deine Marketplace-Käufe und Minecoins sowie dein Realms-Abonnement auf anderen Plattformen verfügbar. Wenn du deine Welten von diesem Gerät auf ein anderes Gerät übertragen möchtest, kannst du dies tun, indem du die Welt auf ein Realm hochlädst und eine Sicherheitskopie auf dein neues Gerät herunterlädst. %sKlicke auf den Knopf, um weitere Informationen zu erhalten, einschließlich der Möglichkeiten, deine Welt auf ein neues Gerät zu übertragen. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.amazon=Unsere Unterstützung für dieses Gerät ist in deiner Region abgelaufen. Du kannst weiterhin auf deinen Welten spielen und auf deine Einkäufe im Marketplace zugreifen, aber du kannst keine neuen Einkäufe mehr auf dem Marketplace tätigen. Realms, die von diesem Gerät verwaltet werden, funktionieren weiterhin bis zum 30. September 2023. Danach hast du keinen Zugriff mehr auf das Realm. Es wird empfohlen, dass du deine Welt vorher herunterlädst. %sWenn du dich mit einem Microsoft- oder Xbox Live-Konto angemeldet hast, sind deine Marketplace-Käufe und Minecoins sowie dein Realms-Abonnement auf anderen Plattformen verfügbar. Wenn du deine Welten von diesem Gerät auf ein anderes Gerät übertragen möchtest, kannst du dies tun, indem du die Welt auf ein Realm hochlädst und eine Sicherheitskopie auf dein neues Gerät herunterlädst. %sKlicke auf den Knopf, um weitere Informationen zu erhalten, einschließlich der Möglichkeiten, deine Welt auf ein neues Gerät zu übertragen. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.android=Unsere Unterstützung für dieses Gerät läuft in deiner Region ab. Mit diesem letzten Update kannst du weiterhin in deinen Welten spielen und auf deine Einkäufe im Marketplace zugreifen, aber du kannst keine neuen Einkäufe mehr auf dem Marketplace tätigen. Realms, die von diesem Gerät verwaltet werden, funktionieren in den nächsten 6 Monaten weiterhin. Ab 30. September 2023 hast du über dieses Gerät keinen Zugriff mehr auf deine Realms. Es wird empfohlen, dass du deine Welt vorher herunterlädst und dein Abonnement in deiner Abonnementliste in Google Play kündigst. %sDu wirst nicht mehr die neuesten Updates erhalten und kannst nicht mehr im Mehrspielermodus spielen. Du wirst dich außerdem mit bestimmten Servern nicht verbinden können. %sWenn du dich mit einem Microsoft/Xbox Live-Konto angemeldet hast, sind deine Marketplace-Käufe und Minecoins sowie dein Realms-Abonnement auf deinen anderen Plattformen verfügbar, auf denen du Minecraft spielst. Du kannst ein neues Abonnement von diesen anderen Plattformen aus starten, auf denen du Minecraft spielst. %sWenn du deine Welten von diesem Gerät auf ein anderes übertragen möchtest, kannst du dies tun, indem du die Welt auf ein Realm hochlädst und eine Sicherheitskopie auf dein neues Gerät herunterlädst. %sKlicke auf den Knopf, um weitere Informationen zu erhalten, einschließlich der Möglichkeiten, deine Welt auf ein neues Gerät zu übertragen. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.android=Unsere Unterstützung für dieses Gerät ist in deiner Region abgelaufen. Du kannst weiterhin auf deinen Welten spielen und auf deine Einkäufe im Marketplace zugreifen, aber du kannst keine neuen Einkäufe mehr auf dem Marketplace tätigen. Realms, die von diesem Gerät verwaltet werden, funktionieren weiterhin bis zum 30. September 2023. Danach hast du keinen Zugriff mehr auf das Realm. Es wird empfohlen, dass du deine Welt vorher herunterlädst. %sWenn du dich mit einem Microsoft- oder Xbox Live-Konto angemeldet hast, sind deine Marketplace-Käufe und Minecoins sowie dein Realms-Abonnement auf anderen Plattformen verfügbar. Wenn du deine Welten von diesem Gerät auf ein anderes Gerät übertragen möchtest, kannst du dies tun, indem du die Welt auf ein Realm hochlädst und eine Sicherheitskopie auf dein neues Gerät herunterlädst. %sKlicke auf den Knopf, um weitere Informationen zu erhalten, einschließlich der Möglichkeiten, deine Welt auf ein neues Gerät zu übertragen. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.generic=Unsere Unterstützung für dieses Gerät läuft in deiner Region ab. Nachdem du das letzte Update erhältst, kannst du weiterhin in deinen Welten spielen und auf deine Einkäufe im Marketplace zugreifen, aber du kannst keine neuen Einkäufe mehr auf dem Marketplace tätigen. Realms, die von diesem Gerät verwaltet werden, funktionieren in den nächsten 6 Monaten weiterhin. Ab 30. September 2023 hast du keinen Zugriff mehr auf das Realm. Es wird empfohlen, dass du deine Welt vorher herunterlädst. %sWenn du dich mit einem Microsoft-/Xbox Live-Konto angemeldet hast, sind deine Marketplace-Käufe und Minecoins sowie dein Realms-Abonnement auf anderen Plattformen verfügbar. Wenn du deine Welten von diesem Gerät auf ein anderes Gerät übertragen möchtest, kannst du dies tun, indem du die Welt auf ein Realm hochlädst und eine Sicherheitskopie auf dein neues Gerät herunterlädst. %sKlicke auf den Knopf, um weitere Informationen zu erhalten, einschließlich der Möglichkeiten, deine Welt auf ein neues Gerät zu übertragen. # +sunsetting.popup.sunset.geo.generic=Unsere Unterstützung für dieses Gerät ist in deiner Region abgelaufen. Du kannst weiterhin auf deinen Welten spielen und auf deine Einkäufe im Marketplace zugreifen, aber du kannst keine neuen Einkäufe mehr auf dem Marketplace tätigen. Realms, die von diesem Gerät verwaltet werden, funktionieren weiterhin bis zum 30. September 2023. Danach hast du keinen Zugriff mehr auf das Realm. Es wird empfohlen, dass du deine Welt vorher herunterlädst. %sWenn du dich mit einem Microsoft- oder Xbox Live-Konto angemeldet hast, sind deine Marketplace-Käufe und Minecoins sowie dein Realms-Abonnement auf anderen Plattformen verfügbar. Wenn du deine Welten von diesem Gerät auf ein anderes Gerät übertragen möchtest, kannst du dies tun, indem du die Welt auf ein Realm hochlädst und eine Sicherheitskopie auf dein neues Gerät herunterlädst. %sKlicke auf den Knopf, um weitere Informationen zu erhalten, einschließlich der Möglichkeiten, deine Welt auf ein neues Gerät zu übertragen. # sunsetting.banner.play.worldTab.pending=Deine Version wird sich bald nicht mehr mit dem Mehrspieler-Modus verbinden # sunsetting.banner.play.friendsTab.pending=Deine Version wird sich bald nicht mehr mit dem Mehrspieler-Modus verbinden # @@ -10886,7 +10897,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Neuen Skin wählen # dr.classic_skins.custom_skin_title=Skin importieren # dr.classic_skins.custom_skin_description=Importiere eine PNG-Datei (64x32, 64x64 oder 128x128) von deinem Gerät, die du als Skin verwenden kannst. Dieser Vorgang wird nicht zwischen Geräten oder Spielen synchronisiert. # -dr.classic_skins.custom_skin_description_disabled=Dein Gerät kann in einem Mehrspieler-Spiel keinen angepassten Skin auswählen. Bitte kehre zum Hauptmenü zurück, um einen auszurüsten. # +dr.classic_skins.custom_skin_description_disabled= Dein Gerät kann in einem Mehrspieler-Spiel keinen angepassten Skin auswählen. Bitte kehre zum Hauptmenü zurück, um einen auszurüsten. # dr.classic_skins.custom_skin_description_popup=Du kannst Spieler mit personalisierten Skins nur sehen, wenn die Option "Nur vertrauenswürdige Skins erlauben" deaktiviert ist. # dr.classic_skins.custom_skin_section_title=Skins im Besitz # dr.classic_skins.invalidCustomSkin=Bitte importiere eine .png-Datei mit den Abmessungen 64x64, 64x32 oder 128x128 # diff --git a/resource_pack/texts/el_GR.lang b/resource_pack/texts/el_GR.lang index 3cc28ed7d..5f027fcb2 100644 --- a/resource_pack/texts/el_GR.lang +++ b/resource_pack/texts/el_GR.lang @@ -1908,8 +1908,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=Εξισορρόπηση createWorldScreen.experimentalVillagerTradesRebalanceDescription=Περιέχει ενημερωμένες ανταλλαγές για τους Χωρικούς με σκοπό την εξισορρόπηση # createWorldScreen.experimentalArmadillo=Πανοπλία Αρμαντίλου και Λύκου # createWorldScreen.experimentalArmadilloDescription=Γνώρισε το Αρμαντίλο και εξόπλισε τον Λύκο σου με τη νέα Πανοπλία Λύκου! # -createWorldScreen.experimentalBundles=Συλλογές # -createWorldScreen.experimentalBundlesDescription=Σε αφήνει να κατασκευάζεις και να χρησιμοποιείς το αντικείμενο Συλλογής # createWorldScreen.worldPreferences=Προτιμήσεις κόσμου # createWorldScreen.startWithMap=Χάρτης έναρξης # createWorldScreen.defaultName=Ο κόσμος μου # @@ -3878,7 +3876,7 @@ howtoplay.minecoins.text.1=Εξερεύνησε έναν κόσμο γεμάτο howtoplay.minecoins.text.2=Αφού τα εξαργυρώσεις, τα Minecoin σου συνδέονται με τον λογαριασμό σου Microsoft, οπότε μπορείς να έχεις πρόσβαση στα νομίσματα και τις αγορές σου και σε άλλες υποστηριζόμενες συσκευές! # howtoplay.minecoins.button.text.1=Απόκτησε νομίσματα # howtoplay.minecoins.header.1=Αποποίηση ευθυνών # -howtoplay.minecoins.text.3=*Τα Minecoin απαιτούν μια έκδοση του Minecraft: Bedrock Edition με το Minecraft Marketplace. Τα Minecoin δεν είναι συμβατά με το Sony PlayStation®. Για πληροφορίες συμβατότητας, επισκέψου το minecraft.net/minecoins #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Τα Minecoin απαιτούν μια έκδοση του Minecraft: Bedrock Edition με το Minecraft Marketplace. Τα Minecoin δεν είναι συμβατά με το PlayStation®. Για πληροφορίες συμβατότητας, επισκέψου το minecraft.net/minecoins  #### CertRequirement: [PlayStation®] howtoplay.mining=Εξόρυξη # @@ -6295,13 +6293,13 @@ options.dev_addCoins=Προσθήκη %s νομισμάτων # options.dev_addCoinTitle=Προσθήκη Νομισμάτων # options.dev_reset_entitlements=Επαναφορά Όλων των Δικαιωμάτων # options.dev_reset_entitlements_loading=Με την Επαναφορά Δικαιωμάτων, αυτός ο διάλογος θα κλείσει μόλις τελειώσει η διεργασία. Μπορείς να κλείσεις αυτό το παράθυρο, αλλά αν κλείσεις το παιχνίδι πριν από την ολοκλήρωση αυτής της εντολής, αυτό μπορεί να οδηγήσει σε απροσδόκητη συμπεριφορά. # -options.dev_reset_entitlements_error_unfinished=Προειδοποίηση, δεν διαγράφηκαν σωστά όλα τα δικαιώματα. Δοκίμασε να εκτελέσεις ξανά την εντολή, ενδεχομένως μετά την επανεκκίνηση του εξυπηρετητή. # +options.dev_reset_entitlements_error_unfinished=Προειδοποίηση, δεν διαγράφηκαν σωστά όλα τα δικαιώματα. Δοκίμασε να εκτελέσεις ξανά την εντολή, ενδεχομένως μετά την επανεκκίνηση του πελάτη. # options.dev_reset_entitlements_warning=Προειδοποίηση! Αυτή η ενέργεια θα διαγράψει όλα τα δικαιώματά σου, συμπεριλαμβανομένων των δικαιωμάτων κληρονομιάς, τα οποία μπορεί να μη γίνεται να επανακτήσεις! Αυτή η ενέργεια μπορεί να διαρκέσει αρκετή ώρα, εάν έχεις μεγάλο αριθμό δικαιωμάτων. Σίγουρα θέλεις να συνεχίσεις; # options.dev_reset_entitlements_success=Τα δικαιώματα διαγράφηκαν με επιτυχία. # options.dev_currencyFailureWarning=Η κλήση δικτύου απέτυχε. Σφάλμα: %s # options.dev_currencyFailureWarningGeneric=Η κλήση δικτύου απέτυχε. Βεβαιώσου ότι έχεις συνδεθεί σε έναν λογαριασμό που περιλαμβάνεται στη λίστα επιτρεπόμενων. # options.dev_reset_wallet=Επαναφορά Πορτοφολιού # -options.dev_allowlist_failure=Σφάλμα! Η διεργασία απέτυχε, έλεγξε ξανά για να βεβαιωθείς ότι αυτός ο λογαριασμός είναι στη Λίστα Επιτρεπόμενων. # +options.dev_allowlist_failure=Σφάλμα! Η επιχείρηση απέτυχε, έλεγξε διπλά για να βεβαιωθείς ότι αυτός ο λογαριασμός είναι στη Λίστα Επιτρεπόμενων. # options.discoveryEnvironment=Περιβάλλον ανακάλυψης (απαιτεί επανεκκίνηση) # options.discoveryEnvironment.production=Παραγωγή # options.discoveryEnvironment.staging=Προεργασία # @@ -6411,7 +6409,6 @@ options.dev_sunsetting_tier.two=Επίπεδο 2 - KitKat # options.dev_sunsetting_tier.three=Επίπεδο 3 - FireTV # options.dev_sunsetting_tier.four=Επίπεδο 4 - 1024MB # options.dev_sunsetting_tier.five=Επίπεδο 5 - iOS 12 και Nougat # -options.dev_sunsetting_tier.six=Επίπεδο 6 – iOS-13, Android 8, συσκευές VR # options.dev_sunsetting_tier.not_pending=Δεν εκκρεμεί # options.dev_gatherings_section=Συγκεντρώσεις # options.dev_gatherings_enable=Ενεργοποίηση συγκεντρώσεων # @@ -6966,12 +6963,26 @@ sunsetting.popup.title=Αυτή η συσκευή δεν υποστηρίζετ sunsetting.popup.moreInfo=Περισσότερες πληροφορίες # sunsetting.popup.dontshow=Να μην εμφανιστεί ξανά αυτό # -sunsetting.popup.pendingSunset.device=Η δυνατότητά μας να υποστηρίζουμε αυτήν τη συσκευή πλησιάζει στο τέλος της. Θα συνεχίσεις να λαμβάνεις ενημερώσεις μέχρι τον Μάρτιο του 2025, όταν θα λάβεις την τελευταία ενημέρωση που θα λειτουργεί με αυτήν τη συσκευή.%sΑφού λάβεις την τελευταία ενημέρωση, θα μπορείς ακόμα να παίζεις στους κόσμους σου και να αποκτάς πρόσβαση στις αγορές από το Marketplace (συμπεριλαμβανομένων των Minecoin), ωστόσο δεν θα μπορείς πια να κάνεις νέες αγορές από αυτήν τη συσκευή. Τα Realm των οποίων η διαχείριση γίνεται από αυτήν τη συσκευή θα συνεχίσουν να λειτουργούν για 6 μήνες από τον Μάρτιο του 2025, εκτός αν ενημερωθούν από τον κάτοχο του Realm σε μια διαφορετική συσκευή. Για να ακυρώσεις τη συνδρομή σου σε ένα Realm, θα πρέπει να μεταβείς στο μενού Ρυθμίσεις για τις Συνδρομές στην εκάστοτε συσκευή στην οποία δημιουργήθηκε το Realm. Δεν θα λαμβάνεις πλέον τις πιο πρόσφατες ενημερώσεις και δεν θα μπορείς να παίζεις παιχνίδια για πολλούς παίκτες με συσκευές ή Realm που εξακολουθούν να λαμβάνουν ενημερώσεις. Δεν θα μπορείς, επίσης, να συνδέεσαι σε κάποιους διακομιστές. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες. # -sunsetting.popup.sunset.device=Η δυνατότητά μας να υποστηρίζουμε με αυτήν τη συσκευή έφτασε στο τέλος της. Θα σταματήσεις να λαμβάνεις ενημερώσεις απ΄΄ο τον Μάρτιο του 2025, μέχρι να ενημερώσεις τη συσκευή σου. Αυτή είναι η τελευταία συμβατή ενημέρωση με αυτήν τη συσκευή.%sΘα μπορείς να συνεχίσεις να παίζεις στους κόσμους σου και να έχεις πρόσβαση στις αγορές στο Marketplace (συμπεριλαμβανομένων των Minecoin). Τα Realm των οποίων η διαχείριση γίνεται από αυτήν τη συσκευή θα συνεχίσουν να λειτουργούν για 6 μήνες από τον Μάρτιο του 2025, εκτός αν ενημερωθούν από τον κάτοχο του Realm σε μια διαφορετική συσκευή. Για να ακυρώσεις τη συνδρομή σου σε ένα realm, θα πρέπει να μεταβείς στο μενού Ρυθμίσεις για τις Συνδρομές στην εκάστοτε συσκευή με την οποία δημιουργήθηκε το Realm. Δεν θα λαμβάνεις πλέον τις πιο πρόσφατες ενημερώσεις και δεν θα μπορείς να παίζεις παιχνίδια για πολλούς παίκτες με συσκευές ή Realm που εξακολουθούν να λαμβάνουν ενημερώσεις. Δεν θα μπορείς, επίσης, να συνδέεσαι σε κάποιους διακομιστές. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες. # -sunsetting.popup.pendingSunset.windows_xr=Η δυνατότητά μας να υποστηρίζουμε αυτήν τη συσκευή γραφικών VR/MR έφτασε στο τέλος της. Αυτή η συσκευή δεν θα υποστηρίζεται πλέον στις ενημερώσεις μετά τον Μάρτιο του 2025, όταν θα λάβεις την τελική ενημέρωση που υποστηρίζει αυτήν τη συσκευή.%s Αφού λάβεις την τελική ενημέρωση, θα εξακολουθείς να λαμβάνεις ενημερώσεις στο PC σου και θα μπορείς να παίζεις χωρίς συσκευή γραφικών VR/MR. Στο εξής μπορείς να συνεχίσεις να χτίζεις στους κόσμους σου και οι αγορές σου στο Marketplace (συμπεριλαμβανομένων των Μαρκών) θα εξακολουθούν να είναι διαθέσιμες σε μη-VR/MR συσκευές γραφικών όπως μια οθόνη υπολογιστή. Δεν θα μπορείς πλέον να χρησιμοποιήσεις τη συσκευή γραφικών VR/MR σου στο Minecraft, καθώς δεν θα υποστηρίζεται πλέον στις τελευταίες ενημερώσεις.%sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες. # -sunsetting.popup.sunset.windows_xr=Η δυνατότητά μας να υποστηρίζουμε αυτήν τη συσκευή γραφικών VR/MR έφτασε στο τέλος της. Αυτή η συσκευή VR/MR δεν υποστηρίζεται πλέον. Έχεις λάβει την τελική ενημέρωση που υποστηρίζει αυτήν τη συσκευή γραφικών και θα εξακολουθείς να λαμβάνεις ενημερώσεις στο PC σου και θα μπορείς να παίζεις χωρίς συσκευή γραφικών VR/MR. Στο εξής μπορείς να συνεχίσεις να χτίζεις στους κόσμους σου και οι αγορές σου στο Marketplace (συμπεριλαμβανομένων των Minecoin) θα εξακολουθούν να είναι διαθέσιμες σε μη-VR/MR συσκευές γραφικών όπως μια οθόνη υπολογιστή. Δεν θα μπορείς πλέον να χρησιμοποιήσεις τη συσκευή γραφικών VR/MR σου στο Minecraft, καθώς δεν θα υποστηρίζεται πλέον στις τελευταίες ενημερώσεις.%sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες. Συγγνώμη για την αναστάτωση, εκτιμούμε βαθύτατα το χρόνο που έχεις αφιερώσει στο παιχνίδι μας και την υποστήριξή σου. # -sunsetting.popup.pendingSunset.geo=Η δυνατότητά μας να υποστηρίζουμε αυτή τη συσκευή πλησιάζει στο τέλος της στην περιοχή σου. Αφού λάβεις την τελική ενημέρωση, θα εξακολουθείς να μπορείς να παίζεις στους κόσμους σου και να έχεις πρόσβαση στις αγορές σου στο Marketplace, αλλά δεν θα μπορείς πλέον να κάνεις αγορές στο Marketplace. Τα Realms που υπόκεινται σε διαχείριση από αυτή τη συσκευή θα συνεχίσουν να λειτουργούν για 6 μήνες. Στις 30 Σεπτεμβρίου 2023, δεν θα έχεις πλέον πρόσβαση στο Realm. Συνιστάται να κάνεις λήψη του κόσμου σου πριν από αυτό.%sΑν έχεις συνδεθεί με έναν λογαριασμό Microsoft, οι αγορές και τα Minecoin σου στο Marketplace και η συνδρομή Realms θα είναι διαθέσιμα σε άλλες πλατφόρμες. Αν θέλεις να μετακινήσεις τους κόσμους σου από αυτή τη συσκευή σε μια άλλη συσκευή, μπορείς να το κάνεις ανεβάζοντας τον κόσμο σε ένα Realm και κατεβάζοντας ένα αντίγραφο ασφαλείας στη νέα συσκευή σου.%sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, συμπεριλαμβανομένων των τρόπων μετακίνησης του κόσμου σου σε μια νέα συσκευή. # -sunsetting.popup.sunset.geo=Η δυνατότητά μας να υποστηρίζουμε αυτή τη συσκευή έφτασε στο τέλος της στην περιοχή σου. Θα εξακολουθείς να μπορείς να παίζεις στους κόσμους σου και να έχεις πρόσβαση στις αγορές σου στο Marketplace, αλλά δεν θα μπορείς πλέον να κάνεις αγορές στο Marketplace. Τα Realms που υπόκεινται σε διαχείριση από αυτή τη συσκευή θα συνεχίσουν να λειτουργούν έως τις 30 Σεπτεμβρίου 2023. Μετά, δεν θα έχεις πλέον πρόσβαση στο Realm. Συνιστάται να κάνεις λήψη του κόσμου σου πριν από αυτό.%sΑν έχεις συνδεθεί με έναν λογαριασμό Microsoft, οι αγορές και τα Minecoin σου στο Marketplace και η συνδρομή Realms θα είναι διαθέσιμα σε άλλες πλατφόρμες. Αν θέλεις να μεταφέρεις τους κόσμους σου από αυτή τη συσκευή σε μια άλλη συσκευή, μπορείς να το κάνεις ανεβάζοντας τον κόσμο σε ένα Realm και κατεβάζοντας ένα αντίγραφο ασφαλείας στη νέα συσκευή σου.%sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, συμπεριλαμβανομένων των τρόπων μετακίνησης του κόσμου σου σε μια νέα συσκευή. # +sunsetting.popup.moreInfo.gearVR=Για περισσότερες πληροφορίες, επισκέψου τη διεύθυνση https://aka.ms/MinecraftSunsetting σε οποιοδήποτε πρόγραμμα περιήγησης στο web. # +sunsetting.popup.moreInfo.gearVR.geo=Για περισσότερες πληροφορίες, επισκέψου τη διεύθυνση https://aka.ms/MinecraftGeoSunsetting σε οποιοδήποτε πρόγραμμα περιήγησης στο web. # + +sunsetting.popup.pendingSunset.ios=Η δυνατότητα υποστήριξης αυτής της συσκευής σύντομα δεν θα ισχύει. Θα συνεχίσεις να λαμβάνεις ενημερώσεις μέχρι τον Φεβρουάριο του 2024, όταν θα λάβεις την τελευταία ενημέρωση για αυτή τη συσκευή.%sΑφού λάβεις την τελευταία ενημέρωση, θα μπορείς ακόμα να παίζεις στους κόσμους σου και να αποκτάς πρόσβαση στις αγορές από το Marketplace (συμπεριλαμβανομένων των Minecoin), ωστόσο δεν θα μπορείς πια να κάνεις νέες αγορές από αυτή τη συσκευή. Τα Realms των οποίων η διαχείριση γίνεται από αυτή τη συσκευή θα συνεχίσουν να λειτουργούν, εκτός αν ενημερωθούν από τον κάτοχο του Realm σε μια διαφορετική συσκευή. Για να ακυρώσεις τη συνδρομή σου σε ένα Realm, θα πρέπει να μεταβείς στο μενού «Ρυθμίσεις» για τις συνδρομές που δημιουργήθηκαν στην εκάστοτε συσκευή. Δεν θα λαμβάνεις πλέον τις πιο πρόσφατες ενημερώσεις και δεν θα μπορείς να παίζεις παιχνίδια για πολλούς παίκτες με συσκευές ή Realms που εξακολουθούν να λαμβάνουν ενημερώσεις. Δεν θα μπορείς επίσης να συνδέεσαι σε κάποιους διακομιστές. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, όπως για το πώς μπορείς να μεταφέρεις τον κόσμο σου σε μια νέα συσκευή. # +sunsetting.popup.pendingSunset.android=Η δυνατότητα υποστήριξης αυτής της συσκευής σύντομα δεν θα ισχύει. Θα συνεχίσεις να λαμβάνεις ενημερώσεις μέχρι τον Φεβρουάριο του 2024, όταν θα λάβεις την τελευταία ενημέρωση για αυτή τη συσκευή.%sΑφού λάβεις την τελευταία ενημέρωση, θα μπορείς ακόμα να παίζεις στους κόσμους σου και να αποκτάς πρόσβαση στις αγορές από το Marketplace (συμπεριλαμβανομένων των Minecoin), ωστόσο δεν θα μπορείς πια να κάνεις νέες αγορές από αυτή τη συσκευή. Τα Realms των οποίων η διαχείριση γίνεται από αυτή τη συσκευή θα συνεχίσουν να λειτουργούν, εκτός αν ενημερωθούν από τον κάτοχο του Realm σε μια διαφορετική συσκευή. Για να ακυρώσεις τη συνδρομή σου σε ένα Realm, θα πρέπει να μεταβείς στις συνδρομές σου στο Google Play. Μπορείς να αποκτήσεις πρόσβαση στο Google Play από οποιαδήποτε υποστηριζόμενη συσκευή ή από PC, εφόσον μπορείς να συνδεθείς στον λογαριασμό σου. Δεν θα λαμβάνεις πλέον τις πιο πρόσφατες ενημερώσεις και δεν θα μπορείς να παίζεις παιχνίδια για πολλούς παίκτες με συσκευές ή Realms που εξακολουθούν να λαμβάνουν ενημερώσεις. Δεν θα μπορείς επίσης να συνδέεσαι σε κάποιους διακομιστές.%sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, όπως για το πώς μπορείς να μεταφέρεις τον κόσμο σου σε μια νέα συσκευή. # +sunsetting.popup.pendingSunset.ios_android=Η ικανότητά μας να υποστηρίζουμε αυτή τη συσκευή πλησιάζει στο τέλος της. Θα συνεχίσεις να λαμβάνεις ενημερώσεις μέχρι τον Νοέμβριο του 2022, όταν θα λάβεις και την τελευταία ενημέρωση για αυτή τη συσκευή. Λυπούμαστε για την ταλαιπωρία. %sΑφού λάβεις την τελευταία ενημέρωση, θα μπορείς ακόμα να παίζεις στους κόσμους σου και να έχεις πρόσβαση στις αγορές από το Marketplace (συμπεριλαμβανομένων των Minecoin). Τα Realms των οποίων η διαχείριση γίνεται από αυτή τη συσκευή θα συνεχίσουν να λειτουργούν εκτός αν ενημερωθούν από τον κάτοχο του Realm σε μια διαφορετική συσκευή. Δεν θα λαμβάνεις πλέον τις πιο πρόσφατες ενημερώσεις και δεν θα μπορείς να παίζεις παιχνίδια για πολλούς παίκτες με συσκευές ή Realms που εξακολουθούν να λαμβάνουν ενημερώσεις. Δεν θα μπορείς επίσης να συνδέεσαι σε κάποιους διακομιστές. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, συμπεριλαμβανομένων τρόπων μετακίνησης των κόσμων σου σε μια νέα συσκευή. # +sunsetting.popup.sunset.ios_android=Αυτή η συσκευή δεν υποστηρίζεται πλέον. Έλαβες την τελευταία ενημέρωση για αυτή τη συσκευή. Στο εξής, μπορείς να συνεχίσεις τις κατασκευές στους κόσμους σου και οι αγορές σου από το Marketplace (συμπεριλαμβανομένων των Minecoin) θα συνεχίσουν να είναι διαθέσιμες. Τα Realms θα συνεχίσουν να λειτουργούν εκτός αν ενημερωθούν από τον κάτοχο του Realm σε μια διαφορετική συσκευή. Δεν θα λαμβάνεις πλέον τις πιο πρόσφατες ενημερώσεις και δεν θα μπορείς να παίζεις παιχνίδια για πολλούς παίκτες με συσκευές ή Realms που εξακολουθούν να λαμβάνουν ενημερώσεις. Δεν θα μπορείς επίσης να συνδέεσαι σε κάποιους διακομιστές. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, συμπεριλαμβανομένων τρόπων μετακίνησης των κόσμων σου σε μια νέα συσκευή. Λυπούμαστε για την ταλαιπωρία και εκτιμούμε τον χρόνο που έχεις αφιερώσει στο παιχνίδι μας. Ελπίζουμε πως θα σε δούμε ξανά σε ενημερωμένη συσκευή. # +sunsetting.popup.pendingSunset.gearvr_win10=Η ικανότητά μας να υποστηρίζουμε αυτή τη συσκευή πλησιάζει στο τέλος της. Θα συνεχίσεις να λαμβάνεις ενημερώσεις μέχρι την επόμενη μεγάλη κυκλοφορία, οπότε και θα λάβεις την τελευταία ενημέρωση για αυτή τη συσκευή. Λυπούμαστε για την ταλαιπωρία. %sΑφού λάβεις την τελευταία ενημέρωση, θα μπορείς ακόμα να παίζεις στους κόσμους σου και να έχεις πρόσβαση στις αγορές από το Marketplace (συμπεριλαμβανομένων των Minecoin). Ωστόσο, δεν θα έχεις πλέον πρόσβαση σε παιχνίδια για πολλούς παίκτες και σε Realms από αυτή τη συσκευή. Δεν θα λαμβάνεις πλέον τις πιο πρόσφατες ενημερώσεις και δεν θα μπορείς να παίζεις με συσκευές ή Realms που εξακολουθούν να λαμβάνουν ενημερώσεις. Δεν θα μπορείς επίσης να συνδέεσαι σε κάποιους διακομιστές. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, συμπεριλαμβανομένων τρόπων μεταφοράς των κόσμων σου σε μια νέα συσκευή. # +sunsetting.popup.sunset.gearvr_win10=Αυτή η συσκευή δεν υποστηρίζεται πλέον. Έλαβες την τελευταία ενημέρωση για αυτή τη συσκευή. Στο εξής μπορείς να συνεχίσεις να χτίζεις στους κόσμους σου και οι αγορές σου στο Marketplace (συμπεριλαμβανομένων των Minecoin) θα εξακολουθούν να είναι διαθέσιμες. Ωστόσο, δεν θα έχεις πλέον πρόσβαση σε παιχνίδι για πολλούς παίκτες ή στο Realms από αυτή τη συσκευή. Δεν θα λαμβάνεις πλέον τις πιο πρόσφατες ενημερώσεις και δεν θα μπορείς να παίζεις με συσκευές που εξακολουθούν να λαμβάνουν ενημερώσεις. Δεν θα μπορείς επίσης να συνδέεσαι σε κάποιους διακομιστές. # +sunsetting.popup.pendingSunset.dx10=Η ικανότητά μας να υποστηρίζουμε αυτή τη συσκευή γραφικών πλησιάζει στο τέλος της. Θα συνεχίσεις να λαμβάνεις ενημερώσεις μέχρι την επόμενη μεγάλη κυκλοφορία, οπότε και θα λάβεις την τελευταία ενημέρωση για αυτή τη συσκευή. Λυπούμαστε για την ταλαιπωρία. %sΑφού λάβεις την τελευταία ενημέρωση, θα μπορείς ακόμα να παίζεις στους κόσμους σου και να έχεις πρόσβαση στις αγορές από το Marketplace (συμπεριλαμβανομένων των Minecoin). Τα Realms των οποίων η διαχείριση γίνεται από αυτή τη συσκευή θα συνεχίσουν να λειτουργούν εκτός αν ενημερωθούν από τον κάτοχο του Realm σε μια διαφορετική συσκευή. Δεν θα λαμβάνεις πλέον τις πιο πρόσφατες ενημερώσεις και δεν θα μπορείς να παίζεις παιχνίδια για πολλούς παίκτες με συσκευές ή Realms που εξακολουθούν να λαμβάνουν ενημερώσεις. Δεν θα μπορείς επίσης να συνδέεσαι σε κάποιους διακομιστές. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, συμπεριλαμβανομένων τρόπων μεταφοράς των κόσμων σου σε μια νέα συσκευή. # +sunsetting.popup.sunset.dx10=Αυτή η συσκευή γραφικών δεν υποστηρίζεται πλέον. Έλαβες την τελευταία ενημέρωση για αυτή τη συσκευή. Στο εξής, μπορείς να συνεχίσεις τις κατασκευές στους κόσμους σου και οι αγορές σου από το Marketplace (συμπεριλαμβανομένων των Minecoin) θα συνεχίσουν να είναι διαθέσιμες. Τα Realms θα συνεχίσουν να λειτουργούν εκτός αν ενημερωθούν από τον κάτοχο του Realm σε μια διαφορετική συσκευή. Δεν θα λαμβάνεις πλέον τις πιο πρόσφατες ενημερώσεις και δεν θα μπορείς να παίζεις παιχνίδια για πολλούς παίκτες με συσκευές ή Realms που εξακολουθούν να λαμβάνουν ενημερώσεις. Δεν θα μπορείς επίσης να συνδέεσαι σε κάποιους διακομιστές. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, συμπεριλαμβανομένων τρόπων μετακίνησης των κόσμων σου σε μια νέα συσκευή. Λυπούμαστε για την ταλαιπωρία και εκτιμούμε τον χρόνο που έχεις αφιερώσει στο παιχνίδι μας, καθώς και την υποστήριξή σου. # + +sunsetting.popup.pendingSunset.geo.ios=Η δυνατότητά μας να υποστηρίζουμε αυτή τη συσκευή πλησιάζει στο τέλος της στην περιοχή σου. Αφού λάβεις την τελική ενημέρωση, θα εξακολουθείς να μπορείς να παίζεις στους κόσμους σου και να έχεις πρόσβαση στις αγορές σου στο Marketplace, αλλά δεν θα μπορείς πλέον να κάνεις αγορές στο Marketplace. Τα Realms που υπόκεινται διαχείριση από αυτή τη συσκευή θα συνεχίσουν να λειτουργούν για 6 μήνες. Στις 30 Σεπτεμβρίου 2023, δεν θα έχεις πλέον πρόσβαση στο Realm. Συνιστάται να κάνεις λήψη του κόσμου σου πριν από αυτό και να ακυρώσεις τη συνδρομή σου προβάλλοντας τις ρυθμίσεις Συνδρομών στη συσκευή σου. %sΑν έχεις μπει με λογαριασμό Microsoft/Xbox Live, οι αγορές και τα Minecoins σου στο Marketplace και η συνδρομή Realms θα είναι διαθέσιμα σε άλλες πλατφόρμες. Αν θέλεις να μετακινήσεις τους κόσμους σου από αυτή τη συσκευή σε μια άλλη συσκευή, μπορείς να το κάνεις ανεβάζοντας τον κόσμο σε ένα Realm και κατεβάζοντας ένα αντίγραφο ασφαλείας στη νέα συσκευή σου. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, συμπεριλαμβανομένων των τρόπων μετακίνησης του κόσμου σου σε μια νέα συσκευή. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.ios=Η δυνατότητά μας να υποστηρίζουμε αυτή τη συσκευή έφτασε στο τέλος της στην περιοχή σου. Θα εξακολουθείς να μπορείς να παίζεις στους κόσμους σου και να έχεις πρόσβαση στις αγορές σου στο Marketplace, αλλά δεν θα μπορείς πλέον να κάνεις αγορές στο Marketplace. Τα Realms που υπόκεινται διαχείριση από αυτή τη συσκευή θα συνεχίσουν να λειτουργούν έως τις 30 Σεπτεμβρίου 2023. Μετά, δεν θα έχεις πλέον πρόσβαση στο Realm. Συνιστάται να κάνεις λήψη του κόσμου σου πριν από αυτό. %sΑν έχεις μπει με λογαριασμό Microsoft/Xbox Live, οι αγορές και τα Minecoins σου στο Marketplace και η συνδρομή Realms θα είναι διαθέσιμα σε άλλες πλατφόρμες. Αν θέλεις να μετακινήσεις τους κόσμους σου από αυτή τη συσκευή σε μια άλλη συσκευή, μπορείς να το κάνεις ανεβάζοντας τον κόσμο σε ένα Realm και κατεβάζοντας ένα αντίγραφο ασφαλείας στη νέα συσκευή σου. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, συμπεριλαμβανομένων των τρόπων μετακίνησης του κόσμου σου σε μια νέα συσκευή. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.amazon=Η δυνατότητά μας να υποστηρίζουμε αυτή τη συσκευή πλησιάζει στο τέλος της στην περιοχή σου. Αφού λάβεις την τελική ενημέρωση, θα εξακολουθείς να μπορείς να παίζεις στους κόσμους σου και να έχεις πρόσβαση στις αγορές σου στο Marketplace, αλλά δεν θα μπορείς πλέον να κάνεις αγορές στο Marketplace. Τα Realms που υπόκεινται διαχείριση από αυτή τη συσκευή θα συνεχίσουν να λειτουργούν για 6 μήνες. Στις 30 Σεπτεμβρίου 2023, δεν θα έχεις πλέον πρόσβαση στο Realm. Συνιστάται να κάνεις λήψη του κόσμου σου πριν από αυτό. %sΑν έχεις μπει με λογαριασμό Microsoft/Xbox Live, οι αγορές και τα Minecoins σου στο Marketplace και η συνδρομή Realms θα είναι διαθέσιμα σε άλλες πλατφόρμες. Αν θέλεις να μετακινήσεις τους κόσμους σου από αυτή τη συσκευή σε μια άλλη συσκευή, μπορείς να το κάνεις ανεβάζοντας τον κόσμο σε ένα Realm και κατεβάζοντας ένα αντίγραφο ασφαλείας στη νέα συσκευή σου. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, συμπεριλαμβανομένων των τρόπων μετακίνησης του κόσμου σου σε μια νέα συσκευή. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.amazon=Η δυνατότητά μας να υποστηρίζουμε αυτή τη συσκευή έφτασε στο τέλος της στην περιοχή σου. Θα εξακολουθείς να μπορείς να παίζεις στους κόσμους σου και να έχεις πρόσβαση στις αγορές σου στο Marketplace, αλλά δεν θα μπορείς πλέον να κάνεις αγορές στο Marketplace. Τα Realms που υπόκεινται διαχείριση από αυτή τη συσκευή θα συνεχίσουν να λειτουργούν έως τις 30 Σεπτεμβρίου 2023. Μετά, δεν θα έχεις πλέον πρόσβαση στο Realm. Συνιστάται να κάνεις λήψη του κόσμου σου πριν από αυτό. %sΑν έχεις μπει με λογαριασμό Microsoft/Xbox Live, οι αγορές και τα Minecoins σου στο Marketplace και η συνδρομή Realms θα είναι διαθέσιμα σε άλλες πλατφόρμες. Αν θέλεις να μετακινήσεις τους κόσμους σου από αυτή τη συσκευή σε μια άλλη συσκευή, μπορείς να το κάνεις ανεβάζοντας τον κόσμο σε ένα Realm και κατεβάζοντας ένα αντίγραφο ασφαλείας στη νέα συσκευή σου. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, συμπεριλαμβανομένων των τρόπων μετακίνησης του κόσμου σου σε μια νέα συσκευή. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.android=Η δυνατότητά μας να υποστηρίζουμε αυτή τη συσκευή πλησιάζει στο τέλος της στην περιοχή σου. Με αυτή την τελική ενημέρωση, θα εξακολουθείς να μπορείς να παίζεις στους κόσμους σου και να έχεις πρόσβαση στις αγορές σου στο Marketplace, αλλά δεν θα μπορείς πλέον να κάνεις αγορές στο Marketplace. Τα Realms που υπόκεινται διαχείριση από αυτή τη συσκευή θα συνεχίσουν να λειτουργούν για 6 μήνες. Στις 30 Σεπτεμβρίου 2023, δεν θα έχεις πλέον πρόσβαση στα Realms από αυτή τη συσκευή. Συνιστάται να κάνεις λήψη του κόσμου σου πριν από αυτό και να ακυρώσεις τη συνδρομή σου προβάλλοντας τις συνδρομές σου στο Google Play. %sΔεν θα λαμβάνεις πλέον τις πιο πρόσφατες ενημερώσεις και δεν θα μπορείς να παίζεις παιχνίδια με πολλούς παίκτες. Επίσης, δεν θα μπορείς να συνδέεσαι σε ορισμένους διακομιστές. %sΑν έχεις μπει με λογαριασμό Microsoft/Xbox Live, οι αγορές και τα Minecoins σου στο Marketplace και η συνδρομή Realms θα είναι διαθέσιμα σε άλλες πλατφόρμες όπου παίζεις Minecraft. Μπορείς να ξεκινήσεις μια νέα συνδρομή από αυτές τις πλατφόρμες όπου παίζεις Minecraft. %sΑν θέλεις να μετακινήσεις τους κόσμους σου από αυτή τη συσκευή σε μια άλλη συσκευή, μπορείς να το κάνεις ανεβάζοντας τον κόσμο σε ένα Realm και κατεβάζοντας ένα αντίγραφο ασφαλείας στη νέα συσκευή σου. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, συμπεριλαμβανομένων των τρόπων μετακίνησης του κόσμου σου σε μια νέα συσκευή. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.android=Η δυνατότητά μας να υποστηρίζουμε αυτή τη συσκευή έφτασε στο τέλος της στην περιοχή σου. Θα εξακολουθείς να μπορείς να παίζεις στους κόσμους σου και να έχεις πρόσβαση στις αγορές σου στο Marketplace, αλλά δεν θα μπορείς πλέον να κάνεις αγορές στο Marketplace. Τα Realms που υπόκεινται διαχείριση από αυτή τη συσκευή θα συνεχίσουν να λειτουργούν έως τις 30 Σεπτεμβρίου 2023. Μετά, δεν θα έχεις πλέον πρόσβαση στο Realm. Συνιστάται να κάνεις λήψη του κόσμου σου πριν από αυτό. %sΑν έχεις μπει με λογαριασμό Microsoft/Xbox Live, οι αγορές και τα Minecoins σου στο Marketplace και η συνδρομή Realms θα είναι διαθέσιμα σε άλλες πλατφόρμες. Αν θέλεις να μετακινήσεις τους κόσμους σου από αυτή τη συσκευή σε μια άλλη συσκευή, μπορείς να το κάνεις ανεβάζοντας τον κόσμο σε ένα Realm και κατεβάζοντας ένα αντίγραφο ασφαλείας στη νέα συσκευή σου. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, συμπεριλαμβανομένων των τρόπων μετακίνησης του κόσμου σου σε μια νέα συσκευή. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.generic=Η δυνατότητά μας να υποστηρίζουμε αυτή τη συσκευή πλησιάζει στο τέλος της στην περιοχή σου. Αφού λάβεις την τελική ενημέρωση, θα εξακολουθείς να μπορείς να παίζεις στους κόσμους σου και να έχεις πρόσβαση στις αγορές σου στο Marketplace, αλλά δεν θα μπορείς πλέον να κάνεις αγορές στο Marketplace. Τα Realms που υπόκεινται διαχείριση από αυτή τη συσκευή θα συνεχίσουν να λειτουργούν για 6 μήνες. Στις 30 Σεπτεμβρίου 2023, δεν θα έχεις πλέον πρόσβαση στο Realm. Συνιστάται να κάνεις λήψη του κόσμου σου πριν από αυτό. %sΑν έχεις μπει με λογαριασμό Microsoft/Xbox Live, οι αγορές και τα Minecoins σου στο Marketplace και η συνδρομή Realms θα είναι διαθέσιμα σε άλλες πλατφόρμες. Αν θέλεις να μετακινήσεις τους κόσμους σου από αυτή τη συσκευή σε μια άλλη συσκευή, μπορείς να το κάνεις ανεβάζοντας τον κόσμο σε ένα Realm και κατεβάζοντας ένα αντίγραφο ασφαλείας στη νέα συσκευή σου. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, συμπεριλαμβανομένων των τρόπων μετακίνησης του κόσμου σου σε μια νέα συσκευή. # +sunsetting.popup.sunset.geo.generic=Η δυνατότητά μας να υποστηρίζουμε αυτή τη συσκευή έφτασε στο τέλος της στην περιοχή σου. Θα εξακολουθείς να μπορείς να παίζεις στους κόσμους σου και να έχεις πρόσβαση στις αγορές σου στο Marketplace, αλλά δεν θα μπορείς πλέον να κάνεις αγορές στο Marketplace. Τα Realms που υπόκεινται διαχείριση από αυτή τη συσκευή θα συνεχίσουν να λειτουργούν έως τις 30 Σεπτεμβρίου 2023. Μετά, δεν θα έχεις πλέον πρόσβαση στο Realm. Συνιστάται να κάνεις λήψη του κόσμου σου πριν από αυτό. %sΑν έχεις μπει με λογαριασμό Microsoft/Xbox Live, οι αγορές και τα Minecoins σου στο Marketplace και η συνδρομή Realms θα είναι διαθέσιμα σε άλλες πλατφόρμες. Αν θέλεις να μετακινήσεις τους κόσμους σου από αυτή τη συσκευή σε μια άλλη συσκευή, μπορείς να το κάνεις ανεβάζοντας τον κόσμο σε ένα Realm και κατεβάζοντας ένα αντίγραφο ασφαλείας στη νέα συσκευή σου. %sΚάνε κλικ στο κουμπί για περισσότερες πληροφορίες, συμπεριλαμβανομένων των τρόπων μετακίνησης του κόσμου σου σε μια νέα συσκευή. # sunsetting.banner.play.worldTab.pending=Η έκδοσή σου μπορεί σύντομα να μην συνδέεται σε παιχνίδια για πολλούς παίκτες # sunsetting.banner.play.friendsTab.pending=Η έκδοσή σου μπορεί σύντομα να μην συνδέεται σε παιχνίδια για πολλούς παίκτες # @@ -10886,7 +10897,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Επιλογή νέας εμφάνισης # dr.classic_skins.custom_skin_title=Εισαγωγή εμφάνισης # dr.classic_skins.custom_skin_description=Κάνε εισαγωγή ενός αρχείου png (64x32, 64x64 ή 128x128) από τη συσκευή σου για να το χρησιμοποιήσεις ως την εμφάνισή σου. Αυτή η ρύθμιση δεν θα συγχρονιστεί μεταξύ συσκευών ή παιχνιδιών. # -dr.classic_skins.custom_skin_description_disabled=Η συσκευή σου δεν μπορεί να επιλέξει μια προσαρμοσμένη εμφάνιση, ενώ βρίσκεσαι σε παιχνίδι για πολλούς παίκτες. Γύρισε στο κύριο μενού, αν θες να επιλέξεις μία. # +dr.classic_skins.custom_skin_description_disabled= Η συσκευή σου δεν μπορεί να επιλέξει μια προσαρμοσμένη εμφάνιση, ενώ βρίσκεσαι σε παιχνίδι για πολλούς παίκτες. Γύρισε στο κύριο μενού, αν θες να επιλέξεις μία. # dr.classic_skins.custom_skin_description_popup=Οι παίκτες με προσαρμοσμένες εμφανίσεις δεν θα είναι ορατοί σε σένα αν είναι ενεργοποιημένη η επιλογή "Να επιτρέπονται μόνο αξιόπιστες εμφανίσεις" # dr.classic_skins.custom_skin_section_title=Εμφανίσεις που σου ανήκουν # dr.classic_skins.invalidCustomSkin=Εισαγωγή αρχείου .png διαστάσεων 64x64, 64x32 ή 128x128 # diff --git a/resource_pack/texts/en_GB.lang b/resource_pack/texts/en_GB.lang index 79aa6a7d1..71a36994f 100644 --- a/resource_pack/texts/en_GB.lang +++ b/resource_pack/texts/en_GB.lang @@ -1908,8 +1908,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=Villager Trade Rebalancing createWorldScreen.experimentalVillagerTradesRebalanceDescription=Contains updated trades for villagers for the purpose of rebalancing # createWorldScreen.experimentalArmadillo=Armadillo and Wolf Armour # createWorldScreen.experimentalArmadilloDescription=Get to know the Armadillo and gear up your Wolf with the new Wolf Armour! # -createWorldScreen.experimentalBundles=Bundles # -createWorldScreen.experimentalBundlesDescription=Lets you craft and use the Bundle item # createWorldScreen.worldPreferences=World Preferences # createWorldScreen.startWithMap=Starting Map # createWorldScreen.defaultName=My World # @@ -3878,7 +3876,7 @@ howtoplay.minecoins.text.1=Explore a world of possibility with Minecoins: Minecr howtoplay.minecoins.text.2=Once redeemed, your Minecoins are linked to your Microsoft account, so you can access your coins and purchases on other supported devices, too! # howtoplay.minecoins.button.text.1=Get Minecoins # howtoplay.minecoins.header.1=Disclaimer # -howtoplay.minecoins.text.3=*Minecoins require a version of Minecraft: Bedrock Edition with Minecraft Marketplace. Minecoins are not compatible on PlayStation®. For compatibility information, see minecraft.net/minecoins #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Minecoins require a version of Minecraft: Bedrock Edition with Minecraft Marketplace. Minecoins are not compatible on PlayStation®. For compatibility information see minecraft.net/minecoins  #### CertRequirement: [PlayStation®] howtoplay.mining=Mining # @@ -6294,14 +6292,14 @@ options.dev_displayMarketplaceDocumentId=Show Marketplace Document ID # options.dev_addCoins=Add %s Coins # options.dev_addCoinTitle=Add Coins # options.dev_reset_entitlements=Reset All Entitlements # -options.dev_reset_entitlements_loading=Resetting Entitlements, this dialogue will close once the process finishes. You can close this window, but closing the game before this command finishes may result in unexpected behaviour. # -options.dev_reset_entitlements_error_unfinished=Warning, not all entitlements were properly deleted. Try running the command again, possibly after restarting the client. # +options.dev_reset_entitlements_loading=Resetting Entitlements, this dialogue will close once the process finishes. You can close this window, but closing the game before this command finishes may result in unexpected behaviour. # +options.dev_reset_entitlements_error_unfinished=Warning, not all entitlements were properly deleted. Try running the command again, possibly after restarting the client. # options.dev_reset_entitlements_warning=Warning! This will delete all of your entitlements, including legacy entitlements that you may not be able to get back! This operation may take a while if you have a large number of entitlements. Are you sure you want to continue? # options.dev_reset_entitlements_success=Entitlements successfully deleted. # options.dev_currencyFailureWarning=The network call failed. Error: %s # options.dev_currencyFailureWarningGeneric=The network call failed. Make sure you are logged into an allow-listed account. # options.dev_reset_wallet=Reset Wallet # -options.dev_allowlist_failure=Error! Operation has failed. Double-check to make sure this account is on the Allow List. # +options.dev_allowlist_failure=Error! Operation has failed. Double-check to make sure this account is on the Allow List. # options.discoveryEnvironment=Discovery Environment (Requires Restart) # options.discoveryEnvironment.production=Production # options.discoveryEnvironment.staging=Staging # @@ -6411,7 +6409,6 @@ options.dev_sunsetting_tier.two=Tier 2 – KitKat # options.dev_sunsetting_tier.three=Tier 3 – FireTV # options.dev_sunsetting_tier.four=Tier 4 – 1024MB # options.dev_sunsetting_tier.five=Tier 5 – iOS 12 & Nougat # -options.dev_sunsetting_tier.six=Tier 6 – iOS 13, Android 8, VR devices # options.dev_sunsetting_tier.not_pending=Not pending # options.dev_gatherings_section=Gatherings # options.dev_gatherings_enable=Enable Gatherings # @@ -6966,12 +6963,26 @@ sunsetting.popup.title=This device is no longer supported. # sunsetting.popup.moreInfo=More Info # sunsetting.popup.dontshow=Don't show this again # -sunsetting.popup.pendingSunset.device=Our ability to support this device is coming to an end. You will continue to receive updates until March 2025, when you will receive your final update that will work with this device.%sAfter you receive the final update, you will still be able to play on your worlds and access Marketplace purchases (including Minecoins), however you will no longer be able to make new purchases on this device. Realms managed from this device will continue to work for 6 months from March 2025 unless they are updated by the Realm owner on a different device. To cancel your realm subscription, you will need to do so in the Settings menu for Subscriptions on the device the Realm was created from. You will no longer receive the latest updates and will be unable to play multiplayer with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers.%sClick on the button for more information. # -sunsetting.popup.sunset.device=Our ability to support this device has come to an end. You will no longer receive updates as of March 2025, until you update your device. This is your final update compatible with this device.%sYou will still be able to play on your worlds and access Marketplace purchases (including Minecoins). Realms managed from this device will continue to work for 6 months from March 2025 unless they are updated by the Realm owner on a different device. To cancel your realm subscription, you will need to do so in the Settings menu for Subscriptions on the device the Realm was created from. You will no longer receive the latest updates and will be unable to play multiplayer with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers.%sClick on the button for more information. # -sunsetting.popup.pendingSunset.windows_xr=Our ability to support this VR/MR graphic device has come to an end. This device will no longer be supported in updates after March 2025, when you will receive your final update supporting this device.%sAfter you receive the final update, you will still receive updates on your PC and be able to play without a VR/MR device. From this point on you can keep building in your worlds and your Marketplace purchases (including Minecoins) will continue to be available on a non-VR/MR graphics devices such as a computer monitor. You will no longer be able to use your VR/MR device with Minecraft as it will no longer be supported in the latest updates.%sClick on the button for more information. # -sunsetting.popup.sunset.windows_xr=Our ability to support this VR/MR graphic device has come to an end. This VR/MR device is no longer supported. You have received the final update supporting this graphics device and you will still receive updates on your PC and be able to play without a VR/MR device. From this point on, you can keep building in your worlds and your Marketplace purchases (including Minecoins) will continue to be available on a non-VR/MR graphics devices such as a computer monitor. You will no longer be able to use your VR/MR device with Minecraft as it will no longer be supported in the latest updates.%sClick on the button for more information. We know this is an inconvenience and deeply appreciate the time you spent with our game and your support. # -sunsetting.popup.pendingSunset.geo=Our ability to support this device is coming to an end in your area. After you receive the final update, you will still be able to play on your worlds and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work for 6 months. On 30th Sept. 2023, you will no longer have access to the realm. It is recommended you download your world prior to this.%sIf you have signed in with a Microsoft account, your Marketplace purchases & Minecoins and your Realms subscription will be available on other platforms. If you would like to move your worlds from this device to another device, you can do so by uploading the world to a Realm and downloading a backup onto your new device.%sClick on the button for more information, including ways to move your world to a new device. # -sunsetting.popup.sunset.geo=Our ability to support this device has come to an end in your area. You will still be able to play on your worlds and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work until 30th Sept. 2023. Afterwards, you will no longer have access to the Realm. It is recommended you download your world prior to this.%sIf you have signed in with a Microsoft account, your Marketplace purchases & Minecoins and your Realms subscription will be available on other platforms. If you would like to move your worlds from this device to another device, you can do so by uploading the world to a Realm and downloading a backup onto your new device.%sClick on the button for more information, including ways to move your world to a new device. # +sunsetting.popup.moreInfo.gearVR=For more information, please visit https://aka.ms/MinecraftSunsetting in any web browser. # +sunsetting.popup.moreInfo.gearVR.geo=For more information, please visit https://aka.ms/MinecraftGeoSunsetting in any web browser. # + +sunsetting.popup.pendingSunset.ios=Our ability to support this device is coming to an end. You will continue to receive updates until Feb 2024, when you will receive your final update for this device.%sAfter you receive the final update, you will still be able to play on your worlds and access Marketplace purchases (including Minecoins). However, you will no longer be able to make new purchases on this device. Realms managed from this device will continue to work for 6 months unless they are updated by the Realm owner on a different device. To cancel your realm subscription, you will need to do so in the Settings menu for Subscriptions on the device the Realm was created from. You will no longer receive the latest updates and will be unable to play multiplayer with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers.%sClick on the button for more information, including ways to move your world to a new device. # +sunsetting.popup.pendingSunset.android=Our ability to support this device is coming to an end. You will continue to receive updates until Feb 2024, when you will receive your final update for this device.%sAfter you receive the final update, you will still be able to play on your worlds and access Marketplace purchases (including Minecoins). However, you will no longer be able to make new purchases on this device. Realms managed from this device will continue to work for 6 months unless they are updated by the Realm owner on a different device. To cancel your realm subscription, you will need to do so in your subscriptions in Google Play. You can access Google Play on any supported device or from a PC where you are able to log in to your account. You will no longer receive the latest updates and will be unable to play multiplayer with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers.%sClick on the button for more information, including ways to move your world to a new device. # +sunsetting.popup.pendingSunset.ios_android=Our ability to support this device is coming to an end. You will continue to receive updates until Nov 2022, whereupon you will receive your final update for this device. We deeply apologise for the inconvenience. %sAfter you receive the final update, you will still be able to play on your worlds and access Marketplace purchases (including Minecoins). Realms managed from this device will continue to work for 6 months unless they are updated by the Realm owner on a different device. You will no longer receive the latest updates and will be unable to play multiplayer with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers. %sClick on the button for more information, including ways to move your worlds to a new device. # +sunsetting.popup.sunset.ios_android=This device is no longer supported. You have received the final update for this device. From this point on you can keep building in your worlds, and your Marketplace purchases (including Minecoins) will continue to be available. Your Realms will continue to work unless they are updated by the Realm owner on a different device. You will no longer receive the latest updates, and will be unable to play multiplayer with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers. %sClick on the button for more information, including ways to move your worlds to a new device. We know this is an inconvenience - we deeply appreciate the time you spent with our game, and hope to see you again on an updated device. # +sunsetting.popup.pendingSunset.gearvr_win10=Our ability to support this device is coming to an end. You will continue to receive updates until our next major release, whereupon you will receive your final update for this device. We deeply apologise for the inconvenience. %sAfter you receive the final update, you will still be able to play on your worlds and access Marketplace purchases (including Minecoins). However you will no longer have access to multiplayer or Realms from this device. You will no longer receive the latest updates, and will be unable to play with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers. %sClick on the button for more information, including ways to move your worlds to a new device. # +sunsetting.popup.sunset.gearvr_win10=This device is no longer supported. You have received the final update for this device. From this point on you can keep building in your worlds, and your Marketplace purchases (including Minecoins) will continue to be available. However, you will no longer have access to multiplayer or Realms from this device. You will no longer receive the latest updates, and will be unable to play with devices which are continuing to receive updates. You will also not be able to connect to certain servers. # +sunsetting.popup.pendingSunset.dx10=Our ability to support this graphics device is coming to an end. You will continue to receive updates until our next major release, whereupon you will receive your final update for this device. We deeply apologise for the inconvenience. %sAfter you receive the final update, you will still be able to play on your worlds and access Marketplace purchases (including Minecoins). Realms managed from this device will continue to work unless they are updated by the Realm owner on a different device. You will no longer receive the latest updates, and will be unable to play multiplayer with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers. %sClick on the button for more information, including ways to move your worlds to a new device. # +sunsetting.popup.sunset.dx10=This graphics device is no longer supported. You have received the final update for this device. From this point on you can keep building in your worlds, and your Marketplace purchases (including Minecoins) will continue to be available. Your Realms will continue to work unless they are updated by the Realm owner on a different device. You will no longer receive the latest updates, and will be unable to play multiplayer with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers. %sClick on the button for more information, including ways to move your worlds to a new device. We know this is an inconvenience, and deeply appreciate the time you spent with our game, and your support. # + +sunsetting.popup.pendingSunset.geo.ios=Our ability to support this device is coming to an end in your area. After you receive the final update, you will still be able to play on your worlds, and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work for 6 months. On Sept. 30th, 2023 you will no longer have access to the realm. It is recommended you download your world prior to this and cancel your subscription by viewing your Subscriptions settings on your device. %sIf you have signed in with a Microsoft/Xbox Live account, your Marketplace purchases & Minecoins and your Realms subscription will be available on other platforms. If you would like to move your worlds from this device to another device, you can do so by uploading the world to a Realm, and downloading a backup onto your new device. %sClick on the button for more information, including ways to move your world to a new device. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.ios=Our ability to support this device has come to an end in your area. You will still be able to play on your worlds, and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work until Sept. 30th, 2023. Afterwards you will no longer have access to the Realm. It is recommended you download your world prior to this. %sIf you have signed in with a Microsoft/Xbox Live account, your Marketplace purchases & Minecoins and your Realms subscription will be available on other platforms. If you would like to move your worlds from this device to another device, you can do so by uploading the world to a Realm, and downloading a backup onto your new device. %sClick on the button for more information, including ways to move your world to a new device. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.amazon=Our ability to support this device is coming to an end in your area. After you receive the final update, you will still be able to play on your worlds, and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work for 6 months. On Sept. 30th, 2023 you will no longer have access to the realm. It is recommended you download your world prior to this. %sIf you have signed in with a Microsoft/Xbox Live account, your Marketplace purchases & Minecoins and your Realms subscription will be available on other platforms. If you would like to move your worlds from this device to another device, you can do so by uploading the world to a Realm, and downloading a backup onto your new device. %sClick on the button for more information, including ways to move your world to a new device. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.amazon=Our ability to support this device has come to an end in your area. You will still be able to play on your worlds, and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work until Sept. 30th, 2023. Afterwards you will no longer have access to the Realm. It is recommended you download your world prior to this. %sIf you have signed in with a Microsoft/Xbox Live account, your Marketplace purchases & Minecoins and your Realms subscription will be available on other platforms. If you would like to move your worlds from this device to another device, you can do so by uploading the world to a Realm, and downloading a backup onto your new device. %sClick on the button for more information, including ways to move your world to a new device. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.android=Our ability to support this device is coming to an end in your area. With this final update, you will still be able to play on your worlds, and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work for 6 months. On Sept. 30th, 2023 you will no longer have access to the realms from this device. It is recommended you download your world prior to this and cancel your subscription by viewing your subscriptions in Google Play. %sYou will no longer receive the latest updates and will be unable to play multiplayer. You will also not be able to connect to certain servers. %sIf you have signed in with a Microsoft/Xbox Live account, your Marketplace purchases & Minecoins and your Realms subscription will be available on your other platforms where you play Minecraft. You can start a new subscription from these other platforms where you play Minecraft. %sIf you would like to move your worlds from this device to another, you can do so by uploading the world to a Realm, and downloading a backup onto your new device. %sClick on the button for more information, including ways to move your world to a new device. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.android=Our ability to support this device has come to an end in your area. You will still be able to play on your worlds, and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work until Sept. 30th, 2023. Afterwards you will no longer have access to the Realm. It is recommended you download your world prior to this. %sIf you have signed in with a Microsoft/Xbox Live account, your Marketplace purchases & Minecoins and your Realms subscription will be available on other platforms. If you would like to move your worlds from this device to another device, you can do so by uploading the world to a Realm, and downloading a backup onto your new device. %sClick on the button for more information, including ways to move your world to a new device. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.generic=Our ability to support this device is coming to an end in your area. After you receive the final update, you will still be able to play on your worlds, and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work for 6 months. On Sept. 30th, 2023 you will no longer have access to the realm. It is recommended you download your world prior to this. %sIf you have signed in with a Microsoft/Xbox Live account, your Marketplace purchases & Minecoins and your Realms subscription will be available on other platforms. If you would like to move your worlds from this device to another device, you can do so by uploading the world to a Realm, and downloading a backup onto your new device. %sClick on the button for more information, including ways to move your world to a new device. # +sunsetting.popup.sunset.geo.generic=Our ability to support this device has come to an end in your area. You will still be able to play on your worlds, and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work until Sept. 30th, 2023. Afterwards you will no longer have access to the Realm. It is recommended you download your world prior to this. %sIf you have signed in with a Microsoft/Xbox Live account, your Marketplace purchases & Minecoins and your Realms subscription will be available on other platforms. If you would like to move your worlds from this device to another device, you can do so by uploading the world to a Realm, and downloading a backup onto your new device. %sClick on the button for more information, including ways to move your world to a new device. # sunsetting.banner.play.worldTab.pending=Your version may not be able to connect to multiplayer soon # sunsetting.banner.play.friendsTab.pending=Your version may not be able to connect to multiplayer soon # @@ -10886,7 +10897,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Choose New Skin # dr.classic_skins.custom_skin_title=Import Skin # dr.classic_skins.custom_skin_description=Import a png (64x32, 64x64 or 128x128) from your device to use as your skin. This will not sync between devices or games. # -dr.classic_skins.custom_skin_description_disabled=Your device cannot select a custom skin while in a multiplayer game. Please return to the main menu to equip one. # +dr.classic_skins.custom_skin_description_disabled= Your device cannot select a custom skin while in a multiplayer game. Please return to the main menu to equip one. # dr.classic_skins.custom_skin_description_popup=Players with custom skins will not be visible to you if the "Only Allow Trusted Skins" option is enabled # dr.classic_skins.custom_skin_section_title=Owned Skins # dr.classic_skins.invalidCustomSkin=Please import a .png file of dimensions 64x64, 64x32 or 128x128 # diff --git a/resource_pack/texts/en_US.lang b/resource_pack/texts/en_US.lang index e323c93c7..29ab0e461 100644 --- a/resource_pack/texts/en_US.lang +++ b/resource_pack/texts/en_US.lang @@ -135,7 +135,6 @@ accessibility.screenName.profile=Profile Screen accessibility.screenName.realmInviteLinkSettings=Realm Invite Link Settings Screen accessibility.screenName.realmSettings=Realm Settings Screen accessibility.screenName.settings=Game Settings Screen -accessibility.screenName.addFriend=Add Friend Screen accessibility.screenName.skinPicker=Choose Skin Screen accessibility.screenName.start=Main Menu accessibility.screenName.vrAlignment=VR Alignment Screen @@ -874,6 +873,7 @@ commands.effect.failure.notActive.all=Couldn't take any effects from %1$s as the commands.effect.failure.notAMob=%1$s cannot have effects commands.effect.notFound=There is no such mob effect with ID %s commands.effect.success=Gave %1$s * %2$d to %3$s for %4$d seconds +commands.effect.success.infinite=Gave %1$s * %2$d to %3$s for an infinite duration commands.effect.success.removed=Took %1$s from %2$s commands.effect.success.removed.all=Took all effects from %1$s commands.enchant.cantCombine=%1$s can't be combined with %2$s @@ -1225,6 +1225,12 @@ commands.schedule.functionRan=Successfully executed %1$d function entries in fun commands.schedule.invalidOrigin=The origin needed to execute this function was invalid. commands.schedule.name.empty=Ticking area name cannot be empty. commands.schedule.too.many.areas=More than one ticking areas were found with the name %s. Please use a single area. +commands.schedule.clear.failure=No functions were removed with the name %1$s. +commands.schedule.clear.success=Removed %1$d functions with the name %2$s. +commands.schedule.tickingarea.clear.success=Removed %1$d functions with the ticking area name %2$s. +commands.schedule.tickingarea.clear.failure=No functions were removed with the ticking area name %1$s. +commands.schedule.tickingarea.func.clear.success=Removed %1$d functions with the ticking area name %2$s and with name %3$s. +commands.schedule.tickingarea.func.clear.failure=No functions were removed with the ticking area name %1$s and with name %3$s. ## Scoreboard is composed of several Objectives, which can be displayed to players in 3 different 'slots' ## ## An Objective holds the scores that each player has for the Objective. ## @@ -1646,6 +1652,7 @@ controller.buttonTip.removeInput=Remove Input controller.buttonTip.removeMaterial=Remove Material controller.buttonTip.renameItem=Rename Item controller.buttonTip.returnToRecipe=Return To Recipe +controller.buttonTip.swap=Swap controller.buttonTip.enterSearch=Search controller.buttonTip.searchRecipe=Quick Search controller.buttonTip.confirmSearch=Confirm @@ -1845,7 +1852,7 @@ createWorldUpsell.realm.sellPoint1=Add infinite members and play online with up createWorldUpsell.realm.sellPoint2=Saved online: Play on any Minecraft device with Minecraft Marketplace createWorldUpsell.realm.sellPoint3=Takes up zero storage space on your device createWorldUpsell.realm.sellPoint4=Friends can play even when you are away -createWorldUpsell.signIn=Create Realm with Microsoft Account +createWorldUpsell.signIn=Create Realm with Microsoft account createWorldUpsell.world.sellPoint1=Play online with up to 7 friends createWorldUpsell.world.sellPoint2=Saved to your device: Play offline createWorldUpsell.world.sellPoint3=Uses device storage @@ -1956,8 +1963,8 @@ createWorldScreen.randomtickspeed.reset=Reset Random Tick Speed createWorldScreen.serverSimDistance=Simulation Distance createWorldScreen.serverSimDistanceFormat=%s chunks createWorldScreen.showbordereffect=Show Border Effect -createWorldScreen.check_internet_connection=You are not connected to the internet. Your friends will not be able to join your multiplayer worlds. Sign in to your Microsoft Account to play with your friends. -createWorldScreen.disconnectedXboxLive=You are not connected to Microsoft services. Your friends with Gamertags will not be able to join your multiplayer world. Sign in to your Microsoft Account to play with your friends. +createWorldScreen.check_internet_connection=You are not connected to the internet. Your friends will not be able to join your multiplayer worlds. Sign in to your Microsoft account to play with your friends. +createWorldScreen.disconnectedXboxLive=You are not connected to Microsoft services. Your friends with Gamertags will not be able to join your multiplayer world. Sign in to your Microsoft account to play with your friends. createWorldScreen.clearPlayerData.button=Clear Player Data createWorldScreen.clearPlayerData.title=Delete Player Data from World? createWorldScreen.clearPlayerData.body1=Select "All Player Data" to delete absolutely all player data from the world. The next time any player enters the world, they will start with fresh, default data. @@ -2068,7 +2075,7 @@ realmsSharingScreen.cantJoinExpiredMessage=%s has expired. Ask %s to renew it. realmsSharingScreen.cantJoinClosedTitle=%s closed this Realm realmsSharingScreen.cantJoinClosedMessage=%s is closed. Ask %s to reopen it. realmsSharingScreen.failedSignInModalTitle=Sign in to join this Realm -realmsSharingScreen.failedSignInModalMessage=You need to be signed in to a Microsoft Account to join a Realm. Please sign in and try again. +realmsSharingScreen.failedSignInModalMessage=You need to be signed in to a Microsoft account to join a Realm. Please sign in and try again. realmsSharingScreen.invalidPermissionTitle=Invalid permissions realmsSharingScreen.unexpectedServerResponseTitle=Realms Error realmsSharingScreen.unexpectedServerResponseMessage=Sorry, we had a problem connecting to the Realm. Please try again later. @@ -2126,11 +2133,11 @@ realmsCreateScreen.paymentFailed.title=Payment service realmsCreateScreen.paymentFailed.body=Unable to connect to Realms and complete your purchase at this time. Please try again later. realmsCreateScreen.incomplete=Incomplete Realm realmsCreateScreen.incomplete.create.a=It looks like we didn't finish things last time. Let's complete creating your realm now. -realmsCreateScreen.incomplete.create.b=It looks like you started creating a realm with a different Microsoft Account. Do you want to complete creating that realm with this Microsoft Account as the owner? -realmsCreateScreen.incomplete.create.c=Someone started creating a Realm with the billing account on this device. Would you like to complete creating that Realm with this Microsoft Account as the owner? +realmsCreateScreen.incomplete.create.b=It looks like you started creating a realm with a different Microsoft account. Do you want to complete creating that realm with this Microsoft account as the owner? +realmsCreateScreen.incomplete.create.c=Someone started creating a Realm with the billing account on this device. Would you like to complete creating that Realm with this Microsoft account as the owner? realmsCreateScreen.incomplete.renew.a=It looks like we didn't finish things last time. Let's complete renewing your realm now. -realmsCreateScreen.incomplete.renew.b=It looks like you started renewing a realm with a different Microsoft Account.  Do you want to complete renewing that realm with this Microsoft Account as the owner? -realmsCreateScreen.incomplete.renew.c=Someone started renewing a realm with the billing account on this device.  Would you like to complete renewing that realm with this Microsoft Account as the owner? +realmsCreateScreen.incomplete.renew.b=It looks like you started renewing a realm with a different Microsoft account.  Do you want to complete renewing that realm with this Microsoft account as the owner? +realmsCreateScreen.incomplete.renew.c=Someone started renewing a realm with the billing account on this device.  Would you like to complete renewing that realm with this Microsoft account as the owner? realmsCreateScreen.incomplete.override.renew=You are attempting to create a new realm but a prior purchase was found for renewing a realm. Would you like to apply that purchase now? realmsCreateScreen.incomplete.override.create=You are attempting to renew a realm but a prior purchase was found for creating a realm. Would you like to apply that purchase now? realmsCreateScreen.incomplete.override.realm=You are attempting to renew a realm but a prior purchase was found for a different realm. Would you like to apply that purchase now? @@ -2224,11 +2231,11 @@ networkWorld.friends_label=Friends networkWorld.joinable_friends_label=Joinable Friends networkWorld.no_joinable_friends_label=Your friends are not playing Minecraft right now. networkWorld.check_internet_connection=Oops! Maybe check your internet connection? We can't find your friends' worlds. -networkWorld.connect_to_xbl=Sign in with a Microsoft Account to play with friends. +networkWorld.connect_to_xbl=Sign in with a Microsoft account to play with friends. networkWorld.memberOfTooManyRealms=You have reached the realms membership limit. -networkWorld.multiplayerPrivilegesBlocked=You cannot play online multiplayer because of how your Microsoft Account is set up. Please ensure your online safety settings allow Multiplayer. See instructions for changing these settings at aka.ms/MCMultiplayerHelp. -networkWorld.multiplayerPrivilegesBlockedOnConsole=You cannot play online multiplayer because of how your Microsoft Account is set up. Please ensure you have an active Xbox Live Gold subscription and your online safety settings allow Multiplayer. See instructions for changing these settings at aka.ms/MCMultiplayerHelp.##disable_3rd_party_console_resource_pack_check -networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=You cannot play online multiplayer because of how your Microsoft Account is set up.##disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlocked=You cannot play online multiplayer because of how your Microsoft account is set up. Please ensure your online safety settings allow Multiplayer. See instructions for changing these settings at aka.ms/MCMultiplayerHelp. +networkWorld.multiplayerPrivilegesBlockedOnConsole=You cannot play online multiplayer because of how your Microsoft account is set up. Please ensure you have an active Xbox Live Gold subscription and your online safety settings allow Multiplayer. See instructions for changing these settings at aka.ms/MCMultiplayerHelp.##disable_3rd_party_console_resource_pack_check +networkWorld.multiplayerPrivilegesBlockedOnConsoleGamecore=You cannot play online multiplayer because of how your Microsoft account is set up.##disable_3rd_party_console_resource_pack_check networkWorld.multiplayerPrivilegesUnknown=An unknown error occured which is preventing online play. Please try again later. networkWorld.multiplayerPrivilegesBlockedBanned=You cannot play online multiplayer because your account is suspended. networkWorld.versionOutOfDate=You cannot play online multiplayer because you are not running the latest version. Please install the latest version to access online features. @@ -2470,10 +2477,10 @@ realmsSettingsScreen.extendConsumableButton=Extend Subscription realmsSettingsScreen.extendConsumableButton.30=Extend by 30 Days realmsSettingsScreen.extendConsumableButton.180=Extend by 180 Days -xblLogin.LoginMessageTitle=Microsoft Account +xblLogin.LoginMessageTitle=Microsoft account xblLogin.LoginMessage=Connecting… -xbl.savePurchase.saveButton=Save to Microsoft Account +xbl.savePurchase.saveButton=Save to Microsoft account xbl.marketplace.account.error.body.nobutton=There is an error with your account. You will be unable to use the marketplace until we have resolved the issue. If this issue persists for several days please contact support. @@ -2495,8 +2502,8 @@ store.sign_in_warning.no_xbl_and_local_content=You have previously downloaded co store.sign_in_warning.no_xbl_and_no_local_content.line1=Sign in now to save and share your purchases across platforms. Save purchases so they won't be lost if something happens to your system or if Minecraft is uninstalled. Access your purchased Marketplace content from any platform and use your customized characters across platforms. store.sign_in_warning.no_xbl_and_no_local_content.line2=Don't have a Microsoft account? Create one now - for free -xbl.signOut.title=Microsoft Account Purchases! -xbl.signOut.message1=While you are signed out of your Microsoft Account you will not have access to the Minecoins and items you bought in the store. +xbl.signOut.title=Microsoft account Purchases! +xbl.signOut.message1=While you are signed out of your Microsoft account you will not have access to the Minecoins and items you bought in the store. xbl.signOut.message2=Are you sure you want to do this? date.short_january=Jan @@ -2550,7 +2557,7 @@ date.timeLeft=%s left dayOneExperience.carousel.title=Welcome to New Minecraft! dayOneExperience.carousel.welcome_text=There's a lot of exciting new stuff in this new version of Minecraft! Check out the Marketplace, create a Realm, and play online with Cross-Platform friends! dayOneExperience.carousel.marketplace=Minecraft Marketplace is a place to find new skins, worlds, textures, and mash-up packs by various talented creators. -dayOneExperience.carousel.cross_platform=Cross-platform play lets you connect with players on different platforms. Sign in to your Microsoft Account to play with all your Minecraft friends! +dayOneExperience.carousel.cross_platform=Cross-platform play lets you connect with players on different platforms. Sign in to your Microsoft account to play with all your Minecraft friends! dayOneExperience.carousel.realms=Realms are servers run by us, just for you and your friends. Keep your Minecraft world online and always accessible, even when you log-off. dayOneExperience.carousel.villager=New Minecraft is the only place to receive future updates containing new features, mobs, items, blocks and much more! @@ -2720,6 +2727,11 @@ disconnect.scriptWatchdogOutOfMemory=The server was shut down due to exceeding t disconnectionScreen.header.realms_hidden=Multiplayer Invitation disconnectionScreen.body.realms_hidden=Unable to join this specific server. +disconnectionScreen.biomeData.IdDuplication=%s ID collides with %s +disconnectionScreen.biomeData.MalformedData=Malformed Biome Data +disconnectionScreen.biomeData.MixedIdPresence=Biome Packet has mixed id presence for Custom Biomes +disconnectionScreen.biomeData.ReservedRange=Custom Biome %s uses ID from a reserved range. ID range for Custom Biomes is: %s-%s +disconnectionScreen.biomeData.VanillaBiomesWithId=Vanilla Biome data should not contain 'id' field disconnectionScreen.blockMismatch=Blocks between client and server do not match. disconnectionScreen.cantConnect=Unable to connect to world. disconnectionScreen.cantConnectToRealm=Unable to connect to Realm. @@ -2852,6 +2864,7 @@ edu.templates.empty_banner=You can get world templates from the Minecraft Educat edu.pause.multiplayer.disabled=Multiplayer is not available in this lesson. +effect.duration.infinite=∞ effect.badOmen=Bad Omen effect.infested=Infested effect.oozing=Oozing @@ -3140,7 +3153,7 @@ feed.failedToPostDescription=Screenshot invalid feed.failedToPostRateLimit=Try posting again in a few minutes. Realms is trying to catch up. feed.uppload_started=Screenshot is being uploaded feed.uppload_success=Screenshot has been uploaded -feed.connected=Every Realm is connected to a Club with your Microsoft Account. +feed.connected=Every Realm is connected to a Club with your Microsoft account. feed.unviewedPost=New comment.like=%d like ## 1 like @@ -3594,7 +3607,7 @@ howtoplay.playingTogether.text.2=Every new world you create starts with multipla howtoplay.playingTogether.header.2=Joining an Online Game howtoplay.playingTogether.text.3=To play with others, go to the §eFriends tab§f to see all available Realms, Friends, and LAN games. Just select any game to join it. howtoplay.playingTogether.text.4=When you start or join an online game, your friends can see this in their Friends tab. If they join, it'll be visible to their friends as well. -howtoplay.playingTogether.text.5=You need to be signed in to a §eMicrosoft Account§f with an active internet connection to play multiplayer. +howtoplay.playingTogether.text.5=You need to be signed in to a §eMicrosoft account§f with an active internet connection to play multiplayer. howtoplay.playingTogether.header.3=Realms - The best way to play together howtoplay.playingTogether.text.6=It's easy to play with friends using §eRealms§f. howtoplay.playingTogether.text.7=You and up to 10 friends get 24/7 access to a world that's always online. Explore, get creative, or try curated content from Marketplace. @@ -6180,10 +6193,10 @@ options.splitvibration=Vibrate When Splitting Items options.debug=Debug options.flighting_debug=Flighting Debug options.debugTitle=Developer Options -options.delete_account.button=Delete Microsoft Account -options.delete_account.confirm.title=Delete Microsoft Account? +options.delete_account.button=Delete Microsoft account +options.delete_account.confirm.title=Delete Microsoft account? options.delete_account.confirm.warning=WARNING: You will no longer be able to protect progression or purchases made on your device after deleting your account %s. -options.delete_account.confirm.warning.2=Deleting your Microsoft Account from this game will affect all Minecraft games that use this account. +options.delete_account.confirm.warning.2=Deleting your Microsoft account from this game will affect all Minecraft games that use this account. options.delete_account.confirm.checkbox1=You will no longer be able to access in-game store content when you play on other platforms. options.delete_account.confirm.checkbox2=You will no longer be able to play online with your friends. options.delete_account.confirm.checkbox3=You will no longer be able to access Realms, including Realms subscriptions that are currently active. @@ -6200,6 +6213,7 @@ options.dev_assertions_debug_break=Assertions break in the debugger options.dev_assertions_show_dialog=Assertions show a modal dialog options.dev_force_trial_mode=Force enable Trial Mode options.dev_eduDemo=Edu Demo (Requires re-sign-in) +options.dev_eduCloudResumableUpload=Use the resumable upload API for file uploads >4MB options.remote_imgui_toggle=Remote Imgui Enabled options.dev_enableDebugUI=Enable Debug UI options.dev_createRealmWithoutPurchase=Create realm without purchase @@ -6670,11 +6684,11 @@ options.smoothRotationSpeed=Smooth Rotation Speed options.xboxliveBroadcast.inviteOnly=Invite Only options.xboxliveBroadcast.friendsOnly=Friends Only options.xboxliveBroadcast.friendsOfFriends=Friends of Friends -options.xboxliveBroadcastSettings=Microsoft Account Settings +options.xboxliveBroadcastSettings=Microsoft account Settings options.xboxlivevisible=Visible to Xbox network Players -options.xboxLiveAccountSettings=Microsoft Account Settings -options.xboxLiveSignedIn=Signed In with Microsoft Account -options.xboxLiveSignedOut=Signed Out of Microsoft Account +options.xboxLiveAccountSettings=Microsoft account Settings +options.xboxLiveSignedIn=Signed In with Microsoft account +options.xboxLiveSignedOut=Signed Out of Microsoft account options.xboxLive.privacyControl=Privacy & online safety options.realms.checkInvites=Manage Realms membership invites options.skinCustomisation=Skin Customization... @@ -6841,7 +6855,7 @@ options.turnOnHardcoreMode.message.2=2. Hardcore mode can’t be turned off afte options.turnOnHardcoreMode.message.3=3. After you die, you can see but not interact with this world. options.achievementsDisabled=Achievements cannot be earned in this world. options.achievementsDisabled.onLoad=If you start playing with these settings, achievements will no longer be earnable in this world. -options.achievementsDisabled.notSignedIn=Achievements can be earned in this world, but you must sign in to a Microsoft Account to earn them. +options.achievementsDisabled.notSignedIn=Achievements can be earned in this world, but you must sign in to a Microsoft account to earn them. options.turnOffCrossPlatformMultiplayer=Turn Off Cross-Platform Multiplayer? options.turnOffCrossPlatformMultiplayer.message=The content that you are trying to use is not allowed in cross-platform multiplayer games. If you continue you will not be able to play cross-platform multiplayer games. options.conflictingPacks=Conflicting Packs @@ -6883,10 +6897,10 @@ options.loadWorldAnyway=Load World Anyway options.updateAndPlay=Update and play options.makeBackup=Make a backup copy of my world options.managePrivacy=To manage privacy settings, please visit https://account.xbox.com/Settings in any web browser.##disable_3rd_party_console_resource_pack_check -options.unlink_msa.button=Unlink Microsoft Account -options.unlink_msa.confirm.title=Unlink Microsoft Account? +options.unlink_msa.button=Unlink Microsoft account +options.unlink_msa.confirm.title=Unlink Microsoft account? options.unlink_msa.confirm.warning=WARNING: You will no longer be able to store progression or purchases made on your PlayStation®4 console on your account %s after unlinking. ### CertRequirement: [PlayStation®4 console] -options.unlink_msa.confirm.warning.2=Unlinking your Microsoft Account from within this game will affect all Minecraft games on this platform that have used this Microsoft Account. +options.unlink_msa.confirm.warning.2=Unlinking your Microsoft account from within this game will affect all Minecraft games on this platform that have used this Microsoft account. options.unlink_msa.confirm.checkbox1=I will no longer be able to access any in-game Store content when I play on other platforms. options.unlink_msa.confirm.checkbox2=I will no longer be able to play cross-platform games with my friends on other platforms. options.unlink_msa.confirm.checkbox3=I will no longer be able to access Realms, including Realms subscriptions that are currently active. @@ -6898,7 +6912,7 @@ options.unlink_msa.success.title=Unlink Successful options.unlink_msa.success.body=Your accounts have been unlinked. options.unlink_msa.failure.title=Something Went Wrong options.unlink_msa.failure.body=Your accounts were not able to be unlinked. Maybe check your internet connection? -options.useRemoteConnect=Use Remote Connect for Microsoft Account Sign In (requires restart) +options.useRemoteConnect=Use Remote Connect for Microsoft account Sign In (requires restart) options.newUiEditWorld.title=Want to try our new design? options.newUiEditWorld.info=§7Try out the upcoming redesign of this page. You can always switch back to the old experience. options.newUiEditWorld.initiate=Try new design @@ -6965,12 +6979,10 @@ sunsetting.popup.title=This device is no longer supported. sunsetting.popup.moreInfo=More Info sunsetting.popup.dontshow=Don't show this again -sunsetting.popup.pendingSunset.device=Our ability to support this device is coming to an end. You will continue to receive updates until March of 2025, when you will receive your final update that will work with this device.%sAfter you receive the final update, you will still be able to play on your worlds, and access Marketplace purchases (including Minecoins), however you will no longer be able to make new purchases on this device. Realms managed from this device will continue to work for 6 months from March of 2025 unless they are updated by the Realm owner on a different device. To cancel your realm subscription, you will need to do so in the Settings menu for Subscriptions on the device the Realm was created from. You will no longer receive the latest updates and will be unable to play multiplayer with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers.%sClick on the button for more information. -sunsetting.popup.sunset.device=Our ability to support this device has come to an end. You will no longer receive updates as of March of 2025, until you update your device. This is your final update compatible with this device.%sYou will still be able to play on your worlds, and access Marketplace purchases (including Minecoins). Realms managed from this device will continue to work for 6 months from March of 2025 unless they are updated by the Realm owner on a different device. To cancel your realm subscription, you will need to do so in the Settings menu for Subscriptions on the device the Realm was created from. You will no longer receive the latest updates and will be unable to play multiplayer with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers.%sClick on the button for more information. +sunsetting.popup.pendingSunset.device=Our ability to support this device is coming to an end. You will continue to receive updates until March of 2025, when you will receive your final update for this device.%sAfter you receive the final update, you will still be able to play on your worlds, and access Marketplace purchases (including Minecoins). Realms managed with this device will continue to work for 6 months unless they are updated by the Realm owner on a different device.%sTo cancel your Realm subscription, you will need to do so in the Settings menu for Subscriptions on the device the Realm was created with.%sYou will no longer receive the latest updates and will be unable to play multiplayer with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers.%sClick on the button for more information. +sunsetting.popup.sunset.device=Our ability to support this device has come to an end. You will no longer receive updates as of March of 2025, and this is your final update for this device.%sYou will still be able to play on your worlds, and access Marketplace purchases (including Minecoins). Realms managed with this device will continue to work for 6 months from March of 2025 unless they are updated by the Realm owner on a different device.%sTo cancel your Realm subscription, you will need to do so in the Settings menu for Subscriptions on the device the Realm was created with.%sYou will no longer receive the latest updates and will be unable to play multiplayer with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers.%sClick on the button for more information. sunsetting.popup.pendingSunset.windows_xr=Our ability to support this VR/MR graphic device has come to an end. This device will no longer be supported in updates after March of 2025, when you will receive your final update supporting this device.%sAfter you receive the final update, you will still receive updates on your PC and be able to play without a VR/MR device. From this point on you can keep building in your worlds, and your Marketplace purchases (including Minecoins) will continue to be available on a non-VR/MR graphics devices such as a computer monitor. You will no longer be able to use your VR/MR device with Minecraft as it will no longer be supported in the latest updates.%sClick on the button for more information. sunsetting.popup.sunset.windows_xr=Our ability to support this VR/MR graphic device has come to an end. This VR/MR device is no longer supported. You have received the final update supporting this graphics device, and you will still receive updates on your PC and be able to play without a VR/MR device. From this point on you can keep building in your worlds, and your Marketplace purchases (including Minecoins) will continue to be available on a non-VR/MR graphics devices such as a computer monitor. You will no longer be able to use your VR/MR device with Minecraft as it will no longer be supported in the latest updates.%sClick on the button for more information. We know this is an inconvenience, and deeply appreciate the time you spent with our game, and your support. -sunsetting.popup.pendingSunset.geo=Our ability to support this device is coming to an end in your area. After you receive the final update, you will still be able to play on your worlds, and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work for 6 months. On Sept. 30th, 2023 you will no longer have access to the realm. It is recommended you download your world prior to this.%sIf you have signed in with a Microsoft account, your Marketplace purchases & Minecoins and your Realms subscription will be available on other platforms. If you would like to move your worlds from this device to another device, you can do so by uploading the world to a Realm, and downloading a backup onto your new device.%sClick on the button for more information, including ways to move your world to a new device. -sunsetting.popup.sunset.geo=Our ability to support this device has come to an end in your area. You will still be able to play on your worlds, and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work until Sept. 30th, 2023. Afterwards you will no longer have access to the Realm. It is recommended you download your world prior to this.%sIf you have signed in with a Microsoft account, your Marketplace purchases & Minecoins and your Realms subscription will be available on other platforms. If you would like to move your worlds from this device to another device, you can do so by uploading the world to a Realm, and downloading a backup onto your new device.%sClick on the button for more information, including ways to move your world to a new device. sunsetting.banner.play.worldTab.pending=Your version may soon not connect to multiplayer sunsetting.banner.play.friendsTab.pending=Your version may soon not connect to multiplayer @@ -7157,13 +7169,13 @@ permissions.ability.op=Operator Commands permissions.ability.invisible=Become invisible permissions.ability.teleport=Use Teleport permissions.NeedPermission=You Need Permission -permissions.AddFriends=You cannot add friends because of how your Microsoft Account is set up. Please ensure your online safety settings allow adding friends. See instructions for changing these settings at aka.ms/MCMultiplayerHelp. -permissions.MultiplayerSessions=You cannot play on Realms because of how your Microsoft Account is set up. Please ensure your online safety settings allow Multiplayer. See instructions for changing these settings at aka.ms/MCMultiplayerHelp. -permissions.Communications=You cannot chat with other players because of how your Microsoft Account is set up. Please ensure your privacy settings allow communicating with others. See instructions for changing these settings at aka.ms/MCMultiplayerHelp. +permissions.AddFriends=You cannot add friends because of how your Microsoft account is set up. Please ensure your online safety settings allow adding friends. See instructions for changing these settings at aka.ms/MCMultiplayerHelp. +permissions.MultiplayerSessions=You cannot play on Realms because of how your Microsoft account is set up. Please ensure your online safety settings allow Multiplayer. See instructions for changing these settings at aka.ms/MCMultiplayerHelp. +permissions.Communications=You cannot chat with other players because of how your Microsoft account is set up. Please ensure your privacy settings allow communicating with others. See instructions for changing these settings at aka.ms/MCMultiplayerHelp. permissions.RealmsAddFriends=You will not be able to add new friends to play on your realm with you because of how your Xbox account is set up. This can be changed in your privacy & online safety settings on Xbox.com. Do you want to continue? permissions.CloudSave=You cannot save your worlds to your Xbox profile because of how your account is set up. This can be changed in your privacy & online safety settings on Xbox.com.##disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsole=You cannot play on Realms because of how your Microsoft Account is set up. Please ensure your online safety settings allow Multiplayer and you have an active Xbox Live Gold subscription. See instructions for changing these settings at aka.ms/MCMultiplayerHelp.##disable_3rd_party_console_resource_pack_check -permissions.MultiplayerSessionsOnConsoleGamecore=You cannot play on Realms because of how your Microsoft Account is set up.##disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsole=You cannot play on Realms because of how your Microsoft account is set up. Please ensure your online safety settings allow Multiplayer and you have an active Xbox Live Gold subscription. See instructions for changing these settings at aka.ms/MCMultiplayerHelp.##disable_3rd_party_console_resource_pack_check +permissions.MultiplayerSessionsOnConsoleGamecore=You cannot play on Realms because of how your Microsoft account is set up.##disable_3rd_party_console_resource_pack_check permissions.open.account.help.button=Get Help Fixing This permissions.open.account.help.button.gamecore=Fix This permissions.open.account.setting.button=See terms of service @@ -8139,7 +8151,7 @@ selectTemplate.create=Create... selectTemplate.worldsByCreators=Worlds by Creators selectTemplate.realm=New Realm selectTemplate.realmInfo=You can upload worlds to your Realm after you create it! -selectTemplate.signIn=Create Realm with Microsoft Account +selectTemplate.signIn=Create Realm with Microsoft account selectTemplate.unableToSignIn=Microsoft services are unavailable on this device selectTemplate.world=New World selectTemplate.help=? @@ -8387,7 +8399,7 @@ store.realmsPlus.faq.answer2=A personal server allows you to create a shared wor store.realmsPlus.faq.question3=Do my friends need to purchase Realms Plus to play on my Realm? store.realmsPlus.faq.answer3=Your friends don’t need to purchase a Realms Plus subscription to play on your Realm. You can invite any friend (that has their multiplayer permissions enabled) to join your Realm for free. store.realmsPlus.faq.question4=Which devices support Realms Plus for Minecraft? -store.realmsPlus.faq.answer4=Realms Plus is currently available on any platform where you can install Minecraft Bedrock Edition. You can play Realms and use any content from Realms Plus on any of these devices if you’re signed into your Microsoft Account.##disable_3rd_party_console_resource_pack_check +store.realmsPlus.faq.answer4=Realms Plus is currently available on any platform where you can install Minecraft Bedrock Edition. You can play Realms and use any content from Realms Plus on any of these devices if you’re signed into your Microsoft account.##disable_3rd_party_console_resource_pack_check store.realmsPlus.faq.question5=How much does a Realms Plus subscription cost? store.realmsPlus.faq.answer5=%s per month for a 10-player server and access to 150+ marketplace packs. store.realmsPlus.faq.answer5.contentSub=%s per month. Add infinite members, play online with 10 other players at the same time. Plus, enjoy over 150 pieces of Marketplace content from the Marketplace Pass catalog for free. @@ -8452,7 +8464,7 @@ store.csb.buyNow.title=Start your Marketplace Pass Subscription ### {StrContains store.csb.subscription=After sign up, 150+ pieces of exciting Minecraft Marketplace content will be available to you. Download and play adventure maps, wear skins, dive into texture packs, and even claim a set of Character Creator items to keep each month. With a catalog that’s regularly refreshed, there’s always something new to discover with Marketplace Pass. You’ll be billed %s/month and can cancel anytime to stop future charges. ### {StrContains="Marketplace Pass"} -store.csb.terms=Marketplace Pass is a subscription for content to be used with supported versions of Minecraft (game sold separately) on Windows and other supported platforms on which you own the game (Minecraft Java & Amazon Kindle Fire Editions not supported); an active subscription is required to use Marketplace Pass content. Content varies over time and may not be available in all countries. After the free trial period, subscription continues to be charged at the then-current regular price (subject to change) plus applicable taxes unless cancelled. You can cancel your subscription by accessing Services & subscriptions in your Microsoft Account. If your subscription terminates or a content item is removed from the catalog, you must reactivate your subscription or buy the content separately to continue using it. ISP fees may apply. We may occasionally provide content that remains available to you even after the end of your subscription, in which case we reserve the right to take down such content if it becomes incompatible or if our rights to the content expire. Subscription subject to change and/or retirement. Subject to the Microsoft Services Agreement (www.microsoft.com/msa) and the Minecraft EULA (https://www.minecraft.net/eula). Any translations of these terms are done for your convenience only, and in the event of a dispute between the English and any non-English versions, the English version of these terms shall govern. ### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] +store.csb.terms=Marketplace Pass is a subscription for content to be used with supported versions of Minecraft (game sold separately) on Windows and other supported platforms on which you own the game (Minecraft Java & Amazon Kindle Fire Editions not supported); an active subscription is required to use Marketplace Pass content. Content varies over time and may not be available in all countries. After the free trial period, subscription continues to be charged at the then-current regular price (subject to change) plus applicable taxes unless cancelled. You can cancel your subscription by accessing Services & subscriptions in your Microsoft account. If your subscription terminates or a content item is removed from the catalog, you must reactivate your subscription or buy the content separately to continue using it. ISP fees may apply. We may occasionally provide content that remains available to you even after the end of your subscription, in which case we reserve the right to take down such content if it becomes incompatible or if our rights to the content expire. Subscription subject to change and/or retirement. Subject to the Microsoft Services Agreement (www.microsoft.com/msa) and the Minecraft EULA (https://www.minecraft.net/eula). Any translations of these terms are done for your convenience only, and in the event of a dispute between the English and any non-English versions, the English version of these terms shall govern. ### {StrContains="Marketplace Pass"}, CertRequirement: [Amazon Kindle Fire Edition] store.csb.recurring.offerTrial=Marketplace Pass is an ongoing subscription with a recurring subscription fee which is charged automatically every month until the subscription is cancelled.%s150+ marketplace packs will be immediately available. You can cancel your subscription to stop future charges by accessing subscriptions settings. ### {StrContains="Marketplace Pass"} store.csb.recurring.withoutTrial=Marketplace Pass is an ongoing subscription with a recurring subscription fee which is charged automatically every month until the subscription is cancelled.%s150+ marketplace packs will be immediately available. You'll be billed %s/month and you can cancel your subscription to stop future charges by accessing subscriptions settings. ### {StrContains="Marketplace Pass"} @@ -8480,7 +8492,7 @@ store.csb.faq.answer1=Marketplace Pass is subscription service that gives you ac store.csb.faq.question2=How often is content updated in Marketplace Pass? ### {StrContains="Marketplace Pass"} store.csb.faq.answer2=Select content refreshes each month so there’s always something new to explore. store.csb.faq.question3=What do I need to enjoy Marketplace Pass? ### {StrContains="Marketplace Pass"} -store.csb.faq.answer3=Access to Marketplace Pass requires an active subscription, and a compatible version of Minecraft: Bedrock Edition with Minecraft Marketplace. Requires Microsoft Account sign-in. ### {StrContains="Marketplace Pass"} +store.csb.faq.answer3=Access to Marketplace Pass requires an active subscription, and a compatible version of Minecraft: Bedrock Edition with Minecraft Marketplace. Requires Microsoft account sign-in. ### {StrContains="Marketplace Pass"} store.csb.faq.question4=What happens to my content after it leaves Marketplace Pass? ### {StrContains="Marketplace Pass"} store.csb.faq.answer4=Once a world, texture pack, skin pack, or mash-up leaves the catalog, you will need to purchase the item from the Marketplace to continue playing. Packs will not be deleted from your local storage until you delete them. Monthly character creator items you’ve redeemed are yours to keep. store.csb.faq.question5=What happens when my subscription ends? @@ -8566,7 +8578,7 @@ store.itemMayNotBeCompatible=This item may not be compatible with your device. store.owned=Owned store.owned.legacy=Owned (P) store.unlocked=Unlocked -store.mypacks=My Content +store.myLibrary=My Library store.error=Marketplace Error @@ -8633,7 +8645,7 @@ store.popup.purchaseFailedInsufficientFunds.msg=You do not have enough Minecoins store.popup.purchaseFailedInsufficientFunds.buyButton=Get Minecoins store.popup.purchasePriceMismatch.msg=Sorry, we were unable to complete your purchase. Please try again later. store.popup.trialUpgradeFail.title=Game Unlock Error -store.popup.trialUpgradeFail.msg=It looks like you are signed into a different Microsoft Account from the one that first downloaded the Minecraft Trial. Try again after signing in with that account. +store.popup.trialUpgradeFail.msg=It looks like you are signed into a different Microsoft account from the one that first downloaded the Minecraft Trial. Try again after signing in with that account. store.popup.downloaded.unOwnedTemplate.title=Purchase World Template? store.popup.downloaded.unOwnedTemplate.msg=You do not own this template, and must purchase it to unlock it. Would you like to purchase the template? store.popup.rtx.title=Download Ray Tracing Packs? @@ -8661,8 +8673,8 @@ store.progress.checkingDownload=Checking download store.content.download=Download store.content.update=Update store.content.updating=Updating... -store.content.requireXbl.signedIn=Download for free with a Microsoft Account. -store.content.requireXbl.notSignedIn=Sign in to a Microsoft Account to unlock. +store.content.requireXbl.signedIn=Download for free with a Microsoft account. +store.content.requireXbl.notSignedIn=Sign in to a Microsoft account to unlock. store.mashup.count.personaPiece=1 Character Piece store.mashup.count.personaPieces=%s Character Pieces @@ -8757,12 +8769,12 @@ store.ratings.rate=Rate this pack! store.ratings.signIn.title=Rate Items in the Marketplace store.ratings.signIn.description1=Tell the creator and the community about your experience with this item! -store.ratings.signIn.description2=Before we can let you rate an item, you will need to sign in with a Microsoft Account. +store.ratings.signIn.description2=Before we can let you rate an item, you will need to sign in with a Microsoft account. store.purchase.success.realMoney1=You just unlocked: %s for %s store.purchase.success.realMoney2=+:minecoin:%s store.purchase.signIn=Expand your game with tons of great content. -store.purchase.signInPart2=Sign in with a Microsoft Account to start using the Marketplace! +store.purchase.signInPart2=Sign in with a Microsoft account to start using the Marketplace! store.purchase.realmoney.disclaimer=*Buys %s Minecoins for %s and redeems this pack for %s Minecoins leaving %s left over. store.purchase.notAvailable=Currently Not Available @@ -8789,7 +8801,7 @@ store.coins.purchased.failed.body=We were unable to connect to the app store. Ma store.coins.tooManyCoins=Use some of your Minecoins and then you can buy more. store.coins.incomplete.title=Incomplete Minecoin Purchase store.coins.incomplete.fulfill.a=It looks like we didn't finish things last time. Let's complete your purchase now. -store.coins.incomplete.fulfill.b=It looks like you started a purchase with a different Microsoft Account. Do you want to complete the purchase with this account instead? +store.coins.incomplete.fulfill.b=It looks like you started a purchase with a different Microsoft account. Do you want to complete the purchase with this account instead? store.coins.incomplete.fulfill.c=Someone started a purchase with the billing account on this device. Would you like to complete the purchase with this account? store.coins.fixAppReceipt.title=Something went wrong store.coins.fixAppReceipt.body=There appears to be a problem with your App Receipt, please sign in to continue. @@ -8827,7 +8839,6 @@ store.updating.title=Updating: %s store.importing.title=Importing: %s store.importing=Importing... store.showMore=See All -store.inventory.no.xbl=My Packs store.promo.today=Today Only! store.promo.upsell=Don't Miss Today's Free Gift! @@ -10184,10 +10195,10 @@ trial.tabbed_upsell.buttonAlternate=Unlock Minecraft Full Game trial.tabbed_upsell.minecraft.title=MINECRAFT trial.tabbed_upsell.minecraft.description=Endlessly explore your own unique worlds and construct anything you can imagine - from the simplest of homes to the grandest of castles! Play Creative mode to build wonders with unlimited resources. Or mine in Survival mode, crafting weapons and armor to fend off dangerous mobs and survive the nights. Plus, play with friends online! Unlock the full game today! trial.tabbed_upsell.xbl.title=MICROSOFT ACCOUNT -trial.tabbed_upsell.xbl.description=With the full Minecraft experience you get Creative mode, achievements, and more, plus with a Microsoft Account you can meet others in the Minecraft community! Join your friends' worlds, make new friends on Servers, and sync your Marketplace purchases to everywhere you play Minecraft. +trial.tabbed_upsell.xbl.description=With the full Minecraft experience you get Creative mode, achievements, and more, plus with a Microsoft account you can meet others in the Minecraft community! Join your friends' worlds, make new friends on Servers, and sync your Marketplace purchases to everywhere you play Minecraft. trial.tabbed_upsell.xbl.description.line2=*(in versions with Marketplace) trial.tabbed_upsell.achievements.title=ACHIEVEMENTS -trial.tabbed_upsell.achievements.description=In addition to the full Minecraft experience with Creative mode, Multiplayer, and more, you'll earn achievements and a Gamerscore to mark your Minecraft progress and show your Microsoft Account friends your accomplishments. Get the full game to start earning them! +trial.tabbed_upsell.achievements.description=In addition to the full Minecraft experience with Creative mode, Multiplayer, and more, you'll earn achievements and a Gamerscore to mark your Minecraft progress and show your Microsoft account friends your accomplishments. Get the full game to start earning them! trial.tabbed_upsell.multiplayer.title=MULTIPLAYER trial.tabbed_upsell.multiplayer.description=The full Minecraft experience lets you enjoy Creative mode, achievements and Multiplayer with your friends across Minecraft devices! Play with friends on console, PC and mobile to create, explore and survive together. Unlock the full Minecraft experience today! trial.tabbed_upsell.server.title=SERVERS @@ -10207,9 +10218,9 @@ trial.thanks_for_testing.button=Take me to the FAQ! trial.thanks_for_testing.minecraft.title=MINECRAFT TRIAL trial.thanks_for_testing.minecraft.description=Thank you for downloading the Minecraft Trial for Chromebook! Your playtesting will provide invaluable data for bug fixes and technical troubleshooting. Uncover a bug? Report it at bugs.mojang.com! Other questions? Check out our FAQ. trial.thanks_for_testing.xbl.title=MICROSOFT ACCOUNT -trial.thanks_for_testing.xbl.description=With the full Minecraft experience, you get Creative mode, achievements, and more, plus with a Microsoft Account you can meet others in the Minecraft community! You’ll be able to join friends’ worlds, make new friends on Servers, and sync your Marketplace purchases to everywhere you play Minecraft. +trial.thanks_for_testing.xbl.description=With the full Minecraft experience, you get Creative mode, achievements, and more, plus with a Microsoft account you can meet others in the Minecraft community! You’ll be able to join friends’ worlds, make new friends on Servers, and sync your Marketplace purchases to everywhere you play Minecraft. trial.thanks_for_testing.xbl.description.line2=*(in versions with Marketplace) -trial.thanks_for_testing.achievements.description=In addition to the full Minecraft experience with Creative mode, Multiplayer, and more, you'll earn achievements and a Gamerscore to mark your Minecraft progress and show your Microsoft Account friends your accomplishments. +trial.thanks_for_testing.achievements.description=In addition to the full Minecraft experience with Creative mode, Multiplayer, and more, you'll earn achievements and a Gamerscore to mark your Minecraft progress and show your Microsoft account friends your accomplishments. trial.thanks_for_testing.multiplayer.description=The full Minecraft experience lets you enjoy Creative mode, achievements and Multiplayer with your friends across Minecraft devices! Play with friends on console, PC and mobile to create, explore and survive together. trial.thanks_for_testing.server.description=As a part of the full Minecraft experience, Servers offer some of the most creative ways to enjoy Minecraft! Play great mini-games, meet the Minecraft community and make new friends. trial.thanks_for_testing.store.description=The full game allows access to Minecraft Marketplace, our in-game store. Switch up your look with new skins, change your world, or explore incredible new maps from the best community creators! @@ -10280,25 +10291,25 @@ autosave.info.xbox=When you see this icon, we are saving your game. Do not turn autosave.info.desktop=When you see this icon, we are saving your game. Do not turn off your computer while this icon is on screen. ## Xbox network strings -xbox.signin.error=Please sign in with your Microsoft Account to play with friends, earn gamerscore and achievements. +xbox.signin.error=Please sign in with your Microsoft account to play with friends, earn gamerscore and achievements. xbox.signin.error.pocket.line1=Thanks for testing Realms! The features are not final and you might run into bugs. Send us feedback! We're listening. xbox.signin.error.pocket.line2= -xbox.signin.error.pocket.line3=During this test, everyone will need to sign in with a Microsoft Account so they can be sent invites and added to Realms. +xbox.signin.error.pocket.line3=During this test, everyone will need to sign in with a Microsoft account so they can be sent invites and added to Realms. xbox.signin.warning.kickPlayer=This will send you back to the main menu. Continue? -xbox.connection.error=Disconnected from Microsoft Account +xbox.connection.error=Disconnected from Microsoft account xbox.signin=Sign In xbox.signin.qr=Two ways to Sign In xbox.signin.qr.left.header=Scan the QR Code xbox.signin.qr.left.body=Use your camera app or a QR code reader on your device. xbox.signin.qr.right.header=Or visit the website -xbox.signin.qr.account=Sign in with a free Microsoft Account to play online with your friends across platforms -xbox.signin.beta.blocked=Signing in with a Microsoft Account is not available on the beta at this time. +xbox.signin.qr.account=Sign in with a free Microsoft account to play online with your friends across platforms +xbox.signin.beta.blocked=Signing in with a Microsoft account is not available on the beta at this time. xbox.signin.enterCode=And enter this code: xbox.signin.enterCode.qr=2. Enter the code below when prompted: xbox.signin.letsPlay=Let's Play! -xbox.signin.message=Sign in with your Free Microsoft Account to experience the full world of Minecraft. +xbox.signin.message=Sign in with your Free Microsoft account to experience the full world of Minecraft. xbox.signin.url=https://microsoft.com/link -xbox.signin.useDifferentAccount=Sign in with a different Microsoft Account +xbox.signin.useDifferentAccount=Sign in with a different Microsoft account xbox.signin.website=Visit this website on another device: xbox.signin.website.qr=1. Visit this website on another device: xbox.signin.welcome=Welcome! @@ -10309,9 +10320,9 @@ xbox.signinFree=Sign In For Free xbox.signout=Sign Out xbox.signinquestion=Sign In? xbox.notnow=Not Now -xbox.signingin=Signing in with your Microsoft Account... +xbox.signingin=Signing in with your Microsoft account... xbox.signingin.offline=Signing in -xbox.failedsignin.body=We could not sign you into your Microsoft Account. Access to Realms, Profiles, and your Marketplace items will be limited. Please try again later. +xbox.failedsignin.body=We could not sign you into your Microsoft account. Access to Realms, Profiles, and your Marketplace items will be limited. Please try again later. xbox.failedsignin.error=Error Code: xbox.failedsignin.moreInfo=More Info xbox.dev_wrongSandboxSigninFailed.title=Something Went Wrong @@ -10320,25 +10331,20 @@ xbox.dev_wrongSandboxSigninFailed.button.dev=Change To Dev Sandbox xbox.dev_wrongSandboxSigninFailed.button.retail=Change To Retail Sandbox xbox.dev_wrongSandboxSigninFailed.button.clearXbl=Clear Account Sign in Data xbox.invitesignin.line1=Invite your friends by their Gamertag to see their worlds when they are online. -xbox.invitesignin.line2=Sign in with a Microsoft Account to start inviting friends! +xbox.invitesignin.line2=Sign in with a Microsoft account to start inviting friends! xbox.thirdpartysignin.line1=Awesome mini-games and new players are waiting for you! But first, '%s' would like to know who you are. -xbox.thirdpartysignin.line2=You need to sign in with a Microsoft Account to connect! +xbox.thirdpartysignin.line2=You need to sign in with a Microsoft account to connect! xbox.signInLong=Sign in for Free! -xbox.signOutLong=Sign out of your Microsoft Account +xbox.signOutLong=Sign out of your Microsoft account xbox.genericsignin.line1=Your Minecraft account lets you play online multiplayer with friends on PCs and mobile devices. And the best part? xbox.genericsignin.line2=It's FREE! xbox.genericsignin.line3=You can use it anywhere you play Minecraft. -xbox.disconectionscreen.notSignedIn=Sign in with your Microsoft Account to play with friends. -xbox.disconectionscreen.multiplayerNotAllowed=This Microsoft Account does not have permission to join multiplayer games. +xbox.disconectionscreen.notSignedIn=Sign in with your Microsoft account to play with friends. +xbox.disconectionscreen.multiplayerNotAllowed=This Microsoft account does not have permission to join multiplayer games. xbox.disconectionscreen.accessDenied=You must be friends with someone in this game in order to join. -xbox.friendfinder.enterGamertag=Enter Gamertag -xbox.friendfinder.findFriends=Find Friends by Gamertag -xbox.friendfinder.searchingForGamertag=Searching -xbox.friendfinder.gamertagNotFound=Gamertag Not Found - xbox.profile.addFriend=Add Friend xbox.profile.addFriend.success=Success! %s was added to your friend list. xbox.profile.block=Block @@ -11298,7 +11304,7 @@ gathering.info.qr.body.childAccount=Your current parental controls limit you fro gathering.info.qr.title.console=Live Event Stream gathering.info.qr.body.console=Scan to join our Live Event Stream gathering.info.signIn.title=Sign in to join this event. -gathering.info.signIn.body=Please sign in to your Microsoft Account to take part in this event. +gathering.info.signIn.body=Please sign in to your Microsoft account to take part in this event. gathering.activation.warning=Unable to find Gathering gathering.activation.warning.signIn=Unable to find Gathering. Please sign-in before trying again. gathering.activation.warning.title=Oh no! diff --git a/resource_pack/texts/es_ES.lang b/resource_pack/texts/es_ES.lang index 0c7771020..cb625a692 100644 --- a/resource_pack/texts/es_ES.lang +++ b/resource_pack/texts/es_ES.lang @@ -1908,8 +1908,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=Reequilibrio de intercambi createWorldScreen.experimentalVillagerTradesRebalanceDescription=Incluye intercambios actualizados para los aldeanos con el fin de reequilibrarlos # createWorldScreen.experimentalArmadillo=Armadura para lobo y armadillo # createWorldScreen.experimentalArmadilloDescription=¡Descubre al armadillo y equípate con tu lobo gracias la nueva armadura para lobo! # -createWorldScreen.experimentalBundles=Lotes # -createWorldScreen.experimentalBundlesDescription=Te permite fabricar y usar el objeto del lote # createWorldScreen.worldPreferences=Preferencias del mundo # createWorldScreen.startWithMap=Mapa inicial # createWorldScreen.defaultName=Mi mundo # @@ -3878,7 +3876,7 @@ howtoplay.minecoins.text.1=¡Explora un mundo de posibilidades con las minecoins howtoplay.minecoins.text.2=¡Al canjearlas, tus minecoins estarán vinculadas a tu cuenta de Microsoft para que puedas acceder a tus monedas y compras en otros dispositivos compatibles! # howtoplay.minecoins.button.text.1=Conseguir monedas # howtoplay.minecoins.header.1=Aviso legal # -howtoplay.minecoins.text.3=* Las minecoins requieren una versión de Minecraft: Bedrock Edition con el Marketplace de Minecraft. Las minecoins no son compatibles con PlayStation®. Para obtener información sobre compatibilidad, visita minecraft.net/minecoins #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=* Las minecoins requieren una versión de Minecraft: Bedrock Edition con el Marketplace de Minecraft. Las minecoins no son compatibles con PlayStation®. Para obtener información sobre compatibilidad, visita minecraft.net/minecoins  #### CertRequirement: [PlayStation®] howtoplay.mining=Minería # @@ -6332,10 +6330,10 @@ options.dev_experimentalTreatment=Anular tratamientos experimentales # options.dev_sandboxRetail=Xforge Sandbox: particulares # options.dev_sandboxDev=Xforge Sandbox: desarrolladores # options.dev_sandboxDevAchievement=Sandbox Xforge: logro de los desarrolladores # -options.dev_showDiscoveryOverridePanel=Anular puntos finales de servicio # -options.dev_discoveryOverrideServiceName=Nombre del servicio (seguridad, personaje, etc.) # +options.dev_showDiscoveryOverridePanel=Override Service Endpoints # +options.dev_discoveryOverrideServiceName=Service Name (safety, persona, etc.) # options.dev_discoveryOverrideServiceBranch=Rama # -options.dev_resetAllEndpointOverrides=Restablecer todos los puntos finales # +options.dev_resetAllEndpointOverrides=Reset All Endpoints # options.dev_apply=Aplicar # options.dev_displayTreatmentsPanel=Tratamientos de visualización # options.dev_currentTreatmentsTitle=Tratamientos actuales # @@ -6411,7 +6409,6 @@ options.dev_sunsetting_tier.two=Rango 2: KitKat # options.dev_sunsetting_tier.three=Nivel 3 - FireTV # options.dev_sunsetting_tier.four=Rango 4: 1024MB # options.dev_sunsetting_tier.five=Rango 5: iOS-12 y Nougat # -options.dev_sunsetting_tier.six=Rango 6: iOS 13, Android 8 y dispositivos de RV # options.dev_sunsetting_tier.not_pending=No pendiente # options.dev_gatherings_section=Recolecciones # options.dev_gatherings_enable=Habilitar las reuniones # @@ -6966,12 +6963,26 @@ sunsetting.popup.title=Este dispositivo ya no es compatible. # sunsetting.popup.moreInfo=Más información # sunsetting.popup.dontshow=No volver a mostrar # -sunsetting.popup.pendingSunset.device=Nuestra capacidad para dar soporte a este dispositivo está llegando a su fin. Seguirás recibiendo actualizaciones hasta marzo de 2025; ese mes recibirás la última actualización que funcionará en este dispositivo. %sUna vez que la tengas, podrás seguir jugando en tus mundos y acceder a tus compras del Marketplace (incluidas tus minecoins), pero ya no podrás realizar nuevas compras en este dispositivo. Los Realms que se administren desde este dispositivo seguirán funcionando durante 6 meses a partir de marzo de 2025 a menos que el propietario los actualice en otro distinto. Para cancelar tu suscripción a un Realm, tendrás que hacerlo en el menú Configuración de suscripciones del dispositivo desde el que se creó. No recibirás las actualizaciones más recientes ni tampoco podrás jugar en multijugador con dispositivos o Realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a ciertos servidores.%sHaz clic en el botón para obtener más información. # -sunsetting.popup.sunset.device=Nuestra capacidad para dar soporte a este dispositivo ha llegado a su fin. Ya no seguirás recibiendo actualizaciones a partir de marzo de 2025 hasta que actualices tu dispositivo. Esta será la última actualización compatible con este dispositivo.%sPodrás seguir jugando en tus mundos y acceder a tus compras del Marketplace (incluidas tus minecoins). Los Realms que se administren desde este dispositivo seguirán funcionando durante 6 meses a partir de marzo de 2025 a menos que el propietario los actualice en otro distinto. Para cancelar tu suscripción a un Realm, tendrás que hacerlo en el menú Configuración de suscripciones del dispositivo con el que se creó. No recibirás las actualizaciones más recientes ni tampoco podrás jugar en multijugador con dispositivos o Realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a ciertos servidores.%sHaz clic en el botón para obtener más información. # -sunsetting.popup.pendingSunset.windows_xr=Nuestra compatibilidad con dispositivos gráficos VR/MR ha llegado a su fin. Este dispositivo recibirá su última actualización en marzo de 2025, y a partir de ese momento no recibirá más soporte.%sDespués de recibir la actualización final, seguirás recibiendo actualizaciones en tu PC y podrás jugar sin usar dispositivos VR/MR. Desde ese momento, podrás seguir construyendo en tus mundos y tus compras en el Marketplace (incluidas las minecoins) seguirán estando disponibles en los dispositivos gráficos que no sean VR/MR como puede ser un monitor de ordenador. Ya no podrás usar tu dispositivo VR/MR con Minecraft en las últimas actualizaciones.%sHaz clic en el botón para obtener más información. # -sunsetting.popup.sunset.windows_xr=Nuestra compatibilidad con dispositivos gráficos VR/MR ha llegado a su fin. Este dispositivo VR/MR ya no es compatible. Has recibido la actualización final para este dispositivo gráfico y seguirás recibiendo actualizaciones en tu PC y podrás jugar sin usar dispositivos VR/MR. Desde ese momento, podrás seguir construyendo en tus mundos y tus compras en el Marketplace (incluidas las minecoins) seguirán estando disponibles en los dispositivos gráficos que no sean VR/MR como puede ser un monitor de ordenador. Ya no podrás usar tu dispositivo VR/MR con Minecraft en las últimas actualizaciones.%sHaz clic en el botón para obtener más información. Sabemos que puede ser molesto y agradecemos mucho todo tu apoyo y el tiempo que has pasado jugando a nuestro juego. # -sunsetting.popup.pendingSunset.geo=Dentro de poco, este dispositivo dejará de estar disponible en tu zona. Tras recibir la última actualización, podrás seguir jugando en tus mundos y acceder a tus compras del Marketplace, pero ya no podrás hacer nuevas compras. Los Realms que se administran desde este dispositivo seguirán funcionando durante 6 meses, pero el 30 de septiembre de 2023 dejarás de tener acceso a ellos. Te recomendamos que descargues tu mundo antes de esta fecha.%sSi has iniciado sesión con una cuenta de Microsoft, tus compras del Marketplace, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo.%sHaz clic en el botón para obtener más información sobre cómo transferir tu mundo a un nuevo dispositivo, entre otras cosas. # -sunsetting.popup.sunset.geo=Este dispositivo ya no está disponible en tu zona. Todavía podrás jugar en tus mundos y acceder a tus compras del Marketplace, pero ya no podrás hacer nuevas compras. Los Realms que se administran desde este dispositivo seguirán funcionando hasta el 30 de septiembre de 2023, pero tras esta fecha dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de ese día.%sSi has iniciado sesión con una cuenta de Microsoft, tus compras del Marketplace, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo.%sHaz clic en el botón para obtener más información sobre cómo transferir tu mundo a un nuevo dispositivo, entre otras cosas. # +sunsetting.popup.moreInfo.gearVR=Para obtener más información, visita https://aka.ms/MinecraftSunsetting en cualquier navegador web. # +sunsetting.popup.moreInfo.gearVR.geo=Para obtener más información, visita la página https://aka.ms/MinecraftGeoSunsetting en cualquier navegador web. # + +sunsetting.popup.pendingSunset.ios=Nuestra capacidad para dar soporte a este dispositivo está llegando a su fin. Seguirás recibiendo actualizaciones hasta febrero de 2024; ese mes recibirás la última actualización para este dispositivo. %sUna vez que la tengas, podrás seguir jugando en tus mundos y acceder a tus compras del Marketplace (incluidas tus minecoins), pero ya no podrás realizar nuevas compras en este dispositivo. Los Realms que se administren desde este dispositivo seguirán funcionando durante 6 meses a menos que el propietario los actualice en otro distinto. Para cancelar tu suscripción a un Realms, tendrás que hacerlo en el menú Configuración de suscripciones del dispositivo desde el que se creó. No recibirás las actualizaciones más recientes ni tampoco podrás jugar en multijugador con dispositivos o Realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a ciertos servidores.%sHaz clic en el botón para obtener más información. Ahí también te explicamos cómo migrar tu mundo a un dispositivo nuevo. # +sunsetting.popup.pendingSunset.android=Nuestra capacidad para dar soporte a este dispositivo está llegando a su fin. Seguirás recibiendo actualizaciones hasta febrero de 2024; ese mes recibirás la última actualización para este dispositivo. %sUna vez que la tengas, podrás seguir jugando en tus mundos y acceder a tus compras del Marketplace (incluidas tus minecoins), pero ya no podrás realizar nuevas compras en este dispositivo. Los Realms que se administren desde este dispositivo seguirán funcionando durante 6 meses a menos que el propietario los actualice en otro distinto. Para cancelar tu suscripción a un reino, tendrás que hacerlo desde tus suscripciones de Google Play. Puedes acceder a Google Play desde cualquier dispositivo compatible o desde un PC que te permita acceder a tu cuenta. No recibirás las actualizaciones más recientes ni tampoco podrás jugar en multijugador con dispositivos o Realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a ciertos servidores.%sHaz clic en el botón para obtener más información. Ahí también te explicamos cómo migrar tu mundo a un dispositivo nuevo. # +sunsetting.popup.pendingSunset.ios_android=Nuestra capacidad para dar soporte a este dispositivo está llegando a su fin. Seguirás recibiendo actualizaciones hasta noviembre de 2022; ese mes, recibirás la última actualización para este dispositivo. Lamentamos mucho las molestias. %sUna vez que recibas la última actualización, podrás seguir jugando en tus mundos y acceder a tus compras del Marketplace (incluidas tus Minecoins). Los Realms que se administren desde este dispositivo seguirán funcionando durante 6 meses a menos que el propietario los actualice en otro dispositivo. No recibirás las actualizaciones más recientes ni tampoco podrás jugar en multijugador con dispositivos o Realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a ciertos servidores. %sHaz clic en el botón para obtener más información. Ahí también te explicamos cómo mudar tus mundos a un dispositivo nuevo. # +sunsetting.popup.sunset.ios_android=Este dispositivo ya no es compatible y has recibido la última actualización que se ha hecho para él. Puedes seguir construyendo tus mundos y sigues teniendo disponibles tus compras del Marketplace (incluidas las minecoins). Tus Realms seguirán funcionando a menos que el propietario los actualice en otro dispositivo. No recibirás las actualizaciones más recientes ni tampoco podrás jugar en multijugador con dispositivos o Realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a ciertos servidores. %sHaz clic en el botón para obtener más información. Ahí también te explicamos cómo mudar tus mundos a un dispositivo nuevo. Sabemos que esto es una molestia. Agradecemos mucho todo tu apoyo y el tiempo que has pasado en nuestro juego. Esperamos verte de nuevo en un dispositivo actualizado. # +sunsetting.popup.pendingSunset.gearvr_win10=Nuestra capacidad para dar soporte a este dispositivo está llegando a su fin. Seguirás recibiendo actualizaciones hasta el próximo gran lanzamiento, tras el cual recibirás la última actualización para este dispositivo. Lamentamos mucho las molestias. %sUna vez que recibas la última actualización, podrás seguir jugando en tus mundos y acceder a tus compras del Marketplace (incluidas tus minecoins). Sin embargo, ya no podrás jugar en multijugador ni acceder a Realms con este dispositivo. No recibirás las actualizaciones más recientes ni tampoco podrás jugar con dispositivos o Realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a ciertos servidores. %sHaz clic en el botón para obtener más información. Ahí también te explicamos cómo mudar tus mundos a un dispositivo nuevo. # +sunsetting.popup.sunset.gearvr_win10=Este dispositivo ya no es compatible y has recibido la última actualización que se ha hecho para él. Puedes seguir construyendo tus mundos y sigues teniendo disponibles tus compras del Marketplace (incluidas las minecoins). Sin embargo, ya no podrás jugar en multijugador ni acceder a Realms con este dispositivo. No recibirás las actualizaciones más recientes ni tampoco podrás jugar con dispositivos que sigan recibiendo actualizaciones. Tampoco podrás conectarte a ciertos servidores. # +sunsetting.popup.pendingSunset.dx10=Nuestra capacidad para dar soporte a este dispositivo gráfico está llegando a su fin. Seguirás recibiendo actualizaciones hasta el próximo gran lanzamiento, tras el cual recibirás la última actualización para este dispositivo. Lamentamos mucho las molestias. %sUna vez que recibas la última actualización, podrás seguir jugando en tus mundos y acceder a tus compras del Marketplace (incluidas tus minecoins). Los Realms que se administren desde este dispositivo seguirán funcionando a menos que el propietario los actualice en otro dispositivo. No recibirás las actualizaciones más recientes ni tampoco podrás jugar en multijugador con dispositivos o Realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a ciertos servidores. %sHaz clic en el botón para obtener más información. Ahí también te explicamos cómo mudar tus mundos a un dispositivo nuevo. # +sunsetting.popup.sunset.dx10=Este dispositivo gráfico ya no es compatible y has recibido la última actualización que se ha hecho para él. Puedes seguir construyendo tus mundos y sigues teniendo disponibles tus compras del Marketplace (incluidas las minecoins). Tus Realms seguirán funcionando a menos que el propietario los actualice en otro dispositivo. No recibirás las actualizaciones más recientes ni tampoco podrás jugar en multijugador con dispositivos o Realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a ciertos servidores. %sHaz clic en el botón para obtener más información. Ahí también te explicamos cómo mudar tus mundos a un dispositivo nuevo. Sabemos que esto es una molestia. Agradecemos mucho todo tu apoyo y el tiempo que has pasado en nuestro juego. # + +sunsetting.popup.pendingSunset.geo.ios=Dentro de poco, dejaremos de poder dar soporte a este dispositivo en tu zona. Tras recibir la última actualización, podrás seguir jugando en tus mundos y acceder a tus compras del Marketplace, pero ya no podrás hacer nuevas compras. Los Realms de este dispositivo seguirán funcionando durante 6 meses, pero el 30 de septiembre de 2023 dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de esta fecha, así como que visualices los ajustes de suscripciones de este dispositivo para cancelar tu suscripción. %sSi has iniciado sesión con una cuenta de Microsoft o Xbox Live, tus compras del Marketplace, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.ios=Ya no podemos dar soporte a este dispositivo en tu zona. Todavía podrás jugar en tus mundos y acceder a tus compras del Marketplace, pero ya no podrás hacer nuevas compras. Los Realms que se administran desde este dispositivo seguirán funcionando hasta el 30 de septiembre de 2023, pero tras esta fecha dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de ese día. %sSi has iniciado sesión con una cuenta de Microsoft o Xbox Live, tus compras del Marketplace, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.amazon=Dentro de poco, dejaremos de poder dar soporte a este dispositivo en tu zona. Tras recibir la última actualización, podrás seguir jugando en tus mundos y acceder a tus compras del Marketplace, pero ya no podrás hacer nuevas compras. Los Realms de este dispositivo seguirán funcionando durante 6 meses, pero el 30 de septiembre de 2023 dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de esta fecha. %sSi has iniciado sesión con una cuenta de Microsoft o Xbox Live, tus compras del Marketplace, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.amazon=Ya no podemos dar soporte a este dispositivo en tu zona. Todavía podrás jugar en tus mundos y acceder a tus compras del Marketplace, pero ya no podrás hacer nuevas compras. Los Realms que se administran desde este dispositivo seguirán funcionando hasta el 30 de septiembre de 2023, pero tras esta fecha dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de ese día. %sSi has iniciado sesión con una cuenta de Microsoft o Xbox Live, tus compras del Marketplace, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.android=Dentro de poco, dejaremos de poder dar soporte a este dispositivo en tu zona. Con esta última actualización, podrás seguir jugando en tus mundos y acceder a tus compras del Marketplace, pero ya no podrás hacer nuevas compras. Los Realms que se administran desde este dispositivo seguirán funcionando durante 6 meses, pero el 30 de septiembre de 2023 dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de esta fecha, así como que visualices tus suscripciones en Google Pay para cancelar tu suscripción. %sYa no recibirás las actualizaciones más recientes y no podrás jugar al modo multijugador. Además, tampoco podrás conectarte a determinados servidores. %sSi has iniciado sesión con una cuenta de Microsoft o Xbox Live, tus compras del Marketplace, tus minecoins y tu suscripción a Realms seguirán estando disponibles en las otras plataformas donde juegues a Minecraft, desde donde podrás volver a suscribirte.%sSi quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.android=Ya no podemos dar soporte a este dispositivo en tu zona. Todavía podrás jugar en tus mundos y acceder a tus compras del Marketplace, pero ya no podrás hacer nuevas compras. Los Realms que se administran desde este dispositivo seguirán funcionando hasta el 30 de septiembre de 2023, pero tras esta fecha dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de ese día. %sSi has iniciado sesión con una cuenta de Microsoft o Xbox Live, tus compras del Marketplace, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.generic=Dentro de poco, dejaremos de poder dar soporte a este dispositivo en tu zona. Tras recibir la última actualización, podrás seguir jugando en tus mundos y acceder a tus compras del Marketplace, pero ya no podrás hacer nuevas compras. Los Realms de este dispositivo seguirán funcionando durante 6 meses, pero el 30 de septiembre de 2023 dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de esta fecha. %sSi has iniciado sesión con una cuenta de Microsoft o Xbox Live, tus compras del Marketplace, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. # +sunsetting.popup.sunset.geo.generic=Ya no podemos dar soporte a este dispositivo en tu zona. Todavía podrás jugar en tus mundos y acceder a tus compras del Marketplace, pero ya no podrás hacer nuevas compras. Los Realms que se administran desde este dispositivo seguirán funcionando hasta el 30 de septiembre de 2023, pero tras esta fecha dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de ese día. %sSi has iniciado sesión con una cuenta de Microsoft o Xbox Live, tus compras del Marketplace, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. # sunsetting.banner.play.worldTab.pending=Puede que tu versión no se conecte a multijugador dentro de poco # sunsetting.banner.play.friendsTab.pending=Puede que tu versión no se conecte a multijugador dentro de poco # @@ -10886,7 +10897,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Elegir nuevo aspecto # dr.classic_skins.custom_skin_title=Importar aspecto # dr.classic_skins.custom_skin_description=Importa una imagen png (64x32, 64x64 o 128x128) desde tu dispositivo para usarla como aspecto. No se sincronizará entre dispositivos o partidas. # -dr.classic_skins.custom_skin_description_disabled=Tu dispositivo no puede seleccionar un aspecto personalizado mientras estés jugando en una partida multijugador. Vuelve al menú principal para equiparte uno. # +dr.classic_skins.custom_skin_description_disabled= Tu dispositivo no puede seleccionar un aspecto personalizado mientras estés jugando en una partida multijugador. Vuelve al menú principal para equiparte uno. # dr.classic_skins.custom_skin_description_popup=No podrás ver a los jugadores que tengan aspectos personalizados si tienes activada la opción «Permitir únicamente aspectos de confianza» # dr.classic_skins.custom_skin_section_title=Aspectos que tienes # dr.classic_skins.invalidCustomSkin=Importa un archivo .png de dimensiones 64x64, 64x32 o 128x128 # diff --git a/resource_pack/texts/es_MX.lang b/resource_pack/texts/es_MX.lang index fbd708106..d93731d76 100644 --- a/resource_pack/texts/es_MX.lang +++ b/resource_pack/texts/es_MX.lang @@ -1908,8 +1908,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=Reequilibrio de intercambi createWorldScreen.experimentalVillagerTradesRebalanceDescription=Incluye intercambios actualizados para los aldeanos con el fin de reequilibrarlos # createWorldScreen.experimentalArmadillo=Armadura para lobo y armadillo # createWorldScreen.experimentalArmadilloDescription=¡Descubre al armadillo y equipa a tu lobo gracias la nueva armadura para lobo! # -createWorldScreen.experimentalBundles=Lotes # -createWorldScreen.experimentalBundlesDescription=Te permite fabricar y usar el objeto del lote # createWorldScreen.worldPreferences=Preferencias del mundo # createWorldScreen.startWithMap=Mapa inicial # createWorldScreen.defaultName=Mi mundo # @@ -2203,7 +2201,7 @@ network.onlinePlay.msg=Puedes invitar amigos a tus mundos, ver las creaciones de network.onlinePlay.instruction=En el menú de Juego, puedes unirte a los mundos de tus amigos o invitarlos a tus mundos y Realms. # network.thirdparty.connect.splitscreen=Para jugar en el modo multijugador de pantalla dividida en línea, inicia sesión en una cuenta de %s. # network.thirdparty.connect.benefit=Inicia sesión con tu cuenta de %s para jugar en línea con tus amigos y ver las cosas geniales de la tienda. # -network.thirdparty.connect.store=Necesitarás una cuenta para %s para ver lo que hay en la tienda. # +network.thirdparty.connect.store=Debes tener una cuenta de %s para ver lo que hay en la tienda. # network.thirdparty.connect.achievements=Debes tener una cuenta de %s para obtener logros. # network.thirdparty.findfriends.failed=No pudimos establecer una conexión con los servicios de la cuenta de Microsoft. Revisa tu conexión a Internet. # @@ -3878,7 +3876,7 @@ howtoplay.minecoins.text.1=¡Explora un mundo de posibilidades con las minecoins howtoplay.minecoins.text.2=¡Al canjearlas, tus minecoins estarán vinculadas a tu cuenta de Microsoft para que puedas acceder a tus monedas y compras en otros dispositivos compatibles! # howtoplay.minecoins.button.text.1=Conseguir Minecoins # howtoplay.minecoins.header.1=Aviso legal # -howtoplay.minecoins.text.3=* Las minecoins requieren una versión de Minecraft: Bedrock Edition con el Marketplace de Minecraft. Las minecoins no son compatibles con PlayStation®. Para obtener información sobre compatibilidad, visita minecraft.net/minecoins #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=* Las minecoins requieren una versión de Minecraft: Bedrock Edition con el Mercado de Minecraft. Las minecoins no son compatibles con PlayStation®. Para obtener información sobre compatibilidad, visita minecraft.net/minecoins  #### CertRequirement: [PlayStation®] howtoplay.mining=Minería # @@ -6163,7 +6161,7 @@ options.content_log_gui.level.info=Información # options.content_log_gui.level.warn=Advertir # options.content_log_gui.level.error=Error # options.controller=Control # -options.controllerLayout=Diseño del control # +options.controllerLayout=Diseño de controles # options.controllerSettings=Configuración del control # options.controls=Controles... # options.control_alt_keybinds_section=Las siguientes teclas se utilizan con "CTRL + ALT" # @@ -6332,10 +6330,10 @@ options.dev_experimentalTreatment=Sobrescribir los tratamientos especiales # options.dev_sandboxRetail=Xforge Sandbox: minoristas # options.dev_sandboxDev=Xforge Sandbox: desarrolladores # options.dev_sandboxDevAchievement=Sandbox Xforge: logro de los desarrolladores # -options.dev_showDiscoveryOverridePanel=Anular puntos finales de servicio # -options.dev_discoveryOverrideServiceName=Nombre del servicio (seguridad, personaje, etc.) # +options.dev_showDiscoveryOverridePanel=Override Service Endpoints # +options.dev_discoveryOverrideServiceName=Service Name (safety, persona, etc.) # options.dev_discoveryOverrideServiceBranch=Rama # -options.dev_resetAllEndpointOverrides=Restablecer todos los puntos finales # +options.dev_resetAllEndpointOverrides=Reset All Endpoints # options.dev_apply=Aplicar # options.dev_displayTreatmentsPanel=Mostrar tratamientos # options.dev_currentTreatmentsTitle=Tratamientos actuales # @@ -6411,7 +6409,6 @@ options.dev_sunsetting_tier.two=Nivel 2 - KitKat # options.dev_sunsetting_tier.three=Nivel 3: FireTV # options.dev_sunsetting_tier.four=Nivel 4: 1024 MB # options.dev_sunsetting_tier.five=Rango 5: iOS-12 y Nougat # -options.dev_sunsetting_tier.six=Rango 6: iOS 13, Android 8 y dispositivos de RV # options.dev_sunsetting_tier.not_pending=No pendiente # options.dev_gatherings_section=Recolecciones # options.dev_gatherings_enable=Habilitar las reuniones # @@ -6546,7 +6543,7 @@ options.hidegamepadcursor=Ocultar el cursor del control # options.hidegui=Ocultar interfaz de juego # options.showKeyboardPrompts=Mostrar indicaciones del teclado y el mouse # options.showLearningPrompts=Mostrar indicaciones de aprendizaje # -options.hidetooltips=Ocultar sugerencias del control # +options.hidetooltips=Ocultar descripciones emergentes de controles # options.splitscreenHUDsize=Tamaño del HUD en pantalla dividida # options.ingamePlayerNames=Nombres de los jugadores durante el juego # options.splitscreenIngamePlayerNames=Nombres de los jugadores durante el juego en pantalla dividida # @@ -6966,12 +6963,26 @@ sunsetting.popup.title=Este dispositivo ya no es compatible. # sunsetting.popup.moreInfo=Más información # sunsetting.popup.dontshow=No volver a mostrar este mensaje # -sunsetting.popup.pendingSunset.device=Nuestra capacidad para dar soporte a este dispositivo está llegando a su fin. Seguirás recibiendo actualizaciones hasta marzo de 2025; ese mes recibirás la última actualización que funcionará en este dispositivo. %sUna vez que la tengas, podrás seguir jugando en tus mundos y acceder a tus compras del Marketplace (incluidas tus minecoins), pero ya no podrás realizar nuevas compras en este dispositivo. Los Realms que se administren desde este dispositivo seguirán funcionando durante 6 meses a partir de marzo de 2025 a menos que el propietario/a los actualice en otro distinto. Para cancelar tu suscripción a un Realm, tendrás que hacerlo en el menú Configuración de suscripciones del dispositivo desde el que se creó. No recibirás las actualizaciones más recientes ni tampoco podrás jugar en multijugador con dispositivos o Realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a ciertos servidores.%sHaz clic en el botón para obtener más información. # -sunsetting.popup.sunset.device=Nuestra capacidad para dar soporte a este dispositivo ha llegado a su fin. Ya no seguirás recibiendo actualizaciones a partir de marzo de 2025 hasta que actualices tu dispositivo. Esta será la última actualización compatible con este dispositivo.%sPodrás seguir jugando en tus mundos y acceder a tus compras del Marketplace (incluidas tus minecoins). Los Realms que se administren desde este dispositivo seguirán funcionando durante 6 meses a partir de marzo de 2025 a menos que el propietario/a/a los actualice en otro distinto. Para cancelar tu suscripción a un Realm, tendrás que hacerlo en el menú Configuración de suscripciones del dispositivo con el que se creó. No recibirás las actualizaciones más recientes ni tampoco podrás jugar en multijugador con dispositivos o Realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a ciertos servidores.%sHaz clic en el botón para obtener más información. # -sunsetting.popup.pendingSunset.windows_xr=Nuestra compatibilidad con dispositivos gráficos VR/MR ha llegado a su fin. Este dispositivo recibirá su última actualización en marzo de 2025, y a partir de ese momento no recibirá más soporte.%sDespués de recibir la actualización final, seguirás recibiendo actualizaciones en tu PC y podrás jugar sin usar dispositivos VR/MR. Desde ese momento, podrás seguir construyendo en tus mundos y tus compras en el Marketplace (incluidas las minecoins) seguirán estando disponibles en los dispositivos gráficos que no sean VR/MR como puede ser un monitor de computadora. Ya no podrás usar tu dispositivo VR/MR con Minecraft en las últimas actualizaciones.%sHaz clic en el botón para obtener más información. # -sunsetting.popup.sunset.windows_xr=Nuestra compatibilidad con dispositivos gráficos VR/MR ha llegado a su fin. Este dispositivo VR/MR ya no es compatible. Has recibido la actualización final para este dispositivo gráfico y seguirás recibiendo actualizaciones en tu PC y podrás jugar sin usar dispositivos VR/MR. Desde ese momento, podrás seguir construyendo en tus mundos y tus compras en el Marketplace (incluidas las minecoins) seguirán estando disponibles en los dispositivos gráficos que no sean VR/MR como puede ser un monitor de computadora. Ya no podrás usar tu dispositivo VR/MR con Minecraft en las últimas actualizaciones.%sHaz clic en el botón para obtener más información. Sabemos que puede ser molesto y agradecemos mucho todo tu apoyo y el tiempo que has pasado jugando a nuestro juego. # -sunsetting.popup.pendingSunset.geo=Dentro de poco, este dispositivo dejará de estar disponible en tu zona. Tras recibir la última actualización, podrás seguir jugando en tus mundos y acceder a tus compras del Marketplace, pero ya no podrás hacer nuevas compras. Los Realms que se administran desde este dispositivo seguirán funcionando durante 6 meses, pero el 30 de septiembre de 2023 dejarás de tener acceso a ellos. Te recomendamos que descargues tu mundo antes de esta fecha.%sSi has iniciado sesión con una cuenta de Microsoft, tus compras del Marketplace, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo.%sHaz clic en el botón para obtener más información sobre cómo transferir tu mundo a un nuevo dispositivo, entre otras cosas. # -sunsetting.popup.sunset.geo=Este dispositivo ya no está disponible en tu zona. Todavía podrás jugar en tus mundos y acceder a tus compras del Marketplace, pero ya no podrás hacer nuevas compras. Los Realms que se administran desde este dispositivo seguirán funcionando hasta el 30 de septiembre de 2023, pero tras esta fecha dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de ese día.%sSi has iniciado sesión con una cuenta de Microsoft, tus compras del Marketplace, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo.%sHaz clic en el botón para obtener más información sobre cómo transferir tu mundo a un nuevo dispositivo, entre otras cosas. # +sunsetting.popup.moreInfo.gearVR=Para obtener más información, visita https://aka.ms/MinecraftSunsetting en cualquier navegador web. # +sunsetting.popup.moreInfo.gearVR.geo=Para obtener más información, visita la página https://aka.ms/MinecraftGeoSunsetting en cualquier navegador web. # + +sunsetting.popup.pendingSunset.ios=Nuestra capacidad para dar soporte a este dispositivo está llegando a su fin. Seguirás recibiendo actualizaciones hasta febrero de 2024; ese mes recibirás la última actualización para este dispositivo. %sUna vez que la tengas, podrás seguir jugando en tus mundos y acceder a tus compras del Marketplace (incluidas tus minecoins), pero ya no podrás realizar nuevas compras en el mismo. Los Realms que se administren desde este dispositivo seguirán funcionando durante 6 meses a menos que el propietario(a) los actualice en otro distinto. Para cancelar tu suscripción a un Realms, tendrás que hacerlo en el menú Configuración de suscripciones del dispositivo desde donde se creó. No recibirás las actualizaciones más recientes ni tampoco podrás jugar en multijugador con dispositivos o Realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a ciertos servidores.%sHaz clic en el botón para obtener más información. Ahí también te explicamos cómo migrar tu mundo a un dispositivo nuevo. # +sunsetting.popup.pendingSunset.android=Nuestra capacidad para dar soporte a este dispositivo está llegando a su fin. Seguirás recibiendo actualizaciones hasta febrero de 2024; ese mes recibirás la última actualización para este dispositivo. %sUna vez que la tengas, podrás seguir jugando en tus mundos y acceder a tus compras del Marketplace (incluidas tus minecoins), pero ya no podrás realizar nuevas compras en el mismo. Los Realms que se administren desde este dispositivo seguirán funcionando durante 6 meses a menos que el propietario(a) los actualice en otro distinto. Para cancelar tu suscripción a un reino, tendrás que hacerlo desde tus suscripciones de Google Play. Puedes acceder a Google Play desde cualquier dispositivo compatible o desde un PC que te permita acceder a tu cuenta. No recibirás las actualizaciones más recientes ni tampoco podrás jugar en multijugador con dispositivos o Realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a ciertos servidores.%sHaz clic en el botón para obtener más información. Ahí también te explicamos cómo migrar tu mundo a un dispositivo nuevo. # +sunsetting.popup.pendingSunset.ios_android=Nuestra capacidad para dar soporte a este dispositivo está llegando a su fin. Seguirás recibiendo actualizaciones hasta noviembre de 2022; ese mes, recibirás la última actualización para este dispositivo. Lamentamos mucho las molestias. %sUna vez que recibas la última actualización, podrás seguir jugando en tus mundos y acceder a tus compras de Marketplace (incluidas tus Minecoins). Los Realms que se administren desde este dispositivo seguirán funcionando durante 6 meses a menos que los actualices en otro dispositivo. No recibirás las actualizaciones más recientes ni tampoco podrás jugar en multijugador con dispositivos o Realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a ciertos servidores. %sHaz clic en el botón para obtener más información. Ahí también te explicamos cómo mudar tus mundos a un dispositivo nuevo. # +sunsetting.popup.sunset.ios_android=Este dispositivo ya no es compatible. Recibiste la última actualización para este dispositivo. A partir de este momento, puedes seguir construyendo en tus mundos y los elementos que hayas comprado en el Mercado (incluyendo las Minecoins) seguirán disponibles. Tus realms seguirán funcionando, a menos que el propietario del realm los actualice en un dispositivo diferente. Dejarás de recibir las últimas actualizaciones y ya no podrás jugar en el modo multijugador con los dispositivos o los realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a algunos servidores. %sHaz clic en el botón para obtener más información, incluyendo las maneras en que puedes mover tus mundos hacia un nuevo dispositivo. Sabemos que esto es un inconveniente, y te agradecemos profundamente por el tiempo que has pasado en nuestro juego. Esperamos verte pronto en un dispositivo actualizado. # +sunsetting.popup.pendingSunset.gearvr_win10=Este dispositivo dejará de ser compatible pronto. Continuarás recibiendo actualizaciones hasta el lanzamiento de nuestra próxima versión principal, cuando recibirás la última actualización para este dispositivo. Lamentamos mucho los inconvenientes. %sDespués de recibir la última actualización, podrás seguir jugando en tus mundos y acceder a los elementos que hayas comprado en el Mercado (incluyendo las Minecoins). Sin embargo, ya no podrás acceder al modo multijugador o a los realms desde este dispositivo. Dejarás de recibir las últimas actualizaciones y ya no podrás jugar con otros dispositivos o realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a algunos servidores. %sHaz clic en el botón para obtener más información, incluyendo las maneras en que puedes mover tus mundos hacia un nuevo dispositivo. # +sunsetting.popup.sunset.gearvr_win10=Este dispositivo ya no es compatible. Recibiste la última actualización para este dispositivo. A partir de este momento, puedes seguir construyendo en tus mundos y los elementos que hayas comprado en el Mercado (incluyendo las Minecoins) seguirán disponibles. Sin embargo, ya no podrás acceder al modo multijugador o a los realms desde este dispositivo. Dejarás de recibir las últimas actualizaciones y ya no podrás jugar con otros dispositivos que sigan recibiendo actualizaciones.Tampoco podrás conectarte a algunos servidores. # +sunsetting.popup.pendingSunset.dx10=Este dispositivo gráfico dejará de ser compatible pronto. Continuarás recibiendo actualizaciones hasta el lanzamiento de nuestra próxima versión principal, cuando recibirás la última actualización para este dispositivo. Lamentamos mucho los inconvenientes. %sDespués de recibir la última actualización, podrás seguir jugando en tus mundos y acceder a los elementos que hayas comprado en el Mercado (incluyendo las Minecoins). Los realms administrados desde este dispositivo seguirán funcionando, a menos que el propietario del realm los actualice en un dispositivo diferente. Dejarás de recibir las últimas actualizaciones y ya no podrás jugar en el modo multijugador con los dispositivos o los realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a algunos servidores. %sHaz clic en el botón para obtener más información, incluyendo las maneras en que puedes mover tus mundos hacia un nuevo dispositivo. # +sunsetting.popup.sunset.dx10=Este dispositivo gráfico ya no es compatible. Recibiste la última actualización para este dispositivo. A partir de este momento, puedes seguir construyendo en tus mundos y los elementos que hayas comprado en el Mercado (incluyendo las Minecoins) seguirán disponibles. Tus realms seguirán funcionando, a menos que el propietario del realm los actualice en un dispositivo diferente. Dejarás de recibir las últimas actualizaciones y ya no podrás jugar en el modo multijugador con los dispositivos o los realms que sigan recibiendo actualizaciones. Tampoco podrás conectarte a algunos servidores. %sHaz clic en el botón para obtener más información, incluyendo las maneras en que puedes mover tus mundos hacia un nuevo dispositivo. Sabemos que esto es un inconveniente, y te agradecemos profundamente por el tiempo que has pasado en nuestro juego y por todo tu apoyo. # + +sunsetting.popup.pendingSunset.geo.ios=Dentro de poco, dejaremos de poder dar soporte a este dispositivo en tu zona. Tras recibir la última actualización, podrás seguir jugando en tus mundos y acceder a tus compras del Mercado, pero ya no podrás hacer nuevas compras. Los Realms de este dispositivo seguirán funcionando durante 6 meses, pero el 30 de septiembre de 2023 dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de esta fecha, así como que visualices los ajustes de suscripciones de este dispositivo para cancelar tu suscripción. %sSi iniciaste sesión con una cuenta de Microsoft o Xbox Live, tus compras del Mercado, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.ios=Ya no podemos dar soporte a este dispositivo en tu zona. Todavía podrás jugar en tus mundos y acceder a tus compras del Mercado, pero ya no podrás hacer nuevas compras. Los Realms que se administran desde este dispositivo seguirán funcionando hasta el 30 de septiembre de 2023, pero tras esta fecha dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de ese día. %sSi iniciaste sesión con una cuenta de Microsoft o Xbox Live, tus compras del Mercado, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.amazon=Dentro de poco, dejaremos de poder dar soporte a este dispositivo en tu zona. Tras recibir la última actualización, podrás seguir jugando en tus mundos y acceder a tus compras del Mercado, pero ya no podrás hacer nuevas compras. Los Realms de este dispositivo seguirán funcionando durante 6 meses, pero el 30 de septiembre de 2023 dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de esta fecha. %sSi iniciaste sesión con una cuenta de Microsoft o Xbox Live, tus compras del Mercado, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.amazon=Ya no podemos dar soporte a este dispositivo en tu zona. Todavía podrás jugar en tus mundos y acceder a tus compras del Mercado, pero ya no podrás hacer nuevas compras. Los Realms que se administran desde este dispositivo seguirán funcionando hasta el 30 de septiembre de 2023, pero tras esta fecha dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de ese día. %sSi iniciaste sesión con una cuenta de Microsoft o Xbox Live, tus compras del Mercado, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.android=Dentro de poco, dejaremos de poder dar soporte a este dispositivo en tu zona. Con esta última actualización, podrás seguir jugando en tus mundos y acceder a tus compras del Mercado, pero ya no podrás hacer nuevas compras. Los Realms que se administran desde este dispositivo seguirán funcionando durante 6 meses, pero el 30 de septiembre de 2023 dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de esta fecha, así como que visualices tus suscripciones en Google Pay para cancelar tu suscripción. %sYa no recibirás las actualizaciones más recientes y no podrás jugar al modo multijugador. Además, tampoco podrás conectarte a determinados servidores. %sSi iniciaste sesión con una cuenta de Microsoft o Xbox Live, tus compras del Mercado, tus minecoins y tu suscripción a Realms seguirán estando disponibles en las otras plataformas donde juegues a Minecraft, desde donde podrás volver a suscribirte.%sSi quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.android=Ya no podemos dar soporte a este dispositivo en tu zona. Todavía podrás jugar en tus mundos y acceder a tus compras del Mercado, pero ya no podrás hacer nuevas compras. Los Realms que se administran desde este dispositivo seguirán funcionando hasta el 30 de septiembre de 2023, pero tras esta fecha dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de ese día. %sSi iniciaste sesión con una cuenta de Microsoft o Xbox Live, tus compras del Mercado, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.generic=Dentro de poco, dejaremos de poder dar soporte a este dispositivo en tu zona. Tras recibir la última actualización, podrás seguir jugando en tus mundos y acceder a tus compras del Mercado, pero ya no podrás hacer nuevas compras. Los Realms de este dispositivo seguirán funcionando durante 6 meses, pero el 30 de septiembre de 2023 dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de esta fecha. %sSi iniciaste sesión con una cuenta de Microsoft o Xbox Live, tus compras del Mercado, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. # +sunsetting.popup.sunset.geo.generic=Ya no podemos dar soporte a este dispositivo en tu zona. Todavía podrás jugar en tus mundos y acceder a tus compras del Mercado, pero ya no podrás hacer nuevas compras. Los Realms que se administran desde este dispositivo seguirán funcionando hasta el 30 de septiembre de 2023, pero tras esta fecha dejarás de tener acceso a ellos. Es recomendable que descargues tu mundo antes de ese día. %sSi iniciaste sesión con una cuenta de Microsoft o Xbox Live, tus compras del Mercado, tus minecoins y tu suscripción a Realms seguirán estando disponibles en otras plataformas. Si quieres transferir tus mundos de este dispositivo a otro, puedes hacerlo subiéndolos a un Realm y descargando una copia de seguridad en el nuevo dispositivo. %sHaz clic en el botón para obtener más información sobre, entre otras cosas, cómo transferir tu mundo a un nuevo dispositivo. # sunsetting.banner.play.worldTab.pending=Es posible que tu versión pronto deje de tener acceso al modo multijugador # sunsetting.banner.play.friendsTab.pending=Es posible que tu versión pronto deje de tener acceso al modo multijugador # @@ -10886,7 +10897,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Elegir aspecto nuevo # dr.classic_skins.custom_skin_title=Importar aspecto # dr.classic_skins.custom_skin_description=Importa una imagen png (64x32, 64x64 o 128x128) desde tu dispositivo para usarla como aspecto. No se sincronizará entre dispositivos o partidas. # -dr.classic_skins.custom_skin_description_disabled=Tu dispositivo no puede seleccionar un aspecto personalizado mientras estés jugando en una partida multijugador. Vuelve al menú principal para equiparte uno. # +dr.classic_skins.custom_skin_description_disabled= Tu dispositivo no puede seleccionar un aspecto personalizado mientras estés jugando en una partida multijugador. Vuelve al menú principal para equiparte uno. # dr.classic_skins.custom_skin_description_popup=Si la opción "Permitir únicamente aspectos de confianza" está habilitada, no podrás ver a los jugadores que tienen aspectos personalizados # dr.classic_skins.custom_skin_section_title=Aspectos propios # dr.classic_skins.invalidCustomSkin=Importa un archivo .png de dimensiones 64x64, 64x32 o 128x128 # diff --git a/resource_pack/texts/fi_FI.lang b/resource_pack/texts/fi_FI.lang index f0d6339ff..ebf4f2a40 100644 --- a/resource_pack/texts/fi_FI.lang +++ b/resource_pack/texts/fi_FI.lang @@ -223,7 +223,7 @@ accessibility.gamepad.faceButton.right=B-painike # accessibility.gamepad.faceButton.left=X-painike # accessibility.gamepad.faceButton.up=Y-painike # accessibility.gamepad.button.systemLeft=Näkymäpainike # -accessibility.gamepad.button.systemRight=Valikkonäppäin # +accessibility.gamepad.button.systemRight=Valikkopainike # accessibility.gamepad.dpad.down=D-pad alas # accessibility.gamepad.dpad.up=D-pad ylös # accessibility.gamepad.dpad.left=D-pad vasen # @@ -1908,8 +1908,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=Kyläläisten kaupan tasap createWorldScreen.experimentalVillagerTradesRebalanceDescription=Sisältää kyläläisten päivitettyjä kauppoja tasapainotuksen vuoksi # createWorldScreen.experimentalArmadillo=Vyötiäis- ja susihaarniska # createWorldScreen.experimentalArmadilloDescription=Tutustu vyötiäiseen ja varusta sutesi uudella susihaarniskalla! # -createWorldScreen.experimentalBundles=Niput # -createWorldScreen.experimentalBundlesDescription=Voit nikkaroida ja käyttää nippuesinettä # createWorldScreen.worldPreferences=Maailman asetukset # createWorldScreen.startWithMap=Aloituskartta # createWorldScreen.defaultName=Minun maailmani # @@ -3878,7 +3876,7 @@ howtoplay.minecoins.text.1=Tutki mahdollisuuksien maailmaa minecoineilla, Minecr howtoplay.minecoins.text.2=Kun minecoinisi on lunastettu, ne linkitetään Microsoft-tiliisi, joten voit käyttää kolikoitasi ja ostoksiasi myös muilla tuetuilla laitteilla! # howtoplay.minecoins.button.text.1=Hanki minecoineja # howtoplay.minecoins.header.1=HUOM # -howtoplay.minecoins.text.3=*Minecoinit edellyttävät Minecraft: Bedrock Edition -versiota, jossa on Minecraft-kauppa. Minecoinit eivät ole yhteensopivia PlayStation®in kanssa. Lisätietoja yhteensopivuudesta löydät osoitteesta minecraft.net/minecoins #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Minecoinit edellyttävät Minecraft: Bedrock Edition -versiota, jossa on Minecraft-kauppa. Minecoinit eivät ole yhteensopivia PlayStation®in kanssa. Lisätietoja yhteensopivuudesta löydät osoitteesta minecraft.net/minecoins  #### CertRequirement: [PlayStation®] howtoplay.mining=Kaivostoiminta # @@ -6296,7 +6294,7 @@ options.dev_addCoinTitle=Lisää kolikoita # options.dev_reset_entitlements=Nollaa kaikki oikeudet # options.dev_reset_entitlements_loading=Nollataan oikeudet. Tämä valintaikkuna sulkeutuu, kun prosessi on valmis. Voit sulkea tämän ikkunan, mutta pelin sulkeminen ennen tämän komennon päättymistä voi aiheuttaa odottamatonta toimintaa. # options.dev_reset_entitlements_error_unfinished=Varoitus, kaikkia oikeuksia ei poistettu oikein. Yritä suorittaa komento uudelleen, mahdollisesti asiakasohjelman uudelleenkäynnistyksen jälkeen. # -options.dev_reset_entitlements_warning=Varoitus! Tämä poistaa kaikki oikeutesi, mukaan lukien vanhat oikeudet, joita et ehkä voi saada takaisin! Tämä toiminto voi kestää jonkin aikaa, jos sinulla on paljon oikeuksia. Haluatko varmasti jatkaa? # +options.dev_reset_entitlements_warning=Varoitus! Tämä poistaa kaikki oikeutesi, mukaan lukien vanhat oikeudet, joita et ehkä voi saada takaisin! Tämä toiminto voi kestää jonkin aikaa, jos sinulla on paljon oikeuksia. Haluatko varmasti jatkaa? # options.dev_reset_entitlements_success=Oikeuksien poistaminen onnistui. # options.dev_currencyFailureWarning=Verkkokutsu epäonnistui. Virhe: %s # options.dev_currencyFailureWarningGeneric=Verkkokutsu epäonnistui. Varmista, että olet kirjautuneena sallituksi listatulle tilille. # @@ -6411,7 +6409,6 @@ options.dev_sunsetting_tier.two=Vaihe 2 – KitKat # options.dev_sunsetting_tier.three=Vaihe 3 – FireTV # options.dev_sunsetting_tier.four=Vaihe 4 – 1024MB # options.dev_sunsetting_tier.five=Vaihe 5 - iOS-12 ja Nougat # -options.dev_sunsetting_tier.six=Vaihe 6 - iOS-13, Android 8 ja VR-laitteet # options.dev_sunsetting_tier.not_pending=Ei odota # options.dev_gatherings_section=Kerättävät # options.dev_gatherings_enable=Ota keräämiset käyttöön # @@ -6966,12 +6963,26 @@ sunsetting.popup.title=Tätä laitetta ei enää tueta. # sunsetting.popup.moreInfo=Lisätietoja # sunsetting.popup.dontshow=Älä näytä tätä enää # -sunsetting.popup.pendingSunset.device=Kykymme tukea tätä laitetta on päättymässä. Saat päivityksiä vielä maaliskuuhun 2025 asti, jolloin saat viimeisen päivityksen, joka toimii tällä laitteella. %sKun olet saanut viimeisen päivityksen, voit edelleen pelata maailmoissasi ja käyttää kaupan ostoksiasi (sekä minecoineja). Et voi kuitenkaan enää tehdä uusia ostoksia tällä laitteella. Tällä laitteella hallitut Realmit toimivat kuuden kuukauden ajan maaliskuusta 2025 laskien, ellei niiden omistaja päivitä niitä toisella laitteella. Voit peruuttaa Realm-tilauksesi Tilausten Asetukset-valikosta laitteella, jolla Realm luotiin. Et saa enää viimeisimpiä päivityksiä etkä enää voi pelata moninpeliä laitteilla tai Realmeilla, joihin saa jatkossakin päivityksiä. Et voi myöskään luoda yhteyttä tiettyihin palvelimiin.%sLisätietoja saat napsauttamalla painiketta. # -sunsetting.popup.sunset.device=Kykymme tukea tätä laitetta on päättymässä. Maaliskuusta 2025 alkaen et enää saa päivityksiä ennen kuin olet päivittänyt laitteesi.%sVoit edelleen pelata maailmoissasi ja käyttää kaupan ostoksiasi (sekä minecoineja). Tällä laitteella hallitut Realmit toimivat kuuden kuukauden ajan maaliskuusta 2025 laskien, ellei niiden omistaja päivitä niitä toisella laitteella. Voit peruuttaa Realm-tilauksesi Tilausten Asetukset-valikosta laitteella, jolla Realm luotiin. Et saa enää viimeisimpiä päivityksiä etkä enää voi pelata moninpeliä laitteilla tai Realmeilla, joihin saa jatkossakin päivityksiä. Et voi myöskään luoda yhteyttä tiettyihin palvelimiin.%sLisätietoja saat napsauttamalla painiketta. # -sunsetting.popup.pendingSunset.windows_xr=Kykymme tukea tätä VR/MR-grafiikkalaitetta on päättynyt. Tätä laitetta ei tueta enää päivityksissä, jotka ilmestyvät maaliskuun 2025 jälkeen, jolloin saat viimeisen tätä laitetta tukevan päivityksen.%sKun olet saanut viimeisen päivityksen, saat edelleen päivityksiä PC:llesi ja kykenet pelaamaan ilman VR/MR-laitetta. Tästä lähtien voit jatkaa rakentamista maailmoissasi, ja kaupan ostokset (minecoinit mukaan luettuna) pysyvät käytettävissäsi muilla kuin VR/MR-grafiikkalaitteilla, kuten esimerkiksi tietokoneen näytöllä. Et kuitenkaan voi enää käyttää VR/MR-laitettasi Minecraftissa, koska viimeisimmät päivitykset eivät enää tue sitä.%sLisätietoja saat napsauttamalla painiketta. # -sunsetting.popup.sunset.windows_xr=Kykymme tukea tätä VR/MR-grafiikkalaitetta on päättynyt. Tätä VR/MR-laitetta ei enää tueta. Olet saanut viimeisen tätä grafiikkalaitetta tukevan päivityksen ja saat edelleen päivityksiä PC:llesi ja kykenet pelaamaan ilman VR/MR-laitetta. Tästä lähtien voit jatkaa rakentamista maailmoissasi, ja kaupan ostokset (minecoinit mukaan luettuna) pysyvät käytettävissäsi muilla kuin VR/MR-grafiikkalaitteilla, kuten esimerkiksi tietokoneen näytöllä. Et kuitenkaan voi enää käyttää VR/MR-laitettasi Minecraftissa, koska viimeisimmät päivitykset eivät enää tue sitä.%sLisätietoja saat napsauttamalla painiketta. Tiedämme, että tämä on harmillista ja arvostamme syvästi aikaa, jonka olet viettänyt pelimme parissa, sekä tukeasi. # -sunsetting.popup.pendingSunset.geo=Kykymme tukea tätä laitetta alueellasi on päättymässä. Saatuasi viimeisen päivityksen voit edelleen pelata maailmoissasi ja käyttää kauppaostoksiasi, mutta et voi enää tehdä uusia ostoksia kaupassa. Tämän laitteen Realmit pysyvät toiminnassa vielä kuuden kuukauden ajan. 30. syyskuuta 2023 et enää pääse Realmiin. Suosittelemme lataamaan maailmasi talteen etukäteen.%sJos olet kirjautunut sisään Microsoft- tai Xbox Live -tilillä, kauppaostoksesi, minecoinisi ja Realms-tilauksesi ovat saatavilla muilla alustoilla. Jos haluat siirtää maailmasi tästä laitteesta toiseen laitteeseen, voit tehdä sen lähettämällä maailman Realmiin ja lataamalla varmuuskopion uuteen laitteeseesi.%sNapsauta painiketta saadaksesi lisätietoja, mukaan lukien tapoja siirtää maailmasi uuteen laitteeseen. # -sunsetting.popup.sunset.geo=Kykymme tukea tätä laitetta alueellasi on päättynyt. Voit edelleen pelata maailmoissasi ja käyttää kauppaostoksiasi, mutta et voi enää tehdä uusia ostoksia kaupassa. Tämän laitteen Realmit pysyvät toiminnassa 30. syyskuuta 2023 asti, minkä jälkeen et enää pääse Realmiin. Suosittelemme lataamaan maailmasi talteen etukäteen.%sJos olet kirjautunut sisään Microsoft- tai Xbox Live -tilillä, kauppaostoksesi, minecoinisi ja Realms-tilauksesi ovat saatavilla muilla alustoilla. Jos haluat siirtää maailmasi tästä laitteesta toiseen laitteeseen, voit tehdä sen lähettämällä maailman Realmiin ja lataamalla varmuuskopion uuteen laitteeseesi.%sNapsauta painiketta saadaksesi lisätietoja, mukaan lukien tapoja siirtää maailmasi uuteen laitteeseen. # +sunsetting.popup.moreInfo.gearVR=Lisätietoja löydät millä tahansa selaimella osoitteesta https://aka.ms/MinecraftSunsetting. # +sunsetting.popup.moreInfo.gearVR.geo=Lisätietoja löydät millä tahansa selaimella osoitteesta https://aka.ms/MinecraftSunsetting. # + +sunsetting.popup.pendingSunset.ios=Kykymme tukea tätä laitetta on loppumassa. Saat päivityksiä vielä helmikuuhun 2024 asti, jolloin saat viimeisen päivityksen tälle laitteelle. %sKun olet saanut viimeisen päivityksen, voit edelleen pelata maailmoissasi ja käyttää kaupan ostoksiasi (sekä minecoineja). Et voi kuitenkaan enää tehdä uusia ostoksia tällä laitteella. Tällä laitteella hallitut Realms-maailmat toimivat kuuden kuukauden ajan, ellei niiden omistaja päivitä niitä toisella laitteella. Voit peruuttaa Realms-tilauksesi Tilausten Asetukset-valikosta laitteella, jolla Realms-maailmat luotiin. Et saa enää viimeisimpiä päivityksiä etkä enää voi pelata moninpeliä laitteilla tai Realms-maailmoissa, joihin saa jatkossakin päivityksiä. Et voi myöskään luoda yhteyttä tiettyihin palvelimiin.%sLisätietoja, kuten tietoa tavoista siirtää maailmoja uudelle laitteelle, saat napsauttamalla painiketta. # +sunsetting.popup.pendingSunset.android=Kykymme tukea tätä laitetta on loppumassa. Saat päivityksiä vielä helmikuuhun 2024 asti, jolloin saat viimeisen päivityksen tälle laitteelle %sKun olet saanut viimeisen päivityksen, voit edelleen pelata maailmoissasi ja käyttää kaupan ostoksiasi (sekä minecoineja). Et voi kuitenkaan enää tehdä uusia ostoksia tällä laitteella. Tällä laitteella hallitut Realms-maailmat toimivat kuuden kuukauden ajan, ellei niiden omistaja päivitä niitä toisella laitteella. Voit peruuttaa Realms-tilauksesi Google Play -tilauksistasi. Pääset Google Playhin millä tahansa tuetulla laitteella tai PC:llä, jolla voit kirjautua tilillesi. Et saa enää viimeisimpiä päivityksiä etkä enää voi pelata moninpeliä laitteilla tai Realms-maailmoissa, joihin saa jatkossakin päivityksiä. Et voi myöskään luoda yhteyttä tiettyihin palvelimiin.%sLisätietoja, kuten tietoa tavoista siirtää maailmoja uudelle laitteelle, saat napsauttamalla painiketta. # +sunsetting.popup.pendingSunset.ios_android=Kykymme tukea tätä laitetta on loppumassa. Saat päivityksiä vielä marraskuuhun 2022 asti, jolloin saat viimeisen päivityksen tälle laitteelle. Olemme erittäin pahoillamme tästä aiheutuvasta haitasta. %sKun olet saanut viimeisen päivityksen, voit edelleen pelata maailmoissasi ja käyttää kaupan ostoksiasi (sekä minecoineja). Tällä laitteella hallitut Realms-maailmat toimivat kuuden kuukauden ajan, ellei niiden omistaja päivitä niitä toisella laitteella. Et saa enää viimeisimpiä päivityksiä etkä enää voi pelata moninpeliä laitteilla tai Realms-maailmoissa, joihin saa jatkossakin päivityksiä. Et voi myöskään luoda yhteyttä tiettyihin palvelimiin. %sLisätietoja, kuten tietoa tavoista siirtää maailmoja uudelle laitteelle, saat napsauttamalla painiketta. # +sunsetting.popup.sunset.ios_android=Tätä laitetta ei enää tueta. Olet saanut viimeisen päivityksen tälle laitteelle. Tästä lähtien voit jatkaa rakentamista maailmoissasi, ja kaupan ostokset (minecoinit mukaan luettuna) pysyvät käytettävissäsi. Realms-maailmat toimivat edelleen, ellei niiden omistaja päivitä niitä toisella laitteella. Et enää saa uusimpia päivityksiä, etkä voi pelata moninpeliä laitteilla tai Realms-maailmoissa, jotka jatkavat päivitysten vastaanottamista. Et myöskään pysty muodostamaan yhteyttä tiettyihin palvelimiin. %sKlikkaa painiketta saadaksesi lisätietoja, kuten ohjeita maailmojen siirtämiseksi uuteen laitteeseen. Tiedämme, että tämä on ikävää, ja arvostamme suuresti aikaa, jonka käytit pelimme parissa. Toivottavasti näemme sinut pian uudelleen päivitetyllä laitteella. # +sunsetting.popup.pendingSunset.gearvr_win10=Kykymme tukea tätä laitetta on loppumassa. Saat päivityksiä vielä seuraavaan suureen julkaisuumme saakka, minkä jälkeen saat viimeisen päivityksen tälle laitteelle. Olemme erittäin pahoillamme sinulle aiheutuvasta haitasta. %sKun olet saanut viimeisen päivityksen, voit edelleen pelata maailmoissasi ja käyttää kaupan ostoksiasi (sekä minecoineja). Et kuitenkaan enää voi pelata moninpeliä etkä Realmsia tällä laitteella. Et saa enää viimeisimpiä päivityksiä etkä enää voi pelata laitteilla tai realmeilla, joihin saa jatkossakin päivityksiä. Et voi myöskään luoda yhteyttä tiettyihin palvelimiin. %sLisätietoja, kuten tietoa tavoista siirtää maailmoja uudelle laitteelle, saat napsauttamalla painiketta. # +sunsetting.popup.sunset.gearvr_win10=Tätä laitetta ei enää tueta. Olet saanut viimeisen päivityksen tälle laitteelle. Tästä lähtien voit jatkaa rakentamista maailmoissasi, ja kaupan ostokset (minecoinit mukaan luettuna) pysyvät käytettävissäsi. Et kuitenkaan voi enää käyttää moninpeliä tai Realmsia tällä laitteella. Et saa enää viimeisimpiä päivityksiä etkä voi pelata laitteilla, jotka edelleen saavat päivityksiä. Et myöskään voi muodostaa yhteyttä tiettyihin palvelimiin. # +sunsetting.popup.pendingSunset.dx10=Kykymme tukea tätä grafiikkalaitetta on loppumassa. Saat päivityksiä vielä seuraavaan suureen julkaisuumme saakka, minkä jälkeen saat viimeisen päivityksen tälle laitteelle. Olemme erittäin pahoillamme sinulle aiheutuvasta haitasta. %sKun olet saanut viimeisen päivityksen, voit edelleen pelata maailmoissasi ja käyttää kaupan ostoksiasi (sekä minecoineja). Tällä laitteella hallitut Realms-maailmat toimivat edelleen, ellei niiden omistaja päivitä niitä toisella laitteella. Et saa enää viimeisimpiä päivityksiä etkä enää voi pelata moninpeliä laitteilla tai Realms-maailmoissa, joihin saa jatkossakin päivityksiä. Et voi myöskään luoda yhteyttä tiettyihin palvelimiin. %sLisätietoja, kuten tietoa tavoista siirtää maailmoja uudelle laitteelle, saat napsauttamalla painiketta. # +sunsetting.popup.sunset.dx10=Tätä grafiikkalaitetta ei enää tueta. Olet saanut viimeisen päivityksen tälle laitteelle. Tästä lähtien voit jatkaa rakentamista maailmoissasi, ja kaupan ostokset (minecoinit mukaan luettuna) pysyvät käytettävissäsi. Realms-maailmat toimivat edelleen, ellei niiden omistaja päivittää niitä toisella laitteella. Et enää saa uusimpia päivityksiä, etkä voi pelata moninpeliä laitteilla tai Realms-maailmoissa, jotka jatkavat päivitysten vastaanottamista. Et myöskään pysty muodostamaan yhteyttä tiettyihin palvelimiin. %sKlikkaa painiketta saadaksesi lisätietoja, mukaan lukien tapoja siirtää maailmoja uuteen laitteeseen. Tiedämme, että tämä on haitta, ja arvostamme suuresti aikaa, jonka käytit meidän peli, ja tuki. # + +sunsetting.popup.pendingSunset.geo.ios=Kykymme tukea tätä laitetta alueellasi on päättymässä. Saatuasi viimeisen päivityksen voit edelleen pelata maailmoissasi ja käyttää kauppaostoksiasi, mutta et voi enää tehdä uusia ostoksia kaupassa. Tämän laitteen Realmit pysyvät toiminnassa vielä kuuden kuukauden ajan. 30. syyskuuta 2023 et enää pääse Realmiin. Suosittelemme lataamaan maailmasi talteen etukäteen ja peruuttamaan tilauksesi laitteesi tilausasetuksista. %sJos olet kirjautunut sisään Microsoft- tai Xbox Live -tilillä, kauppaostoksesi, minecoinisi ja Realms-tilauksesi ovat saatavilla muilla alustoilla. Jos haluat siirtää maailmasi tästä laitteesta toiseen laitteeseen, voit tehdä sen lähettämällä maailman Realmiin ja lataamalla varmuuskopion uuteen laitteeseesi. %sNapsauta painiketta saadaksesi lisätietoja, mukaan lukien tapoja siirtää maailmasi uuteen laitteeseen. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.ios=Kykymme tukea tätä laitetta alueellasi on päättynyt. Voit edelleen pelata maailmoissasi ja käyttää kauppaostoksiasi, mutta et voi enää tehdä uusia ostoksia kaupassa. Tämän laitteen Realmit pysyvät toiminnassa 30. syyskuuta 2023 asti, minkä jälkeen et enää pääse Realmiin. Suosittelemme lataamaan maailmasi talteen etukäteen. %sJos olet kirjautunut sisään Microsoft- tai Xbox Live -tilillä, kauppaostoksesi, minecoinisi ja Realms-tilauksesi ovat saatavilla muilla alustoilla. Jos haluat siirtää maailmasi tästä laitteesta toiseen laitteeseen, voit tehdä sen lähettämällä maailman Realmiin ja lataamalla varmuuskopion uuteen laitteeseesi. %sNapsauta painiketta saadaksesi lisätietoja, mukaan lukien tapoja siirtää maailmasi uuteen laitteeseen. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.amazon=Kykymme tukea tätä laitetta alueellasi on päättymässä. Saatuasi viimeisen päivityksen voit edelleen pelata maailmoissasi ja käyttää kauppaostoksiasi, mutta et voi enää tehdä uusia ostoksia kaupassa. Tämän laitteen Realmit pysyvät toiminnassa vielä kuuden kuukauden ajan. 30. syyskuuta 2023 et enää pääse Realmiin. Suosittelemme lataamaan maailmasi talteen etukäteen. %sJos olet kirjautunut sisään Microsoft- tai Xbox Live -tilillä, kauppaostoksesi, minecoinisi ja Realms-tilauksesi ovat saatavilla muilla alustoilla. Jos haluat siirtää maailmasi tästä laitteesta toiseen laitteeseen, voit tehdä sen lähettämällä maailman Realmiin ja lataamalla varmuuskopion uuteen laitteeseesi. %sNapsauta painiketta saadaksesi lisätietoja, mukaan lukien tapoja siirtää maailmasi uuteen laitteeseen. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.amazon=Kykymme tukea tätä laitetta alueellasi on päättynyt. Voit edelleen pelata maailmoissasi ja käyttää kauppaostoksiasi, mutta et voi enää tehdä uusia ostoksia kaupassa. Tämän laitteen Realmit pysyvät toiminnassa 30. syyskuuta 2023 asti, minkä jälkeen et enää pääse Realmiin. Suosittelemme lataamaan maailmasi talteen etukäteen. %sJos olet kirjautunut sisään Microsoft- tai Xbox Live -tilillä, kauppaostoksesi, minecoinisi ja Realms-tilauksesi ovat saatavilla muilla alustoilla. Jos haluat siirtää maailmasi tästä laitteesta toiseen laitteeseen, voit tehdä sen lähettämällä maailman Realmiin ja lataamalla varmuuskopion uuteen laitteeseesi. %sNapsauta painiketta saadaksesi lisätietoja, mukaan lukien tapoja siirtää maailmasi uuteen laitteeseen. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.android=Kykymme tukea tätä laitetta alueellasi on päättymässä. Saatuasi viimeisen päivityksen voit edelleen pelata maailmoissasi ja käyttää kauppaostoksiasi, mutta et voi enää tehdä uusia ostoksia kaupassa. Tämän laitteen Realmit pysyvät toiminnassa vielä kuuden kuukauden ajan. 30. syyskuuta 2023 et enää pääse Realmeihin tällä laitteella. Suosittelemme lataamaan maailmasi talteen etukäteen ja peruuttamaan tilauksesi Google Playn tilauksista. %sEt saa enää viimeisimpiä päivityksiä etkä voi pelata moninpeliä. Et voi myöskään enää liittyä tietyille palvelimille. %sJos olet kirjautunut sisään Microsoft- tai Xbox Live -tilillä, kauppaostoksesi, minecoinisi ja Realms-tilauksesi ovat saatavilla muilla alustoilla. Voit aloittaa uuden tilauksen toisella alustalla, jolla pelaat Minecraftia. %sJos haluat siirtää maailmasi tästä laitteesta toiseen laitteeseen, voit tehdä sen lähettämällä maailman Realmiin ja lataamalla varmuuskopion uuteen laitteeseesi. %sNapsauta painiketta saadaksesi lisätietoja, mukaan lukien tapoja siirtää maailmasi uuteen laitteeseen. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.android=Kykymme tukea tätä laitetta alueellasi on päättynyt. Voit edelleen pelata maailmoissasi ja käyttää kauppaostoksiasi, mutta et voi enää tehdä uusia ostoksia kaupassa. Tämän laitteen Realmit pysyvät toiminnassa 30. syyskuuta 2023 asti, minkä jälkeen et enää pääse Realmiin. Suosittelemme lataamaan maailmasi talteen etukäteen. %sJos olet kirjautunut sisään Microsoft- tai Xbox Live -tilillä, kauppaostoksesi, minecoinisi ja Realms-tilauksesi ovat saatavilla muilla alustoilla. Jos haluat siirtää maailmasi tästä laitteesta toiseen laitteeseen, voit tehdä sen lähettämällä maailman Realmiin ja lataamalla varmuuskopion uuteen laitteeseesi. %sNapsauta painiketta saadaksesi lisätietoja, mukaan lukien tapoja siirtää maailmasi uuteen laitteeseen. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.generic=Kykymme tukea tätä laitetta alueellasi on päättymässä. Saatuasi viimeisen päivityksen voit edelleen pelata maailmoissasi ja käyttää kauppaostoksiasi, mutta et voi enää tehdä uusia ostoksia kaupassa. Tämän laitteen Realmit pysyvät toiminnassa vielä kuuden kuukauden ajan. 30. syyskuuta 2023 et enää pääse Realmiin. Suosittelemme lataamaan maailmasi talteen etukäteen. %sJos olet kirjautunut sisään Microsoft- tai Xbox Live -tilillä, kauppaostoksesi, minecoinisi ja Realms-tilauksesi ovat saatavilla muilla alustoilla. Jos haluat siirtää maailmasi tästä laitteesta toiseen laitteeseen, voit tehdä sen lähettämällä maailman Realmiin ja lataamalla varmuuskopion uuteen laitteeseesi. %sNapsauta painiketta saadaksesi lisätietoja, mukaan lukien tapoja siirtää maailmasi uuteen laitteeseen. # +sunsetting.popup.sunset.geo.generic=Kykymme tukea tätä laitetta alueellasi on päättynyt. Voit edelleen pelata maailmoissasi ja käyttää kauppaostoksiasi, mutta et voi enää tehdä uusia ostoksia kaupassa. Tämän laitteen Realmit pysyvät toiminnassa 30. syyskuuta 2023 asti, minkä jälkeen et enää pääse Realmiin. Suosittelemme lataamaan maailmasi talteen etukäteen. %sJos olet kirjautunut sisään Microsoft- tai Xbox Live -tilillä, kauppaostoksesi, minecoinisi ja Realms-tilauksesi ovat saatavilla muilla alustoilla. Jos haluat siirtää maailmasi tästä laitteesta toiseen laitteeseen, voit tehdä sen lähettämällä maailman Realmiin ja lataamalla varmuuskopion uuteen laitteeseesi. %sNapsauta painiketta saadaksesi lisätietoja, mukaan lukien tapoja siirtää maailmasi uuteen laitteeseen. # sunsetting.banner.play.worldTab.pending=Versiosi ei välttämättä pian muodosta yhteyttä moninpeliin # sunsetting.banner.play.friendsTab.pending=Versiosi ei välttämättä pian muodosta yhteyttä moninpeliin # @@ -10886,7 +10897,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Valitse uusi olemus # dr.classic_skins.custom_skin_title=Tuo olemus # dr.classic_skins.custom_skin_description=Tuo png-kuvatiedosto (64x32, 64x64 tai 128x128) laitteeltasi käytettäväksi olemuksenasi. Se ei synkronoidu eri laitteiden tai pelien välillä. # -dr.classic_skins.custom_skin_description_disabled=Laitteesi ei voi valita mukautettua olemusta moninpelin aikana. Palaa päävalikkoon ottaaksesi sellaisen käyttöön. # +dr.classic_skins.custom_skin_description_disabled= Laitteesi ei voi valita mukautettua olemusta moninpelin aikana. Palaa päävalikkoon ottamaan se käyttöön. # dr.classic_skins.custom_skin_description_popup=Pelaajat, joilla on mukautettu olemus, eivät näy sinulle, jos Salli vain luotetut olemukset -asetus on käytössä # dr.classic_skins.custom_skin_section_title=Omat olemukset # dr.classic_skins.invalidCustomSkin=Tuo .png-tiedosto, jonka mitat ovat 64x64, 64x32 tai 128x128 # diff --git a/resource_pack/texts/fr_CA.lang b/resource_pack/texts/fr_CA.lang index 6a2f60828..68914afb1 100644 --- a/resource_pack/texts/fr_CA.lang +++ b/resource_pack/texts/fr_CA.lang @@ -1908,8 +1908,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=Rééquilibrage du commerc createWorldScreen.experimentalVillagerTradesRebalanceDescription=Contient une mise à jour des échanges proposés par les villageois dans une optique de rééquilibrage # createWorldScreen.experimentalArmadillo=Tatou et armure de loup # createWorldScreen.experimentalArmadilloDescription=Familiarisez-vous avec le tatou et équipez votre loup de la toute nouvelle armure de loup! # -createWorldScreen.experimentalBundles=Sacs # -createWorldScreen.experimentalBundlesDescription=Lets you craft and use the Bundle item # createWorldScreen.worldPreferences=Préférences de monde # createWorldScreen.startWithMap=Carte de départ # createWorldScreen.defaultName=Mon monde # @@ -6332,11 +6330,11 @@ options.dev_experimentalTreatment=Outrepasser les traitements expérimentaux # options.dev_sandboxRetail=Bac à sable Xforge : vente au détail # options.dev_sandboxDev=Bac à sable Xforge : développeurs # options.dev_sandboxDevAchievement=Bac à sable Xforge : succès de développement # -options.dev_showDiscoveryOverridePanel=Forcer les points de terminaison de service # -options.dev_discoveryOverrideServiceName=Nom du service (sécurité, personnage, etc.) # -options.dev_discoveryOverrideServiceBranch=Branche # -options.dev_resetAllEndpointOverrides=Réinitialiser tous les points de terminaison # -options.dev_apply=Appliquer # +options.dev_showDiscoveryOverridePanel=Override Service Endpoints # +options.dev_discoveryOverrideServiceName=Service Name (safety, persona, etc.) # +options.dev_discoveryOverrideServiceBranch=Branch # +options.dev_resetAllEndpointOverrides=Reset All Endpoints # +options.dev_apply=Apply # options.dev_displayTreatmentsPanel=Afficher les traitements # options.dev_currentTreatmentsTitle=Traitements en cours # options.dev_unusedTreatmentsTitle=Traitements non utilisés # @@ -6411,7 +6409,6 @@ options.dev_sunsetting_tier.two=Tier 2 – KitKat # options.dev_sunsetting_tier.three=Niveau 3 – FireTV # options.dev_sunsetting_tier.four=Niveau 4 - 1024 Mo # options.dev_sunsetting_tier.five=Niveau 5 - iOS 12 et Nougat # -options.dev_sunsetting_tier.six=Tier 6 - iOS 13, Android 8, VR devices # options.dev_sunsetting_tier.not_pending=N'est pas en attente # options.dev_gatherings_section=Rassemblements # options.dev_gatherings_enable=Activer les rassemblements # @@ -6966,12 +6963,26 @@ sunsetting.popup.title=Cet appareil n'est plus pris en charge. # sunsetting.popup.moreInfo=Plus d’infos # sunsetting.popup.dontshow=Ne plus afficher ceci # -sunsetting.popup.pendingSunset.device=Our ability to support this device is coming to an end. You will continue to receive updates until March of 2025, when you will receive your final update that will work with this device.%sAfter you receive the final update, you will still be able to play on your worlds, and access Marketplace purchases (including Minecoins), however you will no longer be able to make new purchases on this device. Realms managed from this device will continue to work for 6 months from March of 2025 unless they are updated by the Realm owner on a different device. To cancel your realm subscription, you will need to do so in the Settings menu for Subscriptions on the device the Realm was created from. You will no longer receive the latest updates and will be unable to play multiplayer with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers.%sClick on the button for more information. # -sunsetting.popup.sunset.device=Our ability to support this device has come to an end. You will no longer receive updates as of March of 2025, until you update your device. This is your final update compatible with this device.%sYou will still be able to play on your worlds, and access Marketplace purchases (including Minecoins). Realms managed from this device will continue to work for 6 months from March of 2025 unless they are updated by the Realm owner on a different device. To cancel your realm subscription, you will need to do so in the Settings menu for Subscriptions on the device the Realm was created from. You will no longer receive the latest updates and will be unable to play multiplayer with devices or Realms which are continuing to receive updates. You will also not be able to connect to certain servers.%sClick on the button for more information. # -sunsetting.popup.pendingSunset.windows_xr=Our ability to support this VR/MR graphic device has come to an end. This device will no longer be supported in updates after March of 2025, when you will receive your final update supporting this device.%sAfter you receive the final update, you will still receive updates on your PC and be able to play without a VR/MR device. From this point on you can keep building in your worlds, and your Marketplace purchases (including Minecoins) will continue to be available on a non-VR/MR graphics devices such as a computer monitor. You will no longer be able to use your VR/MR device with Minecraft as it will no longer be supported in the latest updates.%sClick on the button for more information. # -sunsetting.popup.sunset.windows_xr=Our ability to support this VR/MR graphic device has come to an end. This VR/MR device is no longer supported. You have received the final update supporting this graphics device, and you will still receive updates on your PC and be able to play without a VR/MR device. From this point on you can keep building in your worlds, and your Marketplace purchases (including Minecoins) will continue to be available on a non-VR/MR graphics devices such as a computer monitor. You will no longer be able to use your VR/MR device with Minecraft as it will no longer be supported in the latest updates.%sClick on the button for more information. We know this is an inconvenience, and deeply appreciate the time you spent with our game, and your support. # -sunsetting.popup.pendingSunset.geo=Our ability to support this device is coming to an end in your area. After you receive the final update, you will still be able to play on your worlds, and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work for 6 months. On Sept. 30th, 2023 you will no longer have access to the realm. It is recommended you download your world prior to this.%sIf you have signed in with a Microsoft account, your Marketplace purchases & Minecoins and your Realms subscription will be available on other platforms. If you would like to move your worlds from this device to another device, you can do so by uploading the world to a Realm, and downloading a backup onto your new device.%sClick on the button for more information, including ways to move your world to a new device. # -sunsetting.popup.sunset.geo=Our ability to support this device has come to an end in your area. You will still be able to play on your worlds, and access your Marketplace purchases, but you will no longer be able to make purchases in the Marketplace. Realms managed from this device will continue to work until Sept. 30th, 2023. Afterwards you will no longer have access to the Realm. It is recommended you download your world prior to this.%sIf you have signed in with a Microsoft account, your Marketplace purchases & Minecoins and your Realms subscription will be available on other platforms. If you would like to move your worlds from this device to another device, you can do so by uploading the world to a Realm, and downloading a backup onto your new device.%sClick on the button for more information, including ways to move your world to a new device. # +sunsetting.popup.moreInfo.gearVR=Pour en savoir plus, rendez-vous sur https://aka.ms/MinecraftSunsetting à partir de n'importe quel navigateur Web. # +sunsetting.popup.moreInfo.gearVR.geo=Pour plus d'informations, consultez la page https://aka.ms/MinecraftGeoSunsetting dans n'importe quel navigateur Web. # + +sunsetting.popup.pendingSunset.ios=Notre capacité à prendre en charge cet appareil touche à sa fin. Vous continuerez à recevoir des mises à jour jusqu'en février 2024, après quoi vous recevrez la mise à jour finale pour cet appareil.%sAprès l'installation de la mise à jour finale, vous pourrez toujours jouer dans vos mondes et accéder aux achats du marché (y compris les Minecoins), mais vous ne pourrez plus effectuer de nouveaux achats à partir de cet appareil. Les Realms gérés à partir de cet appareil continueront à fonctionner pendant 6 mois, à moins qu'ils ne soient mis à jour par le propriétaire du Realm sur un autre appareil. Pour annuler l'abonnement à votre Realm, rendez-vous dans les paramètres de vos abonnements sur l'appareil à partir duquel le Realm a été créé. Vous ne recevrez plus les dernières mises à jour et ne pourrez plus jouer en multijoueur avec des appareils ou des Realms qui continuent à recevoir des mises à jour. Vous ne pourrez pas non plus vous connecter à certains serveurs.%sCliquez sur le bouton pour obtenir plus d'informations, notamment sur les moyens de déplacer votre monde vers un nouvel appareil. # +sunsetting.popup.pendingSunset.android=Notre capacité à prendre en charge cet appareil touche à sa fin. Vous continuerez à recevoir des mises à jour jusqu'en février 2024, après quoi vous recevrez la mise à jour finale pour cet appareil.%sAprès l'installation de la mise à jour finale, vous pourrez toujours jouer dans vos mondes et accéder aux achats du marché (y compris les Minecoins), mais vous ne pourrez plus effectuer de nouveaux achats à partir de cet appareil. Les Realms gérés à partir de cet appareil continueront à fonctionner pendant 6 mois, à moins qu'ils ne soient mis à jour par le propriétaire du Realm sur un autre appareil. Pour annuler l'abonnement à votre Realm, rendez-vous dans vos abonnements Google Play. Vous pouvez accéder à Google Play sur n'importe quel appareil compatible ou via un PC à partir duquel vous pouvez vous connecter à votre compte. Vous ne recevrez plus les dernières mises à jour et ne pourrez plus jouer en multijoueur avec des appareils ou des Realms qui continuent à recevoir des mises à jour. Vous ne pourrez pas non plus vous connecter à certains serveurs.%sCliquez sur le bouton pour obtenir plus d'informations, notamment sur les moyens de déplacer votre monde vers un nouvel appareil. # +sunsetting.popup.pendingSunset.ios_android=Notre capacité à prendre en charge cet appareil touche à sa fin. Vous continuerez à recevoir des mises à jour jusqu'en novembre 2022, après quoi vous recevrez la mise à jour finale pour cet appareil. Nous nous excusons sincèrement pour la gêne occasionnée. %sAprès l'installation de la mise à jour finale, vous pourrez toujours jouer dans vos mondes et accéder aux achats du magasin (y compris les Minecoins). Les Realms gérés à partir de cet appareil continueront à fonctionner pendant six mois, à moins qu'ils ne soient mis à jour par le propriétaire du Realm sur un autre appareil. Vous ne recevrez plus les dernières mises à jour et vous ne serez pas en mesure de jouer en mode multijoueur avec des appareils ou des Realms qui continuent à recevoir des mises à jour. Vous ne pourrez pas non plus vous connecter à certains serveurs. %sCliquez sur le bouton pour en savoir plus, y compris sur les moyens de déplacer vos mondes vers un nouvel appareil. # +sunsetting.popup.sunset.ios_android=Cet appareil n'est plus pris en charge. Vous avez reçu la mise à jour finale pour cet appareil. À partir de ce moment, vous pouvez continuer à construire dans vos mondes et à accéder à vos achats du marché (y compris les pièces Minecoins). Vos Realms continueront à fonctionner, excepté s'ils sont mis à jour par le propriétaire du Realm sur un autre appareil. Vous ne recevrez plus les plus récentes mises à jour et vous ne pourrez pas jouer en mode multijoueur avec des appareils ou des Realms qui continuent à recevoir les mises à jour. Vous ne pourrez pas vous connecter à certains serveurs. %sCliquez sur le bouton pour en savoir plus, notamment sur les façons de déplacer vos mondes sur un nouvel appareil. Nous savons que cette situation provoque des désagréments et nous sommes reconnaissants du temps que vous avez passé à jouer au jeu. Nous espérons vous revoir sur un appareil mis à jour. # +sunsetting.popup.pendingSunset.gearvr_win10=Notre capacité à prendre en charge cet appareil tire à sa fin. Vous continuerez à recevoir des mises à jour jusqu'à notre prochaine version majeure, après quoi vous recevrez une mise à jour finale pour cet appareil. Nous sommes vraiment désolés de cet inconvénient. %sAprès avoir reçu la mise à jour finale, vous serez toujours en mesure de jouer avec vos mondes et d'accéder à vos achats du marché (y compris les pièces Minecoins). Toutefois, vous n'aurez plus accès au mode multijoueur ni aux Realms à partir de cet appareil. Vous ne recevrez plus les plus récentes mises à jour et vous ne pourrez pas jouer avec des appareils ou des Realms qui continuent à recevoir les mises à jour. Vous ne pourrez pas vous connecter à certains serveurs. %sCliquez sur le bouton pour en savoir plus, notamment sur les façons de déplacer vos mondes sur un nouvel appareil. # +sunsetting.popup.sunset.gearvr_win10=Cet appareil n'est plus pris en charge. Vous avez reçu la mise à jour finale pour cet appareil. À compter de maintenant, vous pouvez continuer à construire dans vos mondes et à accéder à vos achats du marché (y compris les pièces Minecoins). Toutefois, vous n'aurez plus accès au mode multijoueur ni aux Realms à partir de cet appareil. Vous ne recevrez plus les plus récentes mises à jour et vous ne pourrez pas jouer avec des appareils qui continuent à recevoir les mises à jour. Vous ne pourrez pas non plus vous connecter à certains serveurs. # +sunsetting.popup.pendingSunset.dx10=Notre capacité à prendre en charge ce dispositif graphique tire à sa fin. Vous continuerez à recevoir des mises à jour jusqu'à notre prochaine version majeure, après quoi vous recevrez une mise à jour finale pour cet appareil. Nous sommes vraiment désolés de cet inconvénient. %sAprès avoir reçu la mise à jour finale, vous serez toujours en mesure de jouer avec vos mondes et d'accéder à vos achats du marché (y compris les pièces Minecoins). Les Realms gérés sur cet appareil seront encore fonctionnels, excepté s'ils sont mis à jour par le propriétaire du Realm sur un autre appareil. Vous ne recevrez plus les plus récentes mises à jour et vous ne pourrez pas jouer en mode multijoueur avec des appareils ou des Realms qui continuent à recevoir les mises à jour. Vous ne pourrez pas vous connecter à certains serveurs. %sCliquez sur le bouton pour en savoir plus, notamment sur les façons de déplacer vos mondes sur un nouvel appareil. # +sunsetting.popup.sunset.dx10=Ce dispositif graphique n'est plus pris en charge. Vous avez reçu la mise à jour finale pour cet appareil. À partir de ce moment, vous pouvez continuer à construire dans vos mondes et à accéder à vos achats du marché (y compris les pièces Minecoins). Vos Realms continueront à fonctionner, excepté s'ils sont mis à jour par le propriétaire du Realm sur un autre appareil. Vous ne recevrez plus les plus récentes mises à jour et vous ne pourrez pas jouer en mode multijoueur avec des appareils ou des Realms qui continuent à recevoir les mises à jour. Vous ne pourrez pas vous connecter à certains serveurs. %sCliquez sur le bouton pour en savoir plus, notamment sur les façons de déplacer vos mondes sur un nouvel appareil. Nous savons que cette situation provoque des désagréments, et nous sommes reconnaissants du temps que vous avez passé à jouer au jeu de même que de votre soutien. # + +sunsetting.popup.pendingSunset.geo.ios=Notre capacité à prendre en charge cet appareil arrive à son terme dans votre région. Après avoir reçu la dernière mise à jour, vous pourrez toujours jouer sur vos mondes et accéder à vos achats dans le marché, mais vous ne pourrez plus effectuer d'achats. Les Realms gérés à partir de cet appareil continueront de fonctionner pendant 6 mois jusqu'au 30 septembre 2023, date à laquelle vous y perdrez accès. Il est recommandé de télécharger votre monde avant cette date et d'annuler votre abonnement en consultant vos paramètres d'Abonnements sur votre appareil. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats du marché, vos Minecoins et votre abonnement Realms seront disponibles sur d'autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde vers un Realm, et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d'informations, notamment sur les moyens de déplacer votre monde vers un nouvel appareil. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.ios=Notre capacité à prendre en charge cet appareil a pris fin dans votre région. Vous pourrez toujours jouer dans vos mondes et accéder à vos achats dans le marché, mais vous ne pourrez plus effectuer d’achats. Les Realms gérés à partir de cet appareil continueront de fonctionner jusqu’au 30 septembre 2023, à la suite de quoi vous n’y aurez plus accès. Il est recommandé de télécharger votre monde avant cela. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats dans le marché, vos Minecoins et votre abonnement Realms seront disponibles sur d’autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde dans un Realm, et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d’informations, y compris les moyens de déplacer votre monde vers un nouvel appareil. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.amazon=Notre capacité à prendre en charge cet appareil arrive à son terme dans votre région. Après avoir reçu la dernière mise à jour, vous pourrez toujours jouer sur vos mondes et accéder à vos achats dans le marché, mais vous ne pourrez plus effectuer d'achats. Les Realms gérés à partir de cet appareil continueront de fonctionner pendant 6 mois jusqu'au 30 septembre 2023, date à laquelle vous y perdrez accès. Il est recommandé de télécharger votre monde avant cette date. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats du marché, vos Minecoins et votre abonnement Realms seront disponibles sur d'autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde vers un Realm, et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d'informations, notamment sur les moyens de déplacer votre monde vers un nouvel appareil. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.amazon=Notre capacité à prendre en charge cet appareil a pris fin dans votre région. Vous pourrez toujours jouer dans vos mondes et accéder à vos achats dans le marché, mais vous ne pourrez plus effectuer d’achats. Les Realms gérés à partir de cet appareil continueront de fonctionner jusqu’au 30 septembre 2023, à la suite de quoi vous n’y aurez plus accès. Il est recommandé de télécharger votre monde avant cela. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats dans le marché, vos Minecoins et votre abonnement Realms seront disponibles sur d’autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde dans un Realm, et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d’informations, y compris les moyens de déplacer votre monde vers un nouvel appareil. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.android=Notre capacité à prendre en charge cet appareil arrive à son terme dans votre région. Suite à cette dernière mise à jour, vous pourrez toujours jouer sur vos mondes et accéder à vos achats dans le marché, mais vous ne pourrez plus effectuer d'achats. Les Realms gérés à partir de cet appareil continueront de fonctionner pendant 6 mois jusqu'au 30 septembre 2023, date à laquelle vous y perdrez accès à partir de cet appareil. Il est recommandé de télécharger votre monde avant cette date et d'annuler votre abonnement en consultant vos abonnements dans Google Play. %sVous ne recevrez plus les dernières mises à jour et ne pourrez plus jouer en multijoueur. Vous ne pourrez pas non plus vous connecter à certains serveurs. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats du marché, vos Minecoins et votre abonnement Realms seront disponibles sur vos autres plateformes où vous jouez à Minecraft. Vous pouvez commencer un nouvel abonnement à partir de ces autres plateformes. %sSi vous souhaitez déplacer vos mondes de cet appareil vers un autre, vous pouvez le faire en téléchargeant le monde vers un Realm, et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d'informations, y compris les moyens de déplacer votre monde vers un nouvel appareil. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.android=Notre capacité à prendre en charge cet appareil a pris fin dans votre région. Vous pourrez toujours jouer dans vos mondes et accéder à vos achats dans le marché, mais vous ne pourrez plus effectuer d’achats. Les Realms gérés à partir de cet appareil continueront de fonctionner jusqu’au 30 septembre 2023, à la suite de quoi vous n’y aurez plus accès. Il est recommandé de télécharger votre monde avant cela. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats dans le marché, vos Minecoins et votre abonnement Realms seront disponibles sur d’autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde dans un Realm, et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d’informations, y compris les moyens de déplacer votre monde vers un nouvel appareil. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.generic=Notre capacité à prendre en charge cet appareil arrive à son terme dans votre région. Après avoir reçu la dernière mise à jour, vous pourrez toujours jouer sur vos mondes et accéder à vos achats dans le marché, mais vous ne pourrez plus effectuer d'achats. Les Realms gérés à partir de cet appareil continueront de fonctionner pendant 6 mois jusqu'au 30 septembre 2023, date à laquelle vous y perdrez accès. Il est recommandé de télécharger votre monde avant cette date. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats du marché, vos Minecoins et votre abonnement Realms seront disponibles sur d'autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde vers un Realm, et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d'informations, notamment sur les moyens de déplacer votre monde vers un nouvel appareil. # +sunsetting.popup.sunset.geo.generic=Notre capacité à prendre en charge cet appareil a pris fin dans votre région. Vous pourrez toujours jouer dans vos mondes et accéder à vos achats dans le marché, mais vous ne pourrez plus effectuer d’achats. Les Realms gérés à partir de cet appareil continueront de fonctionner jusqu’au 30 septembre 2023, à la suite de quoi vous n’y aurez plus accès. Il est recommandé de télécharger votre monde avant cela. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats dans le marché, vos Minecoins et votre abonnement Realms seront disponibles sur d’autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde dans un Realm, et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d’informations, y compris les moyens de déplacer votre monde vers un nouvel appareil. # sunsetting.banner.play.worldTab.pending=Votre version ne pourra bientôt plus se connecter au mode multijoueur # sunsetting.banner.play.friendsTab.pending=Votre version ne pourra bientôt plus se connecter au mode multijoueur # diff --git a/resource_pack/texts/fr_FR.lang b/resource_pack/texts/fr_FR.lang index ec04fe56b..41bf967f8 100644 --- a/resource_pack/texts/fr_FR.lang +++ b/resource_pack/texts/fr_FR.lang @@ -1908,8 +1908,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=Rééquilibrage du commerc createWorldScreen.experimentalVillagerTradesRebalanceDescription=Contient une mise à jour des échanges proposés par les villageois dans une optique de rééquilibrage # createWorldScreen.experimentalArmadillo=Tatou et armure de loup # createWorldScreen.experimentalArmadilloDescription=Familiarisez-vous avec le tatou et équipez votre loup avec la toute nouvelle armure de loup ! # -createWorldScreen.experimentalBundles=Lots # -createWorldScreen.experimentalBundlesDescription=Vous permet de fabriquer et d'utiliser l'objet du lot # createWorldScreen.worldPreferences=Préférences du monde # createWorldScreen.startWithMap=Carte de départ # createWorldScreen.defaultName=Mon monde # @@ -3878,7 +3876,7 @@ howtoplay.minecoins.text.1=Explorez un monde de possibilités avec les minecoins howtoplay.minecoins.text.2=Une fois échangées, vos minecoins sont liées à votre compte Microsoft, ce qui vous permet d'accéder à vos pièces et à vos achats sur d'autres appareils pris en charge ! # howtoplay.minecoins.button.text.1=Obtenir des Pièces # howtoplay.minecoins.header.1=Clause de non-responsabilité # -howtoplay.minecoins.text.3=*Les Minecoins nécessitent une version de Minecraft: Bedrock Edition incluant le magasin Minecraft. Les Minecoins ne sont pas compatibles avec PlayStation®. Pour en savoir plus sur les compatibilités, veuillez consulter minecraft.net/minecoins #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Les Minecoins nécessitent une version de Minecraft: Bedrock Edition incluant le magasin Minecraft. Les Minecoins ne sont pas compatibles sur PlayStation®. Pour plus d'informations au sujet de la compatibilité, veuillez consulter minecraft.net/minecoins  #### CertRequirement: [PlayStation®] howtoplay.mining=Minage # @@ -6295,8 +6293,8 @@ options.dev_addCoins=Ajouter %s pièces # options.dev_addCoinTitle=Ajouter des pièces # options.dev_reset_entitlements=Réinitialiser tous les droits # options.dev_reset_entitlements_loading=Réinitialisation des droits en cours. Cette boîte de dialogue se fermera une fois le processus terminé. Vous pouvez fermer cette fenêtre, mais quitter le jeu avant la fin de cette commande peut entraîner un comportement inattendu. # -options.dev_reset_entitlements_error_unfinished=Attention : tous les droits n'ont pas été correctement supprimés. Essayez d'exécuter à nouveau la commande après avoir redémarré le client. # -options.dev_reset_entitlements_warning=Attention : tous vos droits seront supprimés, y compris les anciens droits que vous risquez de ne pas pouvoir récupérer ! Cette opération peut prendre un certain temps si vous disposez d'un grand nombre de droits. Voulez-vous vraiment continuer ? # +options.dev_reset_entitlements_error_unfinished=Attention, tous les droits n'ont pas été correctement supprimés. Essayez d'exécuter à nouveau la commande après avoir redémarré le client. # +options.dev_reset_entitlements_warning=Attention ! Tous vos droits seront supprimés, y compris les anciens droits que vous risquez de ne pas pouvoir récupérer ! Cette opération peut prendre un certain temps si vous disposez d'un grand nombre de droits. Voulez-vous vraiment continuer ? # options.dev_reset_entitlements_success=Droits supprimés. # options.dev_currencyFailureWarning=L'appel réseau a échoué. Erreur : %s # options.dev_currencyFailureWarningGeneric=L'appel réseau a échoué. Assurez-vous d'être connecté(e) à un compte autorisé. # @@ -6411,7 +6409,6 @@ options.dev_sunsetting_tier.two=Niveau 2 - KitKat # options.dev_sunsetting_tier.three=Niveau 3 - FireTV # options.dev_sunsetting_tier.four=Niveau 4 - 1024 Mo # options.dev_sunsetting_tier.five=Niveau 5 - iOS 12 et Nougat # -options.dev_sunsetting_tier.six=Niveau 6 - iOS 13, Android 8, appareils VR # options.dev_sunsetting_tier.not_pending=Pas en cours # options.dev_gatherings_section=Rassemblements # options.dev_gatherings_enable=Activer les rassemblements # @@ -6966,12 +6963,26 @@ sunsetting.popup.title=Cet appareil n'est plus pris en charge. # sunsetting.popup.moreInfo=Plus d'informations # sunsetting.popup.dontshow=Ne plus afficher ce message # -sunsetting.popup.pendingSunset.device=Notre capacité à prendre en charge cet appareil touche à sa fin. Vous continuerez à recevoir des mises à jour jusqu'en mars 2025, après quoi vous recevrez la mise à jour finale compatible avec cet appareil.%sAprès l'installation de la mise à jour finale, vous pourrez toujours jouer dans vos mondes et accéder aux achats du magasin (y compris les Minecoins), mais vous ne pourrez plus effectuer de nouveaux achats depuis de cet appareil. Les Realms gérés à partir de cet appareil resteront opérationnels pendant 6 mois à compter du mois de mars 2025, à moins qu'ils ne soient mis à jour par le propriétaire du Realm sur un autre appareil. Pour annuler votre abonnement à Realms, rendez-vous dans les paramètres de vos abonnements sur l'appareil à partir duquel le Realm a été créé. Vous ne recevrez plus les dernières mises à jour et ne pourrez plus jouer en multijoueur avec des appareils ou des Realms qui continuent à recevoir des mises à jour. Vous ne pourrez pas non plus vous connecter à certains serveurs.%sCliquez sur le bouton pour obtenir plus d'informations. # -sunsetting.popup.sunset.device=Notre capacité à prendre en charge cet appareil touche à sa fin. Vous ne recevrez plus de mises à jour à compter du mois de mars 2025 jusqu'à la mise à jour de votre appareil. Cette mise à jour est la dernière mise à jour compatible avec cet appareil.%sVous pourrez toujours jouer dans vos mondes et accéder aux achats du magasin (y compris les Minecoins). Les Realms gérés à partir de cet appareil resteront opérationnels pendant 6 mois à compter du mois de mars 2025, à moins qu'ils ne soient mis à jour par le propriétaire du Realm sur un autre appareil. Pour annuler votre abonnement à Realms, rendez-vous dans les paramètres de vos abonnements sur l'appareil à partir duquel le Realm a été créé. Vous ne recevrez plus les dernières mises à jour et ne pourrez plus jouer en multijoueur avec des appareils ou des Realms qui continuent à recevoir des mises à jour. Vous ne pourrez pas non plus vous connecter à certains serveurs.%sCliquez sur le bouton pour obtenir plus d'informations. # -sunsetting.popup.pendingSunset.windows_xr=Notre capacité à prendre en charge ce dispositif graphique VR/MR touche à sa fin. Cet appareil ne sera plus pris en charge dans les mises à jour à compter du mois de mars 2025, date à laquelle vous recevrez votre dernière mise à jour compatible.%sAprès avoir reçu la dernière mise à jour, vous continuerez à recevoir des mises à jour sur votre PC et pourrez jouer sans appareil VR/MR. Vous pourrez toujours construire dans vos mondes, et vos achats du magasin (y compris les Minecoins) resteront disponibles sur des appareils graphiques non VR/MR, tels qu'un écran d'ordinateur. Cependant, votre appareil VR/MR ne sera plus pris en charge avec Minecraft dans les futures mises à jour.%sCliquez sur le bouton pour plus d'informations. # -sunsetting.popup.sunset.windows_xr=Notre capacité à prendre en charge ce dispositif graphique VR/MR touche à sa fin. Cet appareil VR/MR n'est plus pris en charge. Vous avez reçu la mise à jour finale compatible avec cet appareil graphique. Vous continuerez à recevoir des mises à jour sur votre PC et pourrez jouer sans appareil VR/MR. Vous pourrez toujours construire dans vos mondes, et vos achats du magasin (y compris les Minecoins) resteront disponibles sur des appareils graphiques non VR/MR, tels qu'un écran d'ordinateur. Cependant, votre appareil VR/MR ne sera plus pris en charge avec Minecraft dans les futures mises à jour.%sCliquez sur le bouton pour plus d'informations. Nous sommes conscients que cette nouvelle déplaira à de nombreux joueurs, et nous nous excusons pour la gêne occasionnée. Merci pour votre soutien continu ainsi que pour tout le temps que vous avez joué à notre jeu. # -sunsetting.popup.pendingSunset.geo=Notre capacité à prendre en charge cet appareil arrive à son terme dans votre région. Après avoir reçu la dernière mise à jour, vous pourrez toujours jouer sur vos mondes et accéder à vos achats dans le magasin, mais vous ne pourrez plus effectuer d'achats. Les Realms gérés à partir de cet appareil continueront de fonctionner pendant 6 mois. Le 30 septembre 2023, vous n'y aurez plus accès. Il est recommandé de télécharger votre monde avant cette date.%sSi vous vous êtes connecté avec un compte Microsoft, vos achats du magasin, vos Minecoins et votre abonnement à Realms seront disponibles sur d'autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde vers un Realm, et en téléchargeant une sauvegarde sur votre nouvel appareil.%sAppuyez sur le bouton pour plus d'informations, notamment sur les moyens de déplacer votre monde vers un nouvel appareil. # -sunsetting.popup.sunset.geo=Notre prise en charge de cet appareil a pris fin dans votre région. Vous pourrez toujours jouer dans vos mondes et accéder à vos achats du magasin, mais les nouveaux achats ne seront plus possibles. Les Realms gérés depuis cet appareil resteront opérationnels jusqu'au 30 septembre 2023, après quoi l'accès sera interrompu. Il est conseillé de télécharger vos mondes avant cette date.%sSi vous vous êtes connecté(e) via un compte Microsoft, vos achats dans le magasin, vos Minecoins et votre abonnement à Realms seront disponibles sur d'autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde dans un Realm et en téléchargeant une sauvegarde sur votre nouvel appareil.%sAppuyez sur le bouton pour plus d'informations, y compris les moyens de déplacer votre monde vers un nouvel appareil. # +sunsetting.popup.moreInfo.gearVR=Pour plus d'informations, consultez la page https://aka.ms/MinecraftSunsetting dans n'importe quel navigateur Web. # +sunsetting.popup.moreInfo.gearVR.geo=Pour plus d'informations, consultez la page https://aka.ms/MinecraftGeoSunsetting dans n'importe quel navigateur Web. # + +sunsetting.popup.pendingSunset.ios=Notre capacité à prendre en charge cet appareil touche à sa fin. Vous continuerez à recevoir des mises à jour jusqu'en février 2024, après quoi vous recevrez la mise à jour finale pour cet appareil.%sAprès l'installation de la mise à jour finale, vous pourrez toujours jouer dans vos mondes et accéder aux achats du magasin (y compris les minecoins), mais vous ne pourrez plus effectuer de nouveaux achats à partir de cet appareil. Les Realms gérés à partir de cet appareil continueront à fonctionner pendant 6 mois à moins qu'ils ne soient mis à jour par le propriétaire du Realm sur un autre appareil. Pour annuler l'abonnement à votre Realm, rendez-vous dans les paramètres de vos abonnements sur l'appareil à partir duquel le Realm a été créé. Vous ne recevrez plus les dernières mises à jour et ne pourrez plus jouer en multijoueur avec des appareils ou des Realms qui continuent à recevoir des mises à jour. Vous ne pourrez pas non plus vous connecter à certains serveurs.%sCliquez sur le bouton pour obtenir plus d'informations, notamment sur les moyens de déplacer votre monde vers un nouvel appareil. # +sunsetting.popup.pendingSunset.android=Notre capacité à prendre en charge cet appareil touche à sa fin. Vous continuerez à recevoir des mises à jour jusqu'en février 2024, après quoi vous recevrez la mise à jour finale pour cet appareil.%sAprès l'installation de la mise à jour finale, vous pourrez toujours jouer dans vos mondes et accéder aux achats du magasin (y compris les minecoins), mais vous ne pourrez plus effectuer de nouveaux achats à partir de cet appareil. Les Realms gérés à partir de cet appareil continueront à fonctionner pendant 6 mois à moins qu'ils ne soient mis à jour par le propriétaire du Realm sur un autre appareil. Pour annuler l'abonnement à votre Realm, rendez-vous dans vos abonnements Google Play. Vous pouvez accéder à Google Play sur n'importe quel appareil compatible ou via un PC à partir duquel vous pouvez vous connecter à votre compte. Vous ne recevrez plus les dernières mises à jour et ne pourrez plus jouer en multijoueur avec des appareils ou des Realms qui continuent à recevoir des mises à jour. Vous ne pourrez pas non plus vous connecter à certains serveurs.%sCliquez sur le bouton pour obtenir plus d'informations, notamment sur les moyens de déplacer votre monde vers un nouvel appareil. # +sunsetting.popup.pendingSunset.ios_android=Notre capacité à prendre en charge cet appareil touche à sa fin. Vous continuerez à recevoir des mises à jour jusqu'en novembre 2022, après quoi vous recevrez la mise à jour finale pour cet appareil. Nous nous excusons sincèrement pour la gêne occasionnée. %sAprès l'installation de la mise à jour finale, vous pourrez toujours jouer dans vos mondes et accéder aux achats du magasin (y compris les minecoins). Les Realms gérés à partir de cet appareil continueront à fonctionner, à moins qu'ils ne soient mis à jour par le propriétaire du Realm sur un autre appareil. Vous ne recevrez plus les dernières mises à jour et vous ne serez pas en mesure de jouer en mode multijoueur avec des appareils ou des Realms qui continuent à recevoir des mises à jour. Vous ne pourrez pas non plus vous connecter à certains serveurs. %sCliquez sur le bouton pour en savoir plus, y compris sur les moyens de déplacer vos mondes vers un nouvel appareil. # +sunsetting.popup.sunset.ios_android=Cet appareil n'est plus pris en charge. Vous avez reçu la mise à jour finale correspondante. À partir de maintenant, vous pouvez continuer à construire dans vos mondes et vos achats du magasin (y compris les minecoins) seront toujours disponibles. Vos Realms continueront à fonctionner, à moins qu'ils ne soient mis à jour par le propriétaire du Realm sur un autre appareil. Vous ne recevrez plus les dernières mises à jour et vous ne serez pas en mesure de jouer en mode multijoueur avec des appareils ou des Realms qui continuent à recevoir des mises à jour. Vous ne pourrez pas non plus vous connecter à certains serveurs. %sCliquez sur le bouton pour en savoir plus, y compris sur les moyens de déplacer vos mondes vers un nouvel appareil. Nous sommes conscients du désagrément occasionné et nous vous remercions sincèrement pour le temps que vous avez consacré à notre jeu, nous espérons vous retrouver sur un appareil mis à jour. # +sunsetting.popup.pendingSunset.gearvr_win10=Notre capacité à prendre en charge cet appareil touche à sa fin. Vous continuerez à recevoir des mises à jour jusqu'à notre prochaine mise à jour majeure, après quoi vous recevrez la mise à jour finale pour cet appareil. Nous nous excusons sincèrement pour la gêne occasionnée. %sAprès avoir reçu la mise à jour finale, vous pourrez toujours jouer dans vos mondes et accéder aux achats du magasin (y compris les minecoins). Toutefois, vous n'aurez plus accès au mode multijoueur ou aux Realms à partir de cet appareil. Vous ne recevrez plus les dernières mises à jour et vous ne pourrez plus jouer avec des appareils ou des Realms qui continuent de recevoir des mises à jour. Vous ne pourrez pas non plus vous connecter à certains serveurs. %sCliquez sur le bouton pour en savoir plus, y compris sur les moyens de déplacer vos mondes vers un nouvel appareil. # +sunsetting.popup.sunset.gearvr_win10=Cet appareil n'est plus pris en charge. Vous avez reçu la mise à jour finale correspondante. À partir de maintenant, vous pouvez continuer à construire dans vos mondes et vos achats du magasin (y compris les minecoins) seront toujours disponibles. Toutefois, vous n'aurez plus accès au mode multijoueur ou aux Realms à partir de cet appareil. Vous ne recevrez plus les dernières mises à jour et vous ne pourrez pas jouer avec les appareils qui continuent de recevoir des mises à jour. Vous ne pourrez pas non plus vous connecter à certains serveurs. # +sunsetting.popup.pendingSunset.dx10=Notre capacité à prendre en charge ce dispositif graphique touche à sa fin. Vous continuerez à recevoir des mises à jour jusqu'à notre prochaine mise à jour majeure, après quoi vous recevrez la mise à jour finale pour cet appareil. Nous nous excusons sincèrement pour la gêne occasionnée. %sAprès avoir reçu la mise à jour finale, vous pourrez toujours jouer dans vos mondes et accéder aux achats du magasin (y compris les minecoins). Les Realms gérés à partir de cet appareil continueront à fonctionner, à moins qu'ils ne soient mis à jour par le propriétaire du Realm sur un autre appareil. Vous ne recevrez plus les dernières mises à jour et vous ne serez pas en mesure de jouer en mode multijoueur avec des appareils ou des Realms qui continuent à recevoir des mises à jour. Vous ne pourrez pas non plus vous connecter à certains serveurs. %sCliquez sur le bouton pour en savoir plus, y compris sur les moyens de déplacer vos mondes vers un nouvel appareil. # +sunsetting.popup.sunset.dx10=Ce dispositif graphique n'est plus pris en charge. Vous avez reçu la mise à jour finale correspondante. À partir de maintenant, vous pouvez continuer à construire dans vos mondes et vos achats du magasin (y compris les minecoins) seront toujours disponibles. Vos Realms continueront à fonctionner, à moins qu'ils ne soient mis à jour par le propriétaire du Realm sur un autre appareil. Vous ne recevrez plus les dernières mises à jour et vous ne serez pas en mesure de jouer en multijoueur avec des appareils ou des Realms qui continuent à recevoir des mises à jour. Vous ne pourrez pas non plus vous connecter à certains serveurs. %sCliquez sur le bouton pour en savoir plus, y compris sur les moyens de déplacer vos mondes vers un nouvel appareil. Nous sommes conscients du désagrément occasionné et nous vous remercions sincèrement pour le temps que vous avez consacré à notre jeu et votre soutien. # + +sunsetting.popup.pendingSunset.geo.ios=Notre capacité à prendre en charge cet appareil touche à sa fin dans votre région. Après avoir reçu la mise à jour finale, vous pourrez toujours jouer sur vos mondes et accéder à vos achats dans le magasin, mais vous ne pourrez plus effectuer d’achats. Les Realms gérés à partir de cet appareil continueront à fonctionner pendant 6 mois jusqu'au 30 septembre 2023, date à laquelle vous perdrez l'accès aux Realms. Il est recommandé de télécharger votre monde avant cela et d’annuler votre abonnement en affichant vos paramètres d’abonnement sur votre appareil. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats dans le magasin, vos Minecoins et votre abonnement Realms seront disponibles sur d’autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde dans un Realm et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d’informations, en particulier sur la façon de déplacer votre monde vers un nouvel appareil. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.ios=Notre capacité à prendre en charge cet appareil touche à sa fin dans votre région. Vous pourrez toujours jouer sur vos mondes et accéder à vos achats dans le magasin, mais vous ne pourrez plus effectuer d’achats. Les Realms gérés à partir de cet appareil continueront à fonctionner jusqu’au 30 septembre 2023. Par la suite, vous n’aurez plus accès aux Realms. Nous vous recommandons de télécharger votre monde avant cette date. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats dans le magasin, vos Minecoins et votre abonnement Realms seront disponibles sur d’autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde dans un Realm et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d’informations, en particulier sur la façon de déplacer votre monde vers un nouvel appareil. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.amazon=Notre capacité à prendre en charge cet appareil touche à sa fin dans votre région. Après avoir reçu la mise à jour finale, vous pourrez toujours jouer sur vos mondes et accéder à vos achats dans le magasin, mais vous ne pourrez plus effectuer d’achats dans le magasin. Les Realms gérés à partir de cet appareil continueront à fonctionner pendant 6 mois. Le 30 septembre 2023, vous n’aurez plus accès aux Realms. Nous vous recommandons de télécharger votre monde avant cette date. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats dans le magasin, vos Minecoins et votre abonnement Realms seront disponibles sur d’autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde dans un Realm et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d’informations, en particulier sur la façon de déplacer votre monde vers un nouvel appareil. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.amazon=Notre capacité à prendre en charge cet appareil touche à sa fin dans votre région. Vous pourrez toujours jouer sur vos mondes et accéder à vos achats dans le magasin, mais vous ne pourrez plus effectuer d’achats. Les Realms gérés à partir de cet appareil continueront à fonctionner jusqu’au 30 septembre 2023. Par la suite, vous n’aurez plus accès aux Realms. Nous vous recommandons de télécharger votre monde avant cette date. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats dans le magasin, vos Minecoins et votre abonnement Realms seront disponibles sur d’autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde dans un Realm et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d’informations, en particulier sur la façon de déplacer votre monde vers un nouvel appareil. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.android=Notre capacité à prendre en charge cet appareil arrive à son terme dans votre région. Suite à cette dernière mise à jour, vous pourrez toujours jouer sur vos mondes et accéder à vos achats dans le magasin, mais vous ne pourrez plus effectuer d'achats. Les Realms gérés à partir de cet appareil continueront de fonctionner pendant 6 mois jusqu'au 30 septembre 2023, date à laquelle vous y perdrez accès à partir de cet appareil. Il est recommandé de télécharger votre monde avant cette date et d'annuler votre abonnement en consultant vos abonnements dans Google Play. %sVous ne recevrez plus les dernières mises à jour et ne pourrez plus jouer en multijoueur. Vous ne pourrez pas non plus vous connecter à certains serveurs. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats du magasin, vos Minecoins et votre abonnement Realms seront disponibles sur vos autres plateformes où vous jouez à Minecraft. Vous pouvez commencer un nouvel abonnement à partir de ces autres plateformes. %sSi vous souhaitez déplacer vos mondes de cet appareil vers un autre, vous pouvez le faire en téléchargeant le monde vers un Realm, et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d'informations, y compris les moyens de déplacer votre monde vers un nouvel appareil. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.android=Notre capacité à prendre en charge cet appareil touche à sa fin dans votre région. Vous pourrez toujours jouer sur vos mondes et accéder à vos achats dans le magasin, mais vous ne pourrez plus effectuer d’achats. Les Realms gérés à partir de cet appareil continueront à fonctionner jusqu’au 30 septembre 2023. Par la suite, vous n’aurez plus accès aux Realms. Nous vous recommandons de télécharger votre monde avant cette date. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats dans le magasin, vos Minecoins et votre abonnement Realms seront disponibles sur d’autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde dans un Realm et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d’informations, en particulier sur la façon de déplacer votre monde vers un nouvel appareil. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.generic=Notre capacité à prendre en charge cet appareil touche à sa fin dans votre région. Après avoir reçu la mise à jour finale, vous pourrez toujours jouer sur vos mondes et accéder à vos achats dans le magasin, mais vous ne pourrez plus effectuer d’achats dans le magasin. Les Realms gérés à partir de cet appareil continueront à fonctionner pendant 6 mois. Le 30 septembre 2023, vous n’aurez plus accès aux Realms. Nous vous recommandons de télécharger votre monde avant cette date. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats dans le magasin, vos Minecoins et votre abonnement Realms seront disponibles sur d’autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde dans un Realm et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d’informations, en particulier sur la façon de déplacer votre monde vers un nouvel appareil. # +sunsetting.popup.sunset.geo.generic=Notre capacité à prendre en charge cet appareil touche à sa fin dans votre région. Vous pourrez toujours jouer sur vos mondes et accéder à vos achats dans le magasin, mais vous ne pourrez plus effectuer d’achats. Les Realms gérés à partir de cet appareil continueront à fonctionner jusqu’au 30 septembre 2023. Par la suite, vous n’aurez plus accès aux Realms. Nous vous recommandons de télécharger votre monde avant cette date. %sSi vous vous êtes connecté avec un compte Microsoft/Xbox Live, vos achats dans le magasin, vos Minecoins et votre abonnement Realms seront disponibles sur d’autres plateformes. Si vous souhaitez déplacer vos mondes de cet appareil vers un autre appareil, vous pouvez le faire en téléchargeant le monde dans un Realm et en téléchargeant une sauvegarde sur votre nouvel appareil. %sCliquez sur le bouton pour plus d’informations, en particulier sur la façon de déplacer votre monde vers un nouvel appareil. # sunsetting.banner.play.worldTab.pending=Votre version ne pourra bientôt plus se connecter au mode multijoueur # sunsetting.banner.play.friendsTab.pending=Votre version ne pourra bientôt plus se connecter au mode multijoueur # @@ -10886,7 +10897,7 @@ dr.classic_skins.addition_skin_count=+ %s # dr.classic_skins.choose_custom_skin=Choisir autre skin # dr.classic_skins.custom_skin_title=Importation de la skin # dr.classic_skins.custom_skin_description=Importez une image au format .png (64x32, 64x64, ou 128x128) de votre appareil pour l'utiliser comme skin. Elle ne sera pas synchronisée entre vos appareils ou vos parties. # -dr.classic_skins.custom_skin_description_disabled=Votre appareil ne peut pas sélectionner un skin personnalisé dans une partie multijoueur. Retournez au menu principal pour en équiper un. # +dr.classic_skins.custom_skin_description_disabled= Votre appareil ne peut pas sélectionner un skin personnalisé dans une partie multijoueur. Retournez au menu principal pour en équiper un. # dr.classic_skins.custom_skin_description_popup=Les joueurs avec des skins personnalisés ne seront pas visibles si l’option « Autoriser uniquement les skins de confiance » est activée. # dr.classic_skins.custom_skin_section_title=Skins possédés # dr.classic_skins.invalidCustomSkin=Veuillez importer un fichier .png aux dimensions 64x64, 64x32 ou 128x128 # diff --git a/resource_pack/texts/hu_HU.lang b/resource_pack/texts/hu_HU.lang index 8babfa54e..541912bfb 100644 --- a/resource_pack/texts/hu_HU.lang +++ b/resource_pack/texts/hu_HU.lang @@ -1908,8 +1908,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=A falusiakkal való keresk createWorldScreen.experimentalVillagerTradesRebalanceDescription=Frissített kereskedés falusiaknak az egyensúly helyreállítása céljából # createWorldScreen.experimentalArmadillo=Tatu és Farkaspáncél # createWorldScreen.experimentalArmadilloDescription=Ismerd meg a Tatut, és szereld fel a farkasod az új Farkaspáncéllal! # -createWorldScreen.experimentalBundles=Csomaggyűjtemények # -createWorldScreen.experimentalBundlesDescription=Lehetővé teszi a csomaggyűjtemény-elemek elkészítését és használatát # createWorldScreen.worldPreferences=Világ beállításai # createWorldScreen.startWithMap=Kezdő térkép # createWorldScreen.defaultName=Saját világ # @@ -3878,7 +3876,7 @@ howtoplay.minecoins.text.1=A Minecoin: a Minecraft játékbeli fizetőeszköze a howtoplay.minecoins.text.2=A beváltást követően a Minecoinok össze lesznek kapcsolva a Microsoft-fiókoddal, így más támogatott eszközökön is hozzáférhetsz az érméidhez és a vásárlásaidhoz! # howtoplay.minecoins.button.text.1=Vásárolj Minecraft-érméket # howtoplay.minecoins.header.1=Jogi nyilatkozat # -howtoplay.minecoins.text.3=*A Minecoinok használatához a Minecraft: Bedrock Edition Minecraft Piactérrel rendelkező verziója szükséges. A Minecoinok nem kompatibilisek a PlayStation®. A kompatibilitással kapcsolatos információkért lásd: minecraft.net/minecoins #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*A Minecoinok használatához a Minecraft: Bedrock Edition Minecraft Piactérrel rendelkező verziója szükséges. A Minecoinok nem kompatibilisek a PlayStationnel®. A kompatibilitással kapcsolatos információkért lásd: minecraft.net/minecoins  #### CertRequirement: [PlayStation®] howtoplay.mining=Bányászat # @@ -6295,13 +6293,13 @@ options.dev_addCoins=%s érme hozzáadása # options.dev_addCoinTitle=Érmék hozzáadása # options.dev_reset_entitlements=Minden jogosultság visszaállítása # options.dev_reset_entitlements_loading=Jogosultságok visszaállítása folyamatban. Ez a párbeszédpanel bezárul, amint a folyamat befejeződik. Ezt az ablakot bezárhatod, de ha a parancs futásának befejezte előtt kilépsz a játékból, az nem várt viselkedést eredményezhet. # -options.dev_reset_entitlements_error_unfinished=Figyelem! Nem minden jogosultság lett megfelelően törölve. Próbálkozz a parancs újbóli futtatásával, lehetőleg a kliens újraindítását követően. # -options.dev_reset_entitlements_warning=Figyelem! Ezzel az összes jogosultságodat törlöd, beleértve régi jogosultságokat is, amelyeket lehet, hogy nem kaphatsz vissza! Ez a művelet eltarthat egy ideig, ha sok jogosultsággal rendelkezel. Biztosan folytatod? # +options.dev_reset_entitlements_error_unfinished=Figyelem, nem minden jogosultság lett megfelelően törölve. Próbálkozz a parancs újbóli futtatásával, lehetőleg a kliens újraindítását követően. # +options.dev_reset_entitlements_warning=Figyelem! Ezzel az összes jogosultságodat törlöd, beleértve régi jogosultságokat is, amelyeket lehet, hogy nem kaphatsz vissza! Ez a művelet eltarthat egy ideig, ha sok jogosultsággal rendelkezel. Biztosan folytatod? # options.dev_reset_entitlements_success=Jogosultságok sikeresen törölve. # options.dev_currencyFailureWarning=A hálózati hívás sikertelen volt. Hiba: %s # options.dev_currencyFailureWarningGeneric=A hálózati hívás sikertelen volt. Győződj meg róla, hogy egy, az engedélyezési listán szereplő fiókba vagy bejelentkezve. # options.dev_reset_wallet=Virtuális pénztárca visszaállítása # -options.dev_allowlist_failure=Hiba! A művelet végrehajtása nem sikerült. Ellenőrizd, hogy szerepel-e ez a fiók az engedélyezési listán. # +options.dev_allowlist_failure=Hiba! A művelet végrehajtása nem sikerült. Ellenőrizd, hogy szerepel-e ez a fiók az engedélyezési listán. # options.discoveryEnvironment=Felderítési környezet (újraindítást igényel) # options.discoveryEnvironment.production=Végleges # options.discoveryEnvironment.staging=Átmeneti # @@ -6411,7 +6409,6 @@ options.dev_sunsetting_tier.two=2. szint – KitKat # options.dev_sunsetting_tier.three=3. szint – FireTV # options.dev_sunsetting_tier.four=4. szint – 1024 MB # options.dev_sunsetting_tier.five=5. fokozat – iOS 12 és Nougat # -options.dev_sunsetting_tier.six=6. fokozat – iOS 13, Android 8, VR-eszközök # options.dev_sunsetting_tier.not_pending=Nincs függőben # options.dev_gatherings_section=Összejövetelek # options.dev_gatherings_enable=Összejövetelek engedélyezése # @@ -6966,12 +6963,26 @@ sunsetting.popup.title=Ez az eszköz már nem támogatott. # sunsetting.popup.moreInfo=További információk # sunsetting.popup.dontshow=Ne jelenjen meg többé # -sunsetting.popup.pendingSunset.device=Ennek az eszköznek a támogatása a hamarosan megszűnik. 2025 márciusáig folyamatosan érkeznek majd hozzá frissítések, míg végül megérkezik az utolsó olyan frissítés, amely támogatja az eszközt.%sMiután az utolsó frissítés megérkezett, továbbra is játszhatsz majd a világaidon, illetve eléred a Piactéren vásárolt tartalmakat (a Minecoinokat is beleértve), ám nem fogsz tudni újabb vásárlásokat végrehajtani ezen az eszközön. Az eszközön kezelt Realmek 2025 márciusa után további 6 hónapig elérhetőek maradnak, hacsak a Realm tulajdonosa nem frissíti őket egy másik eszközön. A Realm-előfizetésedet a Realm létrehozásához használt eszközön mondhatod le, az Előfizetésekhez tartozó Beállítások menüben. Nem fogod megkapni a további frissítéseket, és nem fogsz tudni többjátékos módban játszani a frissítéseket megkapó eszközök tulajdonosaival és az ilyen Realmeken. Ezenfelül egyes kiszolgálókhoz nem fogsz tudni csatlakozni. %sKattints a gombra további információért. # -sunsetting.popup.sunset.device=Ennek az eszköznek a támogatása megszűnt. 2025 márciusa után nem érkeznek majd hozzá frissítések, amíg nem frissíted az eszközt. Ez az utolsó frissítés, amely még kompatibilis ezzel az eszközzel.%sTovábbra is játszhatsz majd a világaidon, illetve eléred a Piactéren vásárolt tartalmakat (a Minecoinokat is beleértve). Az eszközön kezelt Realmek 2025 márciusa után további 6 hónapig elérhetőek maradnak, hacsak a Realm tulajdonosa nem frissíti őket egy másik eszközön. A Realm-előfizetésedet a Realm létrehozásához használt eszközön mondhatod le, az Előfizetésekhez tartozó Beállítások menüben. Nem fogod megkapni a további frissítéseket, és nem fogsz tudni többjátékos módban játszani a frissítéseket megkapó eszközök tulajdonosaival és az ilyen Realmeken. Ezenfelül egyes kiszolgálókhoz nem fogsz tudni csatlakozni. %sKattints a gombra további információért. # -sunsetting.popup.pendingSunset.windows_xr=Ennek a VR/MR-eszköznek a támogatása megszűnt. Az új frissítések már nem támogatják ezt az eszközt 2025 márciusa után. Akkor érkezik az utolsó olyan frissítés, amely még támogatja ezt az eszközt.%sAz utolsó frissítés megérkezte után továbbra is megkapod a frissítéseket a számítógépedre, és a VR/MR-eszköz nélkül tovább játszhatsz. Ezután a világok még továbbépíthetőek, a piactéri vásárlások (a Minecoinokkal együtt) továbbra is elérhetőek maradnak a nem VR/MR-eszközökön, például a számítógépes monitorokon. A VM/MR-eszköz azonban nem lesz alkalmas arra, hogy a Minecrafttal használd, mivel az új frissítések nem támogatják.%sTovábbi információkért kattints a gombra. # -sunsetting.popup.sunset.windows_xr=Ennek a VR/MR-eszköznek a támogatása megszűnt. Ez a VR/MR-eszköz már nem támogatott. Megérkezett az utolsó olyan frissítés, amely támogatja ezt az eszközt. Továbbra is kapni fogod a frissítéseket a számítógépedre, és a VR/MR-eszköz nélkül tovább játszhatsz. Ezután a világok még továbbépíthetőek, a piactéri vásárlások (a Minecoinokkal együtt) továbbra is elérhetőek maradnak a nem VR/MR-eszközökön, például a számítógépes monitorokon. A VM/MR-eszköz azonban nem lesz alkalmas arra, hogy a Minecrafttal használd, mivel az új frissítések nem támogatják.%sTovábbi információkért kattints a gombra. Tisztában vagyunk azzal, hogy ez kényelmetlenséggel jár felhasználóink számára, és szeretnénk köszönetet mondani a támogatásodért és a játékkal töltött időért. # -sunsetting.popup.pendingSunset.geo=Hamarosan már nem leszünk képesek támogatni ezt az eszközt a te környékeden. Miután megkaptad a végső frissítést, továbbra is játszhatsz a világaidban és hozzáférhetsz a Piactéren vásárolt termékeidhez, de a továbbiakban nem fogsz tudni vásárolni a Piactéren. Az erről az eszközről felügyelt Realmek még 6 hónapig működni fognak. 2023. szeptember 30-án már nem fogsz tudni hozzáférni a Realmhez. Javasoljuk, hogy még ezt megelőzően töltsd le a világodat.%sHa Microsoft-fiókkal jelentkeztél be, a piactéri vásárlásaid, a Minecoinjaid és a Realms-előfizetésed más platformokon is elérhető lesz. Ha át szeretnéd helyezni a világaidat erről az eszközről egy másik eszközre, ezt úgy teheted meg, hogy feltöltöd a világot egy Realmbe, és letöltesz egy biztonsági másolatot az új eszközödre.%sTovábbi információkért, többek között a világ másik eszközre másolásának leírásáért kattints a gombra. # -sunsetting.popup.sunset.geo=Az eszköz a környékeden már nem támogatott. Továbbra is játszhatsz a világaidban és hozzáférhetsz a Piactéren vásárolt elemekhez, de a továbbiakban nem fogsz tudni vásárolni a Piactéren. Az eszközről felügyelt Realmek 2023. szeptember 30-ig működni fognak. Ezt követően már nem fogsz tudni hozzáférni a Realmez. Javasoljuk, hogy még ezt megelőzően töltse le a világot.%sHa Microsoft-fiókkal jelentkeztél be, a piactéri vásárlásaid, a Minecoinjaid és a Realms-előfizetésed más platformokon is elérhető lesz. Ha át szeretnéd helyezni a világaidat erről az eszközről egy másik eszközre, ezt úgy teheted meg, hogy feltöltöd a világot egy Realmbe, és letöltesz egy biztonsági másolatot az új eszközödre.%sTovábbi információkért, többek között a világ másik eszközre másolásának módjáért kattints a gombra. # +sunsetting.popup.moreInfo.gearVR=További információkért keresd fel a https://aka.ms/MinecraftSunsetting honlapot. # +sunsetting.popup.moreInfo.gearVR.geo=További információkért látogass el a https://aka.ms/MinecraftSunsetting webhelyre bármliyen böngészőben. # + +sunsetting.popup.pendingSunset.ios=Ennek az eszköznek a támogatása a hamarosan megszűnik. 2024 februárjáig folyamatosan érkeznek majd hozzá frissítések, míg végül egy utolsó frissítéssel az eszköz támogatása befejeződik.%sMiután az utolsó frissítés megérkezett, továbbra is játszhatsz majd a világaidon, illetve eléred a Piactéren vásárolt tartalmakat (a Minecoinokat is beleértve), ám nem fogsz tudni újabb vásárlásokat végrehajtani ezen az eszközön. Az eszközön kezelt Realmek további 6 hónapig elérhetőek maradnak, hacsak a Realm tulajdonosa nem frissíti őket egy másik eszközön. A Realm-előfizetésed lemondását a Realm létrehozásához használt eszközön végezheted el, az Előfizetésekhez tartozó Beállítások menüben. Nem fogod megkapni a további frissítéseket, és nem fogsz tudni többjátékos módban játszani a frissítéseket megkapó eszközök tulajdonosaival és az ilyen Realmeken. Ezen felül nem csatlakozhatsz majd egyes kiszolgálókhoz sem. %sKattints a gombra további információkért, ahol megtudhatod azt is, hogyan tudod áthelyezni a világodat egy új eszközre. # +sunsetting.popup.pendingSunset.android=Ennek az eszköznek a támogatása a hamarosan megszűnik. 2024 februárjáig folyamatosan érkeznek majd hozzá frissítések, míg végül egy utolsó frissítéssel az eszköz támogatása befejeződik.%sMiután az utolsó frissítés megérkezett, továbbra is játszhatsz majd a világaidon, illetve eléred a Piactéren vásárolt tartalmakat (a Minecoinokat is beleértve), ám nem fogsz tudni újabb vásárlásokat végrehajtani ezen az eszközön. Az eszközön kezelt Realmek további 6 hónapig elérhetőek maradnak, hacsak a Realm tulajdonosa nem frissíti őket egy másik eszközön. A Realm-előfizetésed lemondását a Google Play előfizetéseket kezelő területén végezheted el. A Google Playhez bármilyen támogatott eszközről hozzáférhetsz, valamint olyan számítógépekről, ahol be tudsz jelentkezni a fiókodba. Nem fogod megkapni a további frissítéseket, és nem fogsz tudni többjátékos módban játszani a frissítéseket megkapó eszközök tulajdonosaival és az ilyen Realmeken. Ezen felül nem csatlakozhatsz majd egyes kiszolgálókhoz sem. %sKattints a gombra további információkért, ahol megtudhatod azt is, hogyan tudod áthelyezni világodat egy új eszközre. # +sunsetting.popup.pendingSunset.ios_android=Ennek az eszköznek a támogatása a végéhez közeledik. 2022 novemberéig folyamatosan érkeznek majd hozzá frissítések, míg végül egy utolsó frissítéssel az eszköz támogatása befejeződik. Sajnáljuk az okozott kellemetlenségeket. %sMiután az utolsó frissítés megérkezett, továbbra is játszhatsz majd a világaidon, illetve eléred a Piactéren vásárolt tartalmakat (a Minecoinokat is beleértve). Az eszközön kezelt Realmek továbbra is elérhetőek maradnak, hacsak nem frissítik azokat egy másik Realm-tulajdonos eltérő eszközén. Nem kapod meg a további frissítéseket, és nem tudsz többjátékos módban játszani olyan eszközök birtokosaival vagy az újabb Realmeket használó látogatókkal. Ezen felül nem csatlakozhatsz egyes kiszolgálókhoz sem. %sKattints a gombra további információkért, ahol megtudhatod azt is, hogyan tudod áthelyezni világaidat egy új eszközre. # +sunsetting.popup.sunset.ios_android=Ez az eszköz már nem támogatott. Megkaptad a végső frissítést erre az eszközre. Ezután a világok még továbbépíthetőek, a piactéri vásárlások (a Minecoin érmékkel együtt) továbbra is elérhetőek maradnak. A Realmjeid továbbra is elérhetőek maradnak, hacsak nem kerülnek frissítésre egy másik Realm-tulajdonos eltérő eszközén. Nem kapod meg a további frissítéseket, és nem tudsz többjátékos módban játszani olyan eszközök birtokosaival vagy Realmek látogatóval, akik újabb változattal rendelkeznek. Ezen felül nem csatlakozhatsz egyes kiszolgálókhoz sem. %sKattints a gombra további információkért, ahol megtudhatod azt is, hogyan tudod áthelyezni világaidat egy új eszközre. Tudjuk, hogy ez kényelmetlenséget jelent. Nagyon köszönjük a játékunkkal töltött időt, de bízunk benne, hogy hamarosan újra találkozunk egy frissített eszközön. # +sunsetting.popup.pendingSunset.gearvr_win10=Ennek az eszköznek a támogatása a végéhez közeledik. A következő nagy kiadásig folyamatosan érkeznek majd hozzá frissítések, míg végül egy utolsó frissítéssel az eszköz támogatása befejeződik. Nagyon sajnáljuk, ha ez kényelmetlenséget okoz. %sMiután az utolsó frissítés megérkezett, továbbra is játszhatsz majd a világaidon, illetve eléred a Piactéren vásárolt tartalmakat (a Minecoinokat is beleértve). Az eszköz azonban nem lesz alkalmas többjátékos módra vagy a Realmek elérésére. Nem kapod meg a további frissítéseket, és nem tudsz játszani olyan eszközök birtokosaival vagy Realmek látogatóval, akik újabb változattal rendelkeznek. Ezen felül nem csatlakozhatsz egyes kiszolgálókhoz sem. %sKattints a gombra további információkért, ahol megtudhatod azt is, hogyan tudod áthelyezni világaidat egy új eszközre. # +sunsetting.popup.sunset.gearvr_win10=Ez az eszköz már nem támogatott. Megkaptad a végső frissítést erre az eszközre. Ezután a világok még továbbépíthetőek, a piactéri vásárlások (a Minecoin érmékkel együtt) továbbra is elérhetőek maradnak. Az eszköz azonban nem lesz alkalmas többjátékos módra vagy a Realmek elérésére. Nem kapod meg a további frissítéseket, és nem tudsz játszani olyan eszközök birtokosaival, akik újabb változattal rendelkeznek. Ezen felül nem csatlakozhatsz egyes kiszolgálókhoz sem. # +sunsetting.popup.pendingSunset.dx10=Ennek a grafikus hardvernek a támogatása a végéhez közeledik. A következő nagy kiadásig folyamatosan érkeznek majd hozzá frissítések, míg végül egy utolsó frissítéssel az eszköz támogatása befejeződik. Nagyon sajnáljuk, ha ez kényelmetlenséget okoz. %sMiután az utolsó frissítés megérkezett, továbbra is játszhatsz majd a világaidon, illetve eléred a Piactéren vásárolt tartalmakat (a Minecoinokat is beleértve). Az ezen eszközön kezelt Realmek továbbra is elérhetőek maradnak, hacsak nem kerülnek frissítésre egy másik Realm-tulajdonos eltérő eszközén. Nem kapod meg a további frissítéseket, és nem tudsz többjátékos módban játszani olyan eszközök birtokosaival vagy Realmek látogatóval, akik újabb változattal rendelkeznek. Ezen felül nem csatlakozhatsz egyes kiszolgálókhoz sem. %sKattints a gombra további információkért, ahol megtudhatod azt is, hogyan tudod áthelyezni világaidat egy új eszközre. # +sunsetting.popup.sunset.dx10=Ez a grafikus hardver már nem támogatott. Megkaptad a végső frissítést erre az eszközre. Ezután a világok még továbbépíthetőek, a piactéri vásárlások (a Minecoin érmékkel együtt) továbbra is elérhetőek maradnak. A Realmjeid továbbra is elérhetőek maradnak, hacsak nem kerülnek frissítésre egy másik Realm-tulajdonos eltérő eszközén. Nem kapod meg a további frissítéseket, és nem tudsz többjátékos módban játszani olyan eszközök birtokosaival vagy Realmek látogatóval, akik újabb változattal rendelkeznek. Ezen felül nem csatlakozhatsz egyes kiszolgálókhoz sem. %sKattints a gombra további információkért, ahol megtudhatod azt is, hogyan tudod áthelyezni világaidat egy új eszközre. Tudjuk, hogy ez kényelmetlenséget jelent, és nagyra értékeljük a játékunkkal töltött időt és támogatásod. # + +sunsetting.popup.pendingSunset.geo.ios=Hamarosan már nem leszünk képesek támogatni ezt az eszközt a te környékeden. Miután megkaptad a végső frissítést, továbbra is játszhatsz a világaidban és hozzáférhetsz a Piactéren vásárolt termékeidhez, de a továbbiakban nem fogsz tudni vásárolni a Piactéren. Az erről az eszközről felügyelt Realmek még 6 hónapig működni fognak. 2023. szeptember 30-án már nem fogsz tudni hozzáférni a Realmhez. Javasoljuk, hogy még ezt megelőzően töltsd le a világodat, és töröld az előfizetésedet az eszköz Előfizetési beállításaiban. %sHa Microsoft-/Xbox Live-fiókkal jelentkeztél be, a piactéri vásárlásaid, a Minecoinjaid és a Realms-előfizetésed más platformokon is elérhető lesz. Ha át szeretnéd helyezni a világaidat erről az eszközről egy másik eszközre, ezt úgy teheted meg, hogy feltöltöd a világot egy Realmbe, és letöltesz egy biztonsági másolatot az új eszközödre. %sTovábbi információkért, többek között a világ másik eszközre másolásának módjáért kattints a gombra. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.ios=Az eszköz támogatása már véget ért a te környékeden. Továbbra is játszhatsz a világaidban és hozzáférhetsz a Piactéren vásárolt elemekhez, de a továbbiakban nem fogsz tudni vásárolni a Piactéren. Az eszközről felügyelt Realmek 2023. szeptember 30-ig működni fognak. Ezt követően már nem fogsz tudni hozzáférni a Realmez. Javasoljuk, hogy még ezt megelőzően töltse le a világot. %sHa Microsoft-/Xbox Live-fiókkal jelentkeztél be, a piactéri vásárlásaid, a Minecoinjaid és a Realms-előfizetésed más platformokon is elérhető lesz. Ha át szeretnéd helyezni a világaidat erről az eszközről egy másik eszközre, ezt úgy teheted meg, hogy feltöltöd a világot egy Realmbe, és letöltesz egy biztonsági másolatot az új eszközödre. %sTovábbi információkért, többek között a világ másik eszközre másolásának módjáért kattints a gombra. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.amazon=Hamarosan már nem leszünk képesek támogatni ezt az eszközt a te környékeden. Miután megkaptad a végső frissítést, továbbra is játszhatsz a világaidban és hozzáférhetsz a Piactéren vásárolt termékeidhez, de a továbbiakban nem fogsz tudni vásárolni a Piactéren. Az erről az eszközről felügyelt Realmek még 6 hónapig működni fognak. 2023. szeptember 30-án már nem fogsz tudni hozzáférni a Realmhez. Javasoljuk, hogy még ezt megelőzően töltsd le a világodat. %sHa Microsoft-/Xbox Live-fiókkal jelentkeztél be, a piactéri vásárlásaid, a Minecoinjaid és a Realms-előfizetésed más platformokon is elérhető lesz. Ha át szeretnéd helyezni a világaidat erről az eszközről egy másik eszközre, ezt úgy teheted meg, hogy feltöltöd a világot egy Realmbe, és letöltesz egy biztonsági másolatot az új eszközödre. %sTovábbi információkért, többek között a világ másik eszközre másolásának módjáért kattints a gombra. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.amazon=Az eszköz támogatása már véget ért a te környékeden. Továbbra is játszhatsz a világaidban és hozzáférhetsz a Piactéren vásárolt elemekhez, de a továbbiakban nem fogsz tudni vásárolni a Piactéren. Az eszközről felügyelt Realmek 2023. szeptember 30-ig működni fognak. Ezt követően már nem fogsz tudni hozzáférni a Realmez. Javasoljuk, hogy még ezt megelőzően töltse le a világot. %sHa Microsoft-/Xbox Live-fiókkal jelentkeztél be, a piactéri vásárlásaid, a Minecoinjaid és a Realms-előfizetésed más platformokon is elérhető lesz. Ha át szeretnéd helyezni a világaidat erről az eszközről egy másik eszközre, ezt úgy teheted meg, hogy feltöltöd a világot egy Realmbe, és letöltesz egy biztonsági másolatot az új eszközödre. %sTovábbi információkért, többek között a világ másik eszközre másolásának módjáért kattints a gombra. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.android=Hamarosan már nem leszünk képesek támogatni ezt az eszközt a te környékeden. A végső frissítéssel továbbra is játszhatsz a világaidban és hozzáférhetsz a Piactéren vásárolt termékeidhez, de a továbbiakban nem fogsz tudni vásárolni a Piactéren. Az erről az eszközről felügyelt Realmek még 6 hónapig működni fognak. 2023. szeptember 30-án már nem fogsz tudni hozzáférni a Realmekhez erről az eszközről. Javasoljuk, hogy még ezt megelőzően töltsd le a világodat, és töröld az előfizetésedet a Google Play alkalmazásban. %sMár nem fogsz tudni hozzáférni a legújabb frissítésekhez, és nem játszhatsz többjátékos módban. Bizonyos kiszolgálókhoz nem fogsz tudni csatlakozni. %sHa Microsoft-/Xbox Live-fiókkal jelentkeztél be, a piactéri vásárlásaid, a Minecoinjaid és a Realms-előfizetésed más általad használt platformokon elérhetők lesznek. Ezeken a platformokon elindíthatsz egy új előfizetést ott, ahol Minecraftozol. %sHa át szeretnéd helyezni a világaidat erről az eszközről egy másikra, ezt úgy teheted meg, hogy feltöltöd a világot egy Realmbe, és letöltesz egy biztonsági másolatot az új eszközödre. %sTovábbi információkért, többek között a világ másik eszközre másolásának módjáért kattints a gombra. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.android=Az eszköz támogatása már véget ért a te környékeden. Továbbra is játszhatsz a világaidban és hozzáférhetsz a Piactéren vásárolt elemekhez, de a továbbiakban nem fogsz tudni vásárolni a Piactéren. Az eszközről felügyelt Realmek 2023. szeptember 30-ig működni fognak. Ezt követően már nem fogsz tudni hozzáférni a Realmez. Javasoljuk, hogy még ezt megelőzően töltse le a világot. %sHa Microsoft-/Xbox Live-fiókkal jelentkeztél be, a piactéri vásárlásaid, a Minecoinjaid és a Realms-előfizetésed más platformokon is elérhető lesz. Ha át szeretnéd helyezni a világaidat erről az eszközről egy másik eszközre, ezt úgy teheted meg, hogy feltöltöd a világot egy Realmbe, és letöltesz egy biztonsági másolatot az új eszközödre. %sTovábbi információkért, többek között a világ másik eszközre másolásának módjáért kattints a gombra. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.generic=Hamarosan már nem leszünk képesek támogatni ezt az eszközt a te környékeden. Miután megkaptad a végső frissítést, továbbra is játszhatsz a világaidban és hozzáférhetsz a Piactéren vásárolt termékeidhez, de a továbbiakban nem fogsz tudni vásárolni a Piactéren. Az erről az eszközről felügyelt Realmek még 6 hónapig működni fognak. 2023. szeptember 30-án már nem fogsz tudni hozzáférni a Realmhez. Javasoljuk, hogy még ezt megelőzően töltsd le a világodat. %sHa Microsoft-/Xbox Live-fiókkal jelentkeztél be, a piactéri vásárlásaid, a Minecoinjaid és a Realms-előfizetésed más platformokon is elérhető lesz. Ha át szeretnéd helyezni a világaidat erről az eszközről egy másik eszközre, ezt úgy teheted meg, hogy feltöltöd a világot egy Realmbe, és letöltesz egy biztonsági másolatot az új eszközödre. %sTovábbi információkért, többek között a világ másik eszközre másolásának módjáért kattints a gombra. # +sunsetting.popup.sunset.geo.generic=Az eszköz támogatása már véget ért a te környékeden. Továbbra is játszhatsz a világaidban és hozzáférhetsz a Piactéren vásárolt elemekhez, de a továbbiakban nem fogsz tudni vásárolni a Piactéren. Az eszközről felügyelt Realmek 2023. szeptember 30-ig működni fognak. Ezt követően már nem fogsz tudni hozzáférni a Realmez. Javasoljuk, hogy még ezt megelőzően töltse le a világot. %sHa Microsoft-/Xbox Live-fiókkal jelentkeztél be, a piactéri vásárlásaid, a Minecoinjaid és a Realms-előfizetésed más platformokon is elérhető lesz. Ha át szeretnéd helyezni a világaidat erről az eszközről egy másik eszközre, ezt úgy teheted meg, hogy feltöltöd a világot egy Realmbe, és letöltesz egy biztonsági másolatot az új eszközödre. %sTovábbi információkért, többek között a világ másik eszközre másolásának módjáért kattints a gombra. # sunsetting.banner.play.worldTab.pending=Verziód hamarosan nem kapcsolódhat majd többjátékos módhoz # sunsetting.banner.play.friendsTab.pending=Verziód hamarosan nem kapcsolódhat majd többjátékos módhoz # @@ -10886,7 +10897,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Új felület kiválasztása # dr.classic_skins.custom_skin_title=Felület importálása # dr.classic_skins.custom_skin_description=Importálj egy PNG-fájlt (64x32, 64x64 vagy 128x128) az eszközödről, amelyet felületként szeretnél használni. A rendszer ezt nem szinkronizálja a különböző eszközök vagy játékok között. # -dr.classic_skins.custom_skin_description_disabled=Az eszközöd nem választhat ki egy egyedi felületet, miközben többjátékos módban játszol. Lépj vissza a főmenübe, hogy felvehess egyet. # +dr.classic_skins.custom_skin_description_disabled= Az eszközöd nem választhat ki egy egyedi felületet, miközben többjátékos módban játszol. Lépj vissza a főmenübe, hogy felvehess egyet. # dr.classic_skins.custom_skin_description_popup=Ha bekapcsolod a „Csak a megbízható felületek engedélyezése” lehetőséget, nem fogod látni az egyéni felületet viselő játékosokat # dr.classic_skins.custom_skin_section_title=Saját felületek # dr.classic_skins.invalidCustomSkin=64x64, 64x32 vagy 128x128 méretű PNG-fájlt importálj # diff --git a/resource_pack/texts/id_ID.lang b/resource_pack/texts/id_ID.lang index 0742aeeb8..dcb757b1b 100644 --- a/resource_pack/texts/id_ID.lang +++ b/resource_pack/texts/id_ID.lang @@ -1908,8 +1908,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=Penyeimbangan Ulang Perdag createWorldScreen.experimentalVillagerTradesRebalanceDescription=Berisikan perdagangan yang diperbarui untuk orang desa demi penyeimbangan ulang # createWorldScreen.experimentalArmadillo=Armadilo dan Baju Zirah Serigala # createWorldScreen.experimentalArmadilloDescription=Cari tahu lebih dekat tentang Armadilo dan siapkan Serigalamu dengan Baju Zirah Serigala baru! # -createWorldScreen.experimentalBundles=Bundel # -createWorldScreen.experimentalBundlesDescription=Memungkinkanmu membuat dan menggunakan item Bundel # createWorldScreen.worldPreferences=Preferensi Dunia # createWorldScreen.startWithMap=Memulai Peta # createWorldScreen.defaultName=Dunia Saya # @@ -3878,7 +3876,7 @@ howtoplay.minecoins.text.1=Jelajahi segudang peluang dengan mata uang dalam game howtoplay.minecoins.text.2=Setelah ditukarkan, Minecoins terhubung ke akun Microsoft kamu sehingga koin itu juga bisa dicek dan dipakai untuk membeli di perangkat lain yang didukung! # howtoplay.minecoins.button.text.1=Dapatkan Koin # howtoplay.minecoins.header.1=Penafian # -howtoplay.minecoins.text.3=*Minecoins memerlukan versi Minecraft: Bedrock Edition dengan Marketplace Minecraft. Minecoins tidak kompatibel di PlayStation®. Informasi kompatibilitas bisa dilihat di minecraft.net/minecoins #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Minecoins memerlukan versi Minecraft: Bedrock Edition dengan Marketplace Minecraft. Minecoins tidak kompatibel di PlayStation®. Keterangan kompatibilitas bisa dilihat di minecraft.net/Minecoins  #### CertRequirement: [PlayStation®] howtoplay.mining=Pertambangan # @@ -6294,14 +6292,14 @@ options.dev_displayMarketplaceDocumentId=Tampilkan Id Dokumen Marketplace # options.dev_addCoins=Tambahkan %s Koin # options.dev_addCoinTitle=Tambahkan Koin # options.dev_reset_entitlements=Atur Ulang Semua Hak # -options.dev_reset_entitlements_loading=Mengatur ulang Hak, dialog ini akan ditutup setelah proses selesai. Kamu bisa menutup jendela ini, tetapi menutup game sebelum perintah ini selesai bisa menimbulkan gangguan. # +options.dev_reset_entitlements_loading=Mengatur ulang Hak. Dialog ini akan ditutup setelah proses selesai. Kamu bisa menutup jendela ini, tetapi menutup game sebelum perintah ini selesai bisa menimbulkan gangguan. # options.dev_reset_entitlements_error_unfinished=Peringatan, sebagian hak tidak terhapus dengan benar. Coba jalankan perintah ini lagi, misalnya setelah memulai ulang klien. # options.dev_reset_entitlements_warning=Peringatan! Tindakan ini akan menghapus semua hakmu, termasuk hak lama yang mungkin tidak bisa kamu dapatkan lagi! Operasi ini mungkin akan menyita waktu kalau kamu punya banyak hak. Kamu yakin ingin melanjutkan? # options.dev_reset_entitlements_success=Hak berhasil dihapus. # options.dev_currencyFailureWarning=Panggilan jaringan gagal. Kesalahan: %s # options.dev_currencyFailureWarningGeneric=Panggilan jaringan gagal. Pastikan kamu masuk ke akun yang diperbolehkan. # options.dev_reset_wallet=Atur Ulang Dompet # -options.dev_allowlist_failure=Eror! Operasi gagal, periksa lagi untuk memastikan akun ini ada di Daftar Izinkan. # +options.dev_allowlist_failure=Kesalahan! Operasi gagal. Periksa lagi untuk memastikan akun ini ada di Daftar Izinkan. # options.discoveryEnvironment=Lingkungan Penemuan (Perlu Mulai Ulang) # options.discoveryEnvironment.production=Produksi # options.discoveryEnvironment.staging=Penahapan # @@ -6411,7 +6409,6 @@ options.dev_sunsetting_tier.two=Tingkat 2 - KitKat # options.dev_sunsetting_tier.three=Tingkat 3 - FireTV # options.dev_sunsetting_tier.four=Tingkat 4 - 1.024 MB # options.dev_sunsetting_tier.five=Tingkat 5 - iOS 12 & Nougat # -options.dev_sunsetting_tier.six=Tingkat 6 - iOS 13, Android 8, Perangkat VR # options.dev_sunsetting_tier.not_pending=Tidak Tertunda # options.dev_gatherings_section=Pengumpulan # options.dev_gatherings_enable=Aktifkan Pertemuan # @@ -6966,12 +6963,26 @@ sunsetting.popup.title=Perangkat ini sudah tidak didukung. # sunsetting.popup.moreInfo=Info Lainnya # sunsetting.popup.dontshow=Jangan tampilkan ini lagi # -sunsetting.popup.pendingSunset.device=Dukungan kami untuk perangkat ini akan berakhir sebentar lagi. Kamu akan terus menerima pembaruan hingga Maret 2025, saat kamu menerima pembaruan terakhir untuk perangkat ini.%sSetelah kamu menerima pembaruan terakhir, kamu masih bisa bermain di duniamu dan mengakses pembelian Marketplace (termasuk Minecoins), namun kamu tidak bisa lagi melakukan pembelian baru di perangkat ini. Realms yang dikelola dari perangkat ini bisa terus digunakan selama 6 bulan mulai dari Maret 2025 kecuali diperbarui oleh pemilik Realm di perangkat lain. Untuk membatalkan langganan realm, kamu bisa melakukannya di menu Pengaturan untuk Langganan pada perangkat di mana Realm dibuat. Kamu tidak akan lagi menerima pembaruan terbaru dan tidak bisa bermain dalam mode multipemain dengan perangkat atau Realms yang terus menerima pembaruan. Kamu juga tidak akan bisa terhubung ke server tertentu. %sKlik tombol untuk mendapatkan informasi lebih lanjut. # -sunsetting.popup.sunset.device=Dukungan kami untuk perangkat ini telah berakhir. Kamu tidak akan lagi menerima pembaruan dari Maret 2025 hingga kamu memperbarui perangkatmu. Ini adalah pembaruan terakhirmu yang kompatibel dengan perangkat ini. %sKamu akan tetap bisa bermain di duniamu, dan mengakses pembelian Marketplace (termasuk Minecoins). Realms yang dikelola dari perangkat ini akan terus bekerja selama 6 bulan dari Maret 2025 kecuali diperbarui oleh pemilik Realm di perangkat lain. Untuk membatalkan langganan Realm, kamu bisa melakukannya di menu Pengaturan untuk Langganan pada perangkat di mana Realm dibuat. Kamu tidak akan lagi menerima pembaruan terbaru dan tidak bisa bermain dalam mode multipemain dengan perangkat atau Realms yang terus menerima pembaruan. Kamu juga tidak akan bisa terhubung ke server tertentu. %sKlik tombol untuk informasi lebih lanjut. # -sunsetting.popup.pendingSunset.windows_xr=Dukungan kami untuk perangkat grafis VR/MR ini telah berakhir. Perangkat ini tidak akan didukung dalam pembaruan setelah Maret 2025, saat kamu akan menerima pembaruan terakhir yang mendukung perangkat ini. %sSetelah kamu menerima pembaruan terakhir, kamu masih bisa menerima pembaruan di PC dan bisa bermain tanpa perangkat VR/MR. Mulai dari saat ini, kamu bisa terus membangun di duniamu, dan pembelian Marketplace (termasuk Minecoins) akan terus tersedia di perangkat grafis non-VR/MR seperti monitor komputer. Kamu tidak akan lagi bisa menggunakan perangkat VR/MR dengan Minecraft karena tidak akan lagi didukung di pembaruan terbaru. %sKlik tombol untuk informasi lebih lanjut. # -sunsetting.popup.sunset.windows_xr=Dukungan kami untuk perangkat grafis VR/MR ini telah berakhir. Perangkat VR/MR ini sudah tidak didukung. Kamu telah menerima pembaruan terakhir yang mendukung perangkat grafis ini, dan kamu akan tetap menerima pembaruan di PC dan bisa bermain tanpa perangkat VR/MR. Mulai dari saat ini, kamu bisa terus membangun di duniamu, dan pembelian Marketplace (termasuk Minecoins) akan terus tersedia di perangkat grafis non-VR/MR seperti monitor komputer. Kamu tidak akan lagi bisa menggunakan perangkat VR/MR dengan Minecraft karena tidak akan lagi didukung dalam pembaruan terbaru. %sKlik tombol untuk informasi lebih lanjut. Kami memahami ketidaknyamanan ini dan sangat menghargai waktu yang kamu luangkan dengan permainan kami serta dukungan darimu selama ini. # -sunsetting.popup.pendingSunset.geo=Dukungan untuk perangkat ini akan segera berakhir di daerahmu. Setelah menerima pembaruan terakhir, kamu masih bisa bermain di duniamu, dan mengakses pembelian Marketplace-mu, tetapi kamu tidak akan lagi bisa melakukan pembelian di Marketplace. Realm yang dikelola dari perangkat ini masih bisa digunakan selama 6 bulan. Pada 30 September 2023, kamu tidak akan lagi memiliki akses ke realm. Kamu disarankan untuk mengunduh duniamu sebelum tanggal ini.%sJika kamu masuk dengan akun Microsoft, pembelian Marketplace & Minecoin dan langganan Realm milikmu akan tersedia di platform lain. Jika kamu ingin memindahkan duniamu dari perangkat ini ke perangkat lain, kamu bisa melakukannya dengan mengunggah dunia ke Realm, dan mengunduh cadangannya ke perangkat barumu.%sKlik tombol untuk informasi lebih lanjut, termasuk cara memindahkan duniamu ke perangkat baru. # -sunsetting.popup.sunset.geo=Dukungan untuk perangkat ini telah berakhir di daerahmu. Kamu masih bisa bermain di duniamu, dan mengakses pembelian Marketplace-mu, tetapi kamu tidak akan lagi bisa melakukan pembelian di Marketplace. Realm yang dikelola dari perangkat ini masih bisa terus digunakan hingga 30 September 2023. Setelah itu, kamu tidak akan lagi memiliki akses ke Realm. Kamu disarankan untuk mengunduh duniamu sebelum tanggal ini.%sJika kamu masuk dengan akun Microsoft, pembelian Marketplace & Minecoin dan langganan Realm milikmu akan tersedia di platform lain. Jika kamu ingin memindahkan duniamu dari perangkat ini ke perangkat lain, kamu bisa melakukannya dengan mengunggah dunia ke Realm, dan mengunduh cadangannya ke perangkat barumu.%sKlik tombol untuk informasi lebih lanjut, termasuk cara memindahkan duniamu ke perangkat baru. # +sunsetting.popup.moreInfo.gearVR=Untuk informasi lebih lanjut, kunjungi https://aka.ms/MinecraftSunsetting di segala browser web. # +sunsetting.popup.moreInfo.gearVR.geo=Untuk informasi lebih lanjut, kunjungi https://aka.ms/MinecraftSunsetting di segala browser web. # + +sunsetting.popup.pendingSunset.ios=Dukungan kami untuk perangkat ini akan berakhir sebentar lagi. Kamu akan terus menerima pembaruan sampai Feb. 2024, di mana kamu akan menerima pembaruan terakhir untuk perangkat ini.%sSetelah menerima pembaruan terakhir, kamu masih bisa bermain di duniamu dan mengakses pembelian Marketplace (termasuk Minecoins), namun kamu tidak bisa lagi melakukan pembelian baru di perangkat ini. Realms yang dikelola dari perangkat ini bisa terus digunakan selama 6 bulan kecuali diperbarui oleh pemilik Realm di perangkat lain. Untuk membatalkan langganan realm, kamu akan perlu melakukannya di menu Pengaturan untuk Langganan pada perangkat di mana Realm dibuat. Kamu tidak akan lagi menerima pembaruan terbaru dan tidak akan bisa bermain dalam mode multipemain dengan perangkat atau Realms yang terus menerima pembaruan. Kamu juga tidak akan bisa terhubung ke server tertentu. %sKlik tombol untuk mendapatkan informasi lebih lanjut, termasuk cara memindahkan duniamu ke perangkat baru. # +sunsetting.popup.pendingSunset.android=Dukungan kami untuk perangkat ini akan berakhir sebentar lagi. Kamu akan terus menerima pembaruan sampai Feb 2024, di mana kamu akan menerima pembaruan terakhir untuk perangkat ini.%sSetelah menerima pembaruan terakhir, kamu masih bisa bermain di duniamu dan mengakses pembelian Marketplace (termasuk Minecoins), namun kamu tidak bisa lagi melakukan pembelian baru di perangkat ini. Realms yang dikelola dari perangkat ini bisa terus digunakan selama 6 bulan kecuali diperbarui oleh pemilik Realm di perangkat lain. Untuk membatalkan langganan realm, kamu akan perlu melakukannya di langganan Google play, kamu bisa mengakses Google Play di segala perangkat yang didukung atau dari PC di mana kamu bisa masuk ke akunmu. Kamu tidak akan lagi menerima pembaruan terbaru dan tidak bisa bermain multipemain dengan perangkat atau Realms yang terus menerima pembaruan. Kamu juga tidak akan bisa terhubung ke server tertentu.%sKlik tombol untuk mendapatkan informasi lebih lanjut, termasuk cara memindahkan duniamu ke perangkat baru. # +sunsetting.popup.pendingSunset.ios_android=Dukungan kami untuk perangkat ini akan berakhir sebentar lagi. Kamu akan terus menerima pembaruan sampai bulan November 2022, yang mana kamu akan menerima pembaruan terakhir untuk perangkat ini. Mohon maaf atas ketidaknyamanan ini. %sSetelah menerima pembaruan terakhir, kamu masih bisa bermain di duniamu dan mengakses pembelian Marketplace (termasuk Minecoins). Realms yang dikelola dari perangkat ini bisa terus digunakan selama 6 bulan kecuali diperbarui oleh pemilik Realm di perangkat lain. Kamu tidak akan lagi menerima pembaruan terbaru dan tidak akan bisa bermain dalam mode multipemain dengan perangkat atau Realms yang terus menerima pembaruan. Kamu juga tidak akan bisa terhubung ke server tertentu. %sKlik tombol untuk mendapatkan informasi lebih lanjut, termasuk cara memindahkan duniamu ke perangkat baru. # +sunsetting.popup.sunset.ios_android=Perangkat ini sudah tidak didukung. Kamu telah menerima pembaruan terakhir untuk perangkat ini. Untuk selanjutnya, kamu masih bisa terus membangun di duniamu dan pembelian Marketplace (termasuk Minecoins) kamu tetap tersedia. Realms milikmu masih bisa terus digunakan kecuali diperbarui oleh pemilik Realm di perangkat lain. Kamu tidak akan lagi menerima pembaruan dan tidak akan bisa bermain dalam mode multipemain dengan perangkat atau Realms yang terus menerima pembaruan. Kamu juga tidak akan bisa terhubung ke server tertentu. %sKlik tombol untuk mendapatkan informasi lebih lanjut, termasuk cara memindahkan duniamu ke perangkat baru. Kami memahami ketidaknyamanan ini dan sangat menghargai waktu yang kamu luangkan dengan permainan kami serta dukungan darimu selama ini. Sampai jumpa lagi di perangkat yang baru. # +sunsetting.popup.pendingSunset.gearvr_win10=Kemampuan kami untuk mendukung perangkat ini akan segera berakhir. Kamu akan terus menerima pembaruan sampai rilis besar kami berikutnya, di mana kamu akan menerima pembaruan terakhir untuk perangkat ini. Mohon maaf atas ketidaknyamanan ini. %sSetelah menerima pembaruan terakhir, kamu masih bisa bermain di duniamu dan mengakses pembelian Marketplace (termasuk Minecoins). Namun, kamu tidak bisa lagi mengakses permainan multipemain atau Realms dari perangkat ini. Kamu tidak akan lagi menerima pembaruan, dan tidak akan bisa bermain dengan perangkat atau Realms yang terus menerima pembaruan. Kamu juga tidak akan bisa terhubung ke server tertentu. %sKlik tombol untuk mendapatkan informasi lebih lanjut, termasuk cara memindahkan dunia ke perangkat baru. # +sunsetting.popup.sunset.gearvr_win10=Perangkat ini sudah tidak didukung. Kamu telah menerima pembaruan terakhir untuk perangkat ini. Untuk selanjutnya, kamu masih bisa terus membangun di duniamu dan pembelian Marketplace (termasuk Minecoins) kamu tetap tersedia. Namun, kamu tidak bisa lagi mengakses permainan multipemain atau Realms dari perangkat ini. Kamu tidak akan lagi menerima pembaruan dan tidak akan bisa bermain dengan perangkat yang terus menerima pembaruan. Kamu juga tidak akan bisa terhubung ke server tertentu. # +sunsetting.popup.pendingSunset.dx10=Kemampuan kami untuk mendukung perangkat grafis ini akan segera berakhir. Kamu akan terus menerima pembaruan sampai musim gugur, di mana kamu akan menerima pembaruan terakhir untuk perangkat ini. Mohon maaf atas ketidaknyamanan ini. %sSetelah menerima pembaruan terakhir, kamu masih bisa bermain di duniamu dan mengakses pembelian Marketplace (termasuk Minecoins). Realms yang dikelola dari perangkat ini bisa terus digunakan kecuali diperbarui oleh pemilik Realm di perangkat lain. Kamu tidak akan lagi menerima pembaruan, dan tidak akan bisa bermain dalam mode multipemain dengan perangkat atau Realms yang terus menerima pembaruan. Kamu juga tidak akan bisa terhubung ke server tertentu. %sKlik tombol untuk mendapatkan informasi lebih lanjut, termasuk cara memindahkan dunia ke perangkat baru. # +sunsetting.popup.sunset.dx10=Perangkat grafis ini sudah tidak didukung. Kamu telah menerima pembaruan terakhir untuk perangkat ini. Untuk selanjutnya, kamu masih bisa terus membangun di duniamu dan pembelian Marketplace (termasuk Minecoins) kamu tetap tersedia. Realms milikmu masih bisa terus digunakan kecuali diperbarui oleh pemilik Realm di perangkat lain. Kamu tidak akan lagi menerima pembaruan, dan tidak akan bisa bermain dalam mode multipemain dengan perangkat atau Realms yang terus menerima pembaruan. Kamu juga tidak akan bisa terhubung ke server tertentu. %sKlik tombol untuk mendapatkan informasi lebih lanjut, termasuk cara memindahkan dunia ke perangkat baru. Kami memahami ketidaknyamanan ini dan sangat menghargai waktu yang kamu luangkan dengan permainan kami serta dukungan darimu selama ini. # + +sunsetting.popup.pendingSunset.geo.ios=Dukungan untuk perangkat ini akan segera berakhir di daerahmu. Setelah menerima pembaruan akhir, kamu masih bisa bermain di duniamu, dan mengakses pembelian Marketplace-mu, tetapi kamu tidak akan lagi bisa melakukan pembelian di Marketplace. Realm yang dikelola dari perangkat ini masih bisa terus digunakan selama 6 bulan. Pada 30 September 2023, kamu tidak akan lagi memiliki akses ke realm. Kamu disarankan untuk mengunduh duniamu sebelum tanggal ini dan membatalkan langgananmu dengan melihat pengaturan Langganan di perangkatmu. %sJika kamu telah masuk dengan akun Microsoft/Xbox Live, pembelian Marketplace & Minecoin dan langganan Realm milikmu akan tersedia di platform lain. Jika ingin memindahkan duniamu dari perangkat ini ke perangkat lain, kamu bisa melakukannya dengan mengunggah dunia ke Realm, dan mengunduh cadangannya ke perangkat barumu. %sKlik tombol untuk informasi lebih lanjut, termasuk cara memindahkan duniamu ke perangkat baru. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.ios=Dukungan untuk perangkat ini telah berakhir di daerahmu. Kamu masih bisa bermain di duniamu, dan mengakses pembelian Marketplace-mu, tetapi kamu tidak akan lagi bisa melakukan pembelian di Marketplace. Realm yang dikelola dari perangkat ini masih bisa terus digunakan hingga 30 September 2023. Setelah itu, kamu tidak akan lagi memiliki akses ke Realm. Kamu disarankan untuk mengunduh duniamu sebelum tanggal ini. %sJika kamu masuk dengan akun Microsoft/Xbox Live, pembelian Marketplace & Minecoin dan langganan Realms milikmu akan tersedia di platform lain. Jika kamu ingin memindahkan duniamu dari perangkat ini ke perangkat lain, kamu bisa melakukannya dengan mengunggah dunia ke Realm, dan mengunduh cadangannya ke perangkat barumu. %sKlik tombol untuk informasi lebih lanjut, termasuk cara memindahkan duniamu ke perangkat baru. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.amazon=Dukungan untuk perangkat ini akan segera berakhir di daerahmu. Setelah menerima pembaruan akhir, kamu masih bisa bermain di duniamu, dan mengakses pembelian Marketplace-mu, tetapi kamu tidak akan lagi bisa melakukan pembelian di Marketplace. Realm yang dikelola dari perangkat ini masih bisa digunakan selama 6 bulan. Pada 30 September 2023, kamu tidak akan lagi memiliki akses ke realm. Kamu disarankan untuk mengunduh duniamu sebelum tanggal ini. %sJika kamu masuk dengan akun Microsoft/Xbox Live, pembelian Marketplace & Minecoin dan langganan Realm milikmu akan tersedia di platform lain. Jika kamu ingin memindahkan duniamu dari perangkat ini ke perangkat lain, kamu bisa melakukannya dengan mengunggah dunia ke Realm, dan mengunduh cadangannya ke perangkat barumu. %sKlik tombol untuk informasi lebih lanjut, termasuk cara memindahkan duniamu ke perangkat baru. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.amazon=Dukungan untuk perangkat ini telah berakhir di daerahmu. Kamu masih bisa bermain di duniamu, dan mengakses pembelian Marketplace-mu, tetapi kamu tidak akan lagi bisa melakukan pembelian di Marketplace. Realm yang dikelola dari perangkat ini masih bisa terus digunakan hingga 30 September 2023. Setelah itu, kamu tidak akan lagi memiliki akses ke Realm. Kamu disarankan untuk mengunduh duniamu sebelum tanggal ini. %sJika kamu masuk dengan akun Microsoft/Xbox Live, pembelian Marketplace & Minecoin dan langganan Realms milikmu akan tersedia di platform lain. Jika kamu ingin memindahkan duniamu dari perangkat ini ke perangkat lain, kamu bisa melakukannya dengan mengunggah dunia ke Realm, dan mengunduh cadangannya ke perangkat barumu. %sKlik tombol untuk informasi lebih lanjut, termasuk cara memindahkan duniamu ke perangkat baru. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.android=Dukungan untuk perangkat ini akan segera berakhir di daerahmu. Setelah pembaruan terakhir ini, kamu masih bisa bermain di duniamu, dan mengakses pembelian Marketplace-mu, tetapi kamu tidak akan lagi bisa melakukan pembelian di Marketplace. Realm yang dikelola dari perangkat ini masih bisa terus digunakan selama 6 bulan. Pada 30 September 2023, kamu tidak akan lagi memiliki akses ke realm dari perangkat ini. Kamu disarankan untuk mengunduh duniamu sebelum tanggal ini dan membatalkan langgananmu di Google Play. %sKamu tidak akan lagi menerima pembaruan terbaru dan tidak akan bisa bermain bersama teman. Kamu juga tidak akan bisa terhubung ke server tertentu. %sJika kamu masuk dengan akun Microsoft/Xbox Live, pembelian Marketplace & Minecoin dan langganan Realm milikmu akan tersedia di platform lain yang kamu gunakan untuk bermain Minecraft. Kamu bisa memulai langganan baru dari platform lain itu. %sJika kamu ingin memindahkan duniamu dari perangkat ini ke perangkat lain, kamu bisa melakukannya dengan mengunggah dunia ke Realm, dan mengunduh cadangannya ke perangkat barumu. %sKlik tombol untuk informasi lebih lanjut, termasuk cara memindahkan duniamu ke perangkat baru. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.android=Dukungan untuk perangkat ini telah berakhir di daerahmu. Kamu masih bisa bermain di duniamu, dan mengakses pembelian Marketplace-mu, tetapi kamu tidak akan lagi bisa melakukan pembelian di Marketplace. Realm yang dikelola dari perangkat ini masih bisa terus digunakan hingga 30 September 2023. Setelah itu, kamu tidak akan lagi memiliki akses ke Realm. Kamu disarankan untuk mengunduh duniamu sebelum tanggal ini. %sJika kamu masuk dengan akun Microsoft/Xbox Live, pembelian Marketplace & Minecoin dan langganan Realms milikmu akan tersedia di platform lain. Jika kamu ingin memindahkan duniamu dari perangkat ini ke perangkat lain, kamu bisa melakukannya dengan mengunggah dunia ke Realm, dan mengunduh cadangannya ke perangkat barumu. %sKlik tombol untuk informasi lebih lanjut, termasuk cara memindahkan duniamu ke perangkat baru. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.generic=Dukungan untuk perangkat ini akan segera berakhir di daerahmu. Setelah menerima pembaruan akhir, kamu masih bisa bermain di duniamu, dan mengakses pembelian Marketplace-mu, tetapi kamu tidak akan lagi bisa melakukan pembelian di Marketplace. Realm yang dikelola dari perangkat ini masih bisa digunakan selama 6 bulan. Pada 30 September 2023, kamu tidak akan lagi memiliki akses ke realm. Kamu disarankan untuk mengunduh duniamu sebelum tanggal ini. %sJika kamu masuk dengan akun Microsoft/Xbox Live, pembelian Marketplace & Minecoin dan langganan Realm milikmu akan tersedia di platform lain. Jika kamu ingin memindahkan duniamu dari perangkat ini ke perangkat lain, kamu bisa melakukannya dengan mengunggah dunia ke Realm, dan mengunduh cadangannya ke perangkat barumu. %sKlik tombol untuk informasi lebih lanjut, termasuk cara memindahkan duniamu ke perangkat baru. # +sunsetting.popup.sunset.geo.generic=Dukungan untuk perangkat ini telah berakhir di daerahmu. Kamu masih bisa bermain di duniamu, dan mengakses pembelian Marketplace-mu, tetapi kamu tidak akan lagi bisa melakukan pembelian di Marketplace. Realm yang dikelola dari perangkat ini masih bisa terus digunakan hingga 30 September 2023. Setelah itu, kamu tidak akan lagi memiliki akses ke Realm. Kamu disarankan untuk mengunduh duniamu sebelum tanggal ini. %sJika kamu masuk dengan akun Microsoft/Xbox Live, pembelian Marketplace & Minecoin dan langganan Realms milikmu akan tersedia di platform lain. Jika kamu ingin memindahkan duniamu dari perangkat ini ke perangkat lain, kamu bisa melakukannya dengan mengunggah dunia ke Realm, dan mengunduh cadangannya ke perangkat barumu. %sKlik tombol untuk informasi lebih lanjut, termasuk cara memindahkan duniamu ke perangkat baru. # sunsetting.banner.play.worldTab.pending=Versimu sebentar lagi tidak bisa terhubung ke multipemain # sunsetting.banner.play.friendsTab.pending=Versimu sebentar lagi tidak bisa terhubung ke multipemain # @@ -10886,7 +10897,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Pilih Skin Baru # dr.classic_skins.custom_skin_title=Impor Skin # dr.classic_skins.custom_skin_description=Impor png (64x32, 64x64, atau 128x128) dari perangkatmu untuk dipakai sebagai skin. Tindakan ini tidak menyinkronkan perangkat atau game. # -dr.classic_skins.custom_skin_description_disabled=Perangkatmu tidak bisa memilih skin kustom saat berada dalam game multipemain. Kembalilah ke menu utama untuk memakai skin. # +dr.classic_skins.custom_skin_description_disabled= Perangkatmu tidak bisa memilih skin modifikasi saat berada dalam game multipemain. Kembali ke menu utama untuk memakai skin. # dr.classic_skins.custom_skin_description_popup=Pemain dengan skin kustom tidak akan terlihat olehmu jika opsi "Hanya Izinkan Skin Tepercaya" diaktifkan # dr.classic_skins.custom_skin_section_title=Skin yang Dimiliki # dr.classic_skins.invalidCustomSkin=Impor file .png berukuran 64x64, 64x32, atau 128x128 # diff --git a/resource_pack/texts/it_IT.lang b/resource_pack/texts/it_IT.lang index 98aff9a25..4973fcbb3 100644 --- a/resource_pack/texts/it_IT.lang +++ b/resource_pack/texts/it_IT.lang @@ -1908,8 +1908,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=Ribilanciamento del commer createWorldScreen.experimentalVillagerTradesRebalanceDescription=Contiene aggiornamenti al commercio con gli abitanti mirati a ribilanciarlo # createWorldScreen.experimentalArmadillo=Armatura da armadillo e lupo # createWorldScreen.experimentalArmadilloDescription=Scopri l'armadillo e prepara il tuo lupo con la nuova armatura da lupo! # -createWorldScreen.experimentalBundles=Bundle # -createWorldScreen.experimentalBundlesDescription=Ti consente di creare e usare l'elemento Bundle # createWorldScreen.worldPreferences=Preferenze mondo # createWorldScreen.startWithMap=Mappa di avvio # createWorldScreen.defaultName=Il mio mondo # @@ -3878,7 +3876,7 @@ howtoplay.minecoins.text.1=Esplora un mondo di possibilità con i Minecoins, la howtoplay.minecoins.text.2=Una volta riscattati, i tuoi Minecoins vengono collegati al tuo account Microsoft: potrai usarli e accedere ai tuoi acquisti da tutti i dispositivi supportati! # howtoplay.minecoins.button.text.1=Ottieni monete # howtoplay.minecoins.header.1=Disclaimer # -howtoplay.minecoins.text.3=*I Minecoins richiedono una versione di Minecraft: Bedrock Edition con Minecraft Marketplace. I Minecoins non sono compatibili con PlayStation®. Per informazioni sulla compatibilità, visita minecraft.net/minecoins #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*I Minecoins richiedono una versione di Minecraft: Bedrock Edition con Minecraft Marketplace. I Minecoins non sono compatibili con PlayStation®. Per informazioni sulla compatibilità, visita minecraft.net/minecoins  #### CertRequirement: [PlayStation®] howtoplay.mining=Estrazione mineraria # @@ -6332,10 +6330,10 @@ options.dev_experimentalTreatment=Sostituisci incantesimi sperimentali # options.dev_sandboxRetail=Sandbox Xforge: Commerciale # options.dev_sandboxDev=Sandbox Xforge: Sviluppatore # options.dev_sandboxDevAchievement=Sandbox Xforge: obiettivo sviluppatore # -options.dev_showDiscoveryOverridePanel=Sovrascrivi endpoint di servizio # -options.dev_discoveryOverrideServiceName=Nome del servizio (sicurezza, personaggio, ecc.) # +options.dev_showDiscoveryOverridePanel=Override Service Endpoints # +options.dev_discoveryOverrideServiceName=Service Name (safety, persona, etc.) # options.dev_discoveryOverrideServiceBranch=Diramazione # -options.dev_resetAllEndpointOverrides=Ripristina tutti gli endpoint # +options.dev_resetAllEndpointOverrides=Reset All Endpoints # options.dev_apply=Applica # options.dev_displayTreatmentsPanel=Visualizza incantesimi # options.dev_currentTreatmentsTitle=Incantesimi correnti # @@ -6411,7 +6409,6 @@ options.dev_sunsetting_tier.two=Livello 2 - KitKat # options.dev_sunsetting_tier.three=Livello 3 - FireTV # options.dev_sunsetting_tier.four=Livello 4 - 1.024 MB # options.dev_sunsetting_tier.five=Livello 5: iOS 12 e Nougat # -options.dev_sunsetting_tier.six=Livello 6 - iOS-13, Android 8, dispositivi VR # options.dev_sunsetting_tier.not_pending=Non in sospeso # options.dev_gatherings_section=Raduni # options.dev_gatherings_enable=Abilita raduni # @@ -6966,12 +6963,26 @@ sunsetting.popup.title=Questo dispositivo non è più supportato. # sunsetting.popup.moreInfo=Altre informazioni # sunsetting.popup.dontshow=Non visualizzare più # -sunsetting.popup.pendingSunset.device=La nostra capacità di supportare questo dispositivo sta volgendo al termine. Continuerai a ricevere aggiornamenti fino a marzo 2025, dopodiché riceverai l'aggiornamento finale per il dispositivo.%sDopo aver ricevuto l'aggiornamento finale, potrai continuare a giocare nei tuoi mondi e ad accedere agli acquisti del Marketplace (inclusi i Minecoins), tuttavia non potrai più effettuare nuovi acquisti da questo dispositivo. A partire da marzo 2025, i Realm gestiti dal dispositivo continueranno a funzionare per 6 mesi, a meno che non vengano aggiornati dal proprietario su un dispositivo diverso. Potrai disattivare il tuo abbonamento al Realm dal menu impostazioni degli abbonamenti sul dispositivo sul quale è stato creato. Non riceverai più gli ultimi aggiornamenti e non potrai giocare in modalità multigiocatore con dispositivi o Realm che continuano a ricevere gli aggiornamenti. Inoltre, non potrai connetterti a determinati server.%sFai clic sul pulsante per ulteriori informazioni. # -sunsetting.popup.sunset.device=Questo dispositivo non è più supportato. A partire da marzo 2025 non riceverai più aggiornamenti fino a quando non aggiornerai il tuo dispositivo. Questo sarà l'ultimo aggiornamento compatibile con questo dispositivo.%sPotrai continuare a giocare nei tuoi mondi e ad accedere agli acquisti del Marketplace (inclusi i Minecoins). A partire da marzo 2025, i Realm gestiti dal dispositivo continueranno a funzionare per 6 mesi, a meno che non vengano aggiornati dal proprietario su un dispositivo diverso. Potrai disattivare il tuo abbonamento al Realm dal menu impostazioni degli abbonamenti sul dispositivo sul quale è stato creato. Non riceverai più gli ultimi aggiornamenti e non potrai giocare in modalità multigiocatore con dispositivi o Realm che continuano a ricevere gli aggiornamenti. Inoltre, non potrai connetterti a determinati server.%sFai clic sul pulsante per ulteriori informazioni. # -sunsetting.popup.pendingSunset.windows_xr=Questo dispositivo VR/MR non è più supportato. A marzo 2025 riceverai l'ultimo aggiornamento che supporterà il dispositivo.%sUna volta ricevuto l'aggiornamento finale, potrai continuare a ricevere aggiornamenti sul tuo PC e giocare senza utilizzare dispositivi VR/MR. D'ora in poi potrai continuare a costruire nei tuoi mondi e i tuoi acquisti sul Marketplace (compresi Minecoins) continueranno a essere disponibili su dispositivi grafici che non utilizzano la tecnologia VR/MR, ad esempio il monitor del tuo computer. Non potrai più usare il tuo dispositivo VR/MR su Minecraft in quanto gli aggiornamenti successivi non lo supporteranno.%sFai clic sul pulsante per ulteriori informazioni. # -sunsetting.popup.sunset.windows_xr=Questo dispositivo VR/MR non è più supportato. Hai ricevuto l'ultimo aggiornamento che supporta questo dispositivo grafico, ma potrai continuare a ricevere aggiornamenti sul tuo PC e giocare senza utilizzare dispositivi VR/MR. D'ora in poi potrai continuare a costruire nei tuoi mondi e i tuoi acquisti sul Marketplace (compresi Minecoins) continueranno a essere disponibili su dispositivi grafici che non utilizzano la tecnologia VR/MR, ad esempio il monitor del tuo computer. Non potrai più usare il tuo dispositivo VR/MR su Minecraft in quanto gli aggiornamenti successivi non lo supporteranno.%sFai clic sul pulsante per ulteriori informazioni. Ci rendiamo conto che si tratta di un disagio e apprezziamo profondamente sia il tempo che hai dedicato al nostro gioco sia il tuo supporto. # -sunsetting.popup.pendingSunset.geo=Il supporto di questo dispositivo sta volgendo al termine nella tua zona. Dopo aver ricevuto l'aggiornamento finale, potrai continuare a giocare nei tuoi mondi e accedere ai tuoi acquisti nel Marketplace, ma non potrai più effettuare nuovi acquisti nel Marketplace. I Realms gestiti da questo dispositivo continueranno a funzionare per 6 mesi. Dal 30 settembre 2023 non avrai più accesso al tuo Realm. Si consiglia di scaricare il mondo prima di questa data.%sSe hai effettuato l'accesso con un account Microsoft, i tuoi acquisti su Marketplace, i Minecoins e il tuo abbonamento a Realms saranno disponibili su altre piattaforme. Se desideri spostare i tuoi mondi da questo dispositivo a un altro, puoi farlo caricando il mondo su un Realm e scaricandone una copia di backup sul tuo nuovo dispositivo.%sPremi il pulsante per ulteriori informazioni, compreso come spostare il tuo mondo su un nuovo dispositivo. # -sunsetting.popup.sunset.geo=Il supporto di questo dispositivo nella tua zona è terminato. Potrai continuare a giocare nei tuoi mondi e accedere ai tuoi acquisti nel Marketplace, ma non potrai più effettuare nuovi acquisti nel Marketplace. I Realms gestiti da questo dispositivo continueranno a funzionare fino al 30 settembre 2023, dopodiché non avrai più accesso al tuo Realm. Si consiglia di scaricare il mondo prima di questa data.%sSe hai effettuato l'accesso con un account Microsoft, i tuoi acquisti su Marketplace, i Minecoins e il tuo abbonamento a Realms saranno disponibili su altre piattaforme. Se desideri spostare i tuoi mondi da questo dispositivo a un altro, puoi farlo caricando il mondo su un Realm e scaricandone una copia di backup sul tuo nuovo dispositivo.%sPremi il pulsante per ulteriori informazioni, compreso come spostare il tuo mondo su un nuovo dispositivo. # +sunsetting.popup.moreInfo.gearVR=Per ulteriori informazioni, visita https://aka.ms/MinecraftSunsetting in qualsiasi browser Web. # +sunsetting.popup.moreInfo.gearVR.geo=Per ulteriori informazioni, visita https://aka.ms/MinecraftGeoSunsetting in qualsiasi browser Web. # + +sunsetting.popup.pendingSunset.ios=La nostra capacità di supportare questo dispositivo sta volgendo al termine. Continuerai a ricevere aggiornamenti fino a febbraio 2024, dopodiché riceverai l'aggiornamento finale per il dispositivo.%sDopo aver ricevuto l'aggiornamento finale, potrai continuare a giocare nei tuoi mondi e ad accedere agli acquisti del Marketplace (inclusi i Minecoins), tuttavia non potrai più effettuare nuovi acquisti da questo dispositivo. I Realm gestiti dal dispositivo continueranno a funzionare per 6 mesi, a meno che non vengano aggiornati dal proprietario su un dispositivo diverso. Potrai disattivare il tuo abbonamento al Realm dal menu impostazioni degli abbonamenti sul dispositivo sul quale è stato creato. Non riceverai più gli ultimi aggiornamenti e non potrai giocare in modalità multigiocatore con dispositivi o Realm che continuano a ricevere gli aggiornamenti. Inoltre, non potrai connetterti a determinati server.%sFai clic sul pulsante per ulteriori informazioni, inclusi i modi per spostare i tuoi mondi su un nuovo dispositivo. # +sunsetting.popup.pendingSunset.android=La nostra capacità di supportare questo dispositivo sta volgendo al termine. Continuerai a ricevere aggiornamenti fino a febbraio 2024, dopodiché riceverai l'aggiornamento finale per il dispositivo.%sDopo aver ricevuto l'aggiornamento finale, potrai continuare a giocare nei tuoi mondi e ad accedere agli acquisti del Marketplace (inclusi Minecoins), tuttavia non potrai più effettuare nuovi acquisti da questo dispositivo. I Realm gestiti dal dispositivo continueranno a funzionare per 6 mesi, a meno che non vengano aggiornati dal proprietario su un dispositivo diverso. Potrai disattivare il tuo abbonamento al Realm dall'apposita sezione di Google Play. Puoi accedere a Google Play da qualsiasi dispositivo supportato o da qualsiasi PC che ti consenta di effettuare l'accesso al tuo account. Non riceverai più gli ultimi aggiornamenti e non potrai giocare in modalità multigiocatore con dispositivi o Realm che continuano a ricevere gli aggiornamenti. Inoltre, non potrai connetterti a determinati server.%sFai clic sul pulsante per ulteriori informazioni, inclusi i modi per spostare i tuoi mondi su un nuovo dispositivo. # +sunsetting.popup.pendingSunset.ios_android=La nostra capacità di supportare questo dispositivo sta volgendo al termine. Continuerai a ricevere aggiornamenti fino a novembre 2022, dopodiché riceverai l'aggiornamento finale per questo dispositivo. Ci scusiamo profondamente per l'inconveniente. %sDopo aver ricevuto l'aggiornamento finale, potrai continuare a giocare nei tuoi mondi e ad accedere agli acquisti del Marketplace (inclusi Minecoins). I Realms gestiti da questo dispositivo continueranno a funzionare per 6 mesi a meno che non vengano aggiornati dal proprietario su un dispositivo diverso. Non riceverai più gli ultimi aggiornamenti e non potrai giocare in modalità multigiocatore con dispositivi o Realms che continuano a ricevere gli aggiornamenti. Inoltre, non potrai collegarti a determinati server. %sFai clic sul pulsante per ulteriori informazioni, inclusi i modi per spostare i tuoi mondi su un nuovo dispositivo. # +sunsetting.popup.sunset.ios_android=Questo dispositivo non è più supportato. Hai ricevuto l'aggiornamento finale per questo dispositivo. Da questo momento in poi puoi continuare a costruire nei tuoi mondi e i tuoi acquisti sul Marketplace (compresi Minecoins) continueranno a essere disponibili. I tuoi Realms continueranno a funzionare a meno che non vengano aggiornati dal proprietario su un dispositivo diverso. Non riceverai più gli ultimi aggiornamenti e non potrai giocare in modalità multigiocatore con dispositivi o Realms che continuano a ricevere gli aggiornamenti. Inoltre, non potrai collegarti a determinati server. %sFai clic sul pulsante per ulteriori informazioni, inclusi i modi per spostare i tuoi mondi su un nuovo dispositivo. Ci rendiamo conto di crearti un inconveniente, apprezziamo moltissimo il tempo che hai dedicato al nostro gioco e speriamo di rivederti di nuovo su un dispositivo aggiornato. # +sunsetting.popup.pendingSunset.gearvr_win10=La nostra capacità di supportare questo dispositivo sta volgendo al termine. Continuerai a ricevere aggiornamenti fino al nostro prossimo aggiornamento principale, dopodiché riceverai l'aggiornamento finale per questo dispositivo. Ci scusiamo profondamente per l'inconveniente. %sDopo aver ricevuto l'aggiornamento finale, potrai continuare a giocare nei tuoi mondi e ad accedere agli acquisti del Marketplace (inclusi Minecoins). Tuttavia non avrai più accesso alla modalità multigiocatore o ai Realms da questo dispositivo. Non riceverai più gli ultimi aggiornamenti e non potrai giocare con dispositivi o Realms che continuano a ricevere gli aggiornamenti. Inoltre, non potrai collegarti a determinati server. %sFai clic sul pulsante per ulteriori informazioni, inclusi i modi per spostare i tuoi mondi su un nuovo dispositivo. # +sunsetting.popup.sunset.gearvr_win10=Questo dispositivo non è più supportato. Hai ricevuto l'aggiornamento finale per questo dispositivo. Da questo momento in poi puoi continuare a costruire nei tuoi mondi e i tuoi acquisti sul Marketplace (compresi Minecoins) continueranno a essere disponibili. Tuttavia, non avrai più accesso alla modalità multigiocatore o ai Realms da questo dispositivo. Non riceverai più gli ultimi aggiornamenti e non potrai giocare con i dispositivi che continuano a ricevere gli aggiornamenti. Inoltre, non potrai collegarti a determinati server. # +sunsetting.popup.pendingSunset.dx10=La nostra capacità di supportare questo dispositivo grafico sta volgendo al termine. Continuerai a ricevere aggiornamenti fino al nostro prossimo aggiornamento principale, dopodiché riceverai l'aggiornamento finale per questo dispositivo. Ci scusiamo profondamente per l'inconveniente. %sDopo aver ricevuto l'aggiornamento finale, potrai continuare a giocare nei tuoi mondi e ad accedere agli acquisti del Marketplace (inclusi Minecoins). I Realms gestiti da questo dispositivo continueranno a funzionare a meno che non vengano aggiornati dal proprietario su un dispositivo diverso. Non riceverai più gli ultimi aggiornamenti e non potrai giocare in modalità multigiocatore con dispositivi o Realms che continuano a ricevere gli aggiornamenti. Inoltre, non potrai collegarti a determinati server. %sFai clic sul pulsante per ulteriori informazioni, inclusi i modi per spostare i tuoi mondi su un nuovo dispositivo. # +sunsetting.popup.sunset.dx10=Questo dispositivo grafico non è più supportato. Hai ricevuto l'aggiornamento finale per questo dispositivo. Da questo momento in poi puoi continuare a costruire nei tuoi mondi e i tuoi acquisti sul Marketplace (compresi Minecoins) continueranno a essere disponibili. I tuoi realm continueranno a funzionare a meno che non vengano aggiornati dal proprietario su un dispositivo diverso. Non riceverai più gli ultimi aggiornamenti e non potrai giocare in modalità multigiocatore con dispositivi o realm che continuano a ricevere gli aggiornamenti. Inoltre, non potrai collegarti a determinati server. %sFai clic sul pulsante per ulteriori informazioni, inclusi i modi per spostare i tuoi mondi su un nuovo dispositivo. Ci rendiamo conto di crearti un inconveniente e apprezziamo moltissimo il tempo che hai dedicato al nostro gioco, nonché il tuo supporto. # + +sunsetting.popup.pendingSunset.geo.ios=La nostra capacità di supportare questo dispositivo sta volgendo al termine nella tua zona. Dopo aver ricevuto l'aggiornamento finale, potrai continuare a giocare sui tuoi mondi e accedere ai tuoi acquisti nel Marketplace, ma non potrai più effettuare nuovi acquisti nel Marketplace. I realm gestiti da questo dispositivo continueranno a funzionare per 6 mesi. Dal 30 settembre 2023 non avrai più accesso al tuo realm. Si consiglia di scaricare il mondo prima di questa data e di disdire l'abbonamento dalle impostazioni dell'abbonamento sul tuo dispositivo. %sSe hai effettuato l'accesso con un account Microsoft/Xbox Live, i tuoi acquisti su Marketplace, i Minecoins e il tuo abbonamento a Realms saranno disponibili su altre piattaforme. Se desideri spostare i tuoi mondi da questo dispositivo a un altro dispositivo, puoi farlo caricando il mondo su un realm e scaricandone una copia di backup sul tuo nuovo dispositivo. %sFai clic sul pulsante per ulteriori informazioni, compreso come spostare il tuo mondo su un nuovo dispositivo. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.ios=La nostra capacità di supportare questo dispositivo sta volgendo al termine nella tua zona. Potrai continuare a giocare sui tuoi mondi e accedere ai tuoi acquisti nel Marketplace, ma non potrai più effettuare nuovi acquisti nel Marketplace. I realm gestiti da questo dispositivo continueranno a funzionare fino al 30 settembre 2023, dopodiché non avrai più accesso al tuo realm. Si consiglia di scaricare il mondo prima di questa data. %sSe hai effettuato l'accesso con un account Microsoft/Xbox Live, i tuoi acquisti su Marketplace, i Minecoins e il tuo abbonamento a Realms saranno disponibili su altre piattaforme. Se desideri spostare i tuoi mondi da questo dispositivo a un altro dispositivo, puoi farlo caricando il mondo su un realm e scaricandone una copia di backup sul tuo nuovo dispositivo. %sFai clic sul pulsante per ulteriori informazioni, compreso come spostare il tuo mondo su un nuovo dispositivo. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.amazon=La nostra capacità di supportare questo dispositivo sta volgendo al termine nella tua zona. Dopo aver ricevuto l'aggiornamento finale, potrai continuare a giocare sui tuoi mondi e accedere ai tuoi acquisti nel Marketplace, ma non potrai più effettuare nuovi acquisti nel Marketplace. I realm gestiti da questo dispositivo continueranno a funzionare per 6 mesi. Dal 30 settembre 2023 non avrai più accesso al tuo realm. Si consiglia di scaricare il mondo prima di questa data. %sSe hai effettuato l'accesso con un account Microsoft/Xbox Live, i tuoi acquisti su Marketplace, i Minecoins e il tuo abbonamento a Realms saranno disponibili su altre piattaforme. Se desideri spostare i tuoi mondi da questo dispositivo a un altro dispositivo, puoi farlo caricando il mondo su un realm e scaricandone una copia di backup sul tuo nuovo dispositivo. %sFai clic sul pulsante per ulteriori informazioni, compreso come spostare il tuo mondo su un nuovo dispositivo. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.amazon=La nostra capacità di supportare questo dispositivo sta volgendo al termine nella tua zona. Potrai continuare a giocare sui tuoi mondi e accedere ai tuoi acquisti nel Marketplace, ma non potrai più effettuare nuovi acquisti nel Marketplace. I realm gestiti da questo dispositivo continueranno a funzionare fino al 30 settembre 2023, dopodiché non avrai più accesso al tuo realm. Si consiglia di scaricare il mondo prima di questa data. %sSe hai effettuato l'accesso con un account Microsoft/Xbox Live, i tuoi acquisti su Marketplace, i Minecoins e il tuo abbonamento a Realms saranno disponibili su altre piattaforme. Se desideri spostare i tuoi mondi da questo dispositivo a un altro dispositivo, puoi farlo caricando il mondo su un realm e scaricandone una copia di backup sul tuo nuovo dispositivo. %sFai clic sul pulsante per ulteriori informazioni, compreso come spostare il tuo mondo su un nuovo dispositivo. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.android=La nostra capacità di supportare questo dispositivo sta volgendo al termine nella tua zona. Dopo aver ricevuto l'aggiornamento finale, potrai continuare a giocare sui tuoi mondi e accedere ai tuoi acquisti nel Marketplace, ma non potrai più effettuare nuovi acquisti nel Marketplace. I realm gestiti da questo dispositivo continueranno a funzionare per 6 mesi. Dal 30 settembre 2023 non avrai più accesso ai realm da questo dispositivo. Si consiglia di scaricare il mondo prima di questa data e di disdire l'abbonamento visualizzando i tuoi abbonamenti su Google Play. %sNon riceverai più gli ultimi aggiornamenti e non potrai giocare in modalità multigiocatore. Inoltre, non potrai connetterti a certi server. %sSe hai effettuato l'accesso con un account Microsoft/Xbox Live, i tuoi acquisti su Marketplace, i Minecoins e il tuo abbonamento a Realms saranno disponibili sulle altre piattaforme dove giochi a Minecraft, dalle quali potrai attivare un nuovo abbonamento. %sSe desideri spostare i tuoi mondi da questo dispositivo a un altro, puoi farlo caricando il mondo su un realm e scaricandone una copia di backup sul tuo nuovo dispositivo. %sFai clic sul pulsante per ulteriori informazioni, compreso come spostare il tuo mondo su un nuovo dispositivo. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.android=La nostra capacità di supportare questo dispositivo sta volgendo al termine nella tua zona. Potrai continuare a giocare sui tuoi mondi e accedere ai tuoi acquisti nel Marketplace, ma non potrai più effettuare nuovi acquisti nel Marketplace. I realm gestiti da questo dispositivo continueranno a funzionare fino al 30 settembre 2023, dopodiché non avrai più accesso al tuo realm. Si consiglia di scaricare il mondo prima di questa data. %sSe hai effettuato l'accesso con un account Microsoft/Xbox Live, i tuoi acquisti su Marketplace, i Minecoins e il tuo abbonamento a Realms saranno disponibili su altre piattaforme. Se desideri spostare i tuoi mondi da questo dispositivo a un altro dispositivo, puoi farlo caricando il mondo su un realm e scaricandone una copia di backup sul tuo nuovo dispositivo. %sFai clic sul pulsante per ulteriori informazioni, compreso come spostare il tuo mondo su un nuovo dispositivo. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.generic=La nostra capacità di supportare questo dispositivo sta volgendo al termine nella tua zona. Dopo aver ricevuto l'aggiornamento finale, potrai continuare a giocare sui tuoi mondi e accedere ai tuoi acquisti nel Marketplace, ma non potrai più effettuare nuovi acquisti nel Marketplace. I realm gestiti da questo dispositivo continueranno a funzionare per 6 mesi. Dal 30 settembre 2023 non avrai più accesso al tuo realm. Si consiglia di scaricare il mondo prima di questa data. %sSe hai effettuato l'accesso con un account Microsoft/Xbox Live, i tuoi acquisti su Marketplace, i Minecoins e il tuo abbonamento a Realms saranno disponibili su altre piattaforme. Se desideri spostare i tuoi mondi da questo dispositivo a un altro dispositivo, puoi farlo caricando il mondo su un realm e scaricandone una copia di backup sul tuo nuovo dispositivo. %sFai clic sul pulsante per ulteriori informazioni, compreso come spostare il tuo mondo su un nuovo dispositivo. # +sunsetting.popup.sunset.geo.generic=La nostra capacità di supportare questo dispositivo sta volgendo al termine nella tua zona. Potrai continuare a giocare sui tuoi mondi e accedere ai tuoi acquisti nel Marketplace, ma non potrai più effettuare nuovi acquisti nel Marketplace. I realm gestiti da questo dispositivo continueranno a funzionare fino al 30 settembre 2023, dopodiché non avrai più accesso al tuo realm. Si consiglia di scaricare il mondo prima di questa data. %sSe hai effettuato l'accesso con un account Microsoft/Xbox Live, i tuoi acquisti su Marketplace, i Minecoins e il tuo abbonamento a Realms saranno disponibili su altre piattaforme. Se desideri spostare i tuoi mondi da questo dispositivo a un altro dispositivo, puoi farlo caricando il mondo su un realm e scaricandone una copia di backup sul tuo nuovo dispositivo. %sFai clic sul pulsante per ulteriori informazioni, compreso come spostare il tuo mondo su un nuovo dispositivo. # sunsetting.banner.play.worldTab.pending=A breve la tua versione potrebbe non collegarsi alla modalità multigiocatore # sunsetting.banner.play.friendsTab.pending=A breve la tua versione potrebbe non collegarsi alla modalità multigiocatore # @@ -10886,7 +10897,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Scegli nuova skin # dr.classic_skins.custom_skin_title=Importa skin # dr.classic_skins.custom_skin_description=Importa un file png (64x32, 64x64 o 128x128) dal tuo dispositivo e usalo come skin. Non verrà sincronizzato tra dispositivi o partite. # -dr.classic_skins.custom_skin_description_disabled=Il tuo dispositivo non può selezionare una skin personalizzata mentre partecipi a una partita multigiocatore. Torna al menu principale per equipaggiarne una. # +dr.classic_skins.custom_skin_description_disabled= Il tuo dispositivo non può selezionare una skin personalizzata mentre partecipi a una partita multigiocatore. Torna al menu principale per equipaggiarne una. # dr.classic_skins.custom_skin_description_popup=Se l'opzione "Consenti solo skin attendibili" è abilitata, non potrai visualizzare i giocatori che hanno skin personalizzate # dr.classic_skins.custom_skin_section_title=Skin di proprietà # dr.classic_skins.invalidCustomSkin=Importa un file .png di dimensioni 64x64, 64x32 o 128x128 # diff --git a/resource_pack/texts/ja_JP.lang b/resource_pack/texts/ja_JP.lang index 371955044..76fdd77b0 100644 --- a/resource_pack/texts/ja_JP.lang +++ b/resource_pack/texts/ja_JP.lang @@ -1908,8 +1908,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=村人との取引バラ createWorldScreen.experimentalVillagerTradesRebalanceDescription=バランス調整を目的とした、村人との取引の更新内容を含んでいます # createWorldScreen.experimentalArmadillo=アルマジロとオオカミの防具 # createWorldScreen.experimentalArmadilloDescription=アルマジロについて学び、新しいオオカミ防具でオオカミを装備しよう! # -createWorldScreen.experimentalBundles=バンドル # -createWorldScreen.experimentalBundlesDescription=バンドル アイテムを作成して使用できます # createWorldScreen.worldPreferences=世界の基本設定 # createWorldScreen.startWithMap=開始時の地図所持 # createWorldScreen.defaultName=マイ世界 # @@ -2446,8 +2444,8 @@ realmsSettingsScreen.windowsStoreDisplayName=Windows ストア # realmsSettingsScreen.xboxOneStoreDisplayName=Xbox ストア # realmsSettingsScreen.amazonStoreDisplayName=Amazon アプリストア # realmsSettingsScreen.oculusStoreDisplayName=Oculus ストア # -realmsSettingsScreen.berwickStoreDisplayName=PlayStation®Store #### CertRequirement: [PlayStation®Store] -realmsSettingsScreen.SonyStoreDisplayName=PlayStation®Store #### CertRequirement: [PlayStation®Store] +realmsSettingsScreen.berwickStoreDisplayName=PlayStation®ストア #### CertRequirement: [PlayStation®Store] +realmsSettingsScreen.SonyStoreDisplayName=PlayStation®ストア #### CertRequirement: [PlayStation®Store] realmsSettingsScreen.unknownStoreDisplayName=未知のストア # realmsSettingsScreen.extendingRealm=Realm を延長中... # realmsSettingsScreen.offerError.title=購入保留中 # @@ -3878,7 +3876,7 @@ howtoplay.minecoins.text.1=Minecraft のゲーム内通貨、Minecoins で可能 howtoplay.minecoins.text.2=引き換えると、Minecoins は Microsoft アカウントにリンクされるので、他の対応デバイスでもコインや購入した商品にアクセスできます。 # howtoplay.minecoins.button.text.1=Minecoin を入手 # howtoplay.minecoins.header.1=免責事項 # -howtoplay.minecoins.text.3=*Minecoins を利用するには、Minecraft マーケットプレイスで Minecraft: Bedrock Edition を入手する必要があります。Minecoins は PlayStation® には対応していません。互換性に関する情報は、minecraft.net/minecoins をご覧ください #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Minecoins を利用するには、Minecraft マーケットプレイスで Minecraft: Bedrock Edition を入手する必要があります。Minecoins は PlayStation® には対応していません。互換性に関する情報は、minecraft.net/minecoins をご覧ください  #### CertRequirement: [PlayStation®] howtoplay.mining=採掘 # @@ -6411,7 +6409,6 @@ options.dev_sunsetting_tier.two=ティア 2 - キットカット # options.dev_sunsetting_tier.three=ティア 3 - FireTV # options.dev_sunsetting_tier.four=ティア 4 - 1024MB # options.dev_sunsetting_tier.five=Tier 5 - iOS 12 & Nougat # -options.dev_sunsetting_tier.six=Tier 6 - iOS 13、Android 8、VR デバイス # options.dev_sunsetting_tier.not_pending=保留中ではありません # options.dev_gatherings_section=収集 # options.dev_gatherings_enable=集会を有効にする # @@ -6966,12 +6963,26 @@ sunsetting.popup.title=このデバイスのサポート期限は終了しまし sunsetting.popup.moreInfo=さらに詳しく # sunsetting.popup.dontshow=今後、このメッセージを表示しない # -sunsetting.popup.pendingSunset.device=このデバイスのサポートが間もなく終了します。2025 年 3 月までは引き続きアップデートを受け取ることができ、その時点でこのデバイス用の最終アップデートが提供されます。%s最終アップデートを受け取った後も、世界でプレイしたりマーケットプレイスで購入したアイテム (Minecoin を含む) にアクセスできますが、このデバイスからは新たな購入ができなくなります。このデバイスで管理される Realms は、Realms の所有者が別のデバイスでアップデートしない限り、2025 年 3 月から6 か月間引き続き動作します。Realms のサブスクリプションをキャンセルするには、Realms を作成したデバイスのサブスクリプションの設定メニューでキャンセルする必要があります。最新アップデートは行われなくなり、アップデートされる他のデバイスまたは Realms でマルチプレイヤーをプレイできなくなります。また、特定のサーバーに接続することもできなくなります。%sボタンをクリックすると詳細情報が表示されます。 # -sunsetting.popup.sunset.device=このデバイスのサポートが終了しました。2025 年 3 月以降は、デバイスを変更しない限り、アップデートを受け取ることができなくなります。これがこのデバイス用の最終アップデートです。%s世界でプレイしたりマーケットプレイスで購入したアイテム (Minecoin を含む) へのアクセスは引き続き可能です。このデバイスで管理される Realms は、Realms の所有者が別のデバイスでアップデートしない限り、2025 年 3 月から 6 か月間引き続き動作します。Realms のサブスクリプションをキャンセルするには、Realms を作成したデバイスのサブスクリプションの設定メニューでキャンセルする必要があります。最新アップデートは行われなくなり、アップデートされる他のデバイスまたは Realms でマルチプレイヤーをプレイできなくなります。また、特定のサーバーに接続することもできなくなります。%sボタンをクリックすると詳細情報が表示されます。 # -sunsetting.popup.pendingSunset.windows_xr=この VR/MR グラフィック デバイスのサポートが終了しました。2025 年 3 月にこのデバイス用の最終アップデートが行われ、それ以降のアップデートではこのデバイスはサポートされなくなります。%s最終更新後も PC でアップデートを受け取り、VR/MR デバイスなしでプレイすることが可能です。今後も自分の世界で構築を続けられるほか、マーケットプレイスで購入したアイテム(Minecoin を含む)も、PC モニターなどの VR/MR デバイス以外のグラフィック デバイスで引き続き利用できます。ただし、VR/MR デバイスは最新アップデートの対象外となるため、Minecraft で使用できなくなります。%sボタンをクリックして詳細を確認してください。 # -sunsetting.popup.sunset.windows_xr=この VR/MR グラフィック デバイスへのサポートは終了しました。この VR/MR デバイスはサポート対象外となります。このグラフィック デバイス用の最終アップデートが行われましたが、PC では引き続きアップデートを受け取り、VR/MR デバイスなしでプレイすることができます。今後も自分の世界で構築を続けられるほか、マーケットプレイスで購入したアイテム(Minecoin を含む)も、PC モニターなどの VR/MR デバイス以外のグラフィック デバイスで引き続き利用できます。ただし、VR/MR デバイスは最新アップデートの対象外となるため、Minecraft で使用できなくなります。%sボタンをクリックして詳細を確認してください。ご迷惑をかけて申し訳ございません。ゲームをプレイおよびサポートしていただき、誠にありがとうございます。 # -sunsetting.popup.pendingSunset.geo=まもなく本デバイスの、ご利用の地域を対象とするサポートが終了いたします。最終アップデート後もワールド内でプレイしたり、マーケットプレイスで購入したアイテムにアクセスすることはできますが、マーケットプレイスで新たにアイテムを購入することはできなくなります。こちらのデバイスで管理している Realm は 6 か月先まで機能しますが、2023 年 9 月 30 日をもって Realm にはアクセスできなくなりますので、事前にワールドをダウンロードしておくことをお勧めいたします。%sMicrosoft アカウントでサインインしている場合は、マーケットプレイスで購入したアイテム、Minecoin、Realms のサブスクリプションを他のプラットフォームに引き継ぐことができます。こちらのデバイスの中のワールドを別のデバイスに移行したい場合は、ワールドを Realm にアップロードし、新しいデバイスにバックアップをダウンロードしてください。%s新たなデバイスにワールドを移行させる方法などの詳細については、ボタンをクリックしてください。 # -sunsetting.popup.sunset.geo=ご利用の地域における本デバイスのサポートが終了いたしました。今後もワールド内でプレイしたり、マーケットプレイスで購入したアイテムにアクセスすることはできますが、マーケットプレイスで新たにアイテムを購入することはできなくなります。こちらのデバイスで管理している Realm については 2023 年 9 月 30 日までは機能しますが、それ以降アクセスできなくなりますので、事前にワールドをダウンロードしておくことをお勧めいたします。%sMicrosoft アカウントでサインインしている場合は、マーケットプレイスで購入したアイテム、Minecoin、Realms のサブスクリプションを他のプラットフォームに引き継げます。こちらのデバイスの中のワールドを別のデバイスに移行したい場合は、ワールドを Realm にアップロードし、新しいデバイスにバックアップをダウンロードしてください。%s新たなデバイスにワールドを移行させる方法などの詳細については、ボタンをクリックしてください。 # +sunsetting.popup.moreInfo.gearVR=詳細については、任意のWebブラウザで https://aka.ms/MinecraftSunsetting をご覧ください。 # +sunsetting.popup.moreInfo.gearVR.geo=詳細については、任意の Web ブラウザで https://aka.ms/MinecraftGeoSunsetting をご覧ください。 # + +sunsetting.popup.pendingSunset.ios=このデバイスのサポート期間が間もなく終了します。アップデートは 2024 年 2 月まで続きますが、それがこのデバイスの最終アップデートとなります。%s最終アップデートの終了後も、世界でのプレイやマーケットプレイスで購入したコンテンツ (Minecoin を含む) にアクセスすることができます。このデバイスで管理される Realms は、別のデバイスの Realm のオーナーによってアップデートされない限り、6カ月間引き続き機能します。Realms のサブスクリプションをキャンセルするには、Realms の作成元のデバイスのサブスクリプションの設定メニューでキャンセルする必要があります。最新アップデートは行われなくなり、アップデートされる他のデバイスまたは Realms とのマルチプレイヤーがプレイできなくなります。また、特定のサーバーに接続することもできなくなります。%sボタンをクリックすると、世界を新しいデバイスに移行する方法などの詳細情報が表示されます。 # +sunsetting.popup.pendingSunset.android=このデバイスのサポート期限が間もなく終了します。このデバイスの最後のアップデートを受け取る 2024 年 2 月までは、引き続きアップデートを受け取ります。%s最終アップデートを受け取った後も、世界でのプレイやマーケットプレイス購入 (Minecoin を含む) へのアクセスができますが、このデバイスで新しい購入はできなくなります。このデバイスで管理される Realms は、Realms の所有者が別のデバイスでアップデートしない限り、6 か月間引き続き動作します。Realms のサブスクリプションをキャンセルするには、Google Play のサブスクリプションでキャンセルする必要があります。サポートされているデバイスまたはアカウントにログインできる PC から Google Play にアクセスできます。最新アップデートは行われなくなり、アップデートされる他のデバイスまたは Realms でマルチプレイヤーをプレイできなくなります。また、特定のサーバーに接続することもできなくなります。%sボタンをクリックすると、世界を新しいデバイスに移行する方法などの詳細情報が表示されます。 # +sunsetting.popup.pendingSunset.ios_android=このデバイスのサポート期間が間もなく終了します。アップデートは 2022 年 11 月まで続きますが、それがこのデバイスの最終アップデートとなります。ご不便をおかけして申し訳ございません。%s最終アップデートの終了後も、世界でのプレイやマーケットプレイスで購入したコンテンツ (Minecoin を含む) にアクセスすることができます。このデバイスで管理される Realms は、別のデバイスの Realm のオーナーによってアップデートされない限り、6カ月間引き続き機能します。最新アップデートは行われなくなり、アップデートされる他のデバイスまたは Realms とのマルチプレイヤーがプレイできなくなります。また、特定のサーバーに接続することもできなくなります。%sボタンをクリックすると、世界を新しいデバイスに移行する方法などの詳細情報が表示されます。 # +sunsetting.popup.sunset.ios_android=このデバイスのサポート期限は終了しました。このデバイスは最終アップデート済みです。この後も世界でのプレイやマーケットプレイスで購入したコンテンツ (Minecoin を含む) にアクセスすることができます。Realms は、別のデバイスの Realm 所有者によってアップデートされない限り、引き続き機能します。これ以上のアップデートは行われません。アップデートされる他のデバイスまたは Realms でマルチプレイヤーをプレイできなくなります。また、特定のサーバーに接続することもできません。%sボタンをクリックすると、世界を新しいデバイスに移動する方法など、詳細情報が表示されます。ご迷惑をかけて申し訳ございません。ゲームをプレイおよびサポートしていただき、誠にありがとうございます。最新のデバイスでまたお会いするのを楽しみにしています。 # +sunsetting.popup.pendingSunset.gearvr_win10=このデバイスのサポート期限は間もなく終了します。アップデートは次のメジャー リリースまで続きますが、その直後がこのデバイスの最終アップデートとなります。ご不便をおかけして大変申し訳ございません。%s最終アップデートの終了後も、世界でのプレイやマーケットプレイスで購入したコンテンツ (Minecoin を含む) にアクセスすることができます。しかし、このデバイスでマルチプレイヤーや Realms にはアクセスできなくなります。最新アップデートは行われなくなり、アップデートされる他のデバイスまたは Realms でプレイできなくなります。また、特定のサーバーに接続することもできなくなります。%sボタンをクリックすると、世界を新しいデバイスに移動する方法などの詳細情報をご覧いただけます。 # +sunsetting.popup.sunset.gearvr_win10=このデバイスのサポート期限は終了しました。このデバイスは最終アップデート済みです。この後も世界でのプレイやマーケットプレイスで購入したコンテンツ (Minecoin を含む) にアクセスすることができます。ただし、このデバイスからマルチプレイヤーや Realms へのアクセスは今後できなくなります。これ以上のアップデートも行われません。また、アップデートされた他のデバイスと一緒にプレイしたり、特定のサーバーに接続したりすることもできません。 # +sunsetting.popup.pendingSunset.dx10=このグラフィック デバイスのサポート期限は間もなく終了します。アップデートは次のメジャー リリースまで続きますが、その直後がこのデバイスの最終アップデートとなります。ご不便をおかけして大変申し訳ございません。%s最終アップデートの終了後も、世界でのプレイやマーケットプレイスで購入したコンテンツ (Minecoin を含む) にアクセスすることができます。このデバイスで管理される Realms は、別のデバイスの Realm のオーナーによってアップデートされない限り、引き続き機能します。最新アップデートは行われなくなり、アップデートされる他のデバイスまたは Realms でマルチプレイヤーをプレイできなくなります。また、特定のサーバーに接続することもできなくなります。%sボタンをクリックすると、世界を新しいデバイスに移動する方法などの詳細情報をご覧いただけます。 # +sunsetting.popup.sunset.dx10=このグラフィック デバイスのサポート期限は終了しました。このデバイスは最終アップデート済みです。この後も世界でのプレイやマーケットプレイスで購入したコンテンツ (Minecoin を含む) にアクセスすることができます。Realms は、別のデバイスの Realm 所有者によってアップデートされない限り、引き続き機能します。これ以上のアップデートは行われません。アップデートされる他のデバイスまたは Realms でマルチプレイヤーをプレイできなくなります。また、特定のサーバーに接続することもできません。%sボタンをクリックすると、世界を新しいデバイスに移動する方法など、詳細情報が表示されます。ご迷惑をかけて申し訳ございません。ゲームをプレイおよびサポートしていただき、誠にありがとうございます。 # + +sunsetting.popup.pendingSunset.geo.ios=ご利用の地域において、まもなく本デバイスのサポートが終了いたします。最終アップデート後もワールド内でプレイしたり、マーケットプレイスで購入したアイテムにアクセスすることはできますが、マーケットプレイスで新たにアイテムを購入することはできなくなります。こちらのデバイスで管理している Realm については 6 ヶ月先まで機能しますが、2023 年 9 月 30 日をもってアクセスできなくなりますので、事前にワールドをダウンロードしておくことをお勧めいたします。またデバイスの「サブスクリプション」設定から、サブスクリプションの解約も忘れずにおこなってください。%sMicrosoft あるいは Xbox Live アカウントでサインインしている場合は、マーケットプレイスで購入したアイテム、Minecoin、Realms のサブスクリプションを他のプラットフォームに引き継げます。こちらのデバイスの中のワールドを別のデバイスに移行したい場合は、ワールドを Realm にアップロードし、新しいデバイスにバックアップをダウンロードしてください。%s新たなデバイスにワールドを移行させる方法などの詳細については、ボタンをクリックしてください。 ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.ios=ご利用の地域における本デバイスのサポートが終了いたしました。今後もワールド内でプレイしたり、マーケットプレイスで購入したアイテムにアクセスすることはできますが、マーケットプレイスで新たにアイテムを購入することはできなくなります。こちらのデバイスで管理している Realm については 2023 年 9 月 30 日までは機能しますが、それ以降アクセスできなくなりますので、事前にワールドをダウンロードしておくことをお勧めいたします。%sMicrosoft あるいは Xbox Live アカウントでサインインしている場合は、マーケットプレイスで購入したアイテム、Minecoin、Realms のサブスクリプションを他のプラットフォームに引き継げます。こちらのデバイスの中のワールドを別のデバイスに移行したい場合は、ワールドを Realm にアップロードし、新しいデバイスにバックアップをダウンロードしてください。%s新たなデバイスにワールドを移行させる方法などの詳細については、ボタンをクリックしてください。 ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.amazon=ご利用の地域において、まもなく本デバイスのサポートが終了いたします。最終アップデート後もワールド内でプレイしたり、マーケットプレイスで購入したアイテムにアクセスすることはできますが、マーケットプレイスで新たにアイテムを購入することはできなくなります。こちらのデバイスで管理している Realm については 6 ヶ月先まで機能しますが、2023 年 9 月 30 日をもってアクセスできなくなりますので、事前にワールドをダウンロードしておくことをお勧めいたします。%sMicrosoft あるいは Xbox Live アカウントでサインインしている場合は、マーケットプレイスで購入したアイテム、Minecoin、Realms のサブスクリプションを他のプラットフォームに引き継げます。こちらのデバイスの中のワールドを別のデバイスに移行したい場合は、ワールドを Realm にアップロードし、新しいデバイスにバックアップをダウンロードしてください。%s新たなデバイスにワールドを移行させる方法などの詳細については、ボタンをクリックしてください。 ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.amazon=ご利用の地域における本デバイスのサポートが終了いたしました。今後もワールド内でプレイしたり、マーケットプレイスで購入したアイテムにアクセスすることはできますが、マーケットプレイスで新たにアイテムを購入することはできなくなります。こちらのデバイスで管理している Realm については 2023 年 9 月 30 日までは機能しますが、それ以降アクセスできなくなりますので、事前にワールドをダウンロードしておくことをお勧めいたします。%sMicrosoft あるいは Xbox Live アカウントでサインインしている場合は、マーケットプレイスで購入したアイテム、Minecoin、Realms のサブスクリプションを他のプラットフォームに引き継げます。こちらのデバイスの中のワールドを別のデバイスに移行したい場合は、ワールドを Realm にアップロードし、新しいデバイスにバックアップをダウンロードしてください。%s新たなデバイスにワールドを移行させる方法などの詳細については、ボタンをクリックしてください。 ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.android=ご利用の地域において、まもなく本デバイスのサポートが終了いたします。今回の最終アップデート後もワールド内でプレイしたり、マーケットプレイスで購入したアイテムにアクセスすることはできますが、マーケットプレイスで新たにアイテムを購入することはできなくなります。こちらのデバイスで管理している Realm については 6 ヶ月先まで機能しますが、2023 年 9 月 30 日をもってアクセスできなくなりますので、事前にワールドをダウンロードしておくことをお勧めいたします。また Google Play の「サブスクリプション」設定から、サブスクリプションの解約も忘れずにおこなってください。%s以後、最新のアップデートが行われることはなくなり、マルチプレイヤーでは遊べなくなります。また一定のサーバーへの接続もできなくなりますが、ご了承ください。%sMicrosoft あるいは Xbox Live アカウントでサインインしている場合は、マーケットプレイスで購入したアイテム、Minecoin、Realms のサブスクリプションを、Minecraft をプレイしている他のプラットフォームに引き継げます。%sこちらのデバイスの中のワールドを別のデバイスに移行したい場合は、ワールドを Realm にアップロードし、新しいデバイスにバックアップをダウンロードしてください。%s新たなデバイスにワールドを移行させる方法などの詳細については、ボタンをクリックしてください。 ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.android=ご利用の地域における本デバイスのサポートが終了いたしました。今後もワールド内でプレイしたり、マーケットプレイスで購入したアイテムにアクセスすることはできますが、マーケットプレイスで新たにアイテムを購入することはできなくなります。こちらのデバイスで管理している Realm については 2023 年 9 月 30 日までは機能しますが、それ以降アクセスできなくなりますので、事前にワールドをダウンロードしておくことをお勧めいたします。%sMicrosoft あるいは Xbox Live アカウントでサインインしている場合は、マーケットプレイスで購入したアイテム、Minecoin、Realms のサブスクリプションを他のプラットフォームに引き継げます。こちらのデバイスの中のワールドを別のデバイスに移行したい場合は、ワールドを Realm にアップロードし、新しいデバイスにバックアップをダウンロードしてください。%s新たなデバイスにワールドを移行させる方法などの詳細については、ボタンをクリックしてください。 ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.generic=ご利用の地域において、まもなく本デバイスのサポートが終了いたします。最終アップデート後もワールド内でプレイしたり、マーケットプレイスで購入したアイテムにアクセスすることはできますが、マーケットプレイスで新たにアイテムを購入することはできなくなります。こちらのデバイスで管理している Realm については 6 ヶ月先まで機能しますが、2023 年 9 月 30 日をもってアクセスできなくなりますので、事前にワールドをダウンロードしておくことをお勧めいたします。%sMicrosoft あるいは Xbox Live アカウントでサインインしている場合は、マーケットプレイスで購入したアイテム、Minecoin、Realms のサブスクリプションを他のプラットフォームに引き継げます。こちらのデバイスの中のワールドを別のデバイスに移行したい場合は、ワールドを Realm にアップロードし、新しいデバイスにバックアップをダウンロードしてください。%s新たなデバイスにワールドを移行させる方法などの詳細については、ボタンをクリックしてください。 # +sunsetting.popup.sunset.geo.generic=ご利用の地域における本デバイスのサポートが終了いたしました。今後もワールド内でプレイしたり、マーケットプレイスで購入したアイテムにアクセスすることはできますが、マーケットプレイスで新たにアイテムを購入することはできなくなります。こちらのデバイスで管理している Realm については 2023 年 9 月 30 日までは機能しますが、それ以降アクセスできなくなりますので、事前にワールドをダウンロードしておくことをお勧めいたします。%sMicrosoft あるいは Xbox Live アカウントでサインインしている場合は、マーケットプレイスで購入したアイテム、Minecoin、Realms のサブスクリプションを他のプラットフォームに引き継げます。こちらのデバイスの中のワールドを別のデバイスに移行したい場合は、ワールドを Realm にアップロードし、新しいデバイスにバックアップをダウンロードしてください。%s新たなデバイスにワールドを移行させる方法などの詳細については、ボタンをクリックしてください。 # sunsetting.banner.play.worldTab.pending=お使いのバージョンは、もうすぐマルチプレイヤーへ接続できなくなります # sunsetting.banner.play.friendsTab.pending=お使いのバージョンは、もうすぐマルチプレイヤーへ接続できなくなります # @@ -10886,7 +10897,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=新たなスキンを選択 # dr.classic_skins.custom_skin_title=スキンのインポート # dr.classic_skins.custom_skin_description=お使いのデバイスから png ファイル (64x32、64x64 または 128x128) をインポートして、スキンとして使用できます。これはデバイス間またはゲーム間で同期されません。 # -dr.classic_skins.custom_skin_description_disabled=お使いのデバイスは、マルチプレイヤー ゲーム中にカスタム スキンを選択できません。メインメニューに戻って装備してください。 # +dr.classic_skins.custom_skin_description_disabled= お使いのデバイスは、マルチプレイヤー ゲーム中にカスタム スキンを選択できません。メインメニューに戻って装備してください。 # dr.classic_skins.custom_skin_description_popup=「信頼できるスキンのみを許可する」オプションが有効になっている場合、カスタム スキンを使用しているプレイヤーは表示されません。 # dr.classic_skins.custom_skin_section_title=所持スキン # dr.classic_skins.invalidCustomSkin=64x64、64x32、または 128x128 サイズの .png ファイルをインポートしてください # diff --git a/resource_pack/texts/ko_KR.lang b/resource_pack/texts/ko_KR.lang index 23b8ad48a..5d15e8d2d 100644 --- a/resource_pack/texts/ko_KR.lang +++ b/resource_pack/texts/ko_KR.lang @@ -1908,8 +1908,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=주민 거래 밸런스 createWorldScreen.experimentalVillagerTradesRebalanceDescription=주민 거래 밸런스 조정을 위한 업데이트가 포함되어 있습니다 # createWorldScreen.experimentalArmadillo=아르마딜로와 늑대 방어구 # createWorldScreen.experimentalArmadilloDescription=아르마딜로를 알아보고 늑대 방어구를 여러분의 늑대에 장착하세요! # -createWorldScreen.experimentalBundles=번들 # -createWorldScreen.experimentalBundlesDescription=번들 아이템을 제작하고 사용하도록 해줍니다. # createWorldScreen.worldPreferences=월드 환경 설정 # createWorldScreen.startWithMap=맵 시작 # createWorldScreen.defaultName=내 월드 # @@ -3878,7 +3876,7 @@ howtoplay.minecoins.text.1=Minecraft의 게임 내 화폐인 Minecoins로 가능 howtoplay.minecoins.text.2=Minecoin은 수령하면 Microsoft 계정과 연동되므로 다른 호환되는 기기들에서도 코인 및 구매한 상품을 이용할 수 있습니다! # howtoplay.minecoins.button.text.1=코인 구매하기 # howtoplay.minecoins.header.1=주의 사항 # -howtoplay.minecoins.text.3=*Minecoin을 사용하려면 Minecraft 마켓플레이스가 포함된 Minecraft: Bedrock Edition 버전이 필요합니다. Minecoin은 PlayStation®과 호환되지 않습니다. 호환성 정보는 minecraft.net/minecoins에서 확인하세요. #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Minecoin을 사용하려면 Minecraft 마켓플레이스가 포함된 Minecraft: Bedrock Edition 버전이 필요합니다. Minecoin은 PlayStation®과 호환되지 않습니다. 호환성 정보는 minecraft.net/minecoins에서 확인하세요.  #### CertRequirement: [PlayStation®] howtoplay.mining=채광 # @@ -6294,8 +6292,8 @@ options.dev_displayMarketplaceDocumentId=마켓플레이스 문서 ID 보기 # options.dev_addCoins=%s코인 추가 # options.dev_addCoinTitle=코인 추가 # options.dev_reset_entitlements=모든 권한 초기화 # -options.dev_reset_entitlements_loading=권한을 초기화하는 중이며 완료되면 이 대화 상자가 닫힙니다. 지금 이 창을 닫을 수 있지만, 명령이 완료되기 전에 게임을 닫으면 예기치 않은 현상이 발생할 수 있습니다. # -options.dev_reset_entitlements_error_unfinished=경고! 모든 권한이 정상적으로 삭제되지 않았습니다. 클라이언트를 재시작한 후에 명령을 다시 실행하세요. # +options.dev_reset_entitlements_loading=권한 초기화 프로세스가 완료되면 이 대화 상자가 닫힙니다. 지금 이 창을 닫을 수 있지만, 명령이 완료되기 전에 게임을 닫으면 예기치 않은 현상이 발생할 수 있습니다. # +options.dev_reset_entitlements_error_unfinished=경고! 모든 권한이 정상적으로 삭제되지 않았습니다. 클라이언트를 다시 시작한 후에 명령을 다시 실행하십시오. # options.dev_reset_entitlements_warning=경고! 이를 실행하면 복구가 불가능한 레거시 권한을 포함하여 모든 권한이 삭제됩니다! 권한이 많은 경우 작업 시간이 오래 걸릴 수 있습니다. 계속하시겠습니까? # options.dev_reset_entitlements_success=권한이 성공적으로 삭제되었습니다. # options.dev_currencyFailureWarning=네트워크를 호출하지 못했습니다. 오류: %s # @@ -6411,7 +6409,6 @@ options.dev_sunsetting_tier.two=2단계 - KitKat # options.dev_sunsetting_tier.three=3단계 - 파이어TV # options.dev_sunsetting_tier.four=4단계 - 1024MB # options.dev_sunsetting_tier.five=5단계 - iOS 12 & 누가 # -options.dev_sunsetting_tier.six=6단계 - iOS-13, Android 8, VR 장치 # options.dev_sunsetting_tier.not_pending=보류 중이 아님 # options.dev_gatherings_section=수집 # options.dev_gatherings_enable=수집 활성화 # @@ -6966,12 +6963,26 @@ sunsetting.popup.title=이 장치는 더 이상 지원되지 않습니다. # sunsetting.popup.moreInfo=추가 정보 # sunsetting.popup.dontshow=이 메시지를 다시 표시 안 함 # -sunsetting.popup.pendingSunset.device=이 장치를 지원하는 서비스가 끝납니다. 2025년 3월까지는 업데이트가 계속 수신되며, 이후 이 장치에 대한 최종 업데이트를 수신하게 됩니다. 불편을 드려 죄송합니다. %s최종 업데이트 후에도 여전히 월드에서 게임을 플레이하고 마켓플레이스 구매(Minecoin 포함)를 이용할 수 있습니다. 하지만 이 기기에서 더 이상 구매할 수 없습니다. Realms 소유자가 다른 장치에서 업데이트하지 않는 한, 이 장치에서 관리되는 Realms는 2025년 3월부터 6개월간 계속 작동합니다. Realms 정기 구독 서비스를 취소하려면, Realm이 생성된 장치의 설정 메뉴의 구독에서 취소해야 합니다. 더 이상 최신 업데이트를 수신하지 못하며 업데이트를 계속 수신하는 장치 또는 Realms로는 멀티 플레이 게임을 플레이할 수 없습니다. 또한 특정 서버에 연결할 수 없습니다. %s자세한 정보를 보려면 버튼을 클릭하세요. # -sunsetting.popup.sunset.device=이 장치에 대한 지원이 종료되었습니다. 2025년 3월부터 장치를 업데이트할 때까지 더 이상 업데이트를 받을 수 없습니다. 본 업데이트는 이 장치와 호환되는 마지막 업데이트입니다.%s여전히 월드에서 게임을 플레이하고 마켓플레이스 구매(Minecoin 포함)을 이용할 수 있습니다. Realms 소유자가 다른 장치에서 업데이트하지 않는 한, 이 장치에서 관리되는 Realms는 2025년 3월부터 6개월간 계속 작동합니다. Realms 정기 구독 서비스를 취소하려면, Realm이 생성된 기기의 설정 메뉴의 구독에서 취소해야 합니다. 더 이상 최신 업데이트를 수신하지 못하며 업데이트를 계속 수신하는 장치 또는 Realms로는 멀티 플레이 게임을 플레이할 수 없습니다. 또한 특정 서버에 연결할 수 없습니다. %s자세한 정보를 보려면 버튼을 클릭하세요. # -sunsetting.popup.pendingSunset.windows_xr=이 VR/MR 그래픽 장치는 더 이상 지원되지 않습니다. 이 장치는 이 장치를 지원하는 최종 업데이트를 받게 되는 2025년 3월 이후의 업데이트에서 더 이상 지원되지 않습니다.%s최종 업데이트를 받은 후에도 PC에서 업데이트를 계속 받을 수 있으며 VR/MR 장치 없이 플레이할 수 있습니다. 이 시점부터 자신의 월드를 계속 구축할 수 있으며, 마켓플레이스에서 구매한 것(Minecoins 포함)은 컴퓨터 모니터와 같은 VR/MR이 아닌 그래픽 장치에서 계속 사용할 수 있습니다. 최신 업데이트에서 더 이상 지원되지 않으므로 더 이상 Minecraft에서 VR/MR 장치를 사용할 수 없습니다.%s자세한 내용을 보려면 버튼을 클릭하세요. # -sunsetting.popup.sunset.windows_xr=이 VR/MR 그래픽 장치는 더 이상 지원되지 않습니다. 이 VR/MR 장치는 더 이상 지원되지 않습니다. 이 그래픽 장치를 지원하는 최종 업데이트를 받았으며 PC에서 계속 업데이트를 받을 수 있고 VR/MR 장치 없이도 플레이할 수 있습니다. 이 시점부터 여러분은 자신의 월드를 계속 구축할 수 있으며, 마켓플레이스에서 구매한 것(Minecoins 포함)은 컴퓨터 모니터와 같은 VR/MR이 아닌 그래픽 장치에서 계속 사용할 수 있습니다. 최신 업데이트에서 더 이상 지원되지 않으므로 더 이상 Minecraft에서 VR/MR 장치를 사용할 수 없습니다.%s자세한 내용을 보려면 버튼을 클릭하세요. 불편을 끼쳐드려서 죄송하며, 저희 게임에 시간을 할애해 주시고 성원해 주셔서 깊이 감사드립니다. # -sunsetting.popup.pendingSunset.geo=해당 지역에서 이 장치에 대한 지원이 곧 종료됩니다. 최종 업데이트를 받은 후에도 월드에서 계속 플레이할 수 있고 마켓플레이스 구매 내역을 이용할 수 있지만, 더 이상 마켓플레이스에서 구매할 수는 없습니다. 이 장치에서 관리하는 Realm은 6개월 동안 계속 작동합니다. 2023년 9월 30일부터는 해당 Realm에 접속할 수 없습니다. 그 전에 월드를 다운로드하는 것이 좋습니다.%sMicrosoft 계정으로 로그인한 경우, 다른 플랫폼에서도 마켓플레이스 구매 내역과 Minecoin 및 Realm 정기 구독 서비스를 이용할 수 있습니다. 이 장치에서 다른 장치로 월드를 이동하려면 해당 월드를 Realm에 업로드하고 새 장치에 백업을 다운로드하면 됩니다.%s버튼을 클릭하면 새 장치로 월드를 이동하는 방법 등 자세한 정보를 확인할 수 있습니다. # -sunsetting.popup.sunset.geo=해당 지역에서 이 장치에 대한 지원이 종료되었습니다. 월드에서 계속 플레이 할 수 있고, 마켓플레이스 구매 항목을 이용할 수 있지만, 마켓플레이스에서 다른 상품을 구매할 수 없습니다. 이 장치에서 관리되는 Realm은 2023년 9월 30일까지 계속 이용할 수 있습니다. 그 이후에는 더 이상 Realm에 접속할 수 없게 됩니다. 그러므로 그 전에 귀하의 월드를 다운로드하는 것을 권장합니다.%sMicrosoft 계정으로 로그인한 경우, 다른 플랫폼에서도 마켓플레이스 구매 내역과 Minecoins 및 Realms 정기 구독을 이용할 수 있습니다. 이 장치에서 다른 장치로 월드를 옮기려면 해당 월드를 Realm에 업로드한 후, 새 장치에 백업을 다운로드하면 됩니다.%s여러분의 월드를 새로운 장치로 옮기는 방법을 비롯한 자세한 정보를 확인하려면 버튼을 클릭하세요. # +sunsetting.popup.moreInfo.gearVR=자세한 내용은 모든 웹 브라우저에서 https://aka.ms/MinecraftSunsetting을 방문하세요. # +sunsetting.popup.moreInfo.gearVR.geo=자세한 내용을 보려면 모든 웹 브라우저에서 https://aka.ms/MinecraftGeoSunsetting을 방문하세요. # + +sunsetting.popup.pendingSunset.ios=이 장치를 지원하는 서비스가 끝납니다. 2024년 2월까지는 업데이트가 계속 수신되며, 이후 이 장치에 대한 최종 업데이트를 수신하게 됩니다. 불편을 드려 죄송합니다. %s최종 업데이트 후에도 여전히 월드에서 게임을 플레이하고 마켓플레이스 구매(Minecoin 포함)를 이용할 수 있습니다. 하지만 이 기기에서 더 이상 구매할 수 없습니다. Realm 소유자가 다른 장치에서 업데이트하지 않는 한, 이 장치에서 관리되는 Realm은 6개월간 계속 작동합니다. Realm 구독을 취소하려면, Realm이 생성된 기기의 설정 메뉴의 구독에서 취소해야 합니다. 더 이상 최신 업데이트를 수신하지 못하며 업데이트를 계속 수신하는 장치 또는 Realm으로는 멀티플레이 게임을 플레이할 수 없습니다. 또한 특정 서버에 연결할 수 없습니다. %s월드를 새로운 장치로 옮기는 방법을 포함하여 자세한 정보를 보려면 버튼을 클릭하세요. # +sunsetting.popup.pendingSunset.android=이 장치를 지원하는 서비스가 끝납니다. 2024년 2월까지는 업데이트가 계속 수신되며, 이후 이 장치에 대한 최종 업데이트를 수신하게 됩니다. 불편을 드려 죄송합니다. %s최종 업데이트 후에도 여전히 월드에서 게임을 플레이하고 마켓플레이스 구매(Minecoin 포함)를 이용할 수 있습니다. 하지만 이 기기에서 더 이상 구매할 수 없습니다. Realm 소유자가 다른 장치에서 업데이트하지 않는 한, 이 장치에서 관리되는 Realm은 6개월간 계속 작동합니다. Realm 구독을 취소하려면, Google Play의 구독에서 이 작업을 수행해야 하며, 지원되는 모든 기기 또는 계정에 로그인할 수 있는 PC에서 Google Play에 액세스할 수 있습니다. 더 이상 최신 업데이트를 수신하지 못하며 업데이트를 계속 수신하는 장치 또는 Realm으로는 멀티플레이 게임을 플레이할 수 없습니다. 또한 특정 서버에 연결할 수 없습니다. %s월드를 새로운 장치로 옮기는 방법을 포함하여 자세한 정보를 보려면 버튼을 클릭하세요. # +sunsetting.popup.pendingSunset.ios_android=이 장치를 지원하는 서비스가 곧 종료됩니다. 업데이트는 2022년 11월, 해당 장치에 대한 최종 업데이트가 이루어질 때까지만 계속 진행됩니다. 불편을 드려 죄송합니다. %s최종 업데이트 후에도 여전히 월드에서 게임을 플레이하고 마켓플레이스 구매(Minecoin 포함)를 이용할 수 있습니다. Realm 소유자가 다른 장치에서 업데이트하지 않는 한, 이 장치에서 관리하는 Realm은 6개월 동안 유지됩니다. 더 이상 최신 업데이트를 받을 수 없으며, 업데이트를 계속 받는 장치 또는 Realm으로 멀티플레이 게임을 이용할 수 없게 됩니다. 더불어, 특정 서버에 연결할 수 없을 것입니다. %s월드를 새로운 장치로 옮기는 방법을 포함하여 자세한 정보를 보려면 버튼을 클릭하세요. # +sunsetting.popup.sunset.ios_android=이 장치는 더 이상 지원되지 않습니다. 이 장치에 대한 최종 업데이트를 수신하셨습니다. 이 시점부터, 사용자의 월드에서 건물은 계속 유지할 수 있으며, 마켓플레이스 구매 사항(Minecoin 포함)은 계속 사용할 수 있습니다. Realm 소유자가 다른 장치에서 업데이트하지 않는 한 Realm은 계속 작동합니다. 더 이상 최신 업데이트를 수신하지 못하며 업데이트를 계속 수신하는 장치 또는 Realm으로는 멀티플레이 게임을 플레이할 수 없습니다. 또한 특정 서버에 연결할 수 없습니다. %s월드를 새 장치로 이동하는 방법을 포함하여 자세한 정보를 보려면 버튼을 클릭하세요. 불편을 드려 죄송합니다. 저희 게임을 사랑해 주셔서 감사드리며, 업데이트가 진행된 기기에서 다시 뵙게 되기를 바라겠습니다. # +sunsetting.popup.pendingSunset.gearvr_win10=이 장치를 지원하는 서비스가 끝납니다. 다음 주요 릴리스까지 업데이트를 계속 받게되며, 그 후이 장치에 대한 최종 업데이트를 받게됩니다. 불편을 드려 대단히 죄송합니다. %s최종 업데이트를 수신한 후에도 여전히 월드에서 게임을 플레이하고 마켓플레이스 구매 사항(Minecoin 포함)에 액세스할 수 있습니다. 그러나 이 장치에서 더 이상 멀티플레이나 Realm에 액세스할 수 없습니다. 더 이상 최신 업데이트를 수신하지 못하며 업데이트를 계속 수신하는 장치 또는 Realm으로는 멀티플레이 게임을 플레이할 수 없습니다. 또한 특정 서버에 연결할 수 없습니다. %s월드를 새로운 장치로 옮기는 방법을 포함하여 자세한 정보를 보려면 버튼을 클릭하세요. # +sunsetting.popup.sunset.gearvr_win10=이 장치는 더 이상 지원되지 않습니다. 이 장치에 대한 최종 업데이트를 수신하셨습니다. 이 시점부터, 사용자의 월드에서 건물은 계속 유지할 수 있으며, 마켓플레이스 구매 사항(Minecoin 포함)은 계속 사용할 수 있습니다. 그러나 이 장치에서 더 이상 멀티플레이나 Realm에 액세스할 수 없습니다. 더 이상 최신 업데이트를 수신하지 못하며 업데이트를 계속 수신하는 장치로는 플레이할 수 없습니다. 또한 특정 서버에 연결할 수 없습니다. # +sunsetting.popup.pendingSunset.dx10=이 그래픽 장치를 지원하는 서비스가 끝납니다. 다음 주요 릴리스까지 업데이트를 계속 받게되며, 그 후이 장치에 대한 최종 업데이트를 받게됩니다. 불편을 드려 대단히 죄송합니다. %s최종 업데이트를 수신한 후에도 여전히 월드에서 게임을 플레이하고 마켓플레이스 구매 사항(Minecoin 포함)에 액세스할 수 있습니다. Realm 소유자가 다른 장치에서 업데이트하지 않는 한 이 장치에서 관리되는 Realm은 계속 작동합니다. 더 이상 최신 업데이트를 수신하지 못하며 업데이트를 계속 수신하는 장치 또는 Realm으로는 멀티플레이 게임을 플레이할 수 없습니다. 또한 특정 서버에 연결할 수 없습니다. %s월드를 새로운 장치로 옮기는 방법을 포함하여 자세한 정보를 보려면 버튼을 클릭하세요. # +sunsetting.popup.sunset.dx10=이 그래픽 장치는 더 이상 지원되지 않습니다. 이 장치에 대한 최종 업데이트를 수신하셨습니다. 이 시점부터, 사용자의 월드에서 건물은 계속 유지할 수 있으며, 마켓플레이스 구매 사항(코인 포함)은 계속 사용할 수 있습니다. Realm 소유자가 다른 장치에서 업데이트하지 않는 한 Realm은 계속 작동합니다. 더 이상 최신 업데이트를 수신하지 못하며 업데이트를 계속 수신하는 장치 또는 Realm으로는 멀티플레이 게임을 플레이할 수 없습니다. 또한 특정 서버에 연결할 수 없습니다. %s월드를 새 장치로 이동하는 방법을 포함하여 자세한 정보를 보려면 버튼을 클릭하세요. 불편을 드려 죄송합니다. 저희 게임을 사랑해 주셔서 감사합니다. # + +sunsetting.popup.pendingSunset.geo.ios=해당 지역에서 이 장치에 대한 지원이 곧 종료됩니다. 최종 업데이트를 받은 후에도 월드에서 계속 플레이할 수 있고 마켓플레이스 구매 내역을 이용할 수 있지만, 더 이상 마켓플레이스에서 구매할 수는 없습니다. 이 장치에서 관리하는 Realm은 6개월 동안 유지됩니다. 2023년 9월 30일부터는 더 이상 해당 Realm에 접속할 수 없습니다. 그 전에 월드를 다운로드하고 장치에서 구독 설정을 확인하여 구독을 취소하는 것이 좋습니다. %sMicrosoft/Xbox Live 계정으로 로그인한 경우, 다른 플랫폼에서도 마켓플레이스 구매 내역과 Minecoin 및 Realm 구독을 이용할 수 있습니다. 이 장치에서 다른 장치로 월드를 이동하려면 해당 월드를 Realm에 업로드하고 새 장치에 백업을 다운로드하면 됩니다. %s버튼을 클릭하면 새 장치로 월드를 이동하는 방법 등 자세한 정보를 확인할 수 있습니다. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.ios=해당 지역에서 이 장치에 대한 지원이 종료되었습니다. 월드에서 계속 플레이할 수 있고 마켓플레이스 구매 내역을 이용할 수 있지만, 더 이상 마켓플레이스에서 구매할 수는 없습니다. 이 장치에서 관리하는 Realm은 2023년 9월 30일까지 계속 작동합니다. 그 이후에는 더 이상 Realm에 접속할 수 없습니다. 그 전에 월드를 다운로드하는 것이 좋습니다. %sMicrosoft/Xbox Live 계정으로 로그인한 경우, 다른 플랫폼에서도 마켓플레이스 구매 내역과 Minecoin 및 Realm 구독을 이용할 수 있습니다. 이 장치에서 다른 장치로 월드를 이동하려면 해당 월드를 Realm에 업로드하고 새 장치에 백업을 다운로드하면 됩니다. %s버튼을 클릭하면 새 장치로 월드를 이동하는 방법 등 자세한 정보를 확인할 수 있습니다. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.amazon=해당 지역에서 이 장치에 대한 지원이 곧 종료됩니다. 최종 업데이트를 받은 후에도 월드에서 계속 플레이할 수 있고 마켓플레이스 구매 내역을 이용할 수 있지만, 더 이상 마켓플레이스에서 구매할 수는 없습니다. 이 장치에서 관리하는 Realm은 6개월 동안 계속 작동합니다. 2023년 9월 30일부터는 더 이상 해당 Realm에 접속할 수 없습니다. 그 전에 월드를 다운로드하는 것이 좋습니다. %sMicrosoft/Xbox Live 계정으로 로그인한 경우, 다른 플랫폼에서도 마켓플레이스 구매 내역과 Minecoin 및 Realm 구독을 이용할 수 있습니다. 이 장치에서 다른 장치로 월드를 이동하려면 해당 월드를 Realm에 업로드하고 새 장치에 백업을 다운로드하면 됩니다. %s버튼을 클릭하면 새 장치로 월드를 이동하는 방법 등 자세한 정보를 확인할 수 있습니다. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.amazon=해당 지역에서 이 장치에 대한 지원이 종료되었습니다. 월드에서 계속 플레이할 수 있고 마켓플레이스 구매 내역을 이용할 수 있지만, 더 이상 마켓플레이스에서 구매할 수는 없습니다. 이 장치에서 관리하는 Realm은 2023년 9월 30일까지 계속 작동합니다. 그 이후에는 더 이상 Realm에 접속할 수 없습니다. 그 전에 월드를 다운로드하는 것이 좋습니다. %sMicrosoft/Xbox Live 계정으로 로그인한 경우, 다른 플랫폼에서도 마켓플레이스 구매 내역과 Minecoin 및 Realm 구독을 이용할 수 있습니다. 이 장치에서 다른 장치로 월드를 이동하려면 해당 월드를 Realm에 업로드하고 새 장치에 백업을 다운로드하면 됩니다. %s버튼을 클릭하면 새 장치로 월드를 이동하는 방법 등 자세한 정보를 확인할 수 있습니다. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.android=해당 지역에서 이 장치에 대한 지원이 곧 종료됩니다. 이 최종 업데이트를 통해 월드에서 계속 플레이할 수 있고 마켓플레이스 구매 내역을 이용할 수 있지만, 더 이상 마켓플레이스에서 구매할 수는 없습니다. 이 장치에서 관리하는 Realm은 6개월 동안 유지됩니다. 2023년 9월 30일부터는 더 이상 이 장치에서 해당 Realm에 접속할 수 없습니다. 그 전에 월드를 다운로드하고 Google Play에서 구독을 확인하여 구독을 취소하는 것이 좋습니다. %s더 이상 최신 업데이트를 받을 수 없으며 멀티플레이를 할 수 없습니다. 또한 특벙 서버에 연결할 수 없게 됩니다. %sMicrosoft/Xbox Live 계정으로 로그인한 경우, Minecraft를 플레이하는 다른 플랫폼에서도 마켓플레이스 구매 내역과 Minecoin 및 Realm 구독을 이용할 수 있습니다. %s이 장치에서 다른 장치로 월드를 이동하려면 해당 월드를 Realm에 업로드하고 새 장치에 백업을 다운로드하면 됩니다. %s버튼을 클릭하면 새 장치로 월드를 이동하는 방법 등 자세한 정보를 확인할 수 있습니다. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.android=해당 지역에서 이 장치에 대한 지원이 종료되었습니다. 월드에서 계속 플레이할 수 있고 마켓플레이스 구매 내역을 이용할 수 있지만, 더 이상 마켓플레이스에서 구매할 수는 없습니다. 이 장치에서 관리하는 Realm은 2023년 9월 30일까지 계속 작동합니다. 그 이후에는 더 이상 Realm에 접속할 수 없습니다. 그 전에 월드를 다운로드하는 것이 좋습니다. %sMicrosoft/Xbox Live 계정으로 로그인한 경우, 다른 플랫폼에서도 마켓플레이스 구매 내역과 Minecoin 및 Realm 구독을 이용할 수 있습니다. 이 장치에서 다른 장치로 월드를 이동하려면 해당 월드를 Realm에 업로드하고 새 장치에 백업을 다운로드하면 됩니다. %s버튼을 클릭하면 새 장치로 월드를 이동하는 방법 등 자세한 정보를 확인할 수 있습니다. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.generic=해당 지역에서 이 장치에 대한 지원이 곧 종료됩니다. 최종 업데이트를 받은 후에도 월드에서 계속 플레이할 수 있고 마켓플레이스 구매 내역을 이용할 수 있지만, 더 이상 마켓플레이스에서 구매할 수는 없습니다. 이 장치에서 관리하는 Realm은 6개월 동안 계속 작동합니다. 2023년 9월 30일부터는 더 이상 해당 Realm에 접속할 수 없습니다. 그 전에 월드를 다운로드하는 것이 좋습니다. %sMicrosoft/Xbox Live 계정으로 로그인한 경우, 다른 플랫폼에서도 마켓플레이스 구매 내역과 Minecoin 및 Realm 구독을 이용할 수 있습니다. 이 장치에서 다른 장치로 월드를 이동하려면 해당 월드를 Realm에 업로드하고 새 장치에 백업을 다운로드하면 됩니다. %s버튼을 클릭하면 새 장치로 월드를 이동하는 방법 등 자세한 정보를 확인할 수 있습니다. # +sunsetting.popup.sunset.geo.generic=해당 지역에서 이 장치에 대한 지원이 종료되었습니다. 월드에서 계속 플레이할 수 있고 마켓플레이스 구매 내역을 이용할 수 있지만, 더 이상 마켓플레이스에서 구매할 수는 없습니다. 이 장치에서 관리하는 Realm은 2023년 9월 30일까지 계속 작동합니다. 그 이후에는 더 이상 Realm에 접속할 수 없습니다. 그 전에 월드를 다운로드하는 것이 좋습니다. %sMicrosoft/Xbox Live 계정으로 로그인한 경우, 다른 플랫폼에서도 마켓플레이스 구매 내역과 Minecoin 및 Realm 구독을 이용할 수 있습니다. 이 장치에서 다른 장치로 월드를 이동하려면 해당 월드를 Realm에 업로드하고 새 장치에 백업을 다운로드하면 됩니다. %s버튼을 클릭하면 새 장치로 월드를 이동하는 방법 등 자세한 정보를 확인할 수 있습니다. # sunsetting.banner.play.worldTab.pending=버전이 곧 멀티 플레이에 연결되지 않을 수 있습니다. # sunsetting.banner.play.friendsTab.pending=버전이 곧 멀티 플레이에 연결되지 않을 수 있습니다. # @@ -10886,7 +10897,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=새 스킨 선택 # dr.classic_skins.custom_skin_title=스킨 가져오기 # dr.classic_skins.custom_skin_description=장치에서 png(64x32, 64x64 또는 128x128) 파일을 가져와 스킨으로 사용합니다. 이 스킨은 장치나 게임 간에 동기화되지 않습니다. # -dr.classic_skins.custom_skin_description_disabled=멀티 플레이 게임 도중에는 장치에서 커스텀 스킨을 선택할 수 없습니다. 장착하려면 메인 메뉴로 돌아가세요. # +dr.classic_skins.custom_skin_description_disabled= 멀티 플레이 게임 중에는 기기에서 사용자 지정 스킨을 선택할 수 없습니다. 메인 메뉴로 돌아가 장착해 주세요. # dr.classic_skins.custom_skin_description_popup='신뢰할 수 있는 스킨만 허용' 옵션이 활성화된 경우 사용자 지정 스킨이 있는 플레이어는 표시되지 않습니다. # dr.classic_skins.custom_skin_section_title=소유 스킨 # dr.classic_skins.invalidCustomSkin=64x64, 64x32 또는 128x128 크기의 .png 파일을 불러오세요. # diff --git a/resource_pack/texts/nb_NO.lang b/resource_pack/texts/nb_NO.lang index 7dfb8408f..e09013fb2 100644 --- a/resource_pack/texts/nb_NO.lang +++ b/resource_pack/texts/nb_NO.lang @@ -1908,8 +1908,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=Rebalansering av landsbybo createWorldScreen.experimentalVillagerTradesRebalanceDescription=Inneholder oppdaterte handler for landsbyboere for å balansere dem på nytt # createWorldScreen.experimentalArmadillo=Beltedyr og ulverustning # createWorldScreen.experimentalArmadilloDescription=Bli kjent med beltedyret, og utstyr ulven din med den nye ulverustningen! # -createWorldScreen.experimentalBundles=Pakker # -createWorldScreen.experimentalBundlesDescription=Lar deg lage og bruke pakkeelementet # createWorldScreen.worldPreferences=Verdensinnstillinger # createWorldScreen.startWithMap=Startkart # createWorldScreen.defaultName=Min verden # @@ -3878,7 +3876,7 @@ howtoplay.minecoins.text.1=Utforsk en verden av muligheter med Minecoins, som er howtoplay.minecoins.text.2=Når du har løst dem inn, vil Minecoins bli tilknyttet Microsoft-kontoen din, slik at du også kan få tilgang til myntene og kjøpene dine på andre støttede enheter! # howtoplay.minecoins.button.text.1=Skaff deg mynter # howtoplay.minecoins.header.1=Ansvarsfraskrivelse # -howtoplay.minecoins.text.3=*Minecoins krever en versjon av Minecraft: Bedrock Edition med Minecraft-karkedsplassen. Minecoins kan ikke brukes på PlayStation®. Gå til minecraft.net/minecoins for mer informasjon om kompatibilitet #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Minecoins krever en versjon av Minecraft: Bedrock Edition med Minecraft-markedsplassen. Minecoins kan ikke brukes på PlayStation®. Gå til minecraft.net/minecoins for mer informasjon om kompatibilitet  #### CertRequirement: [PlayStation®] howtoplay.mining=Gruvedrift # @@ -6294,14 +6292,14 @@ options.dev_displayMarketplaceDocumentId=Vis dokument-ID for markedsplassen # options.dev_addCoins=Legg til %s mynter # options.dev_addCoinTitle=Legg til mynter # options.dev_reset_entitlements=Tilbakestill alle rettigheter # -options.dev_reset_entitlements_loading=Hvis du tilbakestiller rettigheter, lukkes denne dialogen når prosessen er ferdig. Du kan lukke dette vinduet, men det kan få uventede konsekvenser hvis du lukker spillet før denne kommandoen er fullført. # -options.dev_reset_entitlements_error_unfinished=Advarsel! Ikke alle objektene bleslettet ordentlig. Prøv å kjøre kommandoen på nytt, eventuelt etter å ha startet klienten på nytt. # +options.dev_reset_entitlements_loading=Hvis du tilbakestiller rettigheter, lukkes denne dialogen når prosessen er ferdig. Du kan lukke dette vinduet, men det kan føre til uventet oppførsel hvis du lukker spillet før denne kommandoen er fullendt. # +options.dev_reset_entitlements_error_unfinished=Advarsel, alle objektene ble ikke slettet ordentlig. Prøv å kjøre kommandoen på nytt, eventuelt etter å ha startet klienten på nytt. # options.dev_reset_entitlements_warning=Advarsel! Dette sletter alle rettighetene dine, inkludert arverettigheter som du muligens ikke kan få tilbake! Denne handlingen kan ta en stund hvis du har et høyt antall rettigheter. Er du sikker på at du ønsker å fortsette? # options.dev_reset_entitlements_success=Rettigheter slettet. # options.dev_currencyFailureWarning=Nettverksanropet mislyktes. Feil: %s # options.dev_currencyFailureWarningGeneric=Nettverksanropet mislyktes. Kontroller at du er logget på en konto som er på tillatelseslisten. # options.dev_reset_wallet=Tilbakestill lommebok # -options.dev_allowlist_failure=Feil! Operasjonen mislyktes. Dobbeltsjekk for å være sikker på at denne kontoen er på tillatelseslisten. # +options.dev_allowlist_failure=Feil! Operasjonen mislyktes, dobbeltsjekk for å være sikker på at denne kontoen er på tillatelseslisten. # options.discoveryEnvironment=Oppdagelsesmiljø (krever omstart) # options.discoveryEnvironment.production=Produksjon # options.discoveryEnvironment.staging=Utprøving # @@ -6411,7 +6409,6 @@ options.dev_sunsetting_tier.two=Nivå 2 – KitKat # options.dev_sunsetting_tier.three=Nivå 3 – FireTV # options.dev_sunsetting_tier.four=Nivå 4 – 1024 MB # options.dev_sunsetting_tier.five=Nivå 5 – iOS 12 og Nougat # -options.dev_sunsetting_tier.six=Nivå 6 – iOS 13, Android 8, VR-enheter # options.dev_sunsetting_tier.not_pending=Venter ikke # options.dev_gatherings_section=Samlinger # options.dev_gatherings_enable=Aktiver samlinger # @@ -6966,12 +6963,26 @@ sunsetting.popup.title=Denne enheten støttes ikke lenger. # sunsetting.popup.moreInfo=Mer informasjon # sunsetting.popup.dontshow=Ikke vis dette igjen # -sunsetting.popup.pendingSunset.device=Vi har ikke lenger mulighet til å støtte denne enheten, og støtten blir derfor avsluttet. Du fortsetter å motta oppdateringer frem til mars 2025, og da mottar du den siste oppdateringen som vil fungere på denne enheten.%sEtter at du har mottatt den siste oppdateringen, kan du fortsatt spille i verdenene dine og få tilgang til Markedsplass-kjøp (inkludert Minecoins), men du vil ikke lenger kunne foreta nye kjøp på denne enheten. Realms administrert fra denne enheten fortsetter å fungere i 6 måneder etter mars 2025 med mindre de er oppdatert av realms-eieren på en annen enhet. For å avslutte realms-abonnementet må du gå til abonnementets innstillingsmeny på enheten som realmen ble laget på. Du kommer ikke lenger til å motta de nyeste oppdateringene, og du kan ikke spille i flerspillermodus med enheter eller realms som fortsetter å motta oppdateringer. Du vil heller ikke kunne koble til enkelte servere.%sKlikk på knappen for mer informasjon. # -sunsetting.popup.sunset.device=Vi støtter ikke denne enheten lenger. Fra og med mars 2025 mottar du ikke flere oppdateringer før du har oppdatert enheten. Dette er den siste oppdateringen som fungerer med denne enheten.%sDu vil fortsatt kunne spille i verdenene dine og få tilgang til Markedsplass-kjøp (inkludert Minecoins). Realms administrert fra denne enheten, fortsetter å fungere i seks måneder etter mars 2025 med mindre de er oppdatert av realm-eieren på en annen enhet. For å avslutte realms-abonnementet må du gå til abonnementets innstillingsmeny på enheten som realmen ble laget på. Du kommer ikke lenger til å motta de nyeste oppdateringene, og du kan ikke spille i flerspillermodus med enheter eller realms som fortsetter å motta oppdateringer. Du vil heller ikke kunne koble til enkelte servere.%sKlikk på knappen for mer informasjon. # -sunsetting.popup.pendingSunset.windows_xr=Vi støtter ikke denne VR/MR-grafikkenheten lenger. Denne enheten vil ikke støttes lenger med oppdateringer etter mars 2025, og da mottar du den siste oppdateringen som støtter denne enheten.%sEtter at du har mottatt den siste oppdateringen, vil du fortsatt motta oppdateringer på datamaskinen og kunne spille uten en VR/MR-enhet. Fra nå av kan du fortsette å bygge i verdener, og Markedsplass-kjøpene dine (inkludert Minecoins) er fortsatt tilgjengelige på en grafikkenhet som ikke er VR/MR, for eksempel en dataskjerm. Du vil ikke lenger kunne bruke VR/MR-enheten med Minecraft, da den ikke lenger støttes i de nyeste oppdateringene.%sKlikk på knappen for mer informasjon. # -sunsetting.popup.sunset.windows_xr=Vi støtter ikke denne VR/MR-grafikkenheten lenger. Denne VR/MR-enheten støttes ikke lenger. Du har mottatt den siste oppdateringen som støtter denne grafikkenheten. Du vil fortsatt motta oppdateringer på PC-en og kunne spille uten en VR/MR-enhet. Fra nå av kan du fortsette å bygge i verdener, og Markedsplass-kjøpene dine (inkludert Minecoins) er fortsatt tilgjengelige på en grafikkenhet som ikke er VR/MR, for eksempel en dataskjerm. Du vil ikke lenger kunne bruke VR/MR-enheten med Minecraft, da den ikke lenger støttes i de nyeste oppdateringene.%sKlikk på knappen for mer informasjon. Vi vet at dette er ubeleilig, og vi setter stor pris på tiden du har benyttet spillet vårt, og på støtten din. # -sunsetting.popup.pendingSunset.geo=Vi støtter snart ikke lenger denne enheten i området ditt. Etter at du har mottatt den siste oppdateringen, kan du fortsatt spille i verdenene dine og få tilgang til Markedsplass-kjøpene dine, men du kan ikke lenger foreta kjøp på Markedsplassen. Realms som administreres fra denne enheten, vil fungere i seks måneder. Du vil miste tilgang til den aktuelle realmen den 30. september 2023. Det anbefales at du laster ned verdenen din før dette.%sHvis du har logget på med en Microsoft-konto, kommer Markedsplass-kjøp, Minecoins og realms-abonnementet ditt til å være tilgjengelig på andre plattformer. Hvis du vil flytte verdenene dine fra denne enheten til en annen enhet, kan du gjøre det ved å laste opp verdenen til en realm og laste ned en sikkerhetskopi til den nye enheten.%sKlikk på knappen hvis du vil vite mer, blant annet hvordan du flytter verdenen din til en ny enhet. # -sunsetting.popup.sunset.geo=Vi støtter ikke lenger denne enheten i området ditt. Du kan fortsatt spille i verdenene dine og få tilgang til Markedsplass-kjøpene dine, men du kan ikke lenger foreta kjøp på Markedsplassen. Realms som administreres fra denne enheten, vil fungere fram til 30. september 2023. Etter det vil du ikke lenger ha tilgang til den aktuelle realmen. Det anbefales at du laster ned verdenen din før dette.%sHvis du har logget på med en Microsoft-konto, kommer Markedsplass-kjøp, Minecoins og realms-abonnementet ditt til å være tilgjengelig på andre plattformer. Hvis du vil flytte verdenene dine fra denne enheten til en annen enhet, kan du gjøre det ved å laste opp verdenen til en realm og laste ned en sikkerhetskopi til den nye enheten. %sKlikk på knappen hvis du vil vite mer, blant annet om hvordan du flytter verdenen din til en ny enhet. # +sunsetting.popup.moreInfo.gearVR=Hvis du vil ha mer informasjon, kan du gå til https://aka.ms/MinecraftSunsetting i en hvilken som helst nettleser. # +sunsetting.popup.moreInfo.gearVR.geo=Hvis du vil ha mer informasjon, kan du gå til https://aka.ms/MinecraftGeoSunsetting i en hvilken som helst nettleser. # + +sunsetting.popup.pendingSunset.ios=Vi har ikke lenger mulighet til å støtte denne enheten, og støtten blir derfor avsluttet. Du fortsetter å motta oppdateringer frem til februar 2024, og da mottar du den endelige oppdateringen for denne enheten. %sEtter at du har mottatt den endelige oppdateringen, kan du fortsatt spille i verdenene dine og få tilgang til Markedsplass-kjøp (inkludert Minecoins), men du vil ikke lenger kunne foreta nye kjøp på denne enheten. Realms administrert fra denne enheten fortsetter å fungere i 6 måneder med mindre de er oppdatert av Realms-eieren på en annen enhet. For å avslutte Realms-abonnementet må du gå til abonnementet sin innstillinger-meny på enheten som realmen ble laget på. Du kommer ikke lenger til å motta de nyeste oppdateringene, og du kan ikke spille i flerspillermodus med enheter eller Realms som fortsetter å motta oppdateringer. Du vil heller ikke kunne koble til enkelte servere. %sKlikk på knappen for mer informasjon blant annet om måter å flytte verdener til en ny enhet på. # +sunsetting.popup.pendingSunset.android=Vi har ikke lenger mulighet til å støtte denne enheten, og støtten blir derfor avsluttet. Du fortsetter å motta oppdateringer frem til februar 2024, og da mottar du den endelige oppdateringen for denne enheten. %sEtter at du har mottatt den endelige oppdateringen, kan du fortsatt spille i verdenene dine og få tilgang til Markedsplass-kjøp (inkludert Minecoins), men du vil ikke lenger kunne foreta nye kjøp på denne enheten. Realms administrert fra denne enheten fortsetter å fungere i 6 måneder med mindre de er oppdatert av Realms-eieren på en annen enhet. For å avslutte Realms-abonnementet må du gå til abonnementene dine i Google Play. Du kan få tilgang til Google Play fra en hvilken som helst støttet enhet, eller en PC der du kan logge inn på kontoen din. Du kommer ikke lenger til å motta de nyeste oppdateringene, og du kan ikke spille i flerspillermodus med enheter eller Realms som fortsetter å motta oppdateringer. Du vil heller ikke kunne koble til enkelte servere. %sKlikk på knappen for mer informasjon blant annet om måter å flytte verdener til en ny enhet på. # +sunsetting.popup.pendingSunset.ios_android=Vi har ikke lenger mulighet til å støtte denne enheten, og støtten blir derfor avsluttet. Du fortsetter å motta oppdateringer frem til november 2022, og da mottar du den endelige oppdateringen for denne enheten. Vi beklager eventuelle ulemper dette måtte medføre. %sEtter at du har mottatt den endelige oppdateringen, kan du fortsatt spille i verdenene dine og få tilgang til Markedsplass-kjøp (inkludert Minecoins). Realms administrert fra denne enheten fortsetter å fungere med mindre de er oppdatert av Realms-eieren på en annen enhet. Du kommer ikke lenger til å motta de nyeste oppdateringene, og du kan ikke spille i flerspillermodus med enheter eller i Realms som fortsetter å motta oppdateringer. Du vil heller ikke kunne koble til enkelte servere. %sKlikk på knappen for mer informasjon blant annet om måter å flytte verdener til en ny enhet på. # +sunsetting.popup.sunset.ios_android=Denne enheten støttes ikke lenger. Du har mottatt den endelige oppdateringen for denne enheten. Fra nå av kan du fortsette å bygge i verdenene dine, og Markedsplass-kjøpene dine (inkludert Minecoins) er fortsatt tilgjengelige. Realms fortsette å fungere med mindre de er oppdatert av Realm-eieren på en annen enhet. Du mottar ikke lenger de nyeste oppdateringene, og du kan ikke spille i flerspillermodus med enheter eller Realms som fortsetter å motta oppdateringer. Du vil heller ikke kunne koble til enkelte servere. %sKlikk på knappen for mer informasjon blant annet om måter å flytte verdener til en ny enhet på. Vi vet at dette er ubeleilig, og vi setter stor pris på tiden du har benyttet spillet vårt, og vi håper å se deg igjen på en oppdatert enhet. # +sunsetting.popup.pendingSunset.gearvr_win10=Vi har ikke lenger mulighet til å støtte denne enheten, og støtten blir derfor avsluttet. Du fortsetter å motta oppdateringer frem til vår neste store oppdatering, da du mottar den endelige oppdateringen for denne enheten. Vi beklager ulemper dette måtte medføre. %sEtter at du har mottatt den endelige oppdateringen, kan du fortsatt spille i verdenene dine, og få tilgang til Markedsplass-kjøp (inkludert Minecoins). Du får imidlertid ikke lenger tilgang til flerspillermodus eller Realms fra denne enheten. Du kommer ikke lenger til å motta de nyeste oppdateringene, og du kan ikke spille med enheter eller Realms som fortsetter å motta oppdateringer. Du vil heller ikke kunne koble til enkelte servere. %sKlikk på knappen for mer informasjon blant annet om måter å flytte verdener til en ny enhet på. # +sunsetting.popup.sunset.gearvr_win10=Denne enheten støttes ikke lenger. Du har mottatt den endelige oppdateringen for denne enheten. Fra nå av kan du fortsette å bygge i verdener, og Markedsplass-kjøpene dine (inkludert Minecoins) er fortsatt tilgjengelige. Du har imidlertid ikke lenger tilgang til flerspillermodus eller Realms fra denne enheten. Du kommer ikke til å motta de nyeste oppdateringene, og du vil ikke kunne spille med enheter som fortsetter å motta oppdateringer. Du vil heller ikke kunne koble til enkelte servere. # +sunsetting.popup.pendingSunset.dx10=Vi har ikke lenger mulighet til å støtte denne grafikkenheten, og støtten blir derfor avsluttet. Du fortsette å motta oppdateringer frem til vår neste store oppdatering, da du mottar den endelige oppdateringen for denne enheten. Vi beklager ulemper dette måtte medføre. %sEtter at du har mottatt den endelige oppdateringen, kan du fortsatt spille i verdenene dine, og få tilgang til Markedsplass-kjøp (inkludert Minecoins). Realms administrert fra denne enheten, fortsetter å fungere med mindre de er oppdatert av Realms-eieren på en annen enhet. Du kommer ikke lenger til å motta de nyeste oppdateringene, og du kan ikke spille i flerspillermodus med enheter eller Realms som fortsetter å motta oppdateringer. Du vil heller ikke kunne koble til enkelte servere. %sKlikk på knappen for mer informasjon blant annet om måter å flytte verdener til en ny enhet på. # +sunsetting.popup.sunset.dx10=Denne grafikkenheten støttes ikke lenger. Du har mottatt den endelige oppdateringen for denne enheten. Fra nå av kan du fortsette å bygge i verdener, og Markedsplass-kjøpene dine (inkludert Minecoins) er fortsatt tilgjengelige. Realms fortsette å fungere med mindre de er oppdatert av Realm-eieren på en annen enhet. Du mottar ikke lenger de nyeste oppdateringene, og du kan ikke spille i flerspillermodus med enheter eller Realms som fortsetter å motta oppdateringer. Du vil heller ikke kunne koble til enkelte servere. %sKlikk på knappen for mer informasjon blant annet om måter å flytte verdener til en ny enhet på. Vi vet at dette er ubeleilig, og vi setter stor pris på tiden du har benyttet spillet vårt, og på støtten din. # + +sunsetting.popup.pendingSunset.geo.ios=Vi støtter snart ikke lenger denne enheten i området ditt. Etter at du har mottatt den siste oppdateringen, kan du fortsatt spille i verdenene dine og få tilgang til Markedsplass-kjøpene dine, men du kan ikke lenger foreta kjøp på Markedsplassen. Realms som administreres fra denne enheten, vil fungere i 6 måneder. 30. september 2023 mister du tilgang til den aktuelle realmen. Det anbefales at du laster ned verdenen din før dette og sier opp abonnementet gjennom abonnementsinnstillingene på enheten din. %sHvis du har logget på med en Microsoft- / Xbox Live-konto, kommer Markedsplass-kjøp, Minecoins og Realms-abonnementet ditt til å være tilgjengelig på andre plattformer. Hvis du vil flytte verdenene dine fra denne enheten til en annen enhet, kan du gjøre det ved å laste opp verdenen til et realm og laste ned en sikkerhetskopi til den nye enheten. %sKlikk på knappen hvis du vil vite mer, blant annet hvordan du flytter verdenen din til en ny enhet. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.ios=Vi støtter ikke lenger denne enheten i området ditt. Du kan fortsatt spille i verdenene dine og få tilgang til Markedsplass-kjøpene dine, men du kan ikke lenger foreta kjøp på Markedsplassen. Realms som administreres fra denne enheten, vil fungere fram til 30. september 2023. Etter det har du ikke lenger ha tilgang til den aktuelle realmen. Det anbefales at du laster ned verdenen din før dette. %sHvis du har logget på med en Microsoft- / Xbox Live-konto, kommer Markedsplass-kjøp, Minecoins og Realms-abonnementet ditt til å være tilgjengelig på andre plattformer. Hvis du vil flytte verdenene dine fra denne enheten til en annen enhet, kan du gjøre det ved å laste opp verdenen til et realm og laste ned en sikkerhetskopi til den nye enheten. %sKlikk på knappen hvis du vil vite mer, blant annet hvordan du flytter verdenen din til en ny enhet. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.amazon=Vi støtter snart ikke lenger denne enheten i området ditt. Etter at du har mottatt den siste oppdateringen, kan du fortsatt spille i verdenene dine og få tilgang til Markedsplass-kjøpene dine, men du kan ikke lenger foreta kjøp på Markedsplassen. Realms som administreres fra denne enheten, vil fungere i 6 måneder. 30. september 2023 mister du tilgang til den aktuelle realmen. Det anbefales at du laster ned verdenen din før dette. %sHvis du har logget på med en Microsoft- / Xbox Live-konto, kommer Markedsplass-kjøp, Minecoins og Realms-abonnementet ditt til å være tilgjengelig på andre plattformer. Hvis du vil flytte verdenene dine fra denne enheten til en annen enhet, kan du gjøre det ved å laste opp verdenen til et realm og laste ned en sikkerhetskopi til den nye enheten. %sKlikk på knappen hvis du vil vite mer, blant annet hvordan du flytter verdenen din til en ny enhet. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.amazon=Vi støtter ikke lenger denne enheten i området ditt. Du kan fortsatt spille i verdenene dine og få tilgang til Markedsplass-kjøpene dine, men du kan ikke lenger foreta kjøp på Markedsplassen. Realms som administreres fra denne enheten, vil fungere fram til 30. september 2023. Etter det har du ikke lenger ha tilgang til den aktuelle realmen. Det anbefales at du laster ned verdenen din før dette. %sHvis du har logget på med en Microsoft- / Xbox Live-konto, kommer Markedsplass-kjøp, Minecoins og Realms-abonnementet ditt til å være tilgjengelig på andre plattformer. Hvis du vil flytte verdenene dine fra denne enheten til en annen enhet, kan du gjøre det ved å laste opp verdenen til et realm og laste ned en sikkerhetskopi til den nye enheten. %sKlikk på knappen hvis du vil vite mer, blant annet hvordan du flytter verdenen din til en ny enhet. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.android=Vi støtter snart ikke lenger denne enheten i området ditt. Med denne siste oppdateringen kan du fortsatt spille i verdenene dine og få tilgang til Markedsplass-kjøpene dine, men du kan ikke lenger foreta kjøp på Markedsplassen. Realms som administreres fra denne enheten, vil fungere i 6 måneder. 30. september 2023 mister du tilgang til realmene fra denne enheten. Det anbefales at du laster ned verdenen din før dette og sier opp abonnementet gjennom abonnementer i Google Play. %sDu kommer ikke lenger til å motta nye oppdateringer og kan ikke være med i flerspillerspill. Du mister også muligheten til å logge deg på enkelte servere. %sHvis du har logget på med en Microsoft- / Xbox Live-konto, kommer Markedsplass-kjøp, Minecoins og Realms-abonnementet ditt til å være tilgjengelig på andre plattformer der du spiller Minecraft Du kan starte et nytt abonnement fra disse plattformene. %sHvis du vil flytte verdenene dine fra denne enheten til en annen, kan du gjøre det ved å laste opp verdenen til et realm og laste ned en sikkerhetskopi til den nye enheten. %sKlikk på knappen hvis du vil vite mer, blant annet hvordan du flytter verdenen din til en ny enhet. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.android=Vi støtter ikke lenger denne enheten i området ditt. Du kan fortsatt spille i verdenene dine og få tilgang til Markedsplass-kjøpene dine, men du kan ikke lenger foreta kjøp på Markedsplassen. Realms som administreres fra denne enheten, vil fungere fram til 30. september 2023. Etter det har du ikke lenger ha tilgang til den aktuelle realmen. Det anbefales at du laster ned verdenen din før dette. %sHvis du har logget på med en Microsoft- / Xbox Live-konto, kommer Markedsplass-kjøp, Minecoins og Realms-abonnementet ditt til å være tilgjengelig på andre plattformer. Hvis du vil flytte verdenene dine fra denne enheten til en annen enhet, kan du gjøre det ved å laste opp verdenen til et realm og laste ned en sikkerhetskopi til den nye enheten. %sKlikk på knappen hvis du vil vite mer, blant annet hvordan du flytter verdenen din til en ny enhet. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.generic=Vi støtter snart ikke lenger denne enheten i området ditt. Etter at du har mottatt den siste oppdateringen, kan du fortsatt spille i verdenene dine og få tilgang til Markedsplass-kjøpene dine, men du kan ikke lenger foreta kjøp på Markedsplassen. Realms som administreres fra denne enheten, vil fungere i 6 måneder. 30. september 2023 mister du tilgang til den aktuelle realmen. Det anbefales at du laster ned verdenen din før dette. %sHvis du har logget på med en Microsoft- / Xbox Live-konto, kommer Markedsplass-kjøp, Minecoins og Realms-abonnementet ditt til å være tilgjengelig på andre plattformer. Hvis du vil flytte verdenene dine fra denne enheten til en annen enhet, kan du gjøre det ved å laste opp verdenen til et realm og laste ned en sikkerhetskopi til den nye enheten. %sKlikk på knappen hvis du vil vite mer, blant annet hvordan du flytter verdenen din til en ny enhet. # +sunsetting.popup.sunset.geo.generic=Vi støtter ikke lenger denne enheten i området ditt. Du kan fortsatt spille i verdenene dine og få tilgang til Markedsplass-kjøpene dine, men du kan ikke lenger foreta kjøp på Markedsplassen. Realms som administreres fra denne enheten, vil fungere fram til 30. september 2023. Etter det har du ikke lenger ha tilgang til den aktuelle realmen. Det anbefales at du laster ned verdenen din før dette. %sHvis du har logget på med en Microsoft- / Xbox Live-konto, kommer Markedsplass-kjøp, Minecoins og Realms-abonnementet ditt til å være tilgjengelig på andre plattformer. Hvis du vil flytte verdenene dine fra denne enheten til en annen enhet, kan du gjøre det ved å laste opp verdenen til et realm og laste ned en sikkerhetskopi til den nye enheten. %sKlikk på knappen hvis du vil vite mer, blant annet hvordan du flytter verdenen din til en ny enhet. # sunsetting.banner.play.worldTab.pending=Versjonen din kan snart ikke koble til flerspillermodus # sunsetting.banner.play.friendsTab.pending=Versjonen din kan snart ikke koble til flerspillermodus # @@ -10886,7 +10897,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Velg nytt skall # dr.classic_skins.custom_skin_title=Importer skall # dr.classic_skins.custom_skin_description=Importer en PNG-fil (64 x 32, 64 x 64 eller 128 x 128) fra enheten din du kan bruke som skall. Dette synkroniseres ikke mellom enheter eller spill. # -dr.classic_skins.custom_skin_description_disabled=Enheten din kan ikke velge et spesiallagd skall mens du spiller flerspillerspill. Gå tilbake til hovedmenyen for å ta på et. # +dr.classic_skins.custom_skin_description_disabled= Enheten din kan ikke velge et spesiallagd skall mens du spiller flerspillerspill. Gå tilbake til hovedmenyen for å ta på ett. # dr.classic_skins.custom_skin_description_popup=Spillere med egendefinerte skall vil ikke være synlige for deg hvis alternativet "Tillat bare klarerte skall" er aktivert # dr.classic_skins.custom_skin_section_title=Eide skall # dr.classic_skins.invalidCustomSkin=Importer en PNG-fil med dimensjonene 64 x 64, 64 x 32 eller 128 x 128 # diff --git a/resource_pack/texts/nl_NL.lang b/resource_pack/texts/nl_NL.lang index 334e149f0..61a4411c3 100644 --- a/resource_pack/texts/nl_NL.lang +++ b/resource_pack/texts/nl_NL.lang @@ -1908,8 +1908,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=Herbalancering van de hand createWorldScreen.experimentalVillagerTradesRebalanceDescription=Bevat bijgewerkte handel voor dorpelingen met als doel het evenwicht te herstellen # createWorldScreen.experimentalArmadillo=Gordeldier en wolvenharnas # createWorldScreen.experimentalArmadilloDescription=Maak kennis met het gordeldier en rust je wolf uit met het nieuwe wolvenharnas! # -createWorldScreen.experimentalBundles=Bundels # -createWorldScreen.experimentalBundlesDescription=Hiermee kun je het bundelitem vervaardigen en gebruiken # createWorldScreen.worldPreferences=Wereldvoorkeuren # createWorldScreen.startWithMap=Startkaart # createWorldScreen.defaultName=Mijn wereld # @@ -3878,7 +3876,7 @@ howtoplay.minecoins.text.1=Verken een wereld vol mogelijkheden met Minecoins: Mi howtoplay.minecoins.text.2=Eenmaal ingewisseld, worden je Minecoins aan je Microsoft-account gekoppeld, zodat je ook toegang tot je munten en aankopen hebt op andere ondersteunde apparaten! # howtoplay.minecoins.button.text.1=Munten krijgen # howtoplay.minecoins.header.1=Disclaimer # -howtoplay.minecoins.text.3=*Minecoins vereisen een versie van Minecraft: Bedrock Edition met Minecraft Marketplace. Minecoins zijn niet compatibel met PlayStation®. Voor compatibiliteitsinformatie ga je naar minecraft.net/minecoins #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Minecoins vereisen een versie van Minecraft: Bedrock Edition met Minecraft Marketplace. Minecoins zijn niet compatibel met PlayStation®. Voor compatibiliteitsinformatie ga je naar minecraft.net/minecoins  #### CertRequirement: [PlayStation®] howtoplay.mining=Mijnbouw # @@ -6295,13 +6293,13 @@ options.dev_addCoins=%s munten toevoegen # options.dev_addCoinTitle=Munten toevoegen # options.dev_reset_entitlements=Alle rechten opnieuw instellen # options.dev_reset_entitlements_loading=Als je rechten opnieuw instelt, wordt dit dialoogvenster gesloten zodra het proces is voltooid. Je kunt dit venster sluiten, maar het sluiten van het spel voordat deze opdracht is voltooid, kan leiden tot onverwacht gedrag. # -options.dev_reset_entitlements_error_unfinished=Waarschuwing, niet alle rechten zijn correct verwijderd. Probeer de opdracht opnieuw uit te voeren, mogelijk na het opnieuw opstarten van de client. # -options.dev_reset_entitlements_warning=Waarschuwing! Hiermee worden al je rechten verwijderd, inclusief oude rechten die je mogelijk niet meer kunt herstellen! Deze bewerking kan enige tijd duren als je veel rechten hebt. Weet je zeker dat je door wilt gaan? # +options.dev_reset_entitlements_error_unfinished=Waarschuwing, niet alle rechten zijn correct verwijderd. Probeer de opdracht opnieuw uit te voeren, mogelijk na het opnieuw opstarten van de client. # +options.dev_reset_entitlements_warning=Waarschuwing! Hiermee worden al je rechten verwijderd, inclusief oude rechten die je mogelijk niet meer kunt herstellen! Deze bewerking kan enige tijd duren als je veel rechten hebt. Weet je zeker dat je door wilt gaan? # options.dev_reset_entitlements_success=Rechten verwijderd. # options.dev_currencyFailureWarning=De netwerkoproep is mislukt. Fout: %s # options.dev_currencyFailureWarningGeneric=De netwerkoproep is mislukt. Zorg ervoor dat je bent ingelogd op een account dat op de toelatingslijst staat. # options.dev_reset_wallet=Portemonnee opnieuw instellen # -options.dev_allowlist_failure=Fout! De bewerking is mislukt, controleer nogmaals of dit account op de toelatingslijst staat. # +options.dev_allowlist_failure=Fout! De bewerking is mislukt, controleer nogmaals of dit account op de toelatingslijst staat. # options.discoveryEnvironment=Ontdekkingsomgeving (opnieuw opstarten vereist) # options.discoveryEnvironment.production=Productie # options.discoveryEnvironment.staging=Fasering # @@ -6411,7 +6409,6 @@ options.dev_sunsetting_tier.two=Niveau 2 - KitKat # options.dev_sunsetting_tier.three=Niveau 3 - FireTV # options.dev_sunsetting_tier.four=Niveau 4 - 1024 MB # options.dev_sunsetting_tier.five=Niveau 5 - iOS 12 en Nougat # -options.dev_sunsetting_tier.six=Niveau 6 - iOS 13, Android 8, VR-apparaten # options.dev_sunsetting_tier.not_pending=Niet in behandeling # options.dev_gatherings_section=Bijeenkomsten # options.dev_gatherings_enable=Bijeenkomsten inschakelen # @@ -6966,12 +6963,26 @@ sunsetting.popup.title=Dit apparaat wordt niet meer ondersteund. # sunsetting.popup.moreInfo=Meer info # sunsetting.popup.dontshow=Niet opnieuw weergeven # -sunsetting.popup.pendingSunset.device=Wij kunnen dit apparaat binnenkort niet meer ondersteunen. Je blijft updates ontvangen tot maart 2025, dan ontvang je de laatste update voor dit apparaat.%sNadat je de laatste update hebt ontvangen, kun je nog steeds in je werelden spelen en toegang krijgen tot Marketplace-aankopen (inclusief Minecoins), maar je kunt geen nieuwe aankopen meer doen op dit apparaat. Realms die vanaf dit apparaat worden beheerd blijven, vanaf maart 2025, 6 maanden werken, tenzij ze worden bijgewerkt door de Realm-eigenaar op een ander apparaat. Om je Realm-abonnement te annuleren, ga je naar het menu Instellingen voor abonnementen op het apparaat waarmee de Realm is gemaakt. Je ontvangt niet langer de nieuwste updates en je kunt geen multiplayer spelen met apparaten of Realms die updates blijven ontvangen. Je kunt ook geen verbinding maken met bepaalde servers.%sKlik op de knop voor meer informatie. # -sunsetting.popup.sunset.device=Dit apparaat wordt niet meer ondersteund. Vanaf maart 2025 ontvang je geen updates meer totdat je je apparaat hebt bijgewerkt. Dit is je laatste update voor dit apparaat.%sJe kunt nog steeds in je werelden spelen en toegang krijgen tot Marketplace-aankopen (inclusief Minecoins). Realms die vanaf dit apparaat worden beheerd blijven, vanaf maart 2025, 6 maanden werken, tenzij ze worden bijgewerkt door de Realm-eigenaar op een ander apparaat. Om je Realm-abonnement te annuleren, ga je naar het menu Instellingen voor abonnementen op het apparaat waarmee de Realm is gemaakt. Je ontvangt niet langer de nieuwste updates en je kunt geen multiplayer spelen met apparaten of Realms die updates blijven ontvangen. Je kunt ook geen verbinding maken met bepaalde servers.%sKlik op de knop voor meer informatie. # -sunsetting.popup.pendingSunset.windows_xr=Dit VR/MR-apparaat wordt niet meer ondersteund. Dit apparaat wordt niet meer ondersteund in updates na maart 2025. In die maand ontvang je de laatste update voor dit apparaat.%sNadat je de laatste update hebt ontvangen, ontvang je nog steeds updates op je pc en kun je spelen zonder VR/MR-apparaat. Vanaf nu kun je in je werelden blijven bouwen en blijf je toegang houden tot je Marketplace-aankopen (inclusief Minecoins) op niet-VR/MR-apparaten zoals een computerscherm. Je hebt echter geen toegang meer tot multiplayer of Realms op dit apparaat. Je kunt je VR/MR-apparaat niet meer gebruiken voor Minecraft, omdat het niet langer wordt ondersteund in de nieuwste updates.%sKlik op de knop voor meer informatie. # -sunsetting.popup.sunset.windows_xr=Dit VR/MR-apparaat wordt niet meer ondersteund. Dit VR/MR-apparaat wordt niet meer ondersteund. Je hebt de laatste update voor dit apparaat ontvangen. Je ontvangt nog steeds updates op je pc en je kunt nog steeds spelen zonder VR/MR-apparaat. Vanaf nu kun je in je werelden blijven bouwen en blijf je toegang houden tot je Marketplace-aankopen (inclusief Minecoins) op niet-VR/MR-apparaten zoals een computerscherm. Je kunt je VR/MR-apparaat niet meer gebruiken voor Minecraft, omdat het niet langer wordt ondersteund in de nieuwste updates.%sKlik op de knop voor meer informatie. We begrijpen dat dit vervelend is en waarderen de tijd die je aan ons spel hebt besteed. # -sunsetting.popup.pendingSunset.geo=Wij kunnen dit apparaat binnenkort niet meer ondersteunen in jouw regio. Nadat je de laatste update hebt ontvangen, kun je nog steeds in je werelden spelen en blijf je toegang houden tot je Marketplace-aankopen, maar kun je geen aankopen meer doen in de Marketplace. Realms die vanaf dit apparaat worden beheerd, blijven nog 6 maanden werken. Op 30 september 2023 heb je geen toegang meer tot het Realm. Het wordt aanbevolen om je wereld voor die tijd te downloaden.%sAls je je hebt aangemeld met een Microsoft-account, zijn je Marketplace-aankopen en Minecoins en je Realms-abonnement beschikbaar op andere platformen. Als je je werelden van dit apparaat naar een ander apparaat wilt overzetten, kun je dit doen door de wereld naar een Realm te uploaden en een back-up naar je nieuwe apparaat te downloaden.%sKlik op de knop voor meer informatie, waaronder manieren om je wereld over te zetten naar een nieuw apparaat. # -sunsetting.popup.sunset.geo=Wij kunnen dit apparaat vanaf nu niet meer ondersteunen in jouw regio. Je kunt nog steeds in je werelden spelen en toegang krijgen tot je Marketplace-aankopen, maar je kunt geen aankopen meer doen in de Marketplace. Realms die vanaf dit apparaat worden beheerd, blijven nog werken tot 30 september 2023. Daarna heb je geen toegang meer tot het Realm. We raden je aan om je wereld voor die tijd te downloaden.%sAls je je hebt aangemeld met een Microsoft-account, zijn je Marketplace-aankopen en Minecoins en je Realms-abonnement beschikbaar op andere platformen. Als je je werelden van dit apparaat naar een ander apparaat wilt overzetten, kun je dit doen door de wereld naar een Realm te uploaden en een back-up naar je nieuwe apparaat te downloaden.%sKlik op de knop voor meer informatie, waaronder manieren om je wereld over te zetten naar een nieuw apparaat. # +sunsetting.popup.moreInfo.gearVR=Ga voor meer informatie naar https://aka.ms/MinecraftSunsetting in een webbrowser. # +sunsetting.popup.moreInfo.gearVR.geo=Ga voor meer informatie naar https://aka.ms/MinecraftGeoSunsetting in een webbrowser. # + +sunsetting.popup.pendingSunset.ios=Wij kunnen dit apparaat binnenkort niet meer ondersteunen. Je blijft updates ontvangen tot februari 2024, maar dit is dan de laatste update die dit apparaat krijgt.%sNadat je de laatste update hebt ontvangen, kun je nog steeds in je werelden spelen en toegang krijgen tot Marketplace-aankopen (inclusief Minecoins), maar je kunt geen nieuwe aankopen meer doen op dit apparaat. Realms die vanaf dit apparaat worden beheerd, blijven 6 maanden werken, tenzij ze worden bijgewerkt door de Realm-eigenaar op een ander apparaat. Om je Realm-abonnement te annuleren, ga je naar het menu Instellingen voor abonnementen op het apparaat waarmee de Realm is gemaakt. Je ontvangt niet langer de nieuwste updates en je kunt geen multiplayer spelen met apparaten of Realms die updates blijven ontvangen. Je kunt ook geen verbinding maken met bepaalde servers.%sKlik op de knop voor meer informatie, waaronder manieren om je wereld naar een nieuw apparaat te verplaatsen. # +sunsetting.popup.pendingSunset.android=Wij kunnen dit apparaat binnenkort niet meer ondersteunen. Je blijft updates ontvangen tot februari 2024, maar dit is dan de laatste update die dit apparaat krijgt.%sNadat je de laatste update hebt ontvangen, kun je nog steeds in je werelden spelen en toegang krijgen tot Marketplace-aankopen (inclusief Minecoins), maar je kunt geen nieuwe aankopen meer doen op dit apparaat. Realms die vanaf dit apparaat worden beheerd, blijven 6 maanden werken, tenzij ze worden bijgewerkt door de Realm-eigenaar op een ander apparaat. Om je Realm-abonnement te annuleren, moet je dit doen in je abonnementen in Google Play. Je hebt toegang tot Google Play op elk ondersteund apparaat of vanaf een pc waarop je kunt inloggen op je account. Je ontvangt niet langer de nieuwste updates en je kunt geen multiplayer spelen met apparaten of Realms die updates blijven ontvangen. Je kunt ook geen verbinding maken met bepaalde servers.%sKlik op de knop voor meer informatie, waaronder manieren om je wereld naar een nieuw apparaat te verplaatsen. # +sunsetting.popup.pendingSunset.ios_android=Wij kunnen dit apparaat binnenkort niet meer ondersteunen. Je blijft updates ontvangen tot november 2022, maar dit is dan de laatste update die dit apparaat krijgt. Onze excuses voor het ongemak. %sNadat je de laatste update hebt ontvangen, kun je nog steeds in je werelden spelen en blijf je toegang houden tot je Marketplace-aankopen (inclusief Minecoins). Realms die vanaf dit apparaat worden beheerd, blijven nog 6 maanden werken, tenzij ze worden bijgewerkt door de Realm-eigenaar op een ander apparaat. Je ontvangt niet meer de nieuwste updates en kunt geen multiplayer meer spelen met apparaten of Realms die wel updates blijven ontvangen. Je kunt ook geen verbinding maken met bepaalde servers. %sKlik op de knop voor meer informatie, waaronder manieren om je werelden naar een nieuw apparaat te verplaatsen. # +sunsetting.popup.sunset.ios_android=Dit apparaat wordt niet meer ondersteund. Je hebt de laatste update voor dit apparaat ontvangen. Vanaf nu kun je in je werelden blijven bouwen en blijf je toegang houden tot je Marketplace-aankopen (inclusief Minecoins). Je Realms blijven werken, tenzij ze worden bijgewerkt door de Realm-eigenaar op een ander apparaat. Je ontvangt niet meer de nieuwste updates en kunt geen multiplayer meer spelen met apparaten of Realms die wel updates blijven ontvangen. Je kunt ook geen verbinding maken met bepaalde servers. %sKlik op de knop voor meer informatie, waaronder manieren om je werelden naar een nieuw apparaat te verplaatsen. We begrijpen dat dit vervelend is en waarderen de tijd die je aan ons spel hebt besteed. We hopen je dan ook weer te zien op een bijgewerkt apparaat. # +sunsetting.popup.pendingSunset.gearvr_win10=Wij kunnen dit apparaat binnenkort niet meer ondersteunen. Je zult updates blijven ontvangen tot onze volgende grote versie, wanneer je de laatste update voor dit apparaat krijgt. Onze excuses voor het ongemak. %sNadat je de laatste update hebt ontvangen, kun je nog steeds op je werelden spelen en blijf je toegang houden tot je Marketplace-aankopen (inclusief Minecoins). Je hebt echter geen toegang meer tot multiplayer of Realms op dit apparaat. Je ontvangt niet meer de nieuwste updates en kunt niet meer spelen met apparaten of Realms die wel updates blijven ontvangen. Je kunt ook geen verbinding maken met bepaalde servers. %sKlik op de knop voor meer informatie, waaronder manieren om je werelden naar een nieuw apparaat te verplaatsen. # +sunsetting.popup.sunset.gearvr_win10=Dit apparaat wordt niet meer ondersteund. Je hebt de laatste update voor dit apparaat ontvangen. Vanaf nu kun je in je werelden blijven bouwen en blijf je toegang houden tot je Marketplace-aankopen (inclusief Minecoins). Je hebt echter geen toegang meer tot multiplayer of Realms op dit apparaat. Je ontvangt niet meer de nieuwste updates en kunt niet meer spelen met apparaten of Realms die wel updates blijven ontvangen. Je kunt ook geen verbinding maken met bepaalde servers. # +sunsetting.popup.pendingSunset.dx10=Wij kunnen dit grafische apparaat binnenkort niet meer ondersteunen. Je zult updates blijven ontvangen tot onze volgende grote versie, wanneer je de laatste update voor dit apparaat krijgt. Onze excuses voor het ongemak. %sNadat je de laatste update hebt ontvangen, kun je nog steeds op je werelden spelen en blijf je toegang houden tot je Marketplace-aankopen (inclusief Minecoins). Realms die vanaf dit apparaat worden beheerd, blijven werken, tenzij ze worden bijgewerkt door de Realm-eigenaar op een ander apparaat. Je ontvangt niet meer de nieuwste updates en kunt geen multiplayer meer spelen met apparaten of Realms die wel updates blijven ontvangen. Je kunt ook geen verbinding maken met bepaalde servers. %sKlik op de knop voor meer informatie, waaronder manieren om je werelden naar een nieuw apparaat te verplaatsen. # +sunsetting.popup.sunset.dx10=Dit grafische apparaat wordt niet meer ondersteund. Je hebt de laatste update voor dit apparaat ontvangen. Vanaf nu kun je in je werelden blijven bouwen en blijf je toegang houden tot je Marketplace-aankopen (inclusief Minecoins). Je Realms blijven werken, tenzij ze worden bijgewerkt door de Realm-eigenaar op een ander apparaat. Je ontvangt niet meer de nieuwste updates en kunt geen multiplayer meer spelen met apparaten of Realms die wel updates blijven ontvangen. Je kunt ook geen verbinding maken met bepaalde servers. %sKlik op de knop voor meer informatie, waaronder manieren om je werelden naar een nieuw apparaat te verplaatsen. We begrijpen dat dit vervelend is en waarderen de tijd die je aan ons spel hebt besteed. # + +sunsetting.popup.pendingSunset.geo.ios=Wij kunnen dit apparaat binnenkort niet meer ondersteunen in jouw regio. Nadat je de laatste update hebt ontvangen, kun je nog steeds op je werelden spelen en blijf je toegang houden tot je Marketplace-aankopen, maar kun je geen aankopen meer doen in de Marketplace. Realms die vanaf dit apparaat worden beheerd, blijven nog 6 maanden werken. Op 30 september 2023 heb je geen toegang meer tot het realm. Het wordt aanbevolen om je wereld voor die tijd te downloaden en je abonnement op te zeggen door je abonnementsinstellingen op je apparaat te bekijken. %sAls je je hebt aangemeld met een Microsoft-/Xbox Live-account, zijn je Marketplace-aankopen & Minecoins en je Realms-abonnement beschikbaar op andere platformen. Als je je werelden van dit apparaat naar een ander apparaat wilt verplaatsen, kun je dit doen door de wereld naar een realm te uploaden en een back-up naar je nieuwe apparaat te downloaden. %sKlik op de knop voor meer informatie, waaronder manieren om je wereld naar een nieuw apparaat te verplaatsen. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.ios=Wij kunnen dit apparaat vanaf nu niet meer ondersteunen in jouw regio. Je kunt nog steeds op je werelden spelen en toegang krijgen tot je Marketplace-aankopen, maar je kunt geen aankopen meer doen in de Marketplace. Realms die vanaf dit apparaat worden beheerd, blijven nog werken tot 30 september 2023. Daarna heb je geen toegang meer tot het realm. Het wordt aanbevolen om je wereld voor die tijd te downloaden. %sAls je je hebt aangemeld met een Microsoft-/Xbox Live-account, zijn je Marketplace-aankopen & Minecoins en je Realms-abonnement beschikbaar op andere platformen. Als je je werelden van dit apparaat naar een ander apparaat wilt verplaatsen, kun je dit doen door de wereld naar een realm te uploaden en een back-up naar je nieuwe apparaat te downloaden. %sKlik op de knop voor meer informatie, waaronder manieren om je wereld naar een nieuw apparaat te verplaatsen. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.amazon=Wij kunnen dit apparaat binnenkort niet meer ondersteunen in jouw regio. Nadat je de laatste update hebt ontvangen, kun je nog steeds op je werelden spelen en blijf je toegang houden tot je Marketplace-aankopen, maar kun je geen aankopen meer doen in de Marketplace. Realms die vanaf dit apparaat worden beheerd, blijven nog 6 maanden werken. Op 30 september 2023 heb je geen toegang meer tot het realm. Het wordt aanbevolen om je wereld voor die tijd te downloaden. %sAls je je hebt aangemeld met een Microsoft-/Xbox Live-account, zijn je Marketplace-aankopen & Minecoins en je Realms-abonnement beschikbaar op andere platformen. Als je je werelden van dit apparaat naar een ander apparaat wilt verplaatsen, kun je dit doen door de wereld naar een realm te uploaden en een back-up naar je nieuwe apparaat te downloaden. %sKlik op de knop voor meer informatie, waaronder manieren om je wereld naar een nieuw apparaat te verplaatsen. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.amazon=Wij kunnen dit apparaat vanaf nu niet meer ondersteunen in jouw regio. Je kunt nog steeds op je werelden spelen en toegang krijgen tot je Marketplace-aankopen, maar je kunt geen aankopen meer doen in de Marketplace. Realms die vanaf dit apparaat worden beheerd, blijven nog werken tot 30 september 2023. Daarna heb je geen toegang meer tot het realm. Het wordt aanbevolen om je wereld voor die tijd te downloaden. %sAls je je hebt aangemeld met een Microsoft-/Xbox Live-account, zijn je Marketplace-aankopen & Minecoins en je Realms-abonnement beschikbaar op andere platformen. Als je je werelden van dit apparaat naar een ander apparaat wilt verplaatsen, kun je dit doen door de wereld naar een realm te uploaden en een back-up naar je nieuwe apparaat te downloaden. %sKlik op de knop voor meer informatie, waaronder manieren om je wereld naar een nieuw apparaat te verplaatsen. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.android=Wij kunnen dit apparaat binnenkort niet meer ondersteunen in jouw regio. Met deze laatste update kun je nog steeds op je werelden spelen en blijf je toegang houden tot je Marketplace-aankopen, maar kun je geen aankopen meer doen in de Marketplace. Realms die vanaf dit apparaat worden beheerd, blijven nog 6 maanden werken. Op 30 september 2023 heb je vanaf dit apparaat geen toegang meer tot de realms. Het wordt aangeraden om je wereld voor die tijd te downloaden en je abonnement op te zeggen door je abonnementen in Google Play te bekijken. %sJe ontvangt niet langer de nieuwste updates en je kunt geen multiplayer meer spelen. Je kunt ook geen verbinding meer maken met bepaalde servers. %sAls je je hebt aangemeld met een Microsoft-/Xbox Live-account, zijn je Marketplace-aankopen & Minecoins en je Realms-abonnement beschikbaar op je andere platformen waarop je Minecraft speelt. Je kunt een nieuw abonnement starten vanaf deze andere platformen waar je Minecraft speelt. %sAls je je werelden van dit apparaat naar een ander apparaat wilt verplaatsen, kun je dit doen door de wereld naar een realm te uploaden en een back-up naar je nieuwe apparaat te downloaden. %sKlik op de knop voor meer informatie, waaronder manieren om je wereld naar een nieuw apparaat te verplaatsen. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.android=Wij kunnen dit apparaat vanaf nu niet meer ondersteunen in jouw regio. Je kunt nog steeds op je werelden spelen en toegang krijgen tot je Marketplace-aankopen, maar je kunt geen aankopen meer doen in de Marketplace. Realms die vanaf dit apparaat worden beheerd, blijven nog werken tot 30 september 2023. Daarna heb je geen toegang meer tot het realm. Het wordt aanbevolen om je wereld voor die tijd te downloaden. %sAls je je hebt aangemeld met een Microsoft-/Xbox Live-account, zijn je Marketplace-aankopen & Minecoins en je Realms-abonnement beschikbaar op andere platformen. Als je je werelden van dit apparaat naar een ander apparaat wilt verplaatsen, kun je dit doen door de wereld naar een realm te uploaden en een back-up naar je nieuwe apparaat te downloaden. %sKlik op de knop voor meer informatie, waaronder manieren om je wereld naar een nieuw apparaat te verplaatsen. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.generic=Wij kunnen dit apparaat binnenkort niet meer ondersteunen in jouw regio. Nadat je de laatste update hebt ontvangen, kun je nog steeds op je werelden spelen en blijf je toegang houden tot je Marketplace-aankopen, maar kun je geen aankopen meer doen in de Marketplace. Realms die vanaf dit apparaat worden beheerd, blijven nog 6 maanden werken. Op 30 september 2023 heb je geen toegang meer tot het realm. Het wordt aanbevolen om je wereld voor die tijd te downloaden. %sAls je je hebt aangemeld met een Microsoft-/Xbox Live-account, zijn je Marketplace-aankopen & Minecoins en je Realms-abonnement beschikbaar op andere platformen. Als je je werelden van dit apparaat naar een ander apparaat wilt verplaatsen, kun je dit doen door de wereld naar een realm te uploaden en een back-up naar je nieuwe apparaat te downloaden. %sKlik op de knop voor meer informatie, waaronder manieren om je wereld naar een nieuw apparaat te verplaatsen. # +sunsetting.popup.sunset.geo.generic=Wij kunnen dit apparaat vanaf nu niet meer ondersteunen in jouw regio. Je kunt nog steeds op je werelden spelen en toegang krijgen tot je Marketplace-aankopen, maar je kunt geen aankopen meer doen in de Marketplace. Realms die vanaf dit apparaat worden beheerd, blijven nog werken tot 30 september 2023. Daarna heb je geen toegang meer tot het realm. Het wordt aanbevolen om je wereld voor die tijd te downloaden. %sAls je je hebt aangemeld met een Microsoft-/Xbox Live-account, zijn je Marketplace-aankopen & Minecoins en je Realms-abonnement beschikbaar op andere platformen. Als je je werelden van dit apparaat naar een ander apparaat wilt verplaatsen, kun je dit doen door de wereld naar een realm te uploaden en een back-up naar je nieuwe apparaat te downloaden. %sKlik op de knop voor meer informatie, waaronder manieren om je wereld naar een nieuw apparaat te verplaatsen. # sunsetting.banner.play.worldTab.pending=Je versie kan binnenkort mogelijk geen verbinding meer maken met multiplayer # sunsetting.banner.play.friendsTab.pending=Je versie kan binnenkort mogelijk geen verbinding meer maken met multiplayer # @@ -10886,7 +10897,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Nieuwe skin kiezen # dr.classic_skins.custom_skin_title=Skin importeren # dr.classic_skins.custom_skin_description=Importeer een png (64x32, 64x64 of 128x128) vanaf je apparaat om deze als skin te gebruiken. Deze wordt niet gesynchroniseerd tussen je apparaten of spellen. # -dr.classic_skins.custom_skin_description_disabled=Je apparaat kan geen speciale skin selecteren in een multiplayerspel. Keer terug naar het hoofdmenu om er een uit te rusten. # +dr.classic_skins.custom_skin_description_disabled= Je apparaat kan geen speciale skin selecteren in een multiplayerspel. Keer terug naar het hoofdmenu om er een uit te rusten. # dr.classic_skins.custom_skin_description_popup=Spelers met aangepaste skins zijn niet zichtbaar als je de optie 'Alleen vertrouwde skins toestaan' hebt ingeschakeld # dr.classic_skins.custom_skin_section_title=Mijn skins # dr.classic_skins.invalidCustomSkin=Importeer een .png-bestand met de afmetingen 64x64, 64x32 of 128x128 # diff --git a/resource_pack/texts/pl_PL.lang b/resource_pack/texts/pl_PL.lang index 8b96470a1..241740945 100644 --- a/resource_pack/texts/pl_PL.lang +++ b/resource_pack/texts/pl_PL.lang @@ -1908,8 +1908,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=Zmiany balansu dotyczące createWorldScreen.experimentalVillagerTradesRebalanceDescription=Zawiera zaktualizowane transakcje dla osadników w celu przywrócenia równowagi # createWorldScreen.experimentalArmadillo=Pancernik i zbroja dla wilków # createWorldScreen.experimentalArmadilloDescription=Poznaj pancernika i wyposaż swojego wilka w nową zbroję! # -createWorldScreen.experimentalBundles=Zestawy # -createWorldScreen.experimentalBundlesDescription=Pozwala wytwarzać i używać przedmiot z zestawu # createWorldScreen.worldPreferences=Preferencje świata # createWorldScreen.startWithMap=Mapa początkowa # createWorldScreen.defaultName=Mój świat # @@ -3878,7 +3876,7 @@ howtoplay.minecoins.text.1=Odkryj świat możliwości z Minecoins: walutą w grz howtoplay.minecoins.text.2=Po odebraniu twoje Minecoins są połączone z kontem Microsoft, dzięki czemu możesz uzyskać dostęp do swoich monet i zakupów również na innych obsługiwanych urządzeniach! # howtoplay.minecoins.button.text.1=Zdobądź monety # howtoplay.minecoins.header.1=Ograniczenie odpowiedzialności # -howtoplay.minecoins.text.3=*Minecoins wymagają wersji Minecraft: Bedrock Edition z dostępem do Rynku gry Minecraft. Minecoins nie są obsługiwane na konsolach PlayStation®. Informacje na temat kompatybilności znajdziesz na stronie minecraft.net/minecoins #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Minecoins wymagają wersji Minecraft: Bedrock Edition z dostępem do Rynku Minecrafta. Minecoins nie są obsługiwane na konsolach PlayStation®. Informacje na temat kompatybilności znajdziesz na stronie minecraft.net/minecoins  #### CertRequirement: [PlayStation®] howtoplay.mining=Górnictwo # @@ -6294,14 +6292,14 @@ options.dev_displayMarketplaceDocumentId=Pokaż identyfikator dokumentu rynku # options.dev_addCoins=Dodaj %s monet(y) # options.dev_addCoinTitle=Dodaj monety # options.dev_reset_entitlements=Zresetuj wszystkie uprawnienia # -options.dev_reset_entitlements_loading=Resetowanie uprawnień. To okno dialogowe zostanie zamknięte po zakończeniu procesu. Możesz zamknąć to okno, ale zamknięcie gry przed zakończeniem tego polecenia może spowodować nieoczekiwane zachowanie. # -options.dev_reset_entitlements_error_unfinished=Ostrzeżenie: nie wszystkie uprawnienia zostały poprawnie usunięte. Spróbuj ponownie uruchomić polecenie, najlepiej po ponownym uruchomieniu klienta. # -options.dev_reset_entitlements_warning=Ostrzeżenie! Spowoduje to usunięcie wszystkich twoich uprawnień, w tym starszych uprawnień, których możesz nie być w stanie odzyskać! Ta operacja może chwilę potrwać, jeśli masz wiele uprawnień. Czy na pewno chcesz kontynuować? # +options.dev_reset_entitlements_loading=Resetowanie uprawnień, to okno dialogowe zostanie zamknięte po zakończeniu procesu. Możesz zamknąć to okno, ale zamknięcie gry przed zakończeniem tego polecenia może spowodować nieoczekiwane zachowanie. # +options.dev_reset_entitlements_error_unfinished=Ostrzeżenie, nie wszystkie uprawnienia zostały poprawnie usunięte. Spróbuj ponownie uruchomić polecenie, najlepiej po ponownym uruchomieniu klienta. # +options.dev_reset_entitlements_warning=Ostrzeżenie! Spowoduje to usunięcie wszystkich twoich uprawnień, w tym starszych uprawnień, których możesz nie być w stanie odzyskać! Ta operacja może chwilę potrwać, jeśli masz dużą liczbę uprawnień. Czy na pewno chcesz kontynuować? # options.dev_reset_entitlements_success=Uprawnienia zostały pomyślnie usunięte. # options.dev_currencyFailureWarning=Połączenie sieciowe nie powiodło się. Błąd: %s # options.dev_currencyFailureWarningGeneric=Połączenie sieciowe nie powiodło się. Upewnij się, że zalogowano się na konto z listy dozwolonych kont. # options.dev_reset_wallet=Zresetuj portfel # -options.dev_allowlist_failure=Błąd! Operacja nie powiodła się. Sprawdź dokładnie, czy to konto znajduje się na liście dozwolonych kont. # +options.dev_allowlist_failure=Błąd! Operacja się nie powiodła. Sprawdź dokładnie, czy to konto znajduje się na liście dozwolonych kont. # options.discoveryEnvironment=Środowisko poznawcze (wymaga ponownego uruchomienia) # options.discoveryEnvironment.production=Produkcja # options.discoveryEnvironment.staging=Inscenizacja # @@ -6411,7 +6409,6 @@ options.dev_sunsetting_tier.two=Poziom 2 – KitKat # options.dev_sunsetting_tier.three=Poziom 3 – FireTV # options.dev_sunsetting_tier.four=Poziom 4 – 1024 MB # options.dev_sunsetting_tier.five=Poziom 5 – iOS 12 i Nugat # -options.dev_sunsetting_tier.six=Poziom 6 – iOS 13, Android 8, urządzenia VR # options.dev_sunsetting_tier.not_pending=Nie oczekuje # options.dev_gatherings_section=Spotkania # options.dev_gatherings_enable=Włącz zbiórki # @@ -6966,12 +6963,26 @@ sunsetting.popup.title=To urządzenie nie jest już obsługiwane. # sunsetting.popup.moreInfo=Więcej informacji # sunsetting.popup.dontshow=Nie pokazuj ponownie tego komunikatu # -sunsetting.popup.pendingSunset.device=Nasze wsparcie tego urządzenia dobiega końca. Będziesz nadal otrzymywać aktualizacje aż do marca 2025 roku, po czym otrzymasz ostateczną aktualizację, która będzie działać z tym urządzeniem.%sPo otrzymaniu ostatniej aktualizacji nadal będzie można grać w swoich światach i mieć dostęp do dokonanych na Rynku zakupów (w tym do zakupionych Minecoins), jednak nie będzie już można dokonywać zakupów na tym urządzeniu. Obszary światów Realms zarządzane z tego urządzenia będą także nadal działać przez kolejne 6 miesięcy od marca 2025 roku, chyba że zostaną zaktualizowane przez właściciela obszaru na innym urządzeniu. Subskrypcję Realms możesz anulować w menu ustawień subskrypcji na urządzeniu, na którym masz utworzony świat Realms. Nie będziesz już otrzymywać najnowszych aktualizacji i nie będzie możliwa gra w trybie wieloosobowym na urządzeniach lub w światach Realms, które nadal otrzymują aktualizacje. Nie będziesz mieć również możliwości połączenia się z niektórymi serwerami.%sKliknij przycisk, aby uzyskać więcej informacji. # -sunsetting.popup.sunset.device=Nasze wsparcie tego urządzenia dobiegło końca. Od marca 2025 roku nie będziesz już otrzymywać aktualizacji dopóki nie zaktualizujesz swojego urządzenia. Jest to ostateczna aktualizacja kompatybilna z tym urządzeniem.%sNadal będziesz w stanie grać w swoich światach i mieć dostęp do dokonanych na Rynku zakupów (w tym do zakupionych Minecoins). Obszary światów Realms zarządzane z tego urządzenia będą także nadal działać przez kolejne 6 miesięcy od marca 2025 roku, chyba że zostaną zaktualizowane przez właściciela obszaru na innym urządzeniu. Subskrypcję światów Realms możesz anulować w menu ustawień subskrypcji na urządzeniu, na którym masz utworzony świat Realms. Nie będziesz już otrzymywać najnowszych aktualizacji i nie będziesz w stanie grać w trybie wieloosobowym na urządzeniach lub w światach Realms, które nadal otrzymują aktualizacje. Nie będziesz również mieć możliwości połączenia się z niektórymi serwerami.%sKliknij przycisk, aby uzyskać więcej informacji. # -sunsetting.popup.pendingSunset.windows_xr=Nasze wsparcie dla tego urządzenia graficznego VR/MR dobiegło końca. To urządzenie nie będzie już wspierane w aktualizacjach po marcu 2025 roku, kiedy to otrzymasz ostateczną aktualizację obsługującą to urządzenie.%sPo otrzymaniu ostatecznej aktualizacji nadal będziesz otrzymywać aktualizacje na swoim komputerze i będziesz mieć możliwość gry bez urządzenia VR/MR. Od tego momentu nadal będziesz w stanie budować w swoich światach, a twoje zakupy dokonane na Rynku (w tym Minecoins) będą nadal dostępne na urządzeniach graficznych innych niż VR/MR, takich jak monitor komputera. Nie będziesz już mieć możliwości używania urządzenia VR/MR z grą Minecraft, ponieważ nie będzie ono już wspierane w najnowszych aktualizacjach.%sKliknij przycisk, aby uzyskać więcej informacji. # -sunsetting.popup.sunset.windows_xr=Nasze wsparcie dla tego urządzenia graficznego VR/MR dobiegło końca. To urządzenie VR/MR nie będzie już wspierane. Otrzymujesz ostateczną aktualizację obsługującą to urządzenie. Nadal będziesz otrzymywać aktualizacje na swoim komputerze i będzie w stanie grać bez urządzenia VR/MR. Od tego momentu nadal możesz budować w swoich światach, a twoje zakupy dokonane na Rynku (w tym Minecoins) będą nadal dostępne na urządzeniach graficznych innych niż VR/MR, takich jak monitor komputera. Nie będziesz już mieć możliwości używania urządzenia VR/MR z grą Minecraft, ponieważ nie będzie ono już wspierane w najnowszych aktualizacjach.%sKliknij przycisk, aby uzyskać więcej informacji. Zdajemy sobie sprawę z niedogodności i głęboko doceniamy czas spędzony z naszą grą i twoje wsparcie. # -sunsetting.popup.pendingSunset.geo=Nasza zdolność do obsługi tego urządzenia dobiega końca w twojej okolicy. Po otrzymaniu ostatecznej aktualizacji nadal będziesz w stanie grać w swoich światach i uzyskiwać dostęp do zakupów z Rynku, ale nie będziesz już mieć możliwości dokonywania zakupów na Rynku. Światy Realms zarządzane z tego urządzenia będą nadal działać przez 6 miesięcy. 30 września 2023 roku stracisz jednak dostęp do Realms. Zaleca się, aby wcześniej pobrać swój świat.%sJeśli logujesz się za pomocą swojego konta Microsoft, twoje zakupy na Rynku i waluta Minecoins oraz subskrypcja usługi Realms będą dostępne na innych platformach. Jeśli chcesz przenieść swoje światy Realms z tego urządzenia na inne, możesz to zrobić, dodając swój świat do Realms i pobierając kopię zapasową na nowe urządzenie.%sNaciśnij przycisk, aby uzyskać więcej informacji, w tym na temat sposobów przenoszenia świata na nowe urządzenie. # -sunsetting.popup.sunset.geo=Nasza zdolność do obsługi tego urządzenia dobiega końca w twojej okolicy. Po otrzymaniu ostatecznej aktualizacji nadal będziesz w stanie grać w swoich światach i uzyskiwać dostęp do zakupów z Rynku, ale nie będziesz już mieć możliwości dokonywania zakupów na Rynku. Światy Realms zarządzane z tego urządzenia będą nadal działać do 30 września 2023 roku. Następnie stracisz dostęp do światów Realms. Zaleca się, aby wcześniej pobrać swój świat.%sJeśli logujesz się za pomocą swojego konta Microsoft, twoje zakupy na Rynku i waluta Minecoins oraz subskrypcja usługi Realms będą dostępne na innych platformach. Jeśli chcesz przenieść swoje Realms z tego urządzenia na inne, możesz to zrobić, dodając swój świat do Realms i pobierając kopię zapasową na nowe urządzenie.%sKliknij przycisk, aby uzyskać więcej informacji, w tym na temat sposobów przenoszenia świata na nowe urządzenie. # +sunsetting.popup.moreInfo.gearVR=Aby uzyskać więcej informacji, odwiedź https://aka.ms/MinecraftSunsetting w dowolnej przeglądarce internetowej. # +sunsetting.popup.moreInfo.gearVR.geo=Aby uzyskać więcej informacji, odwiedź https://aka.ms/MinecraftSunsetting w dowolnej przeglądarce internetowej. # + +sunsetting.popup.pendingSunset.ios=Nasze wsparcie tego urządzenia dobiega końca. Będziesz nadal otrzymywać aktualizacje aż do lutego 2024 r., po czym otrzymasz ostateczną aktualizację dla tego urządzenia.%sPo otrzymaniu ostatniej aktualizacji nadal będzie można grać w swoich światach i mieć dostęp do dokonanych na Rynku zakupów (w tym do zakupionych Minecoins), jednak nie będzie już można dokonywać zakupów na tym urządzeniu. Obszary Realms zarządzane z tego urządzenia będą także nadal działać przez kolejne 6 miesięcy, chyba że zostaną zaktualizowane przez właściciela obszaru na innym urządzeniu. Aby anulować subskrypcję Realms, należy to zrobić w menu ustawień subskrypcji na urządzeniu, na którym została ona utworzona. Nie będziesz już otrzymywać najnowszych aktualizacji i nie będzie możliwa gra w trybie wieloosobowym na urządzeniach lub w obszarach, które nadal otrzymują aktualizacje. Nie będzie również możliwości połączenia się z niektórymi serwerami. %sKliknij przycisk, aby uzyskać więcej informacji, w tym na temat sposobów przenoszenia światów na nowe urządzenie. # +sunsetting.popup.pendingSunset.android=Nasze wsparcie tego urządzenia dobiega końca. Będziesz nadal otrzymywać aktualizacje aż do lutego 2024 r., po czym otrzymasz ostateczną aktualizację dla tego urządzenia.%sPo otrzymaniu ostatniej aktualizacji nadal będzie można grać w swoich światach i mieć dostęp do dokonanych na Rynku zakupów (w tym do zakupionych Minecoins), jednak nie będzie już można dokonywać zakupów na tym urządzeniu. Obszary Realms zarządzane z tego urządzenia będą także nadal działać przez kolejne 6 miesięcy, chyba że zostaną zaktualizowane przez właściciela obszaru na innym urządzeniu. Aby anulować subskrypcję Realms, należy to zrobić w subskrypcjach w Google Play. Dostęp do Google Play można uzyskać z dowolnego obsługiwanego urządzeniu lub z komputera, na którym można zalogować się na swoje konto. Nie będziesz już otrzymywać najnowszych aktualizacji i nie będzie możliwa gra w trybie wieloosobowym na urządzeniach lub w obszarach, które nadal otrzymują aktualizacje. Nie będzie również możliwości połączenia się z niektórymi serwerami.%sKliknij przycisk, aby uzyskać więcej informacji, w tym na temat sposobów przenoszenia światów na nowe urządzenie. # +sunsetting.popup.pendingSunset.ios_android=Nasze wsparcie tego urządzenia dobiega końca. Będziesz nadal otrzymywać aktualizacje do listopada 2022, po czym otrzymasz ostateczną aktualizację dla tego urządzenia. Szczerze przepraszamy za wszelkie niedogodności z tym związane. %sPo otrzymaniu ostatniej aktualizacji nadal będzie można grać w swoich światach i mieć dostęp do zakupów na Rynku (w tym do Minecoins). Obszary Realms zarządzane z tego urządzenia będą także nadal działać, chyba że zostaną zaktualizowane przez właściciela obszaru na innym urządzeniu. Nie będziesz już otrzymywać najnowszych aktualizacji i nie będzie możliwa gra w trybie wieloosobowym na urządzeniach lub w obszarach, które nadal otrzymują aktualizacje. Nie będzie również możliwości połączenia się z niektórymi serwerami. %sKliknij przycisk, aby uzyskać więcej informacji, w tym na temat sposobów przenoszenia światów na nowe urządzenie. # +sunsetting.popup.sunset.ios_android=To urządzenie nie jest już obsługiwane. Finalna aktualizacja dla tego urządzenia została już dostarczona. Od tego momentu możesz nadal budować w swoich światach, a zakupy zrobione na Rynku (w tym kupno Minecoins) będą wciąż dostępne. Twoje obszary Realms będą nadal działać, chyba że zostaną zaktualizowane przez właściciela obszaru na innym urządzeniu. Nie będziesz już otrzymywać najnowszych aktualizacji i nie będzie możliwa gra w trybie wieloosobowym na urządzeniach lub w obszarach, które nadal otrzymują aktualizacje. Nie będzie również można połączyć się z niektórymi serwerami. %sKliknij przycisk, aby uzyskać więcej informacji, w tym na temat sposobów przenoszenia światów na nowe urządzenie. Zdajemy sobie sprawę z niedogodności i szczerze doceniamy ilość czasu spędzonego przez ciebie z naszą grą i mamy nadzieję, że zobaczymy się wkrótce na innym urządzeniu. # +sunsetting.popup.pendingSunset.gearvr_win10=Nasze wsparcie tego urządzenia dobiega końca. Będziesz nadal otrzymywać aktualizacje aż do czasu wydania następnej głównej wersji gry, po czym otrzymasz ostateczną aktualizację dla tego urządzenia. Szczerze przepraszamy za niedogodności. %sPo otrzymaniu ostatniej aktualizacji nadal będzie można grać w swoich światach i mieć dostęp do zakupów na Rynku (w tym do kupna Minecoins). Nie będziesz już jednak mieć dostępu do trybu wieloosobowego ani obszarów Realms z tego urządzenia. Nie będziesz też otrzymywać najnowszych aktualizacji, a gra na urządzeniach lub w obszarach, które nadal otrzymują aktualizacje będzie niemożliwa. Nie będzie również możliwości połączenia się z niektórymi serwerami. %sKliknij przycisk, aby uzyskać więcej informacji, w tym na temat sposobów przenoszenia światów na nowe urządzenie. # +sunsetting.popup.sunset.gearvr_win10=To urządzenie nie jest już obsługiwane. Dostarczyliśmy już ostateczną aktualizację dla tego urządzenia. Od tego momentu możesz budować w swoich światach, a zakupy zrobione na rynku (w tym kupno Minecoins) będą nadal dostępne. Nie będziesz już jednak mieć dostępu do trybu wieloosobowego ani obszarów Realms z tego urządzenia. Nie będziesz już otrzymywać najnowszych aktualizacji i nie będzie możliwa gra w trybie wieloosobowym na urządzeniach lub w obszarach, które nadal otrzymują aktualizacje. Nie będzie również można połączyć się z niektórymi serwerami. # +sunsetting.popup.pendingSunset.dx10=Nasze wsparcie tej karty graficznej dobiega końca. Będziesz nadal otrzymywać aktualizacje aż do czasu wydania następnej głównej wersji gry, po czym otrzymasz ostateczną aktualizację dla tego urządzenia. Szczerze przepraszamy za niedogodności. %sPo otrzymaniu ostatniej aktualizacji nadal będzie można grać w swoich światach i mieć dostęp do zakupów na Rynku (w tym do kupna Minecoins). Obszary Realms zarządzane z tego urządzenia będą nadal działać, chyba że zostaną zaktualizowane przez właściciela obszaru na innym urządzeniu. Nie będziesz też otrzymywać najnowszych aktualizacji, a gra na urządzeniach lub w obszarach, które nadal otrzymują aktualizacje będzie niemożliwa. Nie będzie również możliwości połączenia się z niektórymi serwerami. %sKliknij przycisk, aby uzyskać więcej informacji, w tym na temat sposobów przenoszenia światów na nowe urządzenie. # +sunsetting.popup.sunset.dx10=To urządzenie graficzne nie jest już obsługiwane. Otrzymano ostateczną aktualizację dla tego urządzenia. Od tego momentu możesz budować w swoich światach, a zakupy zrobione na Rynku (w tym kupno Minecoins) będą nadal dostępne. Twoje obszary Realms będą nadal działać, chyba że zostaną zaktualizowane przez właściciela obszaru na innym urządzeniu. Nie będziesz już otrzymywać najnowszych aktualizacji i nie będzie możliwa gra w trybie wieloosobowym na urządzeniach lub w obszarach, które nadal otrzymują aktualizacje. Nie będzie również można połączyć się z niektórymi serwerami. %sKliknij przycisk, aby uzyskać więcej informacji, w tym na temat sposobów przenoszenia światów na nowe urządzenie. Zdajemy sobie sprawę z niedogodności i głęboko doceniamy czas spędzony z naszą grą i twoje wsparcie. # + +sunsetting.popup.pendingSunset.geo.ios=Nasza zdolność do obsługi tego urządzenia dobiega końca w twojej okolicy. Po otrzymaniu ostatecznej aktualizacji nadal będziesz w stanie grać na swoich światach i uzyskiwać dostęp do zakupów z Rynku, ale nie będziesz już mieć możliwości dokonywania zakupów na Rynku. Realms zarządzane z tego urządzenia będą nadal działać przez 6 miesięcy. 30 września 2023 roku stracisz jednak dostępu do Realms. Zaleca się, aby wcześniej pobrać swój świat i przerwać swoją subskrypcję z ustawień Subskrypcje na swoim urządzeniu. %sJeśli logujesz się za pomocą swojego konta Microsoft/Xbox, twoje zakupy na Rynku i waluta Minecoins oraz subskrypcja usługi Realms będą dostępne na innych platformach. Jeśli chcesz przenieść swoje Realms z tego urządzenia na inne, możesz to zrobić, dodając swój świat do Realms i pobierając kopię zapasową na nowe urządzenie. %sKliknij przycisk, aby uzyskać więcej informacji, w tym sposoby przenoszenia świata na nowe urządzenie. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.ios=Nasza zdolność do obsługi tego urządzenia dobiega końca w twojej okolicy. Po otrzymaniu ostatecznej aktualizacji nadal będziesz w stanie grać na swoich światach i uzyskiwać dostęp do zakupów z Rynku, ale nie będziesz już mieć możliwości dokonywania zakupów na Rynku. Realms zarządzane z tego urządzenia będą nadal działać do 30 września 2023 roku. Następnie stracisz dostęp do Realms. Zaleca się, aby wcześniej pobrać swój świat. %sJeśli logujesz się za pomocą swojego konta Microsoft/Xbox, twoje zakupy na Rynku i waluta Minecoins oraz subskrypcja usługi Realms będą dostępne na innych platformach. Jeśli chcesz przenieść swoje Realms z tego urządzenia na inne, możesz to zrobić, dodając swój świat do Realms i pobierając kopię zapasową na nowe urządzenie. %sKliknij przycisk, aby uzyskać więcej informacji, w tym sposoby przenoszenia świata na nowe urządzenie. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.amazon=Nasza zdolność do obsługi tego urządzenia dobiega końca w twojej okolicy. Po otrzymaniu ostatecznej aktualizacji nadal będziesz w stanie grać na swoich światach i uzyskiwać dostęp do zakupów z Rynku, ale nie będziesz już mieć możliwości dokonywania zakupów na Rynku. Realms zarządzane z tego urządzenia będą nadal działać przez 6 miesięcy. 30 września 2023 roku stracisz jednak dostępu do Realms. Zaleca się, aby wcześniej pobrać swój świat. %sJeśli logujesz się za pomocą swojego konta Microsoft/Xbox, twoje zakupy na Rynku i waluta Minecoins oraz subskrypcja usługi Realms będą dostępne na innych platformach. Jeśli chcesz przenieść swoje Realms z tego urządzenia na inne, możesz to zrobić, dodając swój świat do Realms i pobierając kopię zapasową na nowe urządzenie. %sKliknij przycisk, aby uzyskać więcej informacji, w tym sposoby przenoszenia świata na nowe urządzenie. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.amazon=Nasza zdolność do obsługi tego urządzenia dobiega końca w twojej okolicy. Po otrzymaniu ostatecznej aktualizacji nadal będziesz w stanie grać na swoich światach i uzyskiwać dostęp do zakupów z Rynku, ale nie będziesz już mieć możliwości dokonywania zakupów na Rynku. Realms zarządzane z tego urządzenia będą nadal działać do 30 września 2023 roku. Następnie stracisz dostęp do Realms. Zaleca się, aby wcześniej pobrać swój świat. %sJeśli logujesz się za pomocą swojego konta Microsoft/Xbox, twoje zakupy na Rynku i waluta Minecoins oraz subskrypcja usługi Realms będą dostępne na innych platformach. Jeśli chcesz przenieść swoje Realms z tego urządzenia na inne, możesz to zrobić, dodając swój świat do Realms i pobierając kopię zapasową na nowe urządzenie. %sKliknij przycisk, aby uzyskać więcej informacji, w tym sposoby przenoszenia świata na nowe urządzenie. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.android=Nasza zdolność do obsługi tego urządzenia dobiega końca w twojej okolicy. Dzięki tej ostatecznej aktualizacji nadal będziesz w stanie grać na swoich światach i uzyskiwać dostęp do zakupów z Rynku, ale nie będziesz już mieć możliwości dokonywania zakupów na Rynku. Realms zarządzane z tego urządzenia będą nadal działać przez 6 miesięcy. 30 września 2023 r. nie będziesz już mieć dostępu do serwerów z tego urządzenia. Zalecamy pobranie swojego świata przed upływem tej daty i anulowanie subskrypcji w Google Play. %sNie będziesz już otrzymywać najnowszych aktualizacji i nie będziesz mieć możliwości gry w trybie wieloosobowym. Nie będzie również można połączyć się z niektórymi serwerami. %sJeśli logujesz się za pomocą konta Microsoft/Xbox Live, twoje zakupy na Rynku i waluta Minecoins oraz subskrypcja usługi Realms będą dostępne na innych platformach, na których grasz w grę Minecraft. Możesz rozpocząć nową subskrypcję na tych platformach. %sJeśli chcesz przenieść swoje światy z tego urządzenia na inne, możesz to zrobić, przesyłając świat do Realms i pobierając kopię zapasową na nowe urządzenie. %sKliknij przycisk, aby uzyskać więcej informacji, w tym sposoby przenoszenia świata na nowe urządzenie. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.android=Nasza zdolność do obsługi tego urządzenia dobiega końca w twojej okolicy. Po otrzymaniu ostatecznej aktualizacji nadal będziesz w stanie grać na swoich światach i uzyskiwać dostęp do zakupów z Rynku, ale nie będziesz już mieć możliwości dokonywania zakupów na Rynku. Realms zarządzane z tego urządzenia będą nadal działać do 30 września 2023 roku. Następnie stracisz dostęp do Realms. Zaleca się, aby wcześniej pobrać swój świat. %sJeśli logujesz się za pomocą swojego konta Microsoft/Xbox, twoje zakupy na Rynku i waluta Minecoins oraz subskrypcja usługi Realms będą dostępne na innych platformach. Jeśli chcesz przenieść swoje Realms z tego urządzenia na inne, możesz to zrobić, dodając swój świat do Realms i pobierając kopię zapasową na nowe urządzenie. %sKliknij przycisk, aby uzyskać więcej informacji, w tym sposoby przenoszenia świata na nowe urządzenie. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.generic=Nasza zdolność do obsługi tego urządzenia dobiega końca w twojej okolicy. Po otrzymaniu ostatecznej aktualizacji nadal będziesz w stanie grać na swoich światach i uzyskiwać dostęp do zakupów z Rynku, ale nie będziesz już mieć możliwości dokonywania zakupów na Rynku. Realms zarządzane z tego urządzenia będą nadal działać przez 6 miesięcy. 30 września 2023 roku stracisz jednak dostępu do Realms. Zaleca się, aby wcześniej pobrać swój świat. %sJeśli logujesz się za pomocą swojego konta Microsoft/Xbox, twoje zakupy na Rynku i waluta Minecoins oraz subskrypcja usługi Realms będą dostępne na innych platformach. Jeśli chcesz przenieść swoje Realms z tego urządzenia na inne, możesz to zrobić, dodając swój świat do Realms i pobierając kopię zapasową na nowe urządzenie. %sKliknij przycisk, aby uzyskać więcej informacji, w tym sposoby przenoszenia świata na nowe urządzenie. # +sunsetting.popup.sunset.geo.generic=Nasza zdolność do obsługi tego urządzenia dobiega końca w twojej okolicy. Po otrzymaniu ostatecznej aktualizacji nadal będziesz w stanie grać na swoich światach i uzyskiwać dostęp do zakupów z Rynku, ale nie będziesz już mieć możliwości dokonywania zakupów na Rynku. Realms zarządzane z tego urządzenia będą nadal działać do 30 września 2023 roku. Następnie stracisz dostęp do Realms. Zaleca się, aby wcześniej pobrać swój świat. %sJeśli logujesz się za pomocą swojego konta Microsoft/Xbox, twoje zakupy na Rynku i waluta Minecoins oraz subskrypcja usługi Realms będą dostępne na innych platformach. Jeśli chcesz przenieść swoje Realms z tego urządzenia na inne, możesz to zrobić, dodając swój świat do Realms i pobierając kopię zapasową na nowe urządzenie. %sKliknij przycisk, aby uzyskać więcej informacji, w tym sposoby przenoszenia świata na nowe urządzenie. # sunsetting.banner.play.worldTab.pending=Twoja wersja może wkrótce nie połączyć się z trybem wieloosobowym # sunsetting.banner.play.friendsTab.pending=Twoja wersja może wkrótce nie połączyć się z trybem wieloosobowym # @@ -10886,7 +10897,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Wybierz nową skórkę # dr.classic_skins.custom_skin_title=Importuj skórkę # dr.classic_skins.custom_skin_description=Zaimportuj plik .png (64 × 32, 64 × 64 lub 128 × 128) ze swojego urządzenia, aby użyć go jako skórki. Nie będzie ona synchronizowana między urządzeniami ani grami. # -dr.classic_skins.custom_skin_description_disabled=Twoje urządzenie nie może wybrać niestandardowej skórki podczas gry wieloosobowej. Wróć do menu głównego, aby ją założyć. # +dr.classic_skins.custom_skin_description_disabled= Twoje urządzenie nie może wybrać niestandardowej skórki podczas gry wieloosobowej. Wróć do menu głównego, aby ją założyć. # dr.classic_skins.custom_skin_description_popup=Gracze z niestandardowymi skórkami nie będą dla ciebie widoczni, jeśli masz włączoną opcję „Zezwalaj tylko na zaufane skórki”. # dr.classic_skins.custom_skin_section_title=Posiadane skórki # dr.classic_skins.invalidCustomSkin=Zaimportuj plik .png o wymiarach 64 × 64, 64 × 32 lub 128 × 128 # diff --git a/resource_pack/texts/pt_BR.lang b/resource_pack/texts/pt_BR.lang index b90e23171..fc0f295a2 100644 --- a/resource_pack/texts/pt_BR.lang +++ b/resource_pack/texts/pt_BR.lang @@ -1908,8 +1908,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=Reajuste das Negociações createWorldScreen.experimentalVillagerTradesRebalanceDescription=Contém negociações atualizadas para os aldeões para reajuste # createWorldScreen.experimentalArmadillo=Armadura de Tatu e Lobo # createWorldScreen.experimentalArmadilloDescription=Conheça o Tatu e prepare seu Lobo com a nova Armadura do Lobo! # -createWorldScreen.experimentalBundles=Conjuntos # -createWorldScreen.experimentalBundlesDescription=Permite criar e usar o item do Pacote # createWorldScreen.worldPreferences=Preferências do mundo # createWorldScreen.startWithMap=Iniciar Mapa # createWorldScreen.defaultName=Meu mundo # @@ -3878,7 +3876,7 @@ howtoplay.minecoins.text.1=Explore um mundo de possibilidades com Minecoins: moe howtoplay.minecoins.text.2=Uma vez resgatadas, suas Minecoins ficam vinculadas à sua conta da Microsoft, para que você também possa acessar suas moedas e compras em outros dispositivos compatíveis! # howtoplay.minecoins.button.text.1=Obter Moedas # howtoplay.minecoins.header.1=Aviso de isenção # -howtoplay.minecoins.text.3=*As Minecoins requerem a versão Minecraft: Bedrock Edition com o Marketplace do Minecraft. Minecoins não são compatíveis no PlayStation®. Para informações sobre compatibilidade, consulte minecraft.net/minecoins #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*As Minecoins requerem a versão Minecraft: Bedrock Edition com o Marketplace do Minecraft. Minecoins não são compatíveis no PlayStation®. Para informações sobre compatibilidade, consulte minecraft.net/minecoins  #### CertRequirement: [PlayStation®] howtoplay.mining=Mineração # @@ -6296,7 +6294,7 @@ options.dev_addCoinTitle=Adicionar Moedas # options.dev_reset_entitlements=Redefinir Todas as Titularidades # options.dev_reset_entitlements_loading=Redefinindo Titularidades, esta caixa de diálogo será fechada assim que o processo for concluído. Você pode fechar esta janela, mas fechar o jogo antes que este comando termine pode resultar em um comportamento inesperado. # options.dev_reset_entitlements_error_unfinished=Atenção, nem todas as titularidades foram excluídas corretamente. Tente executar o comando novamente, possivelmente depois de reiniciar o cliente. # -options.dev_reset_entitlements_warning=Atenção! Isso excluirá todas as suas titularidades, incluindo titularidades de legado que talvez você não consiga recuperar! Essa operação pode demorar um pouco se você tiver um grande número de titularidades. Tem certeza de que deseja continuar? # +options.dev_reset_entitlements_warning=Atenção! Isso excluirá todas as suas titularidades, incluindo titularidades de legado que talvez você não consiga recuperar! Essa operação pode demorar um pouco se você tiver um grande número de direitos. Tem certeza de que deseja continuar? # options.dev_reset_entitlements_success=Titularidades excluídas com êxito. # options.dev_currencyFailureWarning=A chamada de rede falhou. Erro: %s # options.dev_currencyFailureWarningGeneric=Falha na chamada de rede. Certifique-se de que você possui conexão com uma conta selecionada. # @@ -6411,7 +6409,6 @@ options.dev_sunsetting_tier.two=Nível 2 - KitKat # options.dev_sunsetting_tier.three=Nível 3 - FireTV # options.dev_sunsetting_tier.four=Nível 4 - 1024MB # options.dev_sunsetting_tier.five=Nível 5 - iOS 12 e Nougat # -options.dev_sunsetting_tier.six=Nível 6 - iOS 13, Android 8 e dispositivos de RV # options.dev_sunsetting_tier.not_pending=Não Pendente # options.dev_gatherings_section=Reuniões # options.dev_gatherings_enable=Habilitar Reuniões # @@ -6966,12 +6963,26 @@ sunsetting.popup.title=Este dispositivo não é mais suportado. # sunsetting.popup.moreInfo=Mais Informações # sunsetting.popup.dontshow=Não mostrar isto novamente # -sunsetting.popup.pendingSunset.device=Nosso suporte para este dispositivo está chegando ao fim. Você continuará recebendo atualizações até março de 2025, quando receberá a atualização final para este dispositivo.%sApós receber a atualização final, você ainda poderá jogar em seus mundos e acessar as compras do Marketplace (incluindo Minecoins), mas não poderá fazer novas compras neste dispositivo. Os Realms gerenciados a partir deste dispositivo continuarão funcionando por 6 meses a partir de março de 2025, a menos que sejam atualizados pelo proprietário em um dispositivo diferente. Para cancelar a assinatura do realm, você precisará acessar o menu Configurações para Assinaturas no dispositivo onde o realm foi criado. Você não receberá mais atualizações e não poderá jogar no modo Multijogador com dispositivos ou Realms que continuam recebendo atualizações. Você também não poderá se conectar a certos servidores.%sClique no botão para obter mais informações. # -sunsetting.popup.sunset.device=Nosso suporte para este dispositivo chegou ao fim. Você não receberá mais atualizações a partir de março de 2025, até atualizar seu dispositivo. Esta é a sua última atualização compatível com este dispositivo. %sVocê ainda poderá jogar em seus mundos e acessar compras do Marketplace (incluindo Minecoins). Os Realms gerenciados a partir deste dispositivo continuarão funcionando por 6 meses de março de 2025, a menos que sejam atualizados pelo proprietário em um dispositivo diferente. Para cancelar a assinatura do realm, você precisará acessar o menu Configurações para Assinaturas no dispositivo onde o realm foi criado. Você não receberá mais atualizações e não poderá jogar no modo Multijogador com dispositivos ou Realms que continuam recebendo atualizações. Você também não poderá se conectar a certos servidores.%sClique no botão para obter mais informações. # -sunsetting.popup.pendingSunset.windows_xr=Nosso suporte para este dispositivo gráfico de RV/RM chegou ao fim. Este dispositivo não receberá mais atualizações a partir de março de 2025, quando você receberá sua atualização final compatível com este dispositivo.%sApós a atualização final, você ainda receberá atualizações no seu computador e poderá jogar sem um dispositivo de VR/MR. A partir deste ponto, você poderá continuar construindo em seus mundos, e suas compras no Marketplace (incluindo Minecoins) continuarão disponíveis em outros tipos de dispositivos, como um monitor de computador. Você não poderá mais usar seu dispositivo de VR/MR com o Minecraft, pois ele não será mais compatível com as atualizações mais recentes.%sClique no botão para obter mais informações. # -sunsetting.popup.sunset.windows_xr=Nosso suporte para este dispositivo gráfico de RV/RM chegou ao fim. Este dispositivo de RV/RM não possui mais suporte. Você recebeu sua atualização final compatível com este dispositivo, e ainda receberá atualizações no seu computador e poderá jogar sem um dispositivo de VR/MR. A partir deste ponto, você poderá continuar construindo em seus mundos, e suas compras no Marketplace (incluindo Minecoins) continuarão disponíveis em outros tipos de dispositivos, como um monitor de computador. Você não poderá mais usar seu dispositivo de VR/MR com o Minecraft, pois ele não será mais compatível com as atualizações mais recentes.%sClique no botão para obter mais informações. # -sunsetting.popup.pendingSunset.geo=Nosso suporte para este dispositivo está chegando ao fim em sua área. Após receber a atualização final, você ainda poderá jogar em seus mundos e acessar suas compras no Marketplace, mas não poderá mais fazer compras no Marketplace. Os Realms gerenciados a partir deste dispositivo continuarão a funcionar por 6 meses. Em 30 de setembro de 2023, você não terá mais acesso ao realm. É recomendado que você baixe seu mundo antes disso. %sSe você tiver entrado com uma conta Microsoft, suas compras no Marketplace e Minecoins e sua assinatura do Realms estarão disponíveis em outras plataformas. Se você quiser transferir seus mundos deste dispositivo para outro dispositivo, você pode fazê-lo carregando o mundo para um Realm, e baixando um backup para o seu novo dispositivo. %sClique no botão para obter mais informações, incluindo maneiras de transferir seu mundo para um novo dispositivo. # -sunsetting.popup.sunset.geo=Nosso suporte para este dispositivo chegou ao fim em sua área. Você ainda poderá jogar em seus mundos e acessar suas compras no Marketplace, mas não poderá mais fazer compras no Marketplace. Os Realms gerenciados a partir deste dispositivo continuarão a funcionar até 30 de setembro de 2023. Depois disso, você não terá mais acesso ao Realm. Recomenda-se que você baixe seu mundo antes disso. %sSe você tiver entrado com uma conta da Microsoft, suas compras no Marketplace e Minecoins e sua assinatura do Realms estarão disponíveis em outras plataformas. Se quiser transferir seus mundos deste dispositivo para outro dispositivo, você pode fazê-lo carregando o mundo para um Realm, e baixando um backup para o seu novo dispositivo. %sPressione o botão para obter mais informações, incluindo maneiras de transferir seu mundo para um novo dispositivo. # +sunsetting.popup.moreInfo.gearVR=Para mais informações, visite https://aka.ms/MinecraftSunsetting em qualquer navegador da Web. # +sunsetting.popup.moreInfo.gearVR.geo=Para mais informações, visite https://aka.ms/MinecraftGeoSunsetting em qualquer navegador da Web. # + +sunsetting.popup.pendingSunset.ios=Nosso suporte para este dispositivo está chegando ao fim. Você continuará recebendo atualizações até fevereiro de 2024, quando receberá a atualização final para este dispositivo.%sApós receber a atualização final, você ainda poderá jogar em seus mundos e acessar as compras do Marketplace (incluindo Minecoins), mas não poderá fazer novas compras neste dispositivo. Os realms gerenciados a partir deste dispositivo continuarão funcionando por 6 meses, a menos que sejam atualizados pelo proprietário em um dispositivo diferente. Para cancelar a assinatura do realm, você precisará acessar o menu Configurações para Assinaturas no dispositivo onde o realm foi criado. Você não receberá mais atualizações e não poderá jogar no modo Multijogador com dispositivos ou Realms que continuam recebendo atualizações. Você também não poderá se conectar a certos servidores.%sClique no botão para obter mais informações, incluindo maneiras de transferir seu mundo para um novo dispositivo. # +sunsetting.popup.pendingSunset.android=Nosso suporte para este dispositivo está chegando ao fim. Você continuará recebendo atualizações até fevereiro de 2024, quando receberá a atualização final para este dispositivo.%sApós receber a atualização final, você ainda poderá jogar em seus mundos e acessar as compras do Marketplace (incluindo Minecoins), mas não poderá fazer novas compras neste dispositivo. Os realms gerenciados a partir deste dispositivo continuarão funcionando por 6 meses, a menos que sejam atualizados pelo proprietário em um dispositivo diferente. Para cancelar a assinatura do realm, você precisará acessar suas assinaturas no Google Play - você pode acessar o Google Play em qualquer dispositivo que tenha suporte ou em um computador que possa acessar a sua conta. Você não receberá mais atualizações e não poderá jogar no modo Multijogador com dispositivos ou Realms que continuam recebendo atualizações. Você também não poderá se conectar a certos servidores.%sClique no botão para obter mais informações, incluindo maneiras de transferir seu mundo para um novo dispositivo. # +sunsetting.popup.pendingSunset.ios_android=Nosso suporte para este dispositivo está chegando ao fim. Você continuará recebendo atualizações até novembro de 2022, quando receberá a atualização final para este dispositivo. Pedimos sinceras desculpas pelo inconveniente. %sApós receber a atualização final, você ainda poderá jogar em seus mundos e acessar as compras do Marketplace (incluindo Minecoins). Os Realms gerenciados a partir deste dispositivo continuarão funcionando por 6 meses, a menos que sejam atualizados pelo proprietário em um dispositivo diferente. Você não receberá mais atualizações, e não poderá jogar no modo Multijogador em dispositivos ou em Realms que permaneçam recebendo atualizações. Você também não será capaz de se conectar a certos servidores. %sClique no botão para obter mais informações, incluindo maneiras de transferir seus mundos para um novo dispositivo. # +sunsetting.popup.sunset.ios_android=Este dispositivo não é mais suportado. Você recebeu a atualização final para este dispositivo. A partir deste ponto você pode continuar construindo em seus mundos, e suas compras no Marketplace (incluindo Minecoins) continuarão disponíveis. Seus Realms continuarão funcionando, a menos que sejam atualizados pelo proprietário em um dispositivo diferente. Você não receberá mais atualizações, e não poderá jogar no modo Multijogador em dispositivos ou em Realms que permaneçam recebendo atualizações. Você também não será capaz de se conectar a certos servidores. %sClique no botão para obter mais informações, incluindo maneiras de transferir seus mundos para um novo dispositivo. Sabemos que isso é um inconveniente. Apreciamos profundamente o tempo que você passou em nosso jogo, e esperamos ver você novamente em um dispositivo compatível. # +sunsetting.popup.pendingSunset.gearvr_win10=Nosso suporte para este dispositivo está chegando ao fim. Você continuará recebendo atualizações até a nossa próxima grande atualização, quando obterá a atualização final para este dispositivo. Pedimos desculpas pelo inconveniente. %sApós receber a atualização final, você ainda poderá jogar em seus mundos e acessar as compras do Marketplace (incluindo Minecoins). No entanto, você não terá mais acesso ao modo Multijogador ou aos Realms a partir deste dispositivo. Você não receberá mais atualizações e não poderá jogar em Realms que permaneçam recebendo atualizações. Você também não será capaz de se conectar a certos servidores. %sClique no botão para obter mais informações, incluindo maneiras de transferir seus mundos para um novo dispositivo. # +sunsetting.popup.sunset.gearvr_win10=Este dispositivo não é mais suportado. Você recebeu a última atualização para ele. A partir deste ponto, você pode continuar construindo em seus mundos e suas compras no Marketplace (incluindo Minecoins) continuarão disponíveis. No entanto, você não terá mais acesso ao modo Multijogador ou aos Realms neste dispositivo. Você não receberá mais atualizações e não poderá jogar com dispositivos que continuam recebendo atualizações. Você também não poderá se conectar a certos servidores. # +sunsetting.popup.pendingSunset.dx10=Nosso suporte para este dispositivo está chegando ao fim. Você continuará recebendo atualizações até a nossa próxima grande atualização, quando obterá sua atualização final para este dispositivo. Pedimos desculpas pelo inconveniente. %sApós receber a atualização final, você ainda poderá jogar em seus mundos e acessar as compras do Marketplace (incluindo Minecoins). Os Realms gerenciados a partir deste dispositivo continuarão funcionando, a menos que sejam atualizados pelo proprietário em um dispositivo diferente. Você não receberá mais atualizações, e não poderá jogar o modo Multijogador com dispositivos ou Realms que permaneçam recebendo atualizações. Você também não será capaz de se conectar a certos servidores. %sClique no botão para obter mais informações, incluindo maneiras de transferir seus mundos para um novo dispositivo. # +sunsetting.popup.sunset.dx10=Este dispositivo gráfico não é mais suportado. Você recebeu a atualização final para este dispositivo. A partir deste ponto, você pode continuar construindo em seus mundos, e suas compras no Marketplace (incluindo Minecoins) continuarão disponíveis. Seus Realms continuarão funcionando, a menos que sejam atualizados pelo proprietário em um dispositivo diferente. Você não receberá mais atualizações, e não poderá jogar o modo Multijogador com dispositivos ou Realms que permaneçam recebendo atualizações. Você também não será capaz de se conectar a certos servidores. %sClique no botão para obter mais informações, incluindo maneiras de transferir seus mundos para um novo dispositivo. Sabemos que isso é um inconveniente, e apreciamos profundamente o tempo que você passou se divertindo com nosso jogo, e todo seu apoio. # + +sunsetting.popup.pendingSunset.geo.ios=Nosso suporte para este dispositivo está chegando ao fim em sua área. Após receber a atualização final, você ainda poderá jogar em seus mundos e acessar suas compras no Marketplace, mas não poderá mais fazer compras no Marketplace. Os Realms gerenciados a partir deste dispositivo continuarão a funcionar por 6 meses. Em 30 de setembro de 2023, você não terá mais acesso ao realm. É recomendado que você baixe seu mundo antes disso. %sSe você tiver entrado com uma conta Microsoft/Xbox Live, suas compras no Marketplace e Minecoins e sua assinatura do Realms estarão disponíveis em outras plataformas. Se você quiser transferir seus mundos deste dispositivo para outro dispositivo, você pode fazê-lo carregando o mundo para um Realm, e baixando um backup para o seu novo dispositivo. %sClique no botão para obter mais informações, incluindo maneiras de transferir seu mundo para um novo dispositivo. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.ios=Nosso suporte para este dispositivo chegou ao fim em sua área. Você ainda poderá jogar em seus mundos e acessar suas compras no Marketplace, mas não poderá mais fazer compras no Marketplace. Os Realms gerenciados a partir deste dispositivo continuarão a funcionar até 30 de setembro de 2023. Depois disso, você não terá mais acesso ao Realm. Recomenda-se que você baixe seu mundo antes disso. %sSe você tiver entrado com uma conta Microsoft/Xbox Live, suas compras no Marketplace e Minecoins e sua assinatura do Realms estarão disponíveis em outras plataformas. Se você quiser transferir seus mundos deste dispositivo para outro dispositivo, você pode fazê-lo carregando o mundo para um Realm, e baixando um backup para o seu novo dispositivo. %sClique no botão para obter mais informações, incluindo maneiras de transferir seu mundo para um novo dispositivo. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.amazon=Nosso suporte para este dispositivo está chegando ao fim em sua área. Após receber a atualização final, você ainda poderá jogar em seus mundos e acessar suas compras no Marketplace, mas não poderá mais fazer compras no Marketplace. Os Realms gerenciados a partir deste dispositivo continuarão a funcionar por 6 meses. Em 30 de setembro de 2023, você não terá mais acesso ao realm. É recomendado que você baixe seu mundo antes disso. %sSe você tiver entrado com uma conta Microsoft/Xbox Live, suas compras no Marketplace e Minecoins e sua assinatura do Realms estarão disponíveis em outras plataformas. Se você quiser transferir seus mundos deste dispositivo para outro dispositivo, você pode fazê-lo carregando o mundo para um Realm, e baixando um backup para o seu novo dispositivo. %sClique no botão para obter mais informações, incluindo maneiras de transferir seu mundo para um novo dispositivo. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.amazon=Nosso suporte para este dispositivo chegou ao fim em sua área. Você ainda poderá jogar em seus mundos e acessar suas compras no Marketplace, mas não poderá mais fazer compras no Marketplace. Os Realms gerenciados a partir deste dispositivo continuarão a funcionar até 30 de setembro de 2023. Depois disso, você não terá mais acesso ao Realm. Recomenda-se que você baixe seu mundo antes disso. %sSe você tiver entrado com uma conta Microsoft/Xbox Live, suas compras no Marketplace e Minecoins e sua assinatura do Realms estarão disponíveis em outras plataformas. Se você quiser transferir seus mundos deste dispositivo para outro dispositivo, você pode fazê-lo carregando o mundo para um Realm, e baixando um backup para o seu novo dispositivo. %sClique no botão para obter mais informações, incluindo maneiras de transferir seu mundo para um novo dispositivo. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.android=Nosso suporte para este dispositivo está chegando ao fim em sua área. Após receber a atualização final, você ainda poderá jogar em seus mundos e acessar suas compras no Marketplace, mas não poderá mais fazer compras no Marketplace. Os Realms gerenciados a partir deste dispositivo continuarão a funcionar por 6 meses. Em 30 de setembro de 2023, você não terá mais acesso aos realms neste dispositivo. É recomendado que você baixe seu mundo antes disso e cancele sua assinatura através do Google Play. %sVocê não receberá as atualizações mais recentes e não poderá jogar o modo multijogador. Você também não poderá se conectar a certos servidores. %sSe você tiver entrado com uma conta Microsoft/Xbox Live, suas compras no Marketplace e Minecoins e sua assinatura do Realms estarão disponíveis em outras plataformas onde joga Minecraft, a partir das quais você poderá iniciar uma nova assinatura. %sSe você quiser transferir seus mundos deste dispositivo para outro dispositivo, você pode fazê-lo carregando o mundo para um Realm, e baixando um backup para o seu novo dispositivo. %sClique no botão para obter mais informações, incluindo maneiras de transferir seu mundo para um novo dispositivo. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.android=Nosso suporte para este dispositivo chegou ao fim em sua área. Você ainda poderá jogar em seus mundos e acessar suas compras no Marketplace, mas não poderá mais fazer compras no Marketplace. Os Realms gerenciados a partir deste dispositivo continuarão a funcionar até 30 de setembro de 2023. Depois disso, você não terá mais acesso ao Realm. Recomenda-se que você baixe seu mundo antes disso. %sSe você tiver entrado com uma conta Microsoft/Xbox Live, suas compras no Marketplace e Minecoins e sua assinatura do Realms estarão disponíveis em outras plataformas. Se você quiser transferir seus mundos deste dispositivo para outro dispositivo, você pode fazê-lo carregando o mundo para um Realm, e baixando um backup para o seu novo dispositivo. %sClique no botão para obter mais informações, incluindo maneiras de transferir seu mundo para um novo dispositivo. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.generic=Nosso suporte para este dispositivo está chegando ao fim em sua área. Após receber a atualização final, você ainda poderá jogar em seus mundos e acessar suas compras no Marketplace, mas não poderá mais fazer compras no Marketplace. Os Realms gerenciados a partir deste dispositivo continuarão a funcionar por 6 meses. Em 30 de setembro de 2023, você não terá mais acesso ao realm. É recomendado que você baixe seu mundo antes disso. %sSe você tiver entrado com uma conta Microsoft/Xbox Live, suas compras no Marketplace e Minecoins e sua assinatura do Realms estarão disponíveis em outras plataformas. Se você quiser transferir seus mundos deste dispositivo para outro dispositivo, você pode fazê-lo carregando o mundo para um Realm, e baixando um backup para o seu novo dispositivo. %sClique no botão para obter mais informações, incluindo maneiras de transferir seu mundo para um novo dispositivo. # +sunsetting.popup.sunset.geo.generic=Nosso suporte para este dispositivo chegou ao fim em sua área. Você ainda poderá jogar em seus mundos e acessar suas compras no Marketplace, mas não poderá mais fazer compras no Marketplace. Os Realms gerenciados a partir deste dispositivo continuarão a funcionar até 30 de setembro de 2023. Depois disso, você não terá mais acesso ao Realm. Recomenda-se que você baixe seu mundo antes disso. %sSe você tiver entrado com uma conta Microsoft/Xbox Live, suas compras no Marketplace e Minecoins e sua assinatura do Realms estarão disponíveis em outras plataformas. Se você quiser transferir seus mundos deste dispositivo para outro dispositivo, você pode fazê-lo carregando o mundo para um Realm, e baixando um backup para o seu novo dispositivo. %sClique no botão para obter mais informações, incluindo maneiras de transferir seu mundo para um novo dispositivo. # sunsetting.banner.play.worldTab.pending=Sua versão em breve não poderá se conectar ao modo Multijogador # sunsetting.banner.play.friendsTab.pending=Sua versão pode em breve não se conectar ao multijogador # @@ -10886,7 +10897,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Escolher nova capa # dr.classic_skins.custom_skin_title=Importar Capa # dr.classic_skins.custom_skin_description=Importe um png (64x32, 64x64 ou 128x128) do seu dispositivo para usar como visual. Isso não sincronizará entre dispositivos ou jogos. # -dr.classic_skins.custom_skin_description_disabled=Seu dispositivo não pode selecionar um visual personalizado enquanto estiver em um jogo multijogador. Volte ao menu principal para equipar um. # +dr.classic_skins.custom_skin_description_disabled= Seu dispositivo não pode selecionar um visual personalizado enquanto estiver em um jogo multijogador. Volte ao menu principal para equipar um. # dr.classic_skins.custom_skin_description_popup=Jogadores com visuais personalizados não ficarão visíveis para você se a opção ''Apenas Permitir Visuais Confiáveis'' estiver habilitada # dr.classic_skins.custom_skin_section_title=Capas Adquiridas # dr.classic_skins.invalidCustomSkin=Importe um arquivo .png com dimensões 64x64, 64x32 ou 128x128 # diff --git a/resource_pack/texts/pt_PT.lang b/resource_pack/texts/pt_PT.lang index e2c50aa99..3106276f3 100644 --- a/resource_pack/texts/pt_PT.lang +++ b/resource_pack/texts/pt_PT.lang @@ -1908,8 +1908,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=Reequilíbrio via Troca de createWorldScreen.experimentalVillagerTradesRebalanceDescription=Contém trocas atualizadas para aldeões tendo em vista um reequilíbrio # createWorldScreen.experimentalArmadillo=Tatu e Armadura para Lobo # createWorldScreen.experimentalArmadilloDescription=Conhece o Tatu e equipa o teu lobo com a nova Armadura para Lobo! # -createWorldScreen.experimentalBundles=Pacotes # -createWorldScreen.experimentalBundlesDescription=Permite-te criar e usar o item de Pacote # createWorldScreen.worldPreferences=Preferências do Mundo # createWorldScreen.startWithMap=Mapa Inicial # createWorldScreen.defaultName=O Meu Mundo # @@ -3878,7 +3876,7 @@ howtoplay.minecoins.text.1=Explora um mundo de possibilidades com as Minecoins: howtoplay.minecoins.text.2=Depois de as obteres, as tuas Minecoins ficam associadas à tua conta Microsoft, para também poderes aceder às tuas Minecoins e às tuas compras noutros dispositivos compatíveis! # howtoplay.minecoins.button.text.1=Obter moedas # howtoplay.minecoins.header.1=Renúncia de responsabilidade # -howtoplay.minecoins.text.3=*As Minecoins requerem uma versão do Minecraft: Bedrock Edition com o Marketplace do Minecraft. As Minecoins não são compatíveis com a versão para a PlayStation®. Para mais informações sobre a compatibilidade, visita minecraft.net/minecoins #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*As Minecoins requerem uma versão do Minecraft: Bedrock Edition com o Marketplace do Minecraft. As Minecoins não são compatíveis com a versão para a PlayStation®. Para mais informações sobre a compatibilidade, visita minecraft.net/minecoins  #### CertRequirement: [PlayStation®] howtoplay.mining=Mineração # @@ -6295,7 +6293,7 @@ options.dev_addCoins=Adicionar %s Moedas # options.dev_addCoinTitle=Adicionar Moedas # options.dev_reset_entitlements=Repor Todos os Direitos # options.dev_reset_entitlements_loading=A Repor Direitos - este diálogo irá fechar-se quando o processo terminar. Podes fechar esta janela, mas fechar o jogo antes de este comando terminar poderá provocar comportamentos inesperados. # -options.dev_reset_entitlements_error_unfinished=Atenção, nem todos os direitos foram corretamente eliminados. Tenta executar o comando outra vez, após reiniciares o cliente, se for possível. # +options.dev_reset_entitlements_error_unfinished=Atenção, nem todos os direitos foram corretamente eliminados. Tenta executar o comando outra vez, após reiniciar o cliente, se for possível. # options.dev_reset_entitlements_warning=Atenção! Esta ação elimina todos os teus direitos, inclusive os direitos legatórios que poderás não conseguir recuperar! Esta operação pode demorar algum tempo se tiveres um número elevado de direitos. De certeza que queres continuar? # options.dev_reset_entitlements_success=Direitos eliminados. # options.dev_currencyFailureWarning=A chamada de rede falhou. Erro: %s # @@ -6411,7 +6409,6 @@ options.dev_sunsetting_tier.two=Nível 2 – KitKat # options.dev_sunsetting_tier.three=Nível 3 – FireTV # options.dev_sunsetting_tier.four=Nível 4 - 1024 MB # options.dev_sunsetting_tier.five=Nível 5 - iOS 12 & Nougat # -options.dev_sunsetting_tier.six=Nível 6 - iOS 13, Android 8, dispositivos VR # options.dev_sunsetting_tier.not_pending=Não Pendente # options.dev_gatherings_section=Reuniões # options.dev_gatherings_enable=Ativar Reuniões # @@ -6966,12 +6963,26 @@ sunsetting.popup.title=Este dispositivo já não é suportado. # sunsetting.popup.moreInfo=Mais Informações # sunsetting.popup.dontshow=Não mostrar isto novamente # -sunsetting.popup.pendingSunset.device=A nossa capacidade de suportar este dispositivo vai acabar. Vais continuar a receber atualizações até março de 2025, altura em que receberás a última atualização compatível com este dispositivo.%sDepois de receberes a última atualização, continuarás a poder jogar nos teus mundos e aceder às compras do Marketplace (incluindo Minecoins), mas deixarás de poder fazer novas compras, neste dispositivo. Os Realms geridos a partir deste dispositivo continuarão a funcionar durante 6 meses, a partir de março de 2025, a menos que sejam atualizados pelo proprietário do Realm noutro dispositivo. Para cancelar a tua subscrição do Realms, tens de ir ao menu Definições nas Subscrições do dispositivo em que o Realm foi criado. Vais deixar de receber as últimas atualizações e não poderás jogar em modo multijogador com dispositivos ou Realms que continuem a receber atualizações. Também não poderás entrar em determinados servidores.%sClica no botão para obter mais informações. # -sunsetting.popup.sunset.device=A nossa capacidade de suportar este dispositivo acabou. Vais deixar de receber atualizações a partir de março de 2025, até atualizares o teu dispositivo. Esta é a última atualização compatível com este dispositivo.%sContinuas a poder jogar nos teus mundos e aceder às compras do Marketplace (incluindo Minecoins). Os Realms geridos a partir deste dispositivo continuarão a funcionar durante 6 meses, a partir de março de 2025, a menos que sejam atualizados pelo proprietário do Realm noutro dispositivo. Para cancelar a tua subscrição do Realms, tens de ir ao menu Definições nas Subscrições do dispositivo em que o Realm foi criado. Vais deixar de receber as últimas atualizações e não poderás jogar em modo multijogador com dispositivos ou Realms que continuem a receber atualizações. Também não poderás entrar em determinados servidores.%sClica no botão para obter mais informações. # -sunsetting.popup.pendingSunset.windows_xr=A nossa capacidade de suportar este dispositivo gráfico VR/MR chegou ao fim. Este dispositivo já não será suportado nas atualizações após março de 2025, altura em que receberás a última atualização que suporta este dispositivo.%sDepois de receberes a última atualização, continuarás a receber atualizações no teu PC e poderás jogar sem o dispositivo VR/MR. A partir daí, podes continuar a construir nos teus mundos e as tuas compras do Marketplace (incluindo Minecoins) continuarão disponíveis em dispositivos gráficos que não sejam VR/MR, como no monitor de um computador. Deixarás de poder usar o teu dispositivo VR/MR com o Minecraft, uma vez que já não será suportado nas atualizações futuras.%sClica no botão para mais informações. # -sunsetting.popup.sunset.windows_xr=A nossa capacidade de suportar este dispositivo gráfico VR/MR chegou ao fim. Este dispositivo VR/MR já não é suportado. Recebeste a última atualização que suporta este dispositivo gráfico e continuarás a receber atualizações no teu PC e a poder jogar sem o dispositivo VR/MR. A partir daí, podes continuar a construir nos teus mundos e as tuas compras do Marketplace (incluindo Minecoins) continuarão disponíveis em dispositivos gráficos que não sejam VR/MR, como no monitor de um computador. Deixarás de poder usar o teu dispositivo VR/MR com o Minecraft, uma vez que já não será suportado nas atualizações futuras.%sClica no botão para mais informações. Sabemos que isto é inconveniente e agradecemos imenso o tempo que passaste no nosso jogo e o teu apoio. # -sunsetting.popup.pendingSunset.geo=A nossa capacidade de suportar este dispositivo vai acabar na tua região. Depois de receberes a última atualização, ainda poderás jogar nos teus mundos e aceder às tuas compras do Marketplace, mas já não poderás fazer compras no Marketplace. Os Realms geridos a partir do dispositivo continuam a funcionar durante 6 meses. No dia 30 de setembro de 2023, deixarás de ter acesso aos Realms. Recomendamos que transfiras o teu mundo antes dessa data.%sSe tens sessão iniciada com uma conta Microsoft, as tuas compras no Marketplace e Minecoins, bem como a tua subscrição do Realms, estarão disponíveis noutras plataformas. Se quiseres mover os teus mundos deste dispositivo para outro, podes fazê-lo carregando o mundo para um Realm e transferindo uma cópia de segurança para o teu novo dispositivo.%sClica no botão para mais informações, incluindo sobre formas de transferires o teu mundo para um novo dispositivo. # -sunsetting.popup.sunset.geo=A nossa capacidade de suportar este dispositivo acabou na tua região. Ainda podes jogar nos teus mundos e aceder às tuas compras no Marketplace, mas já não podes fazer mais compras no Marketplace. Os Realms geridos a partir deste dispositivo continuarão a funcionar até 30 de setembro de 2023. Depois desse dia, deixarás de ter acesso aos Realms. Recomendamos que transfiras o teu mundo antes dessa data.%sSe tens sessão iniciada com uma conta Microsoft, as tuas compras no Marketplace, as tuas Minecoins e a tua subscrição do Realms estarão disponíveis noutras plataformas. Se quiseres mover os teus mundos deste dispositivo para outro, podes fazê-lo carregando o mundo para um Realm e transferindo uma cópia de segurança para o teu novo dispositivo.%sClica no botão para obteres mais informações, incluindo sobre formas de moveres o teu mundo para um novo dispositivo. # +sunsetting.popup.moreInfo.gearVR=Para mais informações, visita https://aka.ms/MinecraftSunsetting em qualquer navegador. # +sunsetting.popup.moreInfo.gearVR.geo=Para mais informações, visita https://aka.ms/MinecraftGeoSunsetting em qualquer navegador. # + +sunsetting.popup.pendingSunset.ios=A nossa capacidade para dar assistência a este dispositivo está a chegar ao fim. Vais continuar a receber atualizações até fevereiro de 2024, momento em que receberás a última atualização para este dispositivo. %sDepois de receberes a atualização final, ainda poderás jogar nos teus mundos e aceder às compras do Marketplace (incluindo Minecoins). No entanto, não poderás fazer novas compras neste dispositivo. Os Realms geridos a partir deste dispositivo continuarão a funcionar durante 6 meses, a menos que sejam atualizados pelo proprietário do Realm num dispositivo diferente. Para cancelar a tua subscrição do Realms, tens de ir ao menu Definições nas Subscrições no dispositivo onde o Realm foi criado. Vais deixar de receber as últimas atualizações e não poderás jogar em modo multijogador com dispositivos ou Realms que continuem a receber atualizações. Também não poderás ligar-te a determinados servidores. %sClica no botão para obter mais informações, incluindo formas de mover o teu mundo para um novo dispositivo. # +sunsetting.popup.pendingSunset.android=A nossa capacidade para dar assistência a este dispositivo está a chegar ao fim. Vais continuar a receber atualizações até fevereiro de 2024, momento em que receberás a última atualização para este dispositivo.%sDepois de receberes a atualização final, ainda poderás jogar nos teus mundos e aceder às compras do Marketplace (incluindo Minecoins). No entanto, não poderás fazer novas compras neste dispositivo. Os Realms geridos a partir deste dispositivo continuarão a funcionar durante 6 meses, a menos que sejam atualizados pelo proprietário do Realm num dispositivo diferente. Para cancelares a tua subscrição do Realms, precisas de ir às Subscrições no Google Play. Podes aceder ao Google Play através de qualquer dispositivo suportado ou pelo computador, onde podes aceder à tua conta. Deixarás de receber as últimas atualizações e não poderás jogar em modo multijogador com dispositivos ou Realms que continuem a receber atualizações. Também não poderás ligar-te a determinados servidores. %sClica no botão para obter mais informações, incluindo formas de mover os teus mundos para um novo dispositivo. # +sunsetting.popup.pendingSunset.ios_android=A nossa capacidade para dar assistência a este dispositivo está a chegar ao fim. Continuarás a receber atualizações até novembro de 2022, momento em que receberás a última atualização para este dispositivo. Pedimos imensa desculpa pelo inconveniente. %sDepois de receberes a atualização final, ainda poderás jogar nos teus mundos e aceder às compras do Marketplace (incluindo Minecoins). Os Realms geridos a partir deste dispositivo continuarão a funcionar durante 6 meses, a menos que sejam atualizados pelo proprietário do Realm num dispositivo diferente. Deixarás de receber as últimas atualizações e não poderás jogar em modo multijogador com dispositivos ou Realms que continuem a receber atualizações. Também não poderás ligar-te a determinados servidores. %sClica no botão para obteres mais informações, incluindo sobre formas de transferires os teus mundos para um novo dispositivo. # +sunsetting.popup.sunset.ios_android=Este dispositivo já não é suportado. Recebeste uma atualização final para este dispositivo. A partir de agora podes continuar a construir os teus mundos e as tuas compras do Marketplace (incluindo Minecoins) continuarão a estar disponíveis. Os Realms continuarão a funcionar a menos que sejam atualizados pelo proprietário do Realm num dispositivo diferente. Deixarás de receber as últimas atualizações e não poderás jogar em modo multijogador com dispositivos ou Realms que continuem a receber atualizações. Também não poderás ligar-te a determinados servidores. %sClica no botão para obter mais informações, incluindo formas de mover os teus mundos para um novo dispositivo. Sabemos que tudo isto é um inconveniente – agradecemos profundamente o tempo que dedicaste ao nosso jogo e esperamos ver-te novamente num dispositivo atualizado. # +sunsetting.popup.pendingSunset.gearvr_win10=A nossa capacidade para suportar este dispositivo está a chegar ao fim. Continuarás a receber atualizações até ao próximo grande lançamento, momento em que receberás a tua atualização final para este dispositivo. Pedimos imensa desculpa pelo inconveniente. %sDepois de receberes a atualização final, ainda poderás jogar nos teus mundos e aceder às compras do Marketplace (incluindo minecoins). No entanto, deixarás de ter acesso ao modo multijogador ou aos Realms a partir desde dispositivo. Deixarás de receber as últimas atualizações e não poderás jogar em modo multijogador com dispositivos ou Realms que continuem a receber atualizações. Também não poderás ligar-te a determinados servidores. %sClica no botão para obter mais informações, incluindo formas de mover os teus mundos para um novo dispositivo. # +sunsetting.popup.sunset.gearvr_win10=Este dispositivo já não é suportado. Recebeste uma atualização final para este dispositivo. A partir de agora podes continuar a construir os teus mundos e as tuas compras do Marketplace (incluindo Minecoins) continuarão a estar disponíveis. No entanto deixarás de ter acesso ao modo multijogador ou aos Realms a partir desde dispositivo. Deixarás de receber as últimas atualizações e não poderás jogar com dispositivos que continuem a receber atualizações. Também não poderás ligar-te a determinados servidores. # +sunsetting.popup.pendingSunset.dx10=A nossa capacidade para suportar este dispositivo gráfico está a chegar ao fim. Continuarás a receber atualizações até ao próximo grande lançamento, momento em que receberás a tua atualização final para este dispositivo. Pedimos imensa desculpa pelo inconveniente. %sDepois de receberes a atualização final, ainda poderás jogar nos teus mundos e aceder às compras do Marketplace (incluindo minecoins). Os Realms geridos a partir deste dispositivo continuarão a funcionar a menos que sejam atualizados pelo proprietário do Realm num dispositivo diferente. Deixarás de receber as últimas atualizações e não poderás jogar em modo multijogador com dispositivos ou Realms que continuem a receber atualizações. Também não poderás ligar-te a determinados servidores. %sClica no botão para obter mais informações, incluindo formas de mover os teus mundos para um novo dispositivo. # +sunsetting.popup.sunset.dx10=Este dispositivo gráfico já não é suportado. Recebeste uma atualização final para este dispositivo. A partir de agora podes continuar a construir os teus mundos e as tuas compras do Marketplace (incluindo Minecoins) continuarão a estar disponíveis. Os Realms continuarão a funcionar a menos que sejam atualizados pelo proprietário do Realm num dispositivo diferente. Deixarás de receber as últimas atualizações e não poderás jogar em modo multijogador com dispositivos ou Realms que continuem a receber atualizações. Também não poderás ligar-te a determinados servidores. %sClica no botão para obter mais informações, incluindo formas de mover os teus mundos para um novo dispositivo. Sabemos que tudo isto é um inconveniente e agradecemos profundamente o tempo que dedicaste ao nosso jogo, assim como todo o teu apoio. # + +sunsetting.popup.pendingSunset.geo.ios=A compatibilidade com este dispositivo vai terminar na tua zona. Depois de receberes a atualização final, ainda poderás jogar nos teus mundos e aceder às tuas compras do Marketplace, mas já não poderás efetuar compras no Marketplace. Os Realms geridos a partir do dispositivo continuam a funcionar durante 6 meses. No dia 30 de setembro de 2023, deixarás de ter acesso aos Realms. Recomendamos que transfiras o teu mundo antes dessa data e que canceles a subscrição consultando as definições de Subscrições do teu dispositivo. %sSe tens sessão iniciada com uma conta Microsoft ou Xbox Live, as tuas compras no Marketplace e Minecoins, bem como a tua subscrição do Realms, estarão disponíveis noutras plataformas. Se quiseres mover os teus mundos deste dispositivo para outro, podes fazê-lo enviando o mundo para um Realm e transferindo uma cópia de segurança para o teu novo dispositivo. %sClica no botão para mais informações, incluindo formas de transferires o teu mundo para um novo dispositivo. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.ios=A compatibilidade com este dispositivo terminou na tua zona. Ainda podes jogar nos teus mundos e aceder às tuas compras do Marketplace, mas já não podes efetuar compras no Marketplace. Os Realms geridos a partir do dispositivo continuam a funcionar até 30 de setembro de 2023, depois deixas de ter acesso aos Realms. Recomendamos que transfiras o teu mundo antes dessa data. %sSe tens sessão iniciada com uma conta Microsoft ou Xbox Live, as tuas compras no Marketplace e Minecoins, bem como a tua subscrição do Realms, estarão disponíveis noutras plataformas. Se quiseres mover os teus mundos deste dispositivo para outro, podes fazê-lo enviando o mundo para um Realm e transferindo uma cópia de segurança para o teu novo dispositivo. %sClica no botão para mais informações, incluindo formas de transferires o teu mundo para um novo dispositivo. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.amazon=A compatibilidade com este dispositivo vai terminar na tua zona. Depois de receberes a atualização final, ainda poderás jogar nos teus mundos e aceder às tuas compras do Marketplace, mas já não poderás efetuar compras no Marketplace. Os Realms geridos a partir do dispositivo continuam a funcionar durante 6 meses. No dia 30 de setembro de 2023, deixarás de ter acesso aos Realms. Recomendamos que transfiras o teu mundo antes dessa data. %sSe tens sessão iniciada com uma conta Microsoft ou Xbox Live, as tuas compras no Marketplace e Minecoins, bem como a tua subscrição do Realms, estarão disponíveis noutras plataformas. Se quiseres mover os teus mundos deste dispositivo para outro, podes fazê-lo enviando o mundo para um Realm e transferindo uma cópia de segurança para o teu novo dispositivo. %sClica no botão para mais informações, incluindo formas de transferires o teu mundo para um novo dispositivo. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.amazon=A compatibilidade com este dispositivo terminou na tua zona. Ainda podes jogar nos teus mundos e aceder às tuas compras do Marketplace, mas já não podes efetuar compras no Marketplace. Os Realms geridos a partir do dispositivo continuam a funcionar até 30 de setembro de 2023, depois deixas de ter acesso aos Realms. Recomendamos que transfiras o teu mundo antes dessa data. %sSe tens sessão iniciada com uma conta Microsoft ou Xbox Live, as tuas compras no Marketplace e Minecoins, bem como a tua subscrição do Realms, estarão disponíveis noutras plataformas. Se quiseres mover os teus mundos deste dispositivo para outro, podes fazê-lo enviando o mundo para um Realm e transferindo uma cópia de segurança para o teu novo dispositivo. %sClica no botão para mais informações, incluindo formas de transferires o teu mundo para um novo dispositivo. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.android=A compatibilidade com este dispositivo vai terminar na tua região. Com esta atualização final, continuarás a poder jogar nos teus mundos e a poder aceder às tuas compras do Marketplace, mas já não poderás fazer compras no Marketplace. Os Realms geridos a partir deste dispositivo continuarão a funcionar durante 6 meses. No dia 30 de setembro de 2023, deixarás de ter acesso aos Realms a partir deste dispositivo. Recomendamos que transfiras o teu mundo antes dessa data e que canceles a tua subscrição consultando as tuas subscrições no Google Play. %sVais deixar de receber as últimas atualizações e vais deixar de poder jogar no modo multijogador. Também não poderás ligar-te a determinados servidores. %sSe tiveres sessão iniciada com uma conta Microsoft ou Xbox Live, as tuas compras do Marketplace e Minecoins e a tua subscrição do Realms ficarão disponíveis nas outras plataformas onde jogas Minecraft. Podes iniciar uma nova subscrição a partir dessas plataformas onde jogas Minecraft. %sCaso queiras mover os teus mundos deste dispositivo para outro, podes fazê-lo enviando o mundo para um Realm e transferindo uma cópia de segurança para o teu novo dispositivo. %sClica no botão para mais informações, incluindo formas de mover o teu mundo para um novo dispositivo. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.android=A compatibilidade com este dispositivo terminou na tua zona. Ainda podes jogar nos teus mundos e aceder às tuas compras do Marketplace, mas já não podes efetuar compras no Marketplace. Os Realms geridos a partir do dispositivo continuam a funcionar até 30 de setembro de 2023, depois deixas de ter acesso aos Realms. Recomendamos que transfiras o teu mundo antes dessa data. %sSe tens sessão iniciada com uma conta Microsoft ou Xbox Live, as tuas compras no Marketplace e Minecoins, bem como a tua subscrição do Realms, estarão disponíveis noutras plataformas. Se quiseres mover os teus mundos deste dispositivo para outro, podes fazê-lo enviando o mundo para um Realm e transferindo uma cópia de segurança para o teu novo dispositivo. %sClica no botão para mais informações, incluindo formas de transferires o teu mundo para um novo dispositivo. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.generic=A compatibilidade com este dispositivo vai terminar na tua zona. Depois de receberes a atualização final, ainda poderás jogar nos teus mundos e aceder às tuas compras do Marketplace, mas já não poderás efetuar compras no Marketplace. Os Realms geridos a partir do dispositivo continuam a funcionar durante 6 meses. No dia 30 de setembro de 2023, deixarás de ter acesso aos Realms. Recomendamos que transfiras o teu mundo antes dessa data. %sSe tens sessão iniciada com uma conta Microsoft ou Xbox Live, as tuas compras no Marketplace e Minecoins, bem como a tua subscrição do Realms, estarão disponíveis noutras plataformas. Se quiseres mover os teus mundos deste dispositivo para outro, podes fazê-lo enviando o mundo para um Realm e transferindo uma cópia de segurança para o teu novo dispositivo. %sClica no botão para mais informações, incluindo formas de transferires o teu mundo para um novo dispositivo. # +sunsetting.popup.sunset.geo.generic=A compatibilidade com este dispositivo terminou na tua zona. Ainda podes jogar nos teus mundos e aceder às tuas compras do Marketplace, mas já não podes efetuar compras no Marketplace. Os Realms geridos a partir do dispositivo continuam a funcionar até 30 de setembro de 2023, depois deixas de ter acesso aos Realms. Recomendamos que transfiras o teu mundo antes dessa data. %sSe tens sessão iniciada com uma conta Microsoft ou Xbox Live, as tuas compras no Marketplace e Minecoins, bem como a tua subscrição do Realms, estarão disponíveis noutras plataformas. Se quiseres mover os teus mundos deste dispositivo para outro, podes fazê-lo enviando o mundo para um Realm e transferindo uma cópia de segurança para o teu novo dispositivo. %sClica no botão para mais informações, incluindo formas de transferires o teu mundo para um novo dispositivo. # sunsetting.banner.play.worldTab.pending=Em breve, pode não ser possível ligar a tua versão ao modo multijogador # sunsetting.banner.play.friendsTab.pending=Em breve, pode não ser possível ligar a tua versão ao modo multijogador # @@ -10886,7 +10897,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Escolher Skin Nova # dr.classic_skins.custom_skin_title=Importar Skin # dr.classic_skins.custom_skin_description=Importa um png (64x32, 64x64 ou 128x128) do teu dispositivo para usar como skin. Esta ação não será sincronizada entre dispositivos nem entre jogos. # -dr.classic_skins.custom_skin_description_disabled=O teu dispositivo não pode selecionar uma skin personalizada enquanto estás num jogo multijogador. Volta ao menu principal para te equipares com uma. # +dr.classic_skins.custom_skin_description_disabled= O teu dispositivo não pode escolher uma skin personalizada enquanto estás num jogo multijogador. Volta ao menu principal para te equipares com uma. # dr.classic_skins.custom_skin_description_popup=Os/as jogadore(a)s com skins personalizadas não serão visíveis se a opção "Apenas Permitir Skins Fidedignas" estiver ativada # dr.classic_skins.custom_skin_section_title=Skins Que Possuis # dr.classic_skins.invalidCustomSkin=Importa um ficheiro .png de 64x64, 64x32 ou 128x128 # diff --git a/resource_pack/texts/ru_RU.lang b/resource_pack/texts/ru_RU.lang index d0715e3fe..30c255622 100644 --- a/resource_pack/texts/ru_RU.lang +++ b/resource_pack/texts/ru_RU.lang @@ -1908,8 +1908,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=Изменение тор createWorldScreen.experimentalVillagerTradesRebalanceDescription=Изменяет торговлю с селянами для улучшения баланса # createWorldScreen.experimentalArmadillo=Броненосец и доспехи волка # createWorldScreen.experimentalArmadilloDescription=Познакомьтесь с броненосцем и экипируйте своего волка новыми Доспехами Волка. # -createWorldScreen.experimentalBundles=Пакеты # -createWorldScreen.experimentalBundlesDescription=Позволяет создавать и использовать предметы из наборов # createWorldScreen.worldPreferences=Настройки мира # createWorldScreen.startWithMap=Начальная карта # createWorldScreen.defaultName=Мой мир # @@ -3878,7 +3876,7 @@ howtoplay.minecoins.text.1=Игровая валюта Minecoins: Minecraft от howtoplay.minecoins.text.2=Полученные Minecoins привязаны к вашей учетной записи Microsoft, так что у вас есть доступ к монетам и покупкам на любых поддерживаемых устройствах! # howtoplay.minecoins.button.text.1=Получить Minecoins # howtoplay.minecoins.header.1=Отказ от ответственности # -howtoplay.minecoins.text.3=*Для использования Minecoins требуется версия Minecraft: Bedrock Edition с Рынком Minecraft. Minecoins несовместимы с PlayStation®. Узнать о совместимости вы можете по ссылке minecraft.net/minecoins #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Для использования Minecoins требуется версия Minecraft: Bedrock Edition с Рынком Minecraft. Minecoins несовместимы с PlayStation®. Узнать о совместимости вы можете по ссылке minecraft.net/minecoins  #### CertRequirement: [PlayStation®] howtoplay.mining=Добыча # @@ -6411,7 +6409,6 @@ options.dev_sunsetting_tier.two=Уровень 2 — KitKat # options.dev_sunsetting_tier.three=Уровень 3 — FireTV # options.dev_sunsetting_tier.four=Уровень 4 — 1024 МБ # options.dev_sunsetting_tier.five=Уровень 5 — iOS 12 и Android Nougat # -options.dev_sunsetting_tier.six=Уровень 6 — iOS 13 и Android 8, устройства VR # options.dev_sunsetting_tier.not_pending=Не ожидается # options.dev_gatherings_section=Сбор ресурсов # options.dev_gatherings_enable=Включить общественные мероприятия # @@ -6966,12 +6963,26 @@ sunsetting.popup.title=Это устройство больше не подде sunsetting.popup.moreInfo=Подробнее # sunsetting.popup.dontshow=Больше не показывать это сообщение # -sunsetting.popup.pendingSunset.device=Мы почти исчерпали наши возможности по поддержке этого устройства. Вы будете по-прежнему получать обновления до марта 2025 года, когда будет выпущено последнее обновление для этого устройства.%sПосле получения последнего обновления вы по-прежнему сможете играть в своих мирах и сохраните доступ к своим покупкам, сделанным на Рынке (включая монеты Minecoins), однако вы больше не сможете совершать покупки на этом устройстве. Realms, которыми вы управляете с этого устройства, будут продолжать работать в течение шести месяцев, начиная с марта 2025 года, если владелец Realm не обновит их с другого устройства. Чтобы отменить вашу подписку Realms, вам необходимо найти раздел «Подписки» в меню настроек того устройства, на котором был создан Realm. Вы больше не будете получать обновления и не сможете участвовать в многопользовательских играх, если в них участвуют пользователи получающих обновления устройств или используются обновляемые Realm. Вы также не сможете подключаться к некоторым серверам.%sНажмите кнопку для получения дополнительных сведений. # -sunsetting.popup.sunset.device=Поддержка данного устройства подошла к концу. Начиная с марта 2025 года, вы перестанете получать обновления для данного устройства, пока не обновите его.%sВы по-прежнему сможете играть в своих мирах и сохраните доступ к своим покупкам, сделанным на Рынке (включая монеты Minecoins). Realms, которыми вы управляете с этого устройства, будут продолжать работать в течение шести месяцев, начиная с марта 2025 года, если владелец Realm не обновит их с другого устройства. Чтобы отменить вашу подписку Realms, вам необходимо найти раздел «Подписки» в меню настроек того устройства, на котором был создан Realm. Вы больше не будете получать обновления и не сможете участвовать в многопользовательских играх, если в них участвуют пользователи получающих обновления устройств или используются обновляемые Realm. Вы также не сможете подключаться к некоторым серверам.%sНажмите кнопку для получения дополнительных сведений. # -sunsetting.popup.pendingSunset.windows_xr=Это устройство VR/MR больше не поддерживается. Начиная с марта 2025 года, вы перестанете получать обновления для данного устройства.%sПосле получения последнего обновления, вы продолжите получать обновления на вашем персональном компьютере и сможете играть без устройств VR/MR. Вы можете продолжать строить в ваших мирах на совместимых мониторах и сохраните доступ к своим покупкам, сделанным на Рынке (включая монеты Minecoins). Однако вы больше не сможете участвовать с этого устройства в многопользовательских играх и получать доступ к Realm. Вы больше не сможете использовать свое устройство VR/MR с Minecraft, потому что оно перестанет поддерживать новейшие обновления.%sНажмите кнопку для получения дополнительных сведений. # -sunsetting.popup.sunset.windows_xr=Это устройство VR/MR больше не поддерживается. После получения последнего обновления, вы продолжите получать обновления на вашем персональном компьютере и сможете играть без устройств VR/MR. Вы можете продолжать строить в ваших мирах на совместимых мониторах и сохраните доступ к своим покупкам, сделанным на Рынке (включая монеты Minecoins). Однако вы больше не сможете участвовать с этого устройства в многопользовательских играх и получать доступ к Realm. Вы больше не сможете использовать свое устройство VR/MR с Minecraft, потому что оно перестанет поддерживать новейшие обновления.%sНажмите кнопку для получения дополнительных сведений. Мы понимаем, что это связано с определенными неудобствами и очень ценим время, которое вы провели в нашей игре, и вашу поддержку. # -sunsetting.popup.pendingSunset.geo=Поддержка данного устройства в вашем регионе подошла к концу. После обновления вы по-прежнему сможете играть в своих мирах и получать доступ к своим покупкам на Рынке, но больше не сможете совершать новые. Realms, управляемые с этого устройства, станут недоступны с 30 сентября 2023 года. Рекомендуем скачать свой мир заранее.%sЕсли вы вошли в систему с учетной записью Microsoft/Xbox Live, ваши покупки на Рынке, Minecoins и ваша подписка на Realms будут доступны на других платформах. Чтобы переместить свои миры с этого устройства на другое, вы можете загрузить свой мир в Realm и резервную копию на новое устройство.%sНажмите на кнопку, чтобы получить дополнительную информацию, в том числе о способах перемещения вашего мира на новое устройство. # -sunsetting.popup.sunset.geo=Поддержка данного устройства в вашем регионе подошла к концу. Вы по-прежнему сможете играть в своих мирах и получать доступ к своим покупкам на Рынке, но больше не сможете совершать новые. Realms, управляемые с этого устройства, станут недоступны с 30 сентября 2023 года. Рекомендуем скачать свой мир заранее.%sЕсли вы вошли в систему с учетной записью Microsoft/Xbox Live, ваши покупки на Рынке, Minecoins и ваша подписка на Realms будут доступны на других платформах. Чтобы переместить свои миры с этого устройства на другое, вы можете загрузить свой мир в Realm и резервную копию на новое устройство.%sНажмите на кнопку, чтобы получить дополнительную информацию, в том числе о способах перемещения вашего мира на новое устройство. # +sunsetting.popup.moreInfo.gearVR=Для получения дополнительной информации откройте ссылку https://aka.ms/MinecraftSunsetting в любом веб-браузере. # +sunsetting.popup.moreInfo.gearVR.geo=Для получения дополнительной информации откройте ссылку https://aka.ms/MinecraftGeoSunsetting в любом веб-браузере. # + +sunsetting.popup.pendingSunset.ios=Мы почти исчерпали наши возможности по поддержке этого устройства. Вы будете по-прежнему получать обновления до февраля 2024 года, когда будет выпущено последнее обновление для этого устройства. %sПосле получения последнего обновления вы по-прежнему сможете играть в своих мирах и сохраните доступ к своим покупкам, сделанным на Рынке (включая монеты Minecoins), однако вы больше не сможете совершать покупки на этом устройстве. Realms, которыми вы управляете с этого устройства, будут продолжать работать в течение шести месяцев, пока владелец Realm не обновит их с другого устройства. Чтобы отменить вашу подписку Realms, вам необходимо найти раздел «Подписки» в меню настроек того устройства, на котором был создан Realm. Вы больше не будете получать обновления и не сможете участвовать в многопользовательских играх, если в них участвуют пользователи получающих обновления устройств или используются обновляемые Realm. Вы также не сможете подключаться к некоторым серверам. %sНажмите кнопку для получения дополнительных сведений, в частности, информации о том, как можно перенести ваш мир на новое устройство. # +sunsetting.popup.pendingSunset.android=Мы почти исчерпали наши возможности по поддержке этого устройства. Вы будете по-прежнему получать обновления до февраля 2024 года, когда будет выпущено последнее обновление для этого устройства. %sПосле получения последнего обновления вы по-прежнему сможете играть в своих мирах и сохраните доступ к своим покупкам, сделанным на Рынке (включая монеты Minecoins), однако вы больше не сможете совершать покупки на этом устройстве. Realms, которыми вы управляете с этого устройства, будут продолжать работать в течение шести месяцев, пока владелец Realm не обновит их с другого устройства. Чтобы отменить вашу подписку Realms, вам необходимо найти раздел «Подписки» в Google Play, вы можете зайти в Google Play, используя поддерживаемые устройства или через ПК, на котором вы сможете зайти в свой аккаунт. Вы больше не будете получать обновления и не сможете участвовать в многопользовательских играх, если в них участвуют пользователи получающих обновления устройств или используются обновляемые Realm. Вы также не сможете подключаться к некоторым серверам. %sНажмите кнопку для получения дополнительных сведений, в частности, информации о том, как можно перенести ваш мир на новое устройство. # +sunsetting.popup.pendingSunset.ios_android=Мы почти исчерпали наши возможности по поддержке этого устройства. Вы будете по-прежнему получать обновления до ноября 2022 года, когда будет выпущено последнее обновление для этого устройства. Приносим наши извинения за неудобства. %sПосле получения последнего обновления вы по-прежнему сможете играть в своих мирах и сохраните доступ к своим покупкам, сделанным на Рынке (включая монеты Minecoins). Realms, которыми вы управляете с этого устройства, будут продолжать работать в течение шести месяцев, пока владелец Realm не обновит их с другого устройства. Вы больше не будете получать обновления и не сможете участвовать в многопользовательских играх, если в них участвуют пользователи получающих обновления устройств или используются обновляемые Realm. Вы также не сможете подключаться к некоторым серверам. %sНажмите кнопку для получения дополнительных сведений, в частности, информации о том, как можно перенести ваши миры на новое устройство. # +sunsetting.popup.sunset.ios_android=Это устройство больше не поддерживается. Вы получили последнее обновление для этого устройства. Вы можете продолжать строить в ваших мирах и сохраните доступ к своим покупкам, сделанным на Рынке (включая монеты Minecoins). Ваши Realm будут работать и далее, пока владелец этих Realm не обновит их с другого устройства. Вы больше не будете получать обновления и не сможете участвовать в многопользовательских играх, если в них участвуют пользователи обновляемых устройств или используются обновляемые Realm. Вы также не сможете подключаться к некоторым серверам. %sНажмите кнопку для получения дополнительных сведений, в частности, информации о том, как можно перенести ваши миры на новое устройство. Мы понимаем, что это связано с определенными неудобствами, и очень ценим время, которое вы провели в нашей игре. Надеемся, что вы сможете снова присоединиться к нам с помощью поддерживаемого устройства. # +sunsetting.popup.pendingSunset.gearvr_win10=Мы почти исчерпали наши возможности по поддержке этого устройства. Вы будете получать обновления вплоть до выхода следующей основной версии игры, когда будет выпущено последнее обновление для этого устройства. Приносим наши извинения за неудобство. %sПосле получения последнего обновления вы по-прежнему сможете играть в своих мирах и сохраните доступ к своим покупкам, сделанным на Рынке (включая монеты Minecoins). Однако вы больше не сможете участвовать с этого устройства в многопользовательских играх и потеряете доступ к Realm. Вы больше не будете получать обновления и не сможете играть ни с пользователями получающих обновления устройств, ни в обновляемых Realm. Вы также не сможете подключаться к некоторым серверам. %sНажмите кнопку для получения дополнительных сведений, в частности, информации о том, как можно перенести ваши миры на новое устройство. # +sunsetting.popup.sunset.gearvr_win10=Это устройство больше не поддерживается. Вы получили последнее обновление для этого устройства. Вы можете продолжать строить в ваших мирах и сохраните доступ к своим покупкам, сделанным на Рынке (включая монеты Minecoins). Однако вы больше не сможете участвовать с этого устройства в многопользовательских играх и получать доступ к Realm. Вы больше не будете получать обновления и не сможете играть с теми, кто использует обновляемые устройства. Вы также не сможете подключаться к некоторым серверам. # +sunsetting.popup.pendingSunset.dx10=Мы почти исчерпали наши возможности по поддержке этого графического устройства. Вы будете получать обновления вплоть до выхода следующей основной версии игры, когда будет выпущено последнее обновление для этого устройства. Приносим наши извинения за неудобство. %sПосле получения последнего обновления вы по-прежнему сможете играть в своих мирах и сохраните доступ к своим покупкам, сделанным на Рынке (включая монеты Minecoins). Realm, которыми вы управляете с этого устройства, будут продолжать работать, пока владелец Realm не обновит их с другого устройства. Вы больше не будете получать обновления и не сможете участвовать в многопользовательских играх, если в них участвуют пользователи получающих обновления устройств или используются обновляемые Realm. Вы также не сможете подключаться к некоторым серверам. %sНажмите кнопку для получения дополнительных сведений, в частности, информации о том, как можно перенести ваши миры на новое устройство. # +sunsetting.popup.sunset.dx10=Это графическое устройство больше не поддерживается. Вы получили последнее обновление для этого устройства. Вы можете продолжать строить в ваших мирах и сохраните доступ к своим покупкам, сделанным на Рынке (включая монеты Minecoins). Realms, которыми вы управляете с этого устройства, будут продолжать работать, пока владелец Realm не обновит их с другого устройства. Вы больше не будете получать обновления и не сможете участвовать в многопользовательских играх, если в них участвуют пользователи получающих обновления устройств или используются обновляемые Realms. Вы также не сможете подключаться к некоторым серверам. %sНажмите кнопку для получения дополнительных сведений, в частности, информации о том, как можно перенести ваши миры на новое устройство. Мы понимаем, что это связано с определенными неудобствами и очень ценим время, которое вы провели в нашей игре, и вашу поддержку. # + +sunsetting.popup.pendingSunset.geo.ios=Поддержка данного устройства в вашем регионе подошла к концу. После обновления вы по-прежнему сможете играть в своих мирах и получать доступ к своим покупкам на Рынке, но больше не сможете совершать новые. Realms, управляемые с этого устройства, станут недоступны с 30 сентября 2023 года. Рекомендуем заранее скачать свой мир и отменить подписку в меню подписок на вашем устройстве. %sЕсли вы вошли в систему с учетной записью Microsoft/Xbox Live, ваши покупки на Рынке, Minecoins и ваша подписка на Realms будут доступны на других платформах. Чтобы переместить свои миры с этого устройства на другое, вы можете загрузить свой мир в Realm и резервную копию на новое устройство. %sНажмите на кнопку, чтобы получить дополнительную информацию, в том числе о способах перемещения вашего мира на новое устройство. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.ios=Поддержка данного устройства в вашем регионе подошла к концу. Вы по-прежнему сможете играть в своих мирах и получать доступ к своим покупкам на Рынке, но больше не сможете совершать новые. Realms, управляемые с этого устройства, станут недоступны с 30 сентября 2023 года. Рекомендуем скачать свой мир заранее. %sЕсли вы вошли в систему с учетной записью Microsoft/Xbox Live, ваши покупки на Рынке, Minecoins и ваша подписка на Realms будут доступны на других платформах. Чтобы переместить свои миры с этого устройства на другое, вы можете загрузить свой мир в Realm и резервную копию на новое устройство. %sНажмите на кнопку, чтобы получить дополнительную информацию, в том числе о способах перемещения вашего мира на новое устройство. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.amazon=Поддержка данного устройства в вашем регионе подошла к концу. После обновления вы по-прежнему сможете играть в своих мирах и получать доступ к своим покупкам на Рынке, но больше не сможете совершать новые. Realms, управляемые с этого устройства, станут недоступны с 30 сентября 2023 года. Рекомендуем скачать свой мир заранее. %sЕсли вы вошли в систему с учетной записью Microsoft/Xbox Live, ваши покупки на Рынке, Minecoins и ваша подписка на Realms будут доступны на других платформах. Чтобы переместить свои миры с этого устройства на другое, вы можете загрузить свой мир в Realm и резервную копию на новое устройство. %sНажмите на кнопку, чтобы получить дополнительную информацию, в том числе о способах перемещения вашего мира на новое устройство. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.amazon=Поддержка данного устройства в вашем регионе подошла к концу. Вы по-прежнему сможете играть в своих мирах и получать доступ к своим покупкам на Рынке, но больше не сможете совершать новые. Realms, управляемые с этого устройства, станут недоступны с 30 сентября 2023 года. Рекомендуем скачать свой мир заранее. %sЕсли вы вошли в систему с учетной записью Microsoft/Xbox Live, ваши покупки на Рынке, Minecoins и ваша подписка на Realms будут доступны на других платформах. Чтобы переместить свои миры с этого устройства на другое, вы можете загрузить свой мир в Realm и резервную копию на новое устройство. %sНажмите на кнопку, чтобы получить дополнительную информацию, в том числе о способах перемещения вашего мира на новое устройство. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.android=Поддержка данного устройства в вашем регионе подошла к концу. После обновления вы по-прежнему сможете играть в своих мирах и получать доступ к своим покупкам на Рынке, но больше не сможете совершать новые. Realms, управляемые с этого устройства, станут недоступны с 30 сентября 2023 года. Рекомендуем заранее скачать свой мир и отменить подписку в меню подписок в Google Play. %sВы перестанете получать обновления и не сможете играть по сети. Также не получится подключиться к игре на определенных серверах. %sЕсли вы вошли в систему с учетной записью Microsoft/Xbox Live, ваши покупки на Рынке, Minecoins и ваша подписка на Realms будут доступны на других платформах. Вы можете оформить новую подписку для других платформ, на которых вы играете в Minecraft. %sЧтобы переместить свои миры с этого устройства на другое, вы можете загрузить свой мир в Realm и резервную копию на новое устройство. %sНажмите на кнопку, чтобы получить дополнительную информацию, в том числе о способах перемещения вашего мира на новое устройство. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.android=Поддержка данного устройства в вашем регионе подошла к концу. Вы по-прежнему сможете играть в своих мирах и получать доступ к своим покупкам на Рынке, но больше не сможете совершать новые. Realms, управляемые с этого устройства, станут недоступны с 30 сентября 2023 года. Рекомендуем скачать свой мир заранее. %sЕсли вы вошли в систему с учетной записью Microsoft/Xbox Live, ваши покупки на Рынке, Minecoins и ваша подписка на Realms будут доступны на других платформах. Чтобы переместить свои миры с этого устройства на другое, вы можете загрузить свой мир в Realm и резервную копию на новое устройство. %sНажмите на кнопку, чтобы получить дополнительную информацию, в том числе о способах перемещения вашего мира на новое устройство. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.generic=Поддержка данного устройства в вашем регионе подошла к концу. После обновления вы по-прежнему сможете играть в своих мирах и получать доступ к своим покупкам на Рынке, но больше не сможете совершать новые. Realms, управляемые с этого устройства, станут недоступны с 30 сентября 2023 года. Рекомендуем скачать свой мир заранее. %sЕсли вы вошли в систему с учетной записью Microsoft/Xbox Live, ваши покупки на Рынке, Minecoins и ваша подписка на Realms будут доступны на других платформах. Чтобы переместить свои миры с этого устройства на другое, вы можете загрузить свой мир в Realm и резервную копию на новое устройство. %sНажмите на кнопку, чтобы получить дополнительную информацию, в том числе о способах перемещения вашего мира на новое устройство. # +sunsetting.popup.sunset.geo.generic=Поддержка данного устройства в вашем регионе подошла к концу. Вы по-прежнему сможете играть в своих мирах и получать доступ к своим покупкам на Рынке, но больше не сможете совершать новые. Realms, управляемые с этого устройства, станут недоступны с 30 сентября 2023 года. Рекомендуем скачать свой мир заранее. %sЕсли вы вошли в систему с учетной записью Microsoft/Xbox Live, ваши покупки на Рынке, Minecoins и ваша подписка на Realms будут доступны на других платформах. Чтобы переместить свои миры с этого устройства на другое, вы можете загрузить свой мир в Realm и резервную копию на новое устройство. %sНажмите на кнопку, чтобы получить дополнительную информацию, в том числе о способах перемещения вашего мира на новое устройство. # sunsetting.banner.play.worldTab.pending=Ваша версия может вскоре потерять возможность подключения к многопользовательским играм # sunsetting.banner.play.friendsTab.pending=Ваша версия может вскоре потерять возможность подключения к многопользовательским играм # @@ -10886,7 +10897,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Выберите новый скин # dr.classic_skins.custom_skin_title=Импорт скина # dr.classic_skins.custom_skin_description=Импортируйте файл в формате .png (размер — 64x32, 64x64, или 128x128) с вашего устройства, чтобы использовать его в качестве скина. Эта настройка не синхронизируется между устройствами. # -dr.classic_skins.custom_skin_description_disabled=На вашем устройстве при игре в сети выбрать уникальный скин нельзя. Вернитесь в главное меню, чтобы сменить скин. # +dr.classic_skins.custom_skin_description_disabled= На вашем устройстве при игре в сети выбрать уникальный скин нельзя. Вернитесь в главное меню, чтобы сменить скин. # dr.classic_skins.custom_skin_description_popup=Если включен параметр «Разрешить только доверенные скины», вы не будете видеть игроков в пользовательских скинах # dr.classic_skins.custom_skin_section_title=Скины во владении # dr.classic_skins.invalidCustomSkin=Импортируйте файл в формате .png размером 64x64, 64x32, или 128x128 пикселей # diff --git a/resource_pack/texts/sk_SK.lang b/resource_pack/texts/sk_SK.lang index 26ef5d373..61e7a14bf 100644 --- a/resource_pack/texts/sk_SK.lang +++ b/resource_pack/texts/sk_SK.lang @@ -1908,8 +1908,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=Úprava obchodovania s ded createWorldScreen.experimentalVillagerTradesRebalanceDescription=Obsahuje aktualizované ponuky dedinčanov na účely obnovenia rovnováhy # createWorldScreen.experimentalArmadillo=Pásavec a vlčie brnenie # createWorldScreen.experimentalArmadilloDescription=Spoznajte pásavca a vystrojte svojho vlka novým vlčím brnením! # -createWorldScreen.experimentalBundles=Zväzky # -createWorldScreen.experimentalBundlesDescription=Umožňuje vám vyrobiť a použiť položku balíka # createWorldScreen.worldPreferences=Predvoľby sveta # createWorldScreen.startWithMap=Počiatočná mapa # createWorldScreen.defaultName=Môj svet # @@ -3878,7 +3876,7 @@ howtoplay.minecoins.text.1=Preskúmajte svet možností s hernou menou Minecoins howtoplay.minecoins.text.2=Po uplatnení sa mince Minecoins prepoja s vaším kontom Microsoft, takže k minciam a nákupom máte prístup aj v iných podporovaných zariadeniach! # howtoplay.minecoins.button.text.1=Získať mince # howtoplay.minecoins.header.1=Vyhlásenie # -howtoplay.minecoins.text.3=*Mince Minecoins vyžadujú verziu hry Minecraft: Bedrock Edition s Trhoviskom Minecraft. Mince Minecoins nie sú kompatibilné s konzolou PlayStation®. Informácie o kompatibilite nájdete na lokalite minecraft.net/minecoins #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=* Mince Minecoins vyžadujú verziu hry Minecraft: Bedrock Edition s Trhoviskom Minecraft. Mince Minecoins nie sú kompatibilné s konzolou PlayStation®. Informácie o kompatibilite nájdete na lokalite minecraft.net/minecoins  #### CertRequirement: [PlayStation®] howtoplay.mining=Ťažba # @@ -6294,14 +6292,14 @@ options.dev_displayMarketplaceDocumentId=Zobraziť ID dokumentu pre Trhovisko # options.dev_addCoins=Pridať mince (%s) # options.dev_addCoinTitle=Pridať mince # options.dev_reset_entitlements=Obnoviť všetky nároky # -options.dev_reset_entitlements_loading=Obnovujú sa nároky. Toto dialógové okno sa po dokončení procesu zatvorí. Toto okno môžete zavrieť, ale vypnutie hry pred dokončením tohto príkazu môže viesť k neočakávanému správaniu. # -options.dev_reset_entitlements_error_unfinished=Upozornenie, nie všetky nároky boli správne odstránené. Skúste príkaz spustiť znova, eventuálne po reštartovaní klienta. # +options.dev_reset_entitlements_loading=Obnovujú sa nároky, toto dialógové okno sa po dokončení procesu zatvorí. Toto okno môžete zavrieť, ale vypnutie hry pred dokončením tohto príkazu môže viesť k neočakávanému správaniu. # +options.dev_reset_entitlements_error_unfinished=Upozornenie, nie všetky nároky boli správne odstránené. Skúste príkaz spustiť znova, možno po reštartovaní klienta. # options.dev_reset_entitlements_warning=Upozornenie! Týmto sa odstránia všetky vaše nároky vrátane starších nárokov, ktoré možno už nezískate naspäť! Táto operácia môže trvať dlho, ak máte veľké množstvo nárokov. Naozaj chcete pokračovať? # options.dev_reset_entitlements_success=Nároky sa úspešne odstránili. # options.dev_currencyFailureWarning=Sieťové volanie zlyhalo. Chyba: %s # options.dev_currencyFailureWarningGeneric=Sieťové volanie zlyhalo. Uistite sa, že ste prihlásení do konta s povolením. # options.dev_reset_wallet=Obnoviť peňaženku # -options.dev_allowlist_failure=Chyba! Operácia zlyhala. Znovu skontrolujte, či je tento účet na zozname s povolením. # +options.dev_allowlist_failure=Chyba! Operácia zlyhala, dvakrát skontrolujte, či je tento účet na zozname s povolením. # options.discoveryEnvironment=Prostredie Discovery (požaduje sa reštartovanie) # options.discoveryEnvironment.production=Produkcia # options.discoveryEnvironment.staging=Fázy # @@ -6411,7 +6409,6 @@ options.dev_sunsetting_tier.two=Úroveň 2 - KitKat # options.dev_sunsetting_tier.three=Úroveň 3 – FireTV # options.dev_sunsetting_tier.four=Úroveň 4 – 1 024 MB # options.dev_sunsetting_tier.five=Stupeň 5 – iOS 12 & Nougat # -options.dev_sunsetting_tier.six=Stupeň 6 – iOS 13, Android 8, zariadenia VR # options.dev_sunsetting_tier.not_pending=Nečakajúce # options.dev_gatherings_section=Zhromaždenia # options.dev_gatherings_enable=Povoliť zhromaždenia # @@ -6966,12 +6963,26 @@ sunsetting.popup.title=Toto zariadenie už nie je podporované. # sunsetting.popup.moreInfo=Ďalšie informácie # sunsetting.popup.dontshow=Nabudúce nezobrazovať # -sunsetting.popup.pendingSunset.device=Blíži sa koniec podpory pre toto zariadenie. Aktualizácie budete naďalej dostávať až do marca 2025, keď dostanete poslednú aktualizáciu, ktorá bude fungovať na tomto zariadení.%sPo prijatí poslednej aktualizácie budete môcť naďalej hrať vo svojich svetoch a mať prístup k nákupom na Trhovisku (vrátane mincí Minecoins), ale nebudete môcť na tomto zariadení vykonávať nové nákupy. Ríše spravované z tohto zariadenia budú fungovať od marca 2025 nasledujúcich 6 mesiacov, ak ich vlastník ríše nezaktualizuje na inom zariadení. Ak chcete zrušiť predplatné služby Realms, musíte tak urobiť v ponuke Nastavenia pre predplatné v zariadení, na ktorom bola ríša vytvorená. Už nebudete dostávať najnovšie aktualizácie a nebudete môcť hrať hru pre viacerých hráčov so zariadeniami alebo ríšami, ktoré budú naďalej dostávať aktualizácie. Takisto sa nebudete môcť pripojiť na určité servery.%sKliknutím na tlačidlo získate ďalšie informácie. # -sunsetting.popup.sunset.device=Naša schopnosť podporovať toto zariadenie sa skončila. Od marca 2025 už nebudete dostávať aktualizácie, kým zariadenie nezaktualizujete. Toto je vaša posledná aktualizácia kompatibilná s týmto zariadením.%sStále budete môcť hrať vo svojich svetoch a mať prístup k nákupom na Trhovisku (vrátane mincí Minecoins). Ríše spravované z tohto zariadenia budú fungovať 6 mesiacov od marca 2025, pokiaľ ich vlastník ríše nezaktualizuje v inom zariadení. Ak chcete zrušiť predplatné služby Realms, budete tak musieť urobiť v ponuke Nastavenia pre predplatné v zariadení, na ktorom bola ríša vytvorená. Už nebudete dostávať najnovšie aktualizácie a nebudete môcť hrať hru pre viacerých hráčov so zariadeniami alebo ríšami, ktoré budú naďalej dostávať aktualizácie. Tiež sa nebudete môcť pripojiť k určitým serverom.%sKliknutím na tlačidlo získate ďalšie informácie. # -sunsetting.popup.pendingSunset.windows_xr=Naša schopnosť podporovať toto grafické zariadenie VR/MR sa skončila. Toto zariadenie už nebude podporované v aktualizáciách po marci 2025, keď dostanete poslednú aktualizáciu podporujúcu toto zariadenie.%sPo prijatí poslednej aktualizácie budete stále dostávať aktualizácie do počítača a budete môcť hrať bez zariadenia VR/MR. Od tohto momentu môžete pokračovať v budovaní vo svojich svetoch a vaše nákupy na Trhovisku (vrátane mincí Minecoins) budú naďalej dostupné na grafických zariadeniach bez VR/MR, napríklad počítačovom monitore. Svoje zariadenie VR/MR už nebudete môcť používať s hrou Minecraft, pretože už nebude podporované v najnovších aktualizáciách.%sKliknutím na tlačidlo získate ďalšie informácie. # -sunsetting.popup.sunset.windows_xr=Naša schopnosť podporovať toto grafické zariadenie VR/MR sa skončila. Toto zariadenie VR/MR už nie je podporované. Dostali ste poslednú aktualizáciu podporujúcu toto grafické zariadenie a stále budete dostávať aktualizácie do svojho počítača a budete môcť hrať bez zariadenia VR/MR. Od tohto momentu môžete pokračovať v budovaní vo svojich svetoch a vaše nákupy na Trhovisku (vrátane mincí Minecoins) budú naďalej dostupné na grafických zariadeniach bez VR/MR, napríklad počítačovom monitore. Svoje zariadenie VR/MR už nebudete môcť používať s hrou Minecraft, pretože už nebude podporované v najnovších aktualizáciách.%sKliknutím na tlačidlo získate ďalšie informácie. Vieme, že je to nepríjemnosť, a hlboko si vážime čas, ktorý ste strávili s našou hrou, a vašu podporu. # -sunsetting.popup.pendingSunset.geo=Naša schopnosť podporovať toto zariadenie sa vo vašej oblasti blíži ku koncu. Po získaní poslednej aktualizácie budete môcť naďalej hrať vo svojich svetoch a mať prístup k svojim nákupom na Trhovisku, ale už nebudete môcť na Trhovisku vykonávať nové nákupy. Ríše spravované z tohto zariadenia budú naďalej fungovať 6 mesiacov. Od 30. septembra 2023 už nebudete mať k ríši prístup. Odporúča sa, aby ste si predtým stiahli svoj svet.%sAk ste sa prihlásili pomocou konta Microsoft, vaše nákupy na Trhovisku, mince Minecoins a predplatné služby Realms budú k dispozícii na iných platformách. Ak by ste chceli presunúť svoje svety z tohto zariadenia do iného zariadenia, môžete tak urobiť nahraním sveta do ríše a stiahnutím zálohy do nového zariadenia.%sKliknutím na tlačidlo získate ďalšie informácie vrátane spôsobov, ako presunúť svoj svet do nového zariadenia. # -sunsetting.popup.sunset.geo=Naša schopnosť podporovať toto zariadenie sa vo vašej oblasti skončila. Naďalej budete môcť hrať vo svojich svetoch a mať prístup k svojim nákupom na Trhovisku, ale už na Trhovisku nebudete môcť vykonávať nákupy. Ríše spravované z tohto zariadenia budú naďalej fungovať až do 30. septembra 2023. Potom už k ríši nebudete mať prístup. Odporúča sa, aby ste si predtým stiahli svoj svet.%sAk ste sa prihlásili pomocou konta Microsoft, vaše nákupy na Trhovisku, mince Minecoins a predplatné služby Realms budú k dispozícii na iných platformách. Ak by ste chceli presunúť svoje svety z tohto zariadenia do iného zariadenia, môžete tak urobiť nahraním sveta do ríše a stiahnutím zálohy do nového zariadenia.%sKliknutím na tlačidlo získate ďalšie informácie vrátane spôsobov, ako presunúť svoj svet do nového zariadenia. # +sunsetting.popup.moreInfo.gearVR=Ak chcete získať ďalšie informácie, navštívte lokalitu https://aka.ms/MinecraftSunsetting v ľubovoľnom webovom prehliadači. # +sunsetting.popup.moreInfo.gearVR.geo=Ak chcete získať ďalšie informácie, v ľubovoľnom webovom prehliadači navštívte stránku https://aka.ms/MinecraftSunsetting. # + +sunsetting.popup.pendingSunset.ios=Blíži sa koniec podpory pre toto zariadenie. Aktualizácie budete naďalej dostávať až do februára 2024, keď dostanete poslednú aktualizáciu pre toto zariadenie.%sPo prijatí poslednej aktualizácie budete môcť naďalej hrať vo svojich svetoch a mať prístup k nákupom na Trhovisku (vrátane mincí Minecoins), ale nebudete môcť na tomto zariadení vykonávať nové nákupy. Servery Realm, spravované z tohto zariadenia, budú fungovať nasledujúcich 6 mesiacov, alebo kým ich vlastník servera Realm nezaktualizuje na inom zariadení. Zrušiť predplatné Realm, je možné len v nastaveniach predplatného v zariadení, v ktorom bol Realm vytvorený. Už nebudete dostávať najnovšie aktualizácie a nebudete môcť hrať hru pre viacerých hráčov so zariadeniami alebo servermi Realm, ktoré budú naďalej dostávať aktualizácie. Takisto sa nebudete môcť pripojiť na určité servery. %sKliknutím na tlačidlo získajte ďalšie informácie vrátane spôsobov, ako presunúť svety do nového zariadenia. # +sunsetting.popup.pendingSunset.android=Blíži sa koniec podpory pre toto zariadenie. Aktualizácie budete naďalej dostávať až do februára 2024, keď dostanete poslednú aktualizáciu pre toto zariadenie.%sPo prijatí poslednej aktualizácie budete môcť naďalej hrať vo svojich svetoch a zostane vám prístup k nákupom na Trhovisku (vrátane mincí Minecoins), ale nebudete môcť v tomto zariadení vykonávať nové nákupy. Servery Realm spravované z tohto zariadenia budú fungovať ďalších 6 mesiacov alebo kým ich vlastník servera Realm neaktualizuje v inom zariadení. Zrušiť predplatné Realm je možné len v predplatnom cez Google Play. Ku Google Play sa môžete pripojiť cez hociktoré podporované zariadenie alebo cez počítač, v ktorom sa prihlásite do svojho účtu. Už nebudete dostávať najnovšie aktualizácie a nebudete môcť hrať hru pre viacerých hráčov so zariadeniami alebo servermi Realm, ktoré budú naďalej dostávať aktualizácie. Takisto sa nebudete môcť pripojiť k určitým serverom. %sKliknutím na tlačidlo získate ďalšie informácie vrátane pokynov na to, ako presunúť svety do nového zariadenia. # +sunsetting.popup.pendingSunset.ios_android=Blíži sa koniec podpory pre toto zariadenie. Aktualizácie budete naďalej dostávať až do novembra 2022, keď dostanete poslednú aktualizáciu pre toto zariadenie. Hlboko sa ospravedlňujeme za nepríjemnosti. %sPo prijatí poslednej aktualizácie budete môcť naďalej hrať vo svojich svetoch a mať prístup k nákupom na Trhovisku (vrátane mincí Minecoins). Servery Realm spravované z tohto zariadenia budú fungovať aj naďalej, dokým ich vlastník servera Realm nezaktualizuje na inom zariadení. Už nebudete dostávať najnovšie aktualizácie a nebudete môcť hrať hru pre viacerých hráčov so zariadeniami alebo servermi Realm, ktoré budú naďalej dostávať aktualizácie. Takisto sa nebudete môcť pripojiť na určité servery. %sKliknutím na tlačidlo získajte ďalšie informácie vrátane spôsobov, ako presunúť svety do nového zariadenia. # +sunsetting.popup.sunset.ios_android=Toto zariadenie už nie je podporované. Dostali ste poslednú aktualizáciu pre toto zariadenie. Odteraz budete môcť naďalej budovať vo svojich svetoch a dostupné budú aj vaše nákupy na Trhovisku (vrátane mincí Minecoins). Servery Realm budú fungovať aj naďalej, kým ich vlastník servera Realm nezaktualizuje na inom zariadení. Už nebudete dostávať najnovšie aktualizácie a nebudete môcť hrať hru pre viacerých hráčov so zariadeniami alebo servermi Realm, ktoré budú naďalej dostávať aktualizácie. Takisto sa nebudete môcť pripojiť na určité servery. %sKliknutím na tlačidlo získate ďalšie informácie vrátane spôsobov, ako presunúť svety do nového zariadenia. Vieme, že je to nepríjemné – vysoko si ceníme čas, ktorý ste strávili s našou hrou, a dúfame, že sa opäť uvidíme v aktualizovanom zariadení. # +sunsetting.popup.pendingSunset.gearvr_win10=Blíži sa koniec podpory pre toto zariadenie. Aktualizácie budete naďalej dostávať až do nasledujúceho hlavného vydania, keď dostanete poslednú aktualizáciu pre toto zariadenie. Hlboko sa ospravedlňujeme za nepríjemnosti. %sPo prijatí poslednej aktualizácie budete môcť naďalej hrať vo svojich svetoch a mať prístup k nákupom na Trhovisku (vrátane mincí Minecoins). Už však z tohto zariadenia nebudete mať prístup ku hre pre viacerých hráčov ani serverom Realm. Už nebudete dostávať najnovšie aktualizácie a nebudete môcť hrať hru pre viacerých hráčov so zariadeniami alebo servermi Realm, ktoré budú naďalej dostávať aktualizácie. Takisto sa nebudete môcť pripojiť na určité servery. %sKliknutím na tlačidlo získajte ďalšie informácie vrátane spôsobov, ako presunúť svety do nového zariadenia. # +sunsetting.popup.sunset.gearvr_win10=Toto zariadenie už nie je podporované. Dostali ste poslednú aktualizáciu pre toto zariadenie. Odteraz budete môcť naďalej budovať vo svojich svetoch a dostupné budú aj vaše nákupy na Trhovisku (vrátane mincí Minecoins). Už však z tohto zariadenia nebudete mať prístup ku hre pre viacerých hráčov ani službe Realms. Už nebudete dostávať najnovšie aktualizácie a nebudete môcť hrať so zariadeniami, ktoré budú naďalej dostávať aktualizácie. Takisto sa nebudete môcť pripojiť na určité servery. # +sunsetting.popup.pendingSunset.dx10=Blíži sa koniec podpory pre toto grafické zariadenie. Aktualizácie budete naďalej dostávať až do nasledujúceho hlavného vydania, keď dostanete poslednú aktualizáciu pre toto zariadenie. Hlboko sa ospravedlňujeme za nepríjemnosti. %sPo prijatí poslednej aktualizácie budete môcť naďalej hrať vo svojich svetoch a mať prístup k nákupom na Trhovisku (vrátane mincí Minecoins). Servery Realm spravované z tohto zariadenia budú fungovať aj naďalej, dokým ich vlastník servera Realm nezaktualizuje na inom zariadení. Už nebudete dostávať najnovšie aktualizácie a nebudete môcť hrať hru pre viacerých hráčov so zariadeniami alebo servermi Realm, ktoré budú naďalej dostávať aktualizácie. Takisto sa nebudete môcť pripojiť na určité servery. %sKliknutím na tlačidlo získajte ďalšie informácie vrátane spôsobov, ako presunúť svety do nového zariadenia. # +sunsetting.popup.sunset.dx10=Toto grafické zariadenie už nie je podporované. Dostali ste poslednú aktualizáciu pre toto zariadenie. Odteraz budete môcť naďalej budovať vo svojich svetoch a dostupné budú aj vaše nákupy na Trhovisku (vrátane mincí Minecoins). Servery Realm budú fungovať aj naďalej, dokým ich vlastník servera Realm nezaktualizuje na inom zariadení. Už nebudete dostávať najnovšie aktualizácie a nebudete môcť hrať hru pre viacerých hráčov so zariadeniami alebo servermi Realm, ktoré budú naďalej dostávať aktualizácie. Takisto sa nebudete môcť pripojiť na určité servery. %sKliknutím na tlačidlo získajte ďalšie informácie vrátane spôsobov, ako presunúť svety do nového zariadenia. Vieme, že je to nepríjemné, a vysoko si ceníme čas, ktorý ste strávili s našou hrou, a vašu podporu. # + +sunsetting.popup.pendingSunset.geo.ios=Naša schopnosť podporovať toto zariadenie sa vo vašej oblasti blíži ku koncu. Po získaní poslednej aktualizácie budete môcť naďalej hrať vo svojich svetoch a mať prístup k svojim nákupom na Trhovisku, ale už na Trhovisku nebudete môcť nakupovať. Servery Realm spravované z tohto zariadenia budú naďalej fungovať 6 mesiacov. 30. septembra 2023 už nebudete mať k serveru Realm prístup. Odporúča sa, aby ste si predtým stiahli svoj svet a predplatné zrušili zobrazením nastavení predplatného v zariadení. %sAk ste sa prihlásili pomocou konta Microsoft/Xbox Live, vaše nákupy na Trhovisku, mince Minecoins a predplatné služby Realms budú k dispozícii na iných platformách. Ak by ste chceli presunúť svoje svety z tohto zariadenia do iného zariadenia, môžete to urobiť nahraním sveta na server Realm a stiahnutím zálohy do nového zariadenia. %sKliknutím na tlačidlo zobrazíte ďalšie informácie vrátane spôsobov, ako presunúť svoj svet do nového zariadenia. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.ios=Naša schopnosť podporovať toto zariadenie sa vo vašej oblasti skončila. Naďalej budete môcť hrať vo svojich svetoch a mať prístup k svojim nákupom na Trhovisku, ale už na Trhovisku nebudete môcť nakupovať. Servery Realm spravované z tohto zariadenia budú naďalej fungovať do 30. septembra 2023. Potom už nebudete mať k serveru Realm prístup. Odporúča sa, aby ste si predtým stiahli svoj svet. %sAk ste sa prihlásili pomocou konta Microsoft/Xbox Live, vaše nákupy na Trhovisku, mince Minecoins a predplatné služby Realms budú k dispozícii na iných platformách. Ak by ste chceli presunúť svoje svety z tohto zariadenia do iného zariadenia, môžete to urobiť nahraním sveta na server Realm a stiahnutím zálohy do nového zariadenia. %sKliknutím na tlačidlo zobrazíte ďalšie informácie vrátane spôsobov, ako presunúť svoj svet do nového zariadenia. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.amazon=Naša schopnosť podporovať toto zariadenie sa vo vašej oblasti blíži ku koncu. Po získaní poslednej aktualizácie budete môcť naďalej hrať vo svojich svetoch a mať prístup k svojim nákupom na Trhovisku, ale už na Trhovisku nebudete môcť nakupovať. Servery Realm spravované z tohto zariadenia budú naďalej fungovať 6 mesiacov. 30. septembra 2023 už nebudete mať k serveru Realm prístup. Odporúča sa, aby ste si predtým stiahli svoj svet. %sAk ste sa prihlásili pomocou konta Microsoft/Xbox Live, vaše nákupy na Trhovisku, mince Minecoins a predplatné služby Realms budú k dispozícii na iných platformách. Ak by ste chceli presunúť svoje svety z tohto zariadenia do iného zariadenia, môžete to urobiť nahraním sveta na server Realm a stiahnutím zálohy do nového zariadenia. %sKliknutím na tlačidlo zobrazíte ďalšie informácie vrátane spôsobov, ako presunúť svoj svet do nového zariadenia. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.amazon=Naša schopnosť podporovať toto zariadenie sa vo vašej oblasti skončila. Naďalej budete môcť hrať vo svojich svetoch a mať prístup k svojim nákupom na Trhovisku, ale už na Trhovisku nebudete môcť nakupovať. Servery Realm spravované z tohto zariadenia budú naďalej fungovať do 30. septembra 2023. Potom už nebudete mať k serveru Realm prístup. Odporúča sa, aby ste si predtým stiahli svoj svet. %sAk ste sa prihlásili pomocou konta Microsoft/Xbox Live, vaše nákupy na Trhovisku, mince Minecoins a predplatné služby Realms budú k dispozícii na iných platformách. Ak by ste chceli presunúť svoje svety z tohto zariadenia do iného zariadenia, môžete to urobiť nahraním sveta na server Realm a stiahnutím zálohy do nového zariadenia. %sKliknutím na tlačidlo zobrazíte ďalšie informácie vrátane spôsobov, ako presunúť svoj svet do nového zariadenia. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.android=Naša schopnosť podporovať toto zariadenie sa vo vašej oblasti blíži ku koncu. S touto poslednou aktualizáciou budete môcť naďalej hrať vo svojich svetoch a mať prístup k svojim nákupom na Trhovisku, ale už na Trhovisku nebudete môcť nakupovať. Servery Realm spravované z tohto zariadenia budú naďalej fungovať 6 mesiacov. 30. septembra 2023 už z tohto zariadenia nebudete mať k serverom Realms prístup. Odporúča sa, aby ste si predtým stiahli svoj svet a zrušili predplatné zobrazením svojich odberov v službe Google Play. %sUž nebudete dostávať najnovšie aktualizácie a nebudete môcť hrať hru pre viacerých hráčov. Tiež sa nebudete môcť pripojiť k určitým serverom. %sAk ste sa prihlásili pomocou konta Microsoft/Xbox Live, vaše nákupy na Trhovisku, mince Minecoins a predplatné služby Realms budú k dispozícii na ďalších platformách, na ktorých hráte Minecraft. Z týchto ďalších platforiem, kde hráte Minecraft, môžete začať nové predplatné. %sAk by ste chceli presunúť svoje svety z tohto zariadenia do iného, môžete to urobiť nahraním sveta na server Realm a stiahnutím zálohy do nového zariadenia. %sKliknutím na tlačidlo zobrazíte ďalšie informácie vrátane spôsobov, ako presunúť svoj svet do nového zariadenia. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.android=Naša schopnosť podporovať toto zariadenie sa vo vašej oblasti skončila. Naďalej budete môcť hrať vo svojich svetoch a mať prístup k svojim nákupom na Trhovisku, ale už na Trhovisku nebudete môcť nakupovať. Servery Realm spravované z tohto zariadenia budú naďalej fungovať do 30. septembra 2023. Potom už nebudete mať k serveru Realm prístup. Odporúča sa, aby ste si predtým stiahli svoj svet. %sAk ste sa prihlásili pomocou konta Microsoft/Xbox Live, vaše nákupy na Trhovisku, mince Minecoins a predplatné služby Realms budú k dispozícii na iných platformách. Ak by ste chceli presunúť svoje svety z tohto zariadenia do iného zariadenia, môžete to urobiť nahraním sveta na server Realm a stiahnutím zálohy do nového zariadenia. %sKliknutím na tlačidlo zobrazíte ďalšie informácie vrátane spôsobov, ako presunúť svoj svet do nového zariadenia. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.generic=Naša schopnosť podporovať toto zariadenie sa vo vašej oblasti blíži ku koncu. Po získaní poslednej aktualizácie budete môcť naďalej hrať vo svojich svetoch a mať prístup k svojim nákupom na Trhovisku, ale už na Trhovisku nebudete môcť nakupovať. Servery Realm spravované z tohto zariadenia budú naďalej fungovať 6 mesiacov. 30. septembra 2023 už nebudete mať k serveru Realm prístup. Odporúča sa, aby ste si predtým stiahli svoj svet. %sAk ste sa prihlásili pomocou konta Microsoft/Xbox Live, vaše nákupy na Trhovisku, mince Minecoins a predplatné služby Realms budú k dispozícii na iných platformách. Ak by ste chceli presunúť svoje svety z tohto zariadenia do iného zariadenia, môžete to urobiť nahraním sveta na server Realm a stiahnutím zálohy do nového zariadenia. %sKliknutím na tlačidlo zobrazíte ďalšie informácie vrátane spôsobov, ako presunúť svoj svet do nového zariadenia. # +sunsetting.popup.sunset.geo.generic=Naša schopnosť podporovať toto zariadenie sa vo vašej oblasti skončila. Naďalej budete môcť hrať vo svojich svetoch a mať prístup k svojim nákupom na Trhovisku, ale už na Trhovisku nebudete môcť nakupovať. Servery Realm spravované z tohto zariadenia budú naďalej fungovať do 30. septembra 2023. Potom už nebudete mať k serveru Realm prístup. Odporúča sa, aby ste si predtým stiahli svoj svet. %sAk ste sa prihlásili pomocou konta Microsoft/Xbox Live, vaše nákupy na Trhovisku, mince Minecoins a predplatné služby Realms budú k dispozícii na iných platformách. Ak by ste chceli presunúť svoje svety z tohto zariadenia do iného zariadenia, môžete to urobiť nahraním sveta na server Realm a stiahnutím zálohy do nového zariadenia. %sKliknutím na tlačidlo zobrazíte ďalšie informácie vrátane spôsobov, ako presunúť svoj svet do nového zariadenia. # sunsetting.banner.play.worldTab.pending=Vaša verzia sa možno čoskoro nebude môcť pripojiť ku hre pre viacerých hráčov # sunsetting.banner.play.friendsTab.pending=Vaša verzia sa možno čoskoro nebude môcť pripojiť ku hre pre viacerých hráčov # @@ -10886,7 +10897,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Vybrať nový vzhľad # dr.classic_skins.custom_skin_title=Importovať vzhľad # dr.classic_skins.custom_skin_description=Importujte zo zariadenia súbor png (64 x 32, 64 x 64, or 128 x 128), ktorý chcete používať ako svoj vzhľad. Nebude sa synchronizovať naprieč zariadeniami ani hrami. # -dr.classic_skins.custom_skin_description_disabled=Na vašom zariadení si nemôžete vybrať vlastný vzhľad počas hry pre viacerých hráčov. Vráťte sa do hlavnej ponuky, kde si ho môžete nasadiť. # +dr.classic_skins.custom_skin_description_disabled= Vaše zariadenie nemôže vybrať vlastný vzhľad počas hry pre viacerých hráčov. Vráťte sa do hlavnej ponuky, kde si ho môžete nasadiť. # dr.classic_skins.custom_skin_description_popup=Hráči s vlastnými vzhľadmi nebudú pre vás viditeľní, ak je zapnutá možnosť „Povoliť iba dôveryhodné vzhľady“ # dr.classic_skins.custom_skin_section_title=Vlastnené vzhľady # dr.classic_skins.invalidCustomSkin=Importujte súbor png s rozmermi 64 x 64, 64 x 32 alebo 128 x 128 # diff --git a/resource_pack/texts/sv_SE.lang b/resource_pack/texts/sv_SE.lang index 41e23b898..b4767c42c 100644 --- a/resource_pack/texts/sv_SE.lang +++ b/resource_pack/texts/sv_SE.lang @@ -1908,8 +1908,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=Ombalansering av bybohande createWorldScreen.experimentalVillagerTradesRebalanceDescription=Uppdaterad handel med bybor för att balansera om spelet # createWorldScreen.experimentalArmadillo=Bältdjur och vargrustning # createWorldScreen.experimentalArmadilloDescription=Lär känna bältdjuret och klä vargen i ny rustning! # -createWorldScreen.experimentalBundles=Paket # -createWorldScreen.experimentalBundlesDescription=Låter dig tillverka och använda paketets föremål # createWorldScreen.worldPreferences=Världsinställningar # createWorldScreen.startWithMap=Startkarta # createWorldScreen.defaultName=Min värld # @@ -2202,7 +2200,7 @@ network.onlinePlay.title=Spela med kompisar # network.onlinePlay.msg=Du kan bjuda in kompisar till dina världar, se deras skapelser och tillverka i varandras världar. # network.onlinePlay.instruction=Använd spelmenyn för att ansluta till dina kompisars världar eller bjuda in dem till dina världar och Realms. # network.thirdparty.connect.splitscreen=Logga in på ett %s-konto för att spela flerspelarläge med delad skärm online. # -network.thirdparty.connect.benefit=Logga in med %s för att spela online med vänner och kolla in utbudet i butiken. # +network.thirdparty.connect.benefit=Logga in med %s för att spela online med kompisar och kolla in utbudet i butiken. # network.thirdparty.connect.store=%s krävs för att använda butiken. # network.thirdparty.connect.achievements=%s krävs för att få achievements. # network.thirdparty.findfriends.failed=Det gick inte att ansluta till Microsofts kontotjänster. Har du kollat din internetanslutning? # @@ -3878,7 +3876,7 @@ howtoplay.minecoins.text.1=Utforska en värld full av möjligheter med Minecoins howtoplay.minecoins.text.2=När du har löst in dina Minecoins länkas de till ditt Microsoft-konto, så att du kan komma åt dina mynt och köp på alla enheter som stöds! # howtoplay.minecoins.button.text.1=Skaffa mynt # howtoplay.minecoins.header.1=Friskrivning # -howtoplay.minecoins.text.3=*Minecoins kräver en version av Minecraft: Bedrock Edition som har Minecraft-marknaden. Minecoins fungerar inte på PlayStation®. Mer information om kompatibilitet finns på minecraft.net/minecoins #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Minecoins kräver en version av Minecraft: Bedrock Edition som har Minecraft-marknaden. Minecoins fungerar inte på PlayStation®. Mer information om kompatibilitet finns på minecraft.net/minecoins  #### CertRequirement: [PlayStation®] howtoplay.mining=Brytning # @@ -6411,7 +6409,6 @@ options.dev_sunsetting_tier.two=Nivå 2 - KitKat # options.dev_sunsetting_tier.three=Nivå 3 - FireTV # options.dev_sunsetting_tier.four=Nivå 4 – 1 024 MB # options.dev_sunsetting_tier.five=Nivå 5: iOS 12 och Nougat # -options.dev_sunsetting_tier.six=Nivå 6 – iOS 13, Android 8, VR-enheter # options.dev_sunsetting_tier.not_pending=Inte väntande # options.dev_gatherings_section=Insamling # options.dev_gatherings_enable=Aktivera samlingar # @@ -6966,12 +6963,26 @@ sunsetting.popup.title=Den här enheten stöds inte längre. # sunsetting.popup.moreInfo=Mer information # sunsetting.popup.dontshow=Visa inte det här igen # -sunsetting.popup.pendingSunset.device=Vi stödjer inte den här enheten länge till. Du kommer att fortsätta få uppdateringar fram till mars 2025, då kommer den sista uppdateringen till den här enheten. %sNär du får den sista uppdateringen kommer du fortfarande att kunna spela i dina världar och få tillgång till köp på marknaden (inklusive Minecoins), men du kommer inte längre kunna göra nya köp på den här enheten. Realms kommer att fungera på enheten i 6 månader från och med 2025 om de inte uppdateras av Realm-ägare på en annan enhet. Om du vill säga upp ditt Realm-abonnemang måste du göra det i menyns Inställningar för abonnemang på den enhet den är skapad på. Du kommer inte längre få de senaste uppdateringarna och kan inte spela flerspelarläge med enheter eller Realms som fortsätter få uppdateringar. Du kan inte ansluta till vissa servrar. %sTryck på knappen för mer information. # -sunsetting.popup.sunset.device=Vi stödjer inte längre den här enheten. Du kommer inte längre få uppdateringar från och med mars 2025, tills du har uppdaterar den här enheten. Det här är den sista uppdateringen som stödjer den här enheten. %sDu kommer fortfarande att kunna spela i dina världar och få tillgång till köp på marknaden (inklusive Minecoins). Realms kommer att fungera på enheten i 6 månader från och med 2025 om de inte uppdateras av Realm-ägare på en annan enhet. Om du vill säga upp ditt Realm-abonnemang måste du göra det i menyns Inställningar för abonnemang på den enhet den är skapad på. Du kommer inte längre få de senaste uppdateringarna och kan inte spela flerspelarläge med enheter eller Realms som fortsätter få uppdateringar. Du kan inte ansluta till vissa servrar. %sTryck på knappen för mer information. # -sunsetting.popup.pendingSunset.windows_xr=Vi stödjer inte längre den här VR/MR-enheten. Du kommer inte längre få uppdateringar från och med mars 2025, då du får den sista uppdateringen som stödjer den här enheten. %sEfter den sista uppdateringen kommer du fortfarande få uppdateringar till din dator och kan spela utan VR/MR-enheten. Du kan fortsätta bygga världar och dina köp på marknaden (inklusive Minecoins) finns tillgängliga men inte med VR/MR-enheten. Du kommer inte längre kunna använda VR/MR-enheten i Minecraft eftersom den inte stöds i de senaste uppdateringarna.%sTryck på knappen för mer information. # -sunsetting.popup.sunset.windows_xr=Vi stödjer inte längre den här VR/MR-enheten. Du har fått den sista uppdateringen som stödjer den här enheten. Du kan fortfarande få uppdateringar till din dator och kan spela utan VR/MR-enheten. Du kan fortsätta bygga världar och dina köp på marknaden (inklusive Minecoins) finns tillgängliga men inte med VR/MR-enheten. Du kan inte längre använda VR/MR-enheten i Minecraft eftersom den inte stöds i de senaste uppdateringarna.%sTryck på knappen för mer information. Vi beklagar de besvär det här orsakar och är tacksamma för ditt stöd och den tid du lagt ner på vårt spel. # -sunsetting.popup.pendingSunset.geo=Vi kan inte längre stödja den här enheten i ditt område. Efter att du har fått den sista uppdateringen kan du fortfarande spela dina världar och få tillgång till dina köp från marknaden, men du kan inte längre handla på marknaden. Realms som hanteras från den här enheten kommer fortsätta att fungera i 6 månader. Från och med den 30:e september 2023 kommer du inte längre att ha tillgång till Realms. Det rekommenderas att du laddar ner din värld innan dess.%sOm du har loggat in med ett Microsoft-konto kommer dina marknadsinköp, Minecoins och din Realms-prenumeration att vara tillgängliga på andra plattformar. Om du vill flytta dina världar från den här enheten till en annan kan du göra det genom att ladda upp världen till ett Realm och sedan ladda ner en säkerhetskopia till din nya enhet.%sTryck på knappen för att få mer information, bland annat om hur du kan flytta din värld till en ny enhet. # -sunsetting.popup.sunset.geo=Vi kan inte längre stödja den här enheten i ditt område. Du kan fortfarande spela dina världar och få tillgång till dina köp från marknaden, men du kan inte längre handla på marknaden. Realms som hanteras från den här enheten kommer fortsätta att fungera fram till den 30:e september 2023. Efter det har du inte längre tillgång till Realms. Det rekommenderas att du laddar ner din värld innan dess.%sOm du har loggat in med ett Microsoft-konto kommer dina marknadsinköp, Minecoins och din Realms-prenumeration att vara tillgängliga på andra plattformar. Om du vill flytta dina världar från den här enheten till en annan kan du göra det genom att ladda upp världen till ett Realm och sedan ladda ner en säkerhetskopia till din nya enhet.%sTryck på knappen för att få mer information, bland annat om hur du kan flytta din värld till en ny enhet. # +sunsetting.popup.moreInfo.gearVR=För mer information besöker du https://aka.ms/MinecraftSunsetting i valfri webbläsare. # +sunsetting.popup.moreInfo.gearVR.geo=För mer information besöker du https://aka.ms/MinecraftGeoSunsetting i valfri webbläsare. # + +sunsetting.popup.pendingSunset.ios=Vi kan snart inte stödja den här enheten längre. Den sista uppdateringen släpps i februari 2024.%sDu kommer fortfarande att kunna spela i våra världar och handla på marknaden (inklusive med Minecoins) efter den sista uppdateringen, men du kommer inte att kunna genomföra nya köp på enheten. Realms hanterade på den här enheten fortsätter fungera i ett halvår såvida inte Realms-ägaren uppdaterar dem på en annan enhet. Du kan avsluta ditt Realms-abonnemang i inställningarna på enheten du skapade dina Realms på. Du kommer inte längre att få uppdateringar och kan inte spela flerspelarlägen på enheter eller med Realms som fortsätter att uppdateras. Du kommer inte heller att kunna ansluta till vissa servrar.%sKlicka på knappen för att läsa mer, till exempel hur du gör för att flytta din värld till en annan enhet. # +sunsetting.popup.pendingSunset.android=Vi kan snart inte stödja den här enheten längre. Den sista uppdateringen släpps i februari 2024.%sDu kommer fortfarande att kunna spela i våra världar och handla på marknaden (inklusive med Minecoins) efter den sista uppdateringen, men du kommer inte att kunna genomföra nya köp på enheten. Realms hanterade på den här enheten fortsätter fungera i ett halvår såvida inte Realms-ägaren uppdaterar dem på en annan enhet. Du kan avsluta ditt Realms-abonnemang via dina abonnemang i Google Play. Du kan öppna Google Play på valfri enhet eller från datorn där du kan logga in på ditt konto. Du kommer inte längre att få uppdateringar och kan inte spela flerspelarlägen på enheter eller med Realms som fortsätter att uppdateras. Du kommer inte heller att kunna ansluta till vissa servrar.%sKlicka på knappen för att läsa mer, till exempel hur du gör för att flytta din värld till en annan enhet. # +sunsetting.popup.pendingSunset.ios_android=Vi kan snart inte stödja den här enheten längre. Du får uppdateringar fram till november 2022, sedan släpper vi den slutliga uppdateringen för den här enheten. Vi ber om ursäkt för besväret. %sNär du har fått den slutliga uppdateringen kan du fortfarande spela dina världar och få tillgång till köp på Minecraft-marknaden (inklusive Minecoins). Realms som hanteras från den här enheten fortsätter att fungera i 6 månader om de inte uppdateras av Realm-ägaren på en annan enhet. Du får inte längre de senaste uppdateringarna och kan inte spela spel med flera spelare på enheter eller Realms som fortsätter att ta emot uppdateringar. Du kan inte heller ansluta till vissa servrar. %sKlicka på knappen för mer information, bland annat om att flytta dina världar till en ny enhet. # +sunsetting.popup.sunset.ios_android=Den här enheten stöds inte längre. Du har fått den slutliga uppdateringen för den här enheten. Från och med nu kan du fortsätta att bygga i dina världar och dina köp i Minecraft-marknaden (inklusive Minecoins) kommer att fortsätta att vara tillgängliga. Dina Realms fortsätter att fungera om de inte uppdateras av Realm-ägaren på en annan enhet. Du kommer inte längre att få de senaste uppdateringarna och du kommer inte att kunna spela spel med flera spelare på enheter eller Realms som fortsätter att ta emot uppdateringar. Du kommer inte heller att kunna ansluta till vissa servrar. %sKlicka på knappen för mer information, bland annat sätt att flytta dina världar till en ny enhet. Vi vet att detta orsakar besvär – vi är väldigt tacksamma för den tid du tillbringade med vårt spel och hoppas få se dig igen på en uppdaterad enhet. # +sunsetting.popup.pendingSunset.gearvr_win10=Vi kan snart inte stödja den här enheten längre. Du kommer att fortsätta att få uppdateringar fram till vår nästa stora versionsuppdatering, då du får din slutliga uppdatering för den här enheten. Vi ber om ursäkt för besväret. %sNär du har fått den slutliga uppdateringen kan du fortfarande spela på dina världar och få tillgång till köp på Minecraft-marknaden (inklusive Minecoins). Men du kommer inte längre att ha tillgång till spel för flera spelare eller Realms från den här enheten. Du kommer inte längre att få de senaste uppdateringarna och du kommer inte att kunna spela på enheter eller Realms som fortsätter att ta emot uppdateringar. Du kommer inte heller att kunna ansluta till vissa servrar. %sKlicka på knappen för mer information, bland annat sätt att flytta dina världar till en ny enhet. # +sunsetting.popup.sunset.gearvr_win10=Den här enheten stöds inte längre. Du har fått den slutliga uppdateringen för den här enheten. Från och med nu kan du fortsätta att bygga i dina världar och dina köp i Minecraft-marknaden (inklusive Minecoins) kommer att fortsätta att vara tillgängliga. Men du kommer inte längre att ha tillgång till spel för flera spelare eller Realms från den här enheten. Du kommer inte längre att få de senaste uppdateringarna och du kommer inte att kunna spela på enheter som fortsätter att ta emot uppdateringar. Du kommer inte heller att kunna ansluta till vissa servrar. # +sunsetting.popup.pendingSunset.dx10=Vi kan snart inte stödja den här grafikenheten längre. Du kommer att fortsätta att få uppdateringar fram till vår nästa stora versionsuppdatering, då du får din slutliga uppdatering för den här enheten. Vi ber om ursäkt för besväret. %sNär du har fått den slutliga uppdateringen kan du fortfarande spela på dina världar och få tillgång till köp på Minecraft-marknaden (inklusive Minecoins). Realms som hanteras från den här enheten fortsätter att fungera om de inte uppdateras av Realm-ägaren på en annan enhet. Du kommer inte längre att få de senaste uppdateringarna och du kommer inte att kunna spela spel med flera spelare på enheter eller Realms som fortsätter att ta emot uppdateringar. Du kommer inte heller att kunna ansluta till vissa servrar. %sKlicka på knappen för mer information, bland annat om att flytta dina världar till en ny enhet. # +sunsetting.popup.sunset.dx10=Den här grafikenheten stöds inte längre. Du har fått den slutliga uppdateringen för den här enheten. Från och med nu kan du fortsätta att bygga i dina världar och dina köp i Minecraft-marknaden (inklusive Minecoins) kommer att fortsätta att vara tillgängliga. Dina Realms fortsätter att fungera om de inte uppdateras av Realm-ägaren på en annan enhet. Du kommer inte längre att få de senaste uppdateringarna och du kommer inte att kunna spela spel med flera spelare på enheter eller Realms som fortsätter att ta emot uppdateringar. Du kommer inte heller att kunna ansluta till vissa servrar. %sKlicka på knappen för mer information, bland annat sätt att flytta dina världar till en ny enhet. Vi vet att detta orsakar besvär och är tacksamma för den tid du tillbringade med vårt spel och för ditt stöd. # + +sunsetting.popup.pendingSunset.geo.ios=Vår förmåga att stödja den här enheten kommer att upphöra i ditt område. Med den här sista uppdateringen kommer du fortfarande kunna spela på dina världar och få tillgång till dina marknadsplatsinköp, men du kommer inte längre att kunna göra inköp på marknadsplatsen. Realms som hanteras från den här enheten kommer att fortsätta att fungera i 6 månader. Från och med den 30:e september 2023 kommer du inte längre ha tillgång till Realms-världarna från den här enheten. Det rekommenderas att du laddar ner din värld innan dess och att du avslutar din prenumeration genom att gå till dina prenumerationsinställningar på din enhet. %sOm du har loggat in med ett Microsoft/Xbox Live-konto kommer dina marknadsplatsinköp, Minecoins och din Realms-prenumeration vara tillgängliga på dina andra plattformar där du spelar Minecraft. Om du vill flytta dina världar från den här enheten till en annan, kan du göra det genom att ladda upp världen till en Realm och sedan ladda ner en säkerhetskopia till din nya enhet. %sKlicka på knappen för att få mer information, bland annat om hur du flyttar din värld till en ny enhet. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.ios=Vår förmåga att stödja den här enheten har upphört i ditt område. Du kommer fortfarande kunna spela på dina världar och få tillgång till dina marknadsplatsinköp, men du kommer inte längre att kunna göra inköp på marknadsplatsen. Realms som hanteras från den här enheten kommer att fortsätta att fungera fram till den 30:e september 2023. Därefter kommer du inte längre att ha tillgång till Realms. Det rekommenderas att du laddar ner din värld innan dess. %sOm du har loggat in med ett Microsoft/Xbox Live-konto kommer dina marknadsplatsinköp, dina Minecoins och din Realms-prenumeration vara tillgängliga på andra plattformar. Om du vill flytta dina världar från den här enheten till en annan enhet kan du göra det genom att ladda upp världen till en Realm och sedan ladda ner en säkerhetskopia till din nya enhet. %sKlicka på knappen för att få mer information, bland annat om hur du kan flytta din värld till en ny enhet. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.amazon=Vår förmåga att stödja den här enheten kommer att upphöra i ditt område. Med den här sista uppdateringen kommer du fortfarande kunna spela på dina världar och få tillgång till dina marknadsplatsinköp, men du kommer inte längre att kunna göra inköp på marknadsplatsen. Realms som hanteras från den här enheten kommer att fortsätta att fungera i 6 månader. Från och med den 30:e september 2023 kommer du inte längre ha tillgång till Realms-världarna från den här enheten. Det rekommenderas att du laddar ner din värld innan dess. %sOm du har loggat in med ett Microsoft/Xbox Live-konto kommer dina marknadsplatsinköp, Minecoins och din Realms-prenumeration vara tillgängliga på dina andra plattformar där du spelar Minecraft. Om du vill flytta dina världar från den här enheten till en annan, kan du göra det genom att ladda upp världen till en Realm och sedan ladda ner en säkerhetskopia till din nya enhet. %sKlicka på knappen för att få mer information, bland annat om hur du flyttar din värld till en ny enhet. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.amazon=Vår förmåga att stödja den här enheten har upphört i ditt område. Du kommer fortfarande kunna spela på dina världar och få tillgång till dina marknadsplatsinköp, men du kommer inte längre att kunna göra inköp på marknadsplatsen. Realms som hanteras från den här enheten kommer att fortsätta att fungera fram till den 30:e september 2023. Därefter kommer du inte längre att ha tillgång till Realms. Det rekommenderas att du laddar ner din värld innan dess. %sOm du har loggat in med ett Microsoft/Xbox Live-konto kommer dina marknadsplatsinköp, dina Minecoins och din Realms-prenumeration vara tillgängliga på andra plattformar. Om du vill flytta dina världar från den här enheten till en annan enhet kan du göra det genom att ladda upp världen till en Realm och sedan ladda ner en säkerhetskopia till din nya enhet. %sKlicka på knappen för att få mer information, bland annat om hur du kan flytta din värld till en ny enhet. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.android=Vår förmåga att stödja den här enheten kommer att upphöra i ditt område. Med den här sista uppdateringen kommer du fortfarande kunna spela på dina världar och få tillgång till dina marknadsplatsinköp, men du kommer inte längre att kunna göra inköp på marknaden. Realms som hanteras från den här enheten kommer att fortsätta att fungera i 6 månader. Från och med den 30:e september 2023 kommer du inte längre ha tillgång till Realms-världarna från den här enheten. Det rekommenderas att du laddar ner din värld innan dess och avslutar din prenumeration genom att gå till dina prenumerationer i Google Play. %sDu kommer inte längre att få de senaste uppdateringarna och kommer inte att kunna spela med flera spelare. Du kommer inte heller att kunna ansluta till vissa servrar. %sOm du har loggat in med ett Microsoft/Xbox Live-konto kommer dina marknadsplatsinköp, Minecoins och din Realms-prenumeration vara tillgängliga på dina andra plattformar där du spelar Minecraft. Du kan starta en ny prenumeration från de plattformarna. %sOm du vill flytta dina världar från den här enheten till en annan kan du göra det genom att ladda upp världen till en Realm och ladda ner en säkerhetskopia till din nya enhet. %sKlicka på knappen för att få mer information, bland annat om hur du flyttar din värld till en ny enhet. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.android=Vår förmåga att stödja den här enheten har upphört i ditt område. Du kommer fortfarande kunna spela på dina världar och få tillgång till dina marknadsplatsinköp, men du kommer inte längre att kunna göra inköp på marknadsplatsen. Realms som hanteras från den här enheten kommer att fortsätta att fungera fram till den 30:e september 2023. Därefter kommer du inte längre att ha tillgång till Realms. Det rekommenderas att du laddar ner din värld innan dess. %sOm du har loggat in med ett Microsoft/Xbox Live-konto kommer dina marknadsplatsinköp, dina Minecoins och din Realms-prenumeration vara tillgängliga på andra plattformar. Om du vill flytta dina världar från den här enheten till en annan enhet kan du göra det genom att ladda upp världen till en Realm och sedan ladda ner en säkerhetskopia till din nya enhet. %sKlicka på knappen för att få mer information, bland annat om hur du kan flytta din värld till en ny enhet. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.generic=Vår förmåga att stödja den här enheten kommer att upphöra i ditt område. Med den här sista uppdateringen kommer du fortfarande kunna spela på dina världar och få tillgång till dina marknadsplatsinköp, men du kommer inte längre att kunna göra inköp på marknadsplatsen. Realms som hanteras från den här enheten kommer att fortsätta att fungera i 6 månader. Från och med den 30:e september 2023 kommer du inte längre ha tillgång till Realms-världarna från den här enheten. Det rekommenderas att du laddar ner din värld innan dess. %sOm du har loggat in med ett Microsoft/Xbox Live-konto kommer dina marknadsplatsinköp, Minecoins och din Realms-prenumeration vara tillgängliga på dina andra plattformar där du spelar Minecraft. Om du vill flytta dina världar från den här enheten till en annan, kan du göra det genom att ladda upp världen till en Realm och sedan ladda ner en säkerhetskopia till din nya enhet. %sKlicka på knappen för att få mer information, bland annat om hur du flyttar din värld till en ny enhet. # +sunsetting.popup.sunset.geo.generic=Vår förmåga att stödja den här enheten har upphört i ditt område. Du kommer fortfarande kunna spela på dina världar och få tillgång till dina marknadsplatsinköp, men du kommer inte längre att kunna göra inköp på marknadsplatsen. Realms som hanteras från den här enheten kommer att fortsätta att fungera fram till den 30:e september 2023. Därefter kommer du inte längre att ha tillgång till Realms. Det rekommenderas att du laddar ner din värld innan dess. %sOm du har loggat in med ett Microsoft/Xbox Live-konto kommer dina marknadsplatsinköp, dina Minecoins och din Realms-prenumeration vara tillgängliga på andra plattformar. Om du vill flytta dina världar från den här enheten till en annan enhet kan du göra det genom att ladda upp världen till en Realm och sedan ladda ner en säkerhetskopia till din nya enhet. %sKlicka på knappen för att få mer information, bland annat om hur du kan flytta din värld till en ny enhet. # sunsetting.banner.play.worldTab.pending=Din version kan kanske snart inte ansluta till flerspelarläget # sunsetting.banner.play.friendsTab.pending=Din version kan kanske snart inte ansluta till flerspelarläget # @@ -10886,7 +10897,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Välj nytt utseende # dr.classic_skins.custom_skin_title=Importera utseende # dr.classic_skins.custom_skin_description=Importera en png (64x32, 64x64 eller 128x128) från din enhet för att använda den som utseende. Det synkroniseras inte mellan enheter eller spel. # -dr.classic_skins.custom_skin_description_disabled=Din enhet kan inte välja ett anpassat utseende i flerspelarläge. Återvänd till huvudmenyn för att använda ett. # +dr.classic_skins.custom_skin_description_disabled= Din enhet kan inte välja ett anpassat utseende i flerspelarläge. Återvänd till huvudmenyn för att använda ett. # dr.classic_skins.custom_skin_description_popup=Du ser inte spelare med anpassade utseenden om alternativet ”Tillåt endast betrodda utseenden” är aktiverat # dr.classic_skins.custom_skin_section_title=Dina utseenden # dr.classic_skins.invalidCustomSkin=Importera en .png-fil med dimensionerna 64x64, 64x32 eller 128x128 # diff --git a/resource_pack/texts/tr_TR.lang b/resource_pack/texts/tr_TR.lang index 340bc66bf..c38b2f6a6 100644 --- a/resource_pack/texts/tr_TR.lang +++ b/resource_pack/texts/tr_TR.lang @@ -1908,8 +1908,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=Köylü Ticareti Yeniden D createWorldScreen.experimentalVillagerTradesRebalanceDescription=Yeniden dengeleme amacıyla köylüler için güncellenmiş ticaretleri içerir # createWorldScreen.experimentalArmadillo=Armadillo ve Kurt Zırhı # createWorldScreen.experimentalArmadilloDescription=Armadilloyu tanıyın ve Kurdunuzu yeni Kurt Zırhı ile donatın! # -createWorldScreen.experimentalBundles=Paketler # -createWorldScreen.experimentalBundlesDescription=Paket eşyasını üretip kullanmanızı sağlar # createWorldScreen.worldPreferences=Dünya Tercihleri # createWorldScreen.startWithMap=Başlangıç Haritası # createWorldScreen.defaultName=Dünyam # @@ -3878,7 +3876,7 @@ howtoplay.minecoins.text.1=Minecraft'ın oyun içi para birimi olan Minecoin ile howtoplay.minecoins.text.2=Kullanıldıktan sonra Minecoin'leriniz Microsoft hesabınıza bağlanır, böylece paralarınıza ve satın aldıklarınıza desteklenen diğer cihazlardan da erişebilirsiniz! # howtoplay.minecoins.button.text.1=Para Al # howtoplay.minecoins.header.1=Feragat # -howtoplay.minecoins.text.3=*Minecoin'ler Minecraft Market ile Minecraft: Bedrock Edition sürümünü gerektirir. Minecoin'ler PlayStation® ile uyumlu değildir. Uyumluluk bilgileri için minecraft.net/minecoins adresini ziyaret edin #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Minecoin'ler Minecraft Market ile Minecraft: Bedrock Edition sürümünü gerektirir. Minecoin'ler PlayStation® ile uyumlu değildir. Uyumluluk bilgileri için minecraft.net/minecoins adresini ziyaret edin  #### CertRequirement: [PlayStation®] howtoplay.mining=Madencilik # @@ -6296,12 +6294,12 @@ options.dev_addCoinTitle=Para Ekle # options.dev_reset_entitlements=Tüm Yetkileri Sıfırla # options.dev_reset_entitlements_loading=Yetkiler Sıfırlanırken işlem tamamlandığında bu iletişim kutusu kapanır. Bu pencereyi kapatabilirsiniz ancak bu komut sona ermeden oyunu kapatmak, beklenmeyen sonuçlara neden olabilir. # options.dev_reset_entitlements_error_unfinished=Uyarı: Tüm yetkiler düzgün bir şekilde silinmedi. Mümkünse istemciyi yeniden başlattıktan sonra komutu tekrar çalıştırmayı deneyin. # -options.dev_reset_entitlements_warning=Uyarı! Bu işlem, geri alamayabileceğiniz eski yetkiler dahil olmak üzere tüm yetkilerinizi siler! Çok sayıda yetkiniz varsa bu işlem biraz zaman alabilir. Devam etmek istediğinizden emin misiniz? # +options.dev_reset_entitlements_warning=Uyarı! Bu işlem, geri alamayabileceğiniz eski yetkiler dâhil olmak üzere tüm yetkilerinizi siler! Çok sayıda yetkiniz varsa bu işlem biraz zaman alabilir. Devam etmek istediğinizden emin misiniz? # options.dev_reset_entitlements_success=Yetkiler başarıyla silindi. # options.dev_currencyFailureWarning=Ağ araması başarısız oldu. Hata: %s # options.dev_currencyFailureWarningGeneric=Ağ araması başarısız oldu. İzin verilenler listesindeki bir hesapta oturum açtığınızdan emin olun. # options.dev_reset_wallet=Cüzdanı Sıfırla # -options.dev_allowlist_failure=Hata! İşlem başarısız oldu. Bu hesabın İzin Verilenler Listesi'nde olduğundan emin olmak için bir kez daha kontrol edin. # +options.dev_allowlist_failure=Hata! İşlem başarısız oldu. Bu hesabın İzin Verilenler Listesi'nde olduğundan emin olmak için bir kez daha kontrol edin. # options.discoveryEnvironment=Keşif Ortamı (Yeniden Başlatma Gerektirir) # options.discoveryEnvironment.production=Üretim # options.discoveryEnvironment.staging=Hazırlama # @@ -6411,7 +6409,6 @@ options.dev_sunsetting_tier.two=Katman 2 - KitKat # options.dev_sunsetting_tier.three=Katman 3 - FireTV # options.dev_sunsetting_tier.four=Katman 4 - 1024MB # options.dev_sunsetting_tier.five=Katman 5 - iOS 12 & Nougat # -options.dev_sunsetting_tier.six=Katman 6 - iOS 13, Android 8, VR cihazları # options.dev_sunsetting_tier.not_pending=Beklemede Değil # options.dev_gatherings_section=Toplama # options.dev_gatherings_enable=Toplamayı Etkinleştir # @@ -6966,12 +6963,26 @@ sunsetting.popup.title=Bu cihaz artık desteklenmiyor. # sunsetting.popup.moreInfo=Daha Fazla Bilgi # sunsetting.popup.dontshow=Bunu bir daha gösterme # -sunsetting.popup.pendingSunset.device=Yakında bu cihazı destekleyemeyeceğiz. Mart 2025'e kadar güncellemeleri almaya devam edeceksiniz, sonrasında ise bu cihaz için son güncellemeyi alacaksınız.%sSon güncellemeyi aldıktan sonra dünyalarınızda oynamaya devam edebilecek ve Market'ten satın aldığınız içeriklere Minecoin'ler dahil olmak üzere erişebileceksiniz ancak bu cihazdan yeni satın almalar gerçekleştiremeyeceksiniz. Bu cihazdan yönetilen Realm'lar, Realm sahibi tarafından farklı bir cihazda güncellenmedikçe Mart 2025'ten itibaren 6 ay daha çalışmaya devam edecek. Realm aboneliğinizi iptal etmek için bu işlemi Realm'ın oluşturulduğu cihazdaki Aboneliklerin Ayarlar menüsünden yapmanız gerekecek. Bundan sonra en son güncellemeleri almayacak ve güncellemeleri almaya devam eden cihazlar veya Realm'lar ile çok oyunculu oyunlar oynayamayacaksınız. Ayrıca, belirli sunuculara bağlanamayacaksınız.%sDaha fazla bilgi için düğmeye tıklayın. # -sunsetting.popup.sunset.device=Artık bu cihazı destekleyemeyeceğiz. Mart 2025'ten sonra cihazınızı güncelleyene kadar güncellemeleri almaya devam etmeyeceksiniz. Bu güncelleme, bu cihazla uyumlu son güncelleme olacak.%sDünyalarınızda oynamaya devam edebilecek ve Market'ten satın aldığınız içeriklere Minecoin'ler dahil olmak üzere erişebileceksiniz. Bu cihazdan yönetilen Realm'lar, Realm sahibi tarafından farklı bir cihazda güncellenmedikçe Mart 2025'ten itibaren 6 ay daha çalışmaya devam edecek. Realm aboneliğinizi iptal etmek için bu işlemi Realm'ın oluşturulduğu cihazdaki Aboneliklerin Ayarlar menüsünden yapmanız gerekecek. Bundan sonra en son güncellemeleri almayacak ve güncellemeleri almaya devam eden cihazlar veya Realm'lar ile çok oyunculu oyunlar oynayamayacaksınız. Ayrıca, belirli sunuculara bağlanamayacaksınız.%sDaha fazla bilgi için düğmeye tıklayın. # -sunsetting.popup.pendingSunset.windows_xr=Artık bu VR/MR grafik cihazı destekleyemeyeceğiz. Mart 2025'te bu cihazı destekleyen son güncellemeyi aldıktan sonra bu cihaz, güncellemeleri desteklemeyecek.%sSon güncellemeyi aldıktan sonra bilgisayarınız güncelleme almaya devam edecek ve VR/MR cihazınız olmadan oynayabileceksiniz. Bu noktadan itibaren dünyalarınızı inşa etmeye devam edebilirsiniz ve Market'ten satın aldığınız içeriklere Minecoin'ler dahil olmak üzere bilgisayar monitörü gibi VR/MR grafik cihazı olmayan cihazlardan erişebilirsiniz. Sonraki güncellemelerde desteklenmeyeceği için VR/MR cihazınızı Minecraft oynarken kullanamayacaksınız.%sDaha fazla bilgi için düğmeye tıklayın. # -sunsetting.popup.sunset.windows_xr=Artık bu VR/MR grafik cihazı destekleyemeyeceğiz. Bu VR/MR cihazı artık desteklenmiyor. Bu grafik cihazı destekleyen son güncellemeyi aldınız, bilgisayarınız güncelleme almaya devam edecek ve VR/MR cihazınız olmadan oynayabileceksiniz. Bu noktadan itibaren dünyalarınızı inşa etmeye devam edebilirsiniz ve Market'ten satın aldığınız içeriklere Minecoin'ler dahil olmak üzere bilgisayar monitörü gibi VR/MR grafik cihazı olmayan cihazlardan erişebilirsiniz. Sonraki güncellemelerde desteklenmeyeceği için VR/MR cihazınızı Minecraft oynarken kullanamayacaksınız.%sDaha fazla bilgi için düğmeye tıklayın. Bu durumun verdiği rahatsızlığın farkındayız, oyunumuza harcadığınız zaman ve verdiğiniz destek için çok teşekkür ederiz. # -sunsetting.popup.pendingSunset.geo=Bu cihazı destekleme durumumuz bölgenizde sona eriyor. Son güncellemenin ardından dünyalarınızda oynayabilecek ve Market'ten satın aldığınız içeriklere erişebileceksiniz ancak artık Market'te alışveriş yapamayacaksınız. Bu cihazdan yönetilen Realm'lar 6 ay boyunca çalışmaya devam edecek. 30 Eylül 2023'ten itibaren erişim sağlayamayacaksınız. Bu tarihten önce dünyanızı indirmeniz önerilir.%sBir Microsoft hesabıyla oturum açtıysanız Market'ten satın aldıklarınız, Minecoin'leriniz ve Realms aboneliğiniz diğer platformlarda mevcut olacak. Dünyalarınızı bu cihazdan başka bir cihaza taşımak isterseniz dünyayı bir Realm'a yükleyerek ve yeni cihazınıza yedeğini indirerek bunu yapabilirsiniz.%sDünyanızı yeni bir cihaza taşımanın yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. # -sunsetting.popup.sunset.geo=Bu cihazı destekleme durumumuz bölgenizde sona erdi. Dünyalarınızda oynayabilecek ve Market'ten satın aldığınız içeriklere erişebileceksiniz ancak artık Market'te alışveriş yapamayacaksınız. Bu cihazdan yönetilen Realm'lar, 30 Eylül 2023 tarihine kadar çalışmaya devam edecek. Daha sonra Realm'a erişemeyeceksiniz. Bu tarihten önce dünyanızı indirmeniz önerilir.%sBir Microsoft hesabıyla oturum açtıysanız Market'ten satın aldıklarınız, Minecoin'leriniz ve Realms aboneliğiniz diğer platformlarda mevcut olacak. Dünyalarınızı bu cihazdan başka bir cihaza taşımak isterseniz dünyayı bir Realm'a yükleyerek ve yeni cihazınıza yedeğini indirerek bunu yapabilirsiniz.%sDünyanızı yeni bir cihaza taşımanın yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. # +sunsetting.popup.moreInfo.gearVR=Daha fazla bilgi için lütfen herhangi bir web tarayıcısında https://aka.ms/MinecraftSunsetting sayfasını ziyaret edin. # +sunsetting.popup.moreInfo.gearVR.geo=Daha fazla bilgi için lütfen herhangi bir web tarayıcısında https://aka.ms/MinecraftGeoSunsetting adresini ziyaret edin. # + +sunsetting.popup.pendingSunset.ios=Yakında bu cihazı destekleyemeyeceğiz. Şubat 2024'e kadar güncellemeleri almaya devam edeceksiniz, sonrasında ise bu cihaz için son güncellemeyi alacaksınız.%sSon güncellemeyi aldıktan sonra dünyalarınızda oynamaya devam edebilecek ve Market'ten satın aldığınız içeriklere (Minecoin'ler dahil) erişebileceksiniz ancak bu cihazdan yeni satın almalar gerçekleştiremeyeceksiniz. Bu cihazdan yönetilen Realm'lar, Realm sahibi tarafından farklı bir cihazda güncellenmedikçe 6 ay daha çalışmaya devam edecek. Realm aboneliğinizi iptal etmek için bu işlemi Realm'ın oluşturulduğu cihazdaki Aboneliklerin Ayarlar menüsünden yapmanız gerekecek. Bundan böyle en son güncellemeleri almayacak ve güncellemeleri almaya devam eden cihazlar veya Realm'lar ile çok oyunculu oyunlar oynayamayacaksınız. Ayrıca belirli sunuculara bağlanamayacaksınız.%sDünyalarınızı yeni bir cihaza taşıma yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. # +sunsetting.popup.pendingSunset.android=Yakında bu cihazı destekleyemeyeceğiz. Şubat 2024'e kadar güncellemeleri almaya devam edeceksiniz, sonrasında ise bu cihaz için son güncellemeyi alacaksınız.%sSon güncellemeyi aldıktan sonra dünyalarınızda oynamaya devam edebilecek ve Market'ten satın aldığınız içeriklere (Minecoin'ler dahil) erişebileceksiniz ancak bu cihazdan yeni satın almalar gerçekleştiremeyeceksiniz. Bu cihazdan yönetilen Realm'lar, Realm sahibi tarafından farklı bir cihazda güncellenmedikçe 6 ay daha çalışmaya devam edecek. Realm aboneliğinizi iptal etmek için bu işlemi Google Play'deki aboneliklerinizden yapmanız gerekecek, Google Play'e desteklenen herhangi bir cihazdan veya hesabınıza giriş yapabileceğiniz bir PC'den erişebilirsiniz. Bundan böyle en son güncellemeleri almayacak ve güncellemeleri almaya devam eden cihazlar veya Realm'lar ile çok oyunculu oyunlar oynayamayacaksınız. Ayrıca belirli sunuculara bağlanamayacaksınız.%sDünyalarınızı yeni bir cihaza taşıma yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. # +sunsetting.popup.pendingSunset.ios_android=Yakında bu cihazı destekleyemeyeceğiz. Kasım 2022'ye kadar güncellemeleri almaya devam edeceksin, sonrasında ise bu cihaz için son güncellemeyi alacaksın. Verdiğimiz rahatsızlıktan dolayı özür dileriz. %sSon güncellemeyi aldıktan sonra dünyalarında oynamaya devam edebilecek ve Market'ten satın aldığın içeriklere (Minecoin'ler dahil) erişebileceksin. Bu cihazdan yönetilen Realm'lar, Realm sahibi tarafından farklı bir cihazda güncellenmedikçe çalışmaya devam edecek. Bundan böyle en son güncellemeleri almayacak ve güncellemeleri almaya devam eden cihazlar veya Realm'lar ile çok oyunculu oyunlar oynayamayacaksın. Ayrıca belirli sunuculara bağlanamayacaksın. %sDünyalarını yeni bir cihaza taşıma yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıkla. # +sunsetting.popup.sunset.ios_android=Bu cihaz artık desteklenmiyor. Bu cihaz için son güncellemeyi aldınız. Bu noktadan itibaren dünyalarınızı inşa etmeye devam edebilirsiniz ve Market'ten satın aldığınız içeriklere (Minecoin'ler dahil) erişebilirsiniz. Realm'larınız, Realm sahibi tarafından farklı bir cihazda güncellenmedikçe çalışmaya devam edecek. Bundan böyle en son güncellemeleri almayacak ve güncellemeleri almaya devam eden cihazlar veya Realm'lar ile çok oyunculu oyunlar oynayamayacaksınız. Ayrıca belirli sunuculara bağlanamayacaksınız. %sDünyalarınızı yeni bir cihaza taşıma yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. Bunun verdiği rahatsızlığın farkındayız ve oyunumuza harcadığınız zaman ve verdiğiniz destek için çok teşekkür ederiz. # +sunsetting.popup.pendingSunset.gearvr_win10=Yakında bu cihazı destekleyemeyeceğiz. Bir sonraki önemli sürüme kadar güncellemeleri almaya devam edeceksiniz, sonrasında ise bu cihaz için son güncellemeyi alacaksınız. Verdiğimiz rahatsızlıktan dolayı özür dileriz. %sSon güncellemeyi aldıktan sonra dünyalarınızda oynamaya devam edebilecek ve Market'ten satın aldığınız içeriklere (Minecoin'ler dahil) erişebileceksiniz. Buna karşın, bu cihazdan çok oyunculu oyunlara veya Realm'lara erişemeyeceksiniz. Bundan böyle en son güncellemeleri almayacak ve güncellemeleri almaya devam eden cihazlar veya Realm'lar ile çok oyunculu oyunlar oynayamayacaksınız. Ayrıca belirli sunuculara bağlanamayacaksınız. %sDünyalarınızı yeni bir cihaza taşıma yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. # +sunsetting.popup.sunset.gearvr_win10=Bu cihaz artık desteklenmiyor. Bu cihaz için son güncellemeyi aldın. Bu noktadan itibaren dünyalarını inşa etmeye devam edebilirsin ve Market'ten satın aldığın içeriklere (Minecoin'ler dahil) erişebilirsin. Buna karşın, bu cihazdan çok oyunculu oyunlara veya Realm'lara erişemeyeceksin. Bundan böyle en son güncellemeleri almayacak ve güncellemeleri almaya devam eden cihazlar ile çok oyunculu oyunlar oynayamayacaksın. Ayrıca belirli sunuculara bağlanamayacaksın. # +sunsetting.popup.pendingSunset.dx10=Yakında bu grafik cihazını destekleyemeyeceğiz. Bir sonraki önemli sürüme kadar güncellemeleri almaya devam edeceksiniz, sonrasında ise bu cihaz için son güncellemeyi alacaksınız. Verdiğimiz rahatsızlıktan dolayı özür dileriz. %sSon güncellemeyi aldıktan sonra dünyalarınızda oynamaya devam edebilecek ve Market'ten satın aldığınız içeriklere (Minecoin'ler dahil) erişebileceksiniz. Bu cihazdan yönetilen Realm'lar, Realm sahibi tarafından farklı bir cihazda güncellenmedikçe çalışmaya devam edecek. Bundan böyle en son güncellemeleri almayacak ve güncellemeleri almaya devam eden cihazlar veya Realm'lar ile çok oyunculu oyunlar oynayamayacaksınız. Ayrıca belirli sunuculara bağlanamayacaksınız. %sDünyalarınızı yeni bir cihaza taşıma yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. # +sunsetting.popup.sunset.dx10=Bu grafik cihazı artık desteklenmiyor. Bu cihaz için son güncellemeyi aldınız. Bu noktadan itibaren dünyalarınızı inşa etmeye devam edebilirsiniz ve Market'ten satın aldığınız içeriklere (Minecoin'ler dahil) erişebilirsiniz. Realm'larınız, Realm sahibi tarafından farklı bir cihazda güncellenmedikçe çalışmaya devam edecek. Bundan böyle en son güncellemeleri almayacak ve güncellemeleri almaya devam eden cihazlar veya Realm'lar ile çok oyunculu oyunlar oynayamayacaksınız. Ayrıca belirli sunuculara bağlanamayacaksınız. %sDünyalarınızı yeni bir cihaza taşıma yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. Bunun verdiği rahatsızlığın farkındayız ve oyunumuza harcadığınız zaman ve verdiğiniz destek için çok teşekkür ederiz. # + +sunsetting.popup.pendingSunset.geo.ios=Bu cihazı destekleme durumumuz bölgenizde sona eriyor. Son güncellemenin ardından dünyalarınızda oynayabilecek ve Market satın alımlarınıza erişebileceksiniz ancak artık Market'te alışveriş yapamayacaksınız. Bu cihazdan yönetilen Realm'lar 6 ay boyunca çalışmaya devam edecek ancak 30 Eylül 2023'ten itibaren erişim sağlayamayacaksınız. Bu tarihten önce dünyanızı indirmeniz ve aboneliğinizi cihazınızın Abonelikler ayarlarına giderek iptal etmeniz önerilir. %sBir Microsoft/Xbox Live hesabıyla oturum açtıysanız Market satın alımlarınız, Minecoin'leriniz ve Realms aboneliğiniz diğer platformlarda mevcut olacak. Dünyalarınızı bu cihazdan başka bir cihaza taşımak isterseniz dünyayı bir Realm'a yükleyerek ve yeni cihazınıza yedeğini indirerek bunu yapabilirsiniz. %sDünyanızı yeni bir cihaza taşımanın yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.ios=Bu cihazı destekleme durumumuz bölgenizde sona erdi. Dünyalarınızda oynayabilecek ve Market satın alımlarınıza erişebileceksiniz ancak artık Market'te alışveriş yapamayacaksınız. Bu cihazdan yönetilen Realm'lar, 30 Eylül 2023 tarihine kadar çalışmaya devam edecek. Daha sonra Realm'a erişemeyeceksiniz. Bu tarihten önce dünyanızı indirmeniz önerilir. %sBir Microsoft/Xbox Live hesabıyla oturum açtıysanız Market satın alımlarınız, Minecoin'leriniz ve Realms aboneliğiniz diğer platformlarda mevcut olacak. Dünyalarınızı bu cihazdan başka bir cihaza taşımak isterseniz dünyayı bir Realm'a yükleyerek ve yeni cihazınıza yedeğini indirerek bunu yapabilirsiniz. %sDünyanızı yeni bir cihaza taşımanın yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.amazon=Bu cihazı destekleme durumumuz bölgenizde sona eriyor. Son güncellemenin ardından dünyalarınızda oynayabilecek ve Market satın alımlarınıza erişebileceksiniz ancak artık Market'te alışveriş yapamayacaksınız. Bu cihazdan yönetilen Realm'lar 6 ay boyunca çalışmaya devam edecek ancak 30 Eylül 2023'ten itibaren erişim sağlayamayacaksınız. Bu tarihten önce dünyanızı indirmeniz önerilir. %sBir Microsoft/Xbox Live hesabıyla oturum açtıysanız Market satın alımlarınız, Minecoin'leriniz ve Realms aboneliğiniz diğer platformlarda mevcut olacak. Dünyalarınızı bu cihazdan başka bir cihaza taşımak isterseniz dünyayı bir Realm'a yükleyerek ve yeni cihazınıza yedeğini indirerek bunu yapabilirsiniz. %sDünyanızı yeni bir cihaza taşımanın yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.amazon=Bu cihazı destekleme durumumuz bölgenizde sona erdi. Dünyalarınızda oynayabilecek ve Market satın alımlarınıza erişebileceksiniz ancak artık Market'te alışveriş yapamayacaksınız. Bu cihazdan yönetilen Realm'lar, 30 Eylül 2023 tarihine kadar çalışmaya devam edecek. Daha sonra Realm'a erişemeyeceksiniz. Bu tarihten önce dünyanızı indirmeniz önerilir. %sBir Microsoft/Xbox Live hesabıyla oturum açtıysanız Market satın alımlarınız, Minecoin'leriniz ve Realms aboneliğiniz diğer platformlarda mevcut olacak. Dünyalarınızı bu cihazdan başka bir cihaza taşımak isterseniz dünyayı bir Realm'a yükleyerek ve yeni cihazınıza yedeğini indirerek bunu yapabilirsiniz. %sDünyanızı yeni bir cihaza taşımanın yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.android=Bu cihazı destekleme durumumuz bölgenizde sona eriyor. Son güncellemenin ardından dünyalarınızda oynayabilecek ve Market satın alımlarınıza erişebileceksiniz ancak artık Market'te alışveriş yapamayacaksınız. Bu cihazdan yönetilen Realm'lar 6 ay boyunca çalışmaya devam edecek ancak 30 Eylül 2023'ten itibaren erişim sağlayamayacaksınız. Bu tarihten önce dünyanızı indirmeniz ve aboneliklerinizi Google Play'de görüntüleyerek iptal etmeniz önerilir. %sArtık son güncellemeleri almayacak, çok oyunculu oyun oynayamayacak ve bazı sunuculara erişemeyeceksiniz. %sBir Microsoft/Xbox Live hesabıyla oturum açtıysanız Market satın alımlarınız, Minecoin'leriniz ve Realms aboneliğiniz Minecraft oynadığınız diğer platformlarda mevcut olacak. Minecraft oynadığınız bu platformlarda yeni bir abonelik satın alabilirsiniz. %sDünyalarınızı bu cihazdan başka bir cihaza taşımak isterseniz dünyayı bir Realm'a yükleyerek ve yeni cihazınıza yedeğini indirerek bunu yapabilirsiniz. %sDünyanızı yeni bir cihaza taşımanın yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.android=Bu cihazı destekleme durumumuz bölgenizde sona erdi. Dünyalarınızda oynayabilecek ve Market satın alımlarınıza erişebileceksiniz ancak artık Market'te alışveriş yapamayacaksınız. Bu cihazdan yönetilen Realm'lar, 30 Eylül 2023 tarihine kadar çalışmaya devam edecek. Daha sonra Realm'a erişemeyeceksiniz. Bu tarihten önce dünyanızı indirmeniz önerilir. %sBir Microsoft/Xbox Live hesabıyla oturum açtıysanız Market satın alımlarınız, Minecoin'leriniz ve Realms aboneliğiniz diğer platformlarda mevcut olacak. Dünyalarınızı bu cihazdan başka bir cihaza taşımak isterseniz dünyayı bir Realm'a yükleyerek ve yeni cihazınıza yedeğini indirerek bunu yapabilirsiniz. %sDünyanızı yeni bir cihaza taşımanın yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.generic=Bu cihazı destekleme durumumuz bölgenizde sona eriyor. Son güncellemenin ardından dünyalarınızda oynayabilecek ve Market satın alımlarınıza erişebileceksiniz ancak artık Market'te alışveriş yapamayacaksınız. Bu cihazdan yönetilen Realm'lar 6 ay boyunca çalışmaya devam edecek ancak 30 Eylül 2023'ten itibaren erişim sağlayamayacaksınız. Bu tarihten önce dünyanızı indirmeniz önerilir. %sBir Microsoft/Xbox Live hesabıyla oturum açtıysanız Market satın alımlarınız, Minecoin'leriniz ve Realms aboneliğiniz diğer platformlarda mevcut olacak. Dünyalarınızı bu cihazdan başka bir cihaza taşımak isterseniz dünyayı bir Realm'a yükleyerek ve yeni cihazınıza yedeğini indirerek bunu yapabilirsiniz. %sDünyanızı yeni bir cihaza taşımanın yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. # +sunsetting.popup.sunset.geo.generic=Bu cihazı destekleme durumumuz bölgenizde sona erdi. Dünyalarınızda oynayabilecek ve Market satın alımlarınıza erişebileceksiniz ancak artık Market'te alışveriş yapamayacaksınız. Bu cihazdan yönetilen Realm'lar, 30 Eylül 2023 tarihine kadar çalışmaya devam edecek. Daha sonra Realm'a erişemeyeceksiniz. Bu tarihten önce dünyanızı indirmeniz önerilir. %sBir Microsoft/Xbox Live hesabıyla oturum açtıysanız Market satın alımlarınız, Minecoin'leriniz ve Realms aboneliğiniz diğer platformlarda mevcut olacak. Dünyalarınızı bu cihazdan başka bir cihaza taşımak isterseniz dünyayı bir Realm'a yükleyerek ve yeni cihazınıza yedeğini indirerek bunu yapabilirsiniz. %sDünyanızı yeni bir cihaza taşımanın yolları da dahil olmak üzere daha fazla bilgi için düğmeye tıklayın. # sunsetting.banner.play.worldTab.pending=Sürümünüz yakında çok oyunculu oyunlara bağlanmayabilir # sunsetting.banner.play.friendsTab.pending=Sürümünüz yakında çok oyunculu oyunlara bağlanmayabilir # @@ -10886,7 +10897,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=Yeni Dış Görünüş Seç # dr.classic_skins.custom_skin_title=Dış Görünüşü İçeri Aktar # dr.classic_skins.custom_skin_description=Dış görünüşünüz olarak kullanmak için cihazınızdan bir png'yi (64x32, 64x64 veya 128x128) içe aktarın. Bu işlem cihazlar veya oyunlar arasında senkronize edilmeyecektir. # -dr.classic_skins.custom_skin_description_disabled=Cihazınız çok oyunculu bir oyundayken özel bir dış görünüş seçemez. Bir dış görünüşü giymek için lütfen ana menüye dönün. # +dr.classic_skins.custom_skin_description_disabled= Cihazınız çok oyunculu bir oyundayken özel bir dış görünüş seçemez. Bir dış görünüşü kuşanmak için lütfen ana menüye dönün. # dr.classic_skins.custom_skin_description_popup="Sadece Güvenilir Dış Görünüşlere İzin Ver" seçeneği etkinleştirilmişse özel dış görünüşlere sahip oyuncuları göremezsin # dr.classic_skins.custom_skin_section_title=Sahip Olunan Dış Görünüşler # dr.classic_skins.invalidCustomSkin=Lütfen 64x64, 64x32 veya 128x128 boyutlarında bir .png dosyasını içe aktarın # diff --git a/resource_pack/texts/uk_UA.lang b/resource_pack/texts/uk_UA.lang index 1ffffbf22..554e495a1 100644 --- a/resource_pack/texts/uk_UA.lang +++ b/resource_pack/texts/uk_UA.lang @@ -1908,8 +1908,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=Зміна балансу createWorldScreen.experimentalVillagerTradesRebalanceDescription=Містить оновлені принципи торгівлі селян для зміни балансу # createWorldScreen.experimentalArmadillo=Броненосець і вовчий обладунок # createWorldScreen.experimentalArmadilloDescription=Познайомтеся з броненосцем та екіпіруйте свого вовка новим вовчим обладунком! # -createWorldScreen.experimentalBundles=Набори # -createWorldScreen.experimentalBundlesDescription=Дозволяє створювати та використовувати елемент набору # createWorldScreen.worldPreferences=Параметри світів # createWorldScreen.startWithMap=Початкова карта # createWorldScreen.defaultName=Мій світ # @@ -2201,7 +2199,7 @@ raytracing.RTX.name=RTX ###Brand name, don't localize network.onlinePlay.title=Гра з друзями # network.onlinePlay.msg=Ви можете запрошувати друзів до своїх світів, переглядати творіння друзів, а також крафтити у світах одне одного. # network.onlinePlay.instruction=У меню гри ви можете приєднатися до світів своїх друзів або запросити їх до своїх світів чи Realms. # -network.thirdparty.connect.splitscreen=Щоб грати в мережевому багатокористувацькому режимі з розділеним екраном, увійдіть в обліковий запис %s. # +network.thirdparty.connect.splitscreen=Щоб грати в мультиплеєрі з розділеним екраном онлайн, увійдіть в обліковий запис %s. # network.thirdparty.connect.benefit=Увійдіть, використовуючи %s, щоб грати онлайн із друзями та зацінити круті штуки в магазині. # network.thirdparty.connect.store=Щоб роздивитися в магазині, вам знадобиться %s. # network.thirdparty.connect.achievements=Щоб заробляти досягнення, вам знадобиться %s. # @@ -3878,7 +3876,7 @@ howtoplay.minecoins.text.1=Досліджуйте світ можливосте howtoplay.minecoins.text.2=Після активації Minecoins пов’язуються з обліковим записом Microsoft, відтак ви можете отримати доступ до своїх монет і покупок також і на інших підтримуваних пристроях! # howtoplay.minecoins.button.text.1=Отримати монети Minecoins # howtoplay.minecoins.header.1=Застереження # -howtoplay.minecoins.text.3=*Для Minecoins потрібна версія Minecraft: Bedrock Edition із ринком Minecraft. Minecoins несумісні з PlayStation®. Інформацію про сумісність див. за посиланням minecraft.net/minecoins #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Для Minecoins потрібна версія Minecraft: Bedrock Edition із ринком Minecraft. Minecoins несумісні із PlayStation®. Інформацію про сумісність див. за посиланням minecraft.net/minecoins  #### CertRequirement: [PlayStation®] howtoplay.mining=Добування # @@ -6294,14 +6292,14 @@ options.dev_displayMarketplaceDocumentId=Показати ідентифікат options.dev_addCoins=Додати %s монет # options.dev_addCoinTitle=Додати монети # options.dev_reset_entitlements=Скинути всі права # -options.dev_reset_entitlements_loading=Скидання прав: після завершення процесу це діалогове вікно буде закрито. Ви можете закрити це вікно, але закриття гри до завершення виконання цієї команди може призвести до неочікуваної поведінки. # -options.dev_reset_entitlements_error_unfinished=Попередження! Не всі права були належним чином видалені. Спробуйте виконати команду ще раз, можливо, після перезапуску клієнта. # -options.dev_reset_entitlements_warning=Попередження! Це призведе до видалення всіх прав, включно з успадкованими правами, які ви, можливо, не зможете повернути! Ця операція може тривати деякий час, якщо ви маєте велику кількість прав. Бажаєте продовжити? # +options.dev_reset_entitlements_loading=Скидання прав: це діалогове вікно буде закрито після завершення процесу. Ви можете закрити це вікно, але закриття гри до завершення виконання цієї команди може призвести до неочікуваної поведінки. # +options.dev_reset_entitlements_error_unfinished=Попередження! Не всі права були належним чином видалені. Спробуйте виконати команду ще раз, можливо, після перезапуску клієнта. # +options.dev_reset_entitlements_warning=Попередження! Це призведе до видалення всіх прав, включно з успадкованими правами, які ви, можливо, не зможете повернути! Ця операція може зайняти деякий час, якщо ви маєте велику кількість прав. Дійсно продовжити? # options.dev_reset_entitlements_success=Права видалено. # options.dev_currencyFailureWarning=Не вдалося встановити зв’язок із мережею. Помилка: %s # options.dev_currencyFailureWarningGeneric=Не вдалося встановити зв’язок із мережею. Переконайтеся, що ви ввійшли в обліковий запис зі списку дозволених. # options.dev_reset_wallet=Скинути гаманець # -options.dev_allowlist_failure=Помилка! Операція завершилася невдало, перевірте, чи є цей обліковий запис у списку дозволених. # +options.dev_allowlist_failure=Помилка! Операція завершилася невдало, перевірте, чи є цей обліковий запис у списку дозволених. # options.discoveryEnvironment=Виявлення середовища (потрібен перезапуск) # options.discoveryEnvironment.production=Робоче # options.discoveryEnvironment.staging=Передрелізне # @@ -6411,7 +6409,6 @@ options.dev_sunsetting_tier.two=Рівень 2 – KitKat # options.dev_sunsetting_tier.three=Рівень 3 – FireTV # options.dev_sunsetting_tier.four=Рівень 4❶– 1024 МБ # options.dev_sunsetting_tier.five=Рівень 5 — iOS 12 і Nougat # -options.dev_sunsetting_tier.six=Рівень 6 – пристрої на iOS 13, Android 8, VR # options.dev_sunsetting_tier.not_pending=Не очікується # options.dev_gatherings_section=Зібрання # options.dev_gatherings_enable=Увімкнути збирання # @@ -6966,12 +6963,26 @@ sunsetting.popup.title=Цей пристрій більше не підтрим sunsetting.popup.moreInfo=Додаткова інформація # sunsetting.popup.dontshow=Більше не показувати # -sunsetting.popup.pendingSunset.device=Невдовзі ми вже не зможемо підтримувати цей пристрій. Ви будете отримувати оновлення до березня 2025 року, після чого надійде завершальне оновлення, яке буде сумісне з цим пристроєм.%sПісля отримання завершального оновлення ви все ще зможете грати у своїх світах і користуватися покупками з Ринку (зокрема Minecoins), але не зможете здійснювати нові покупки на цьому пристрої. Realms, керовані з цього пристрою, продовжать працювати ще 6 місяців з березня 2025 року, якщо власник Realm не оновить їх з іншого пристрою. Скасувати передплату Realm можна через меню «Налаштування» Підписок на пристрої, з якого було створено цей Realm. Ви більше не будете отримувати актуальні оновлення й не зможете грати в режимі мультиплеєра з пристроями чи в Realms, які продовжують оновлюватися. Ви також не зможете підключатися до певних серверів.%sНатисніть цю кнопку для отримання додаткової інформації. # -sunsetting.popup.sunset.device=Ми більше не можемо підтримувати цей пристрій. Починаючи з березня 2025 року, ви більше не отримуватимете оновлень, доки не оновите свій пристрій. Це – завершальне оновлення, сумісне з цим пристроєм.%sВи все ще зможете грати у своїх світах і користуватися минулими покупками з Ринку (зокрема Minecoins). Realms, керовані з цього пристрою, продовжать працювати ще 6 місяців з березня 2025 року, якщо власник Realm не оновить його з іншого пристрою. Скасувати передплату Realm можна через меню «Параметри» Підписок на пристрої, з якого було створено цей Realm. Ви не будете отримувати подальші оновлення й не зможете грати в режимі мультиплеєра з пристроями чи в Realms, які продовжують оновлюватися. Ви також не зможете підключатися до певних серверів.%sНатисніть цю кнопку для отримання додаткової інформації. # -sunsetting.popup.pendingSunset.windows_xr=Ми припиняємо підтримку цього графічного VR / MR-пристрою. Цей пристрій більше не буде підтримуватися в оновленнях після березня 2025 року, коли ви отримаєте завершальне оновлення з підтримкою цього пристрою.%sПісля отримання завершального оновлення ви все ще будете отримувати оновлення на свій ПК і зможете грати без VR / MR-пристрою. З цього моменту ви зможете продовжувати будувати у своїх світах, а ваші покупки на Ринку (в тому числі Minecoins) будуть доступні на не-VR / MR графічних пристроях, як-от монітор комп’ютера. Ви більше не зможете використовувати свій VR / MR-пристрій у Minecraft, оскільки він більше не буде підтримуватися в наступних оновленнях.%sНатисніть цю кнопку для отримання додаткової інформації. # -sunsetting.popup.sunset.windows_xr=Ми припиняємо підтримку цього графічного VR / MR-пристрою. Цей VR / MR-пристрій більше не буде підтримуватися. Ви отримали завершальне оновлення цього графічного пристрою, і ви все ще будете отримувати оновлення на свій ПК і зможете грати без VR / MR-пристрою. З цього моменту ви зможете продовжувати будувати у своїх світах, а ваші покупки на Ринку (в тому числі Minecoins) будуть доступні на не-VR / MR графічних пристроях, як-от монітор комп’ютера. Ви більше не зможете використовувати свій VR / MR-пристрій у Minecraft, оскільки він більше не підтримується в наступних оновленнях.%sНатисніть цю кнопку для отримання додаткової інформації. Ми розуміємо, що це спричиняє незручності, і глибоко вдячні вам за час, проведений у нашій грі, і за вашу підтримку. # -sunsetting.popup.pendingSunset.geo=Невдовзі ми припинимо підтримку цього пристрою у вашому регіоні. Після отримання завершального оновлення ви все ще зможете грати у своїх світах і використовувати покупки з Ринку, але більше не зможете здійснювати покупки на Ринку. Realms, керовані з цього пристрою, працюватимуть ще 6 місяців. 30 вересня 2023 року ви втратите доступ до Realm. Рекомендуємо завантажити свій світ до цієї дати.%sЯкщо ви ввійшли в обліковий запис Microsoft, ваші покупки на Ринку, монети Minecoins, а також підписка на Realms будуть доступні на інших платформах. Якщо ви хочете перенести світи з цього пристрою на інший, то вивантажте світ у Realm і завантажте резервну копію на новий пристрій. %sНатисніть кнопку, щоб дізнатися більше, зокрема про те, як перенести світ на новий пристрій. # -sunsetting.popup.sunset.geo=Ми більше не можемо підтримувати цей пристрій у вашому регіоні. Ви все ще зможете грати у своїх світах і використовувати покупки з Ринку, але більше не зможете здійснювати покупки на Ринку. Realms, керовані з цього пристрою, працюватимуть до 30 вересня 2023 року. Після цього ви втратите доступ до Realm. Рекомендуємо завантажити свій світ до цієї дати. %sЯкщо ви ввійшли в обліковий запис Microsoft, ваші покупки на Ринку, монети Minecoins, а також підписка на Realms будуть доступні на інших платформах. Якщо ви хочете перенести свої світи з цього пристрою на інший, вивантажте світ у Realm і завантажте резервну копію на свій новий пристрій. %sНатисніть кнопку, щоб дізнатися більше, зокрема про те, як перенести світ на новий пристрій. # +sunsetting.popup.moreInfo.gearVR=Щоб переглянути додаткові відомості, перейдіть на сторінку https://aka.ms/MinecraftSunsetting у будь-якому веб-браузері. # +sunsetting.popup.moreInfo.gearVR.geo=Щоб переглянути додаткові відомості, перейдіть на сторінку https://aka.ms/MinecraftGeoSunsetting у будь-якому веб-браузері. # + +sunsetting.popup.pendingSunset.ios=Невдовзі ми вже не зможемо підтримувати цей пристрій. Ви будете отримувати оновлення до лютого 2024 року, після чого надійде останнє. %sОтримавши останнє оновлення, ви все ще зможете грати у своїх світах і користуватися минулими покупками з Ринку (зокрема Minecoins), але не зможете здійснювати нові покупки на цьому пристрої. Realms, керовані з цього пристрою, продовжать працювати ще 6 місяців, якщо власник цього Realm не оновить його з іншого пристрою. Скасувати передплату Realm можна через меню «Параметри» для передплат на пристрої, з якого було створено цей Realm. Ви більше не отримуватимете актуальні оновлення й не зможете грати в багатоосібному режимі з пристроями чи в Realms, які продовжують оновлюватися. Ви також не зможете підключатися до певних серверів.%sНатисніть цю кнопку для отримання додаткової інформації, зокрема про способи перенести ваш світ на новий пристрій. # +sunsetting.popup.pendingSunset.android=Невдовзі ми вже не зможемо підтримувати цей пристрій. Ви будете отримувати оновлення до лютого 2024 року, після чого надійде останнє.%sОтримавши останнє оновлення, ви все ще зможете грати у своїх світах і користуватися минулими покупками з Ринку (зокрема Minecoins), але не зможете здійснювати нові покупки на цьому пристрої. Realms, керовані з цього пристрою, продовжать працювати ще 6 місяців, якщо власник цього Realm не оновить його з іншого пристрою. Скасувати передплату Realm можна через меню передплат у Google Play. Google Play доступний на будь-якому підтримуваному пристрої або з ПК, де ви можете увійти до свого облікового запису. Ви більше не отримуватимете актуальних оновлень і не зможете грати в багатоосібному режимі з пристроями або Realms, які продовжують оновлюватися. Ви також не зможете підключитися до певних серверів.%sНатисніть цю кнопку для отримання додаткової інформації, зокрема про способи перенести ваш світ на новий пристрій. # +sunsetting.popup.pendingSunset.ios_android=Невдовзі ми припинимо підтримку цього пристрою. Ви продовжите отримувати оновлення до листопада 2022 року, після чого вам надійде останнє оновлення для цього пристрою. Нам дуже прикро за незручності. %sОтримавши останнє оновлення, ви все ще зможете грати у своїх світах і використовувати покупки з Ринку (зокрема, Minecoins). Realms, доступ до яких здійснюється з цього пристрою, продовжать працювати, якщо власник певного Realm не оновить його на іншому пристрої. Ви більше не отримуватимете актуальні оновлення і не зможете грати в мультиплеєрі з пристроями чи в Realms, які продовжують оновлюватися. Ви також не зможете підключатися до певних серверів. %sНатисніть кнопку, щоб дізнатися більше, зокрема про те, як перенести ваші світи на новий пристрій. # +sunsetting.popup.sunset.ios_android=Цей пристрій більше не підтримується. Ви отримали останнє оновлення для цього пристрою. З цього часу ви можете продовжити розбудовувати свої світи, а також використовувати покупки з Ринку (зокрема, Minecoins). Ваші Realms продовжать працювати, якщо власник певного Realm не оновить його на іншому пристрої. Ви більше не отримуватимете актуальні оновлення і не зможете грати в мультиплеєрі з пристроями чи в Realms, які продовжують оновлюватися. Ви також не зможете підключатися до певних серверів. %sНатисніть кнопку, щоб дізнатися більше, зокрема про те, як перенести ваші світи на новий пристрій. Ми розуміємо пов’язані незручності та цінуємо час, який ви провели в грі, і ми сподіваємося знову побачитися з вами на оновленому пристрої. # +sunsetting.popup.pendingSunset.gearvr_win10=Наші можливості з підтримки цього пристрою добігають кінця. Ви продовжите отримувати оновлення до наступного великого випуску, коли вам надійде останнє оновлення для цього пристрою. Нам дуже прикро за незручності. %sОтримавши останнє оновлення, ви все ще зможете грати у своїх світах і використовувати покупки з Ринку (зокрема, Minecoins). Однак ви більше не матимете доступу до мультиплеєра чи Realms із цього пристрою. Ви більше не отримуватимете актуальні оновлення і не зможете грати з пристроями чи в Realms, які продовжують оновлюватися. Ви також не зможете підключатися до певних серверів. %sНатисніть кнопку, щоб дізнатися більше, зокрема про те, як перенести ваші світи на новий пристрій. # +sunsetting.popup.sunset.gearvr_win10=Цей пристрій більше не підтримується. Ви отримали останнє оновлення для цього пристрою. З цього часу ви можете продовжити розбудовувати свої світи, а також використовувати покупки з Ринку (зокрема, Minecoins). Однак ви більше не матимете доступу до мультиплеєра чи Realms із цього пристрою. Ви більше не отримуватимете актуальні оновлення і не зможете грати з пристроями, які продовжують оновлюватися. Ви також не зможете підключатися до певних серверів. # +sunsetting.popup.pendingSunset.dx10=Наші можливості з підтримки цього графічного пристрою добігають кінця. Ви продовжите отримувати оновлення до наступного великого випуску, коли вам надійде останнє оновлення для цього пристрою. Нам дуже прикро за незручності. %sОтримавши останнє оновлення, ви все ще зможете грати у своїх світах і використовувати покупки з Ринку (зокрема, Minecoins). Realms, які керуються з цього пристрою, продовжать працювати, якщо власник певного Realm не оновить його на іншому пристрої. Ви більше не отримуватимете актуальні оновлення і не зможете грати в мультиплеєрі з пристроями чи в Realms, які продовжують оновлюватися. Ви також не зможете підключатися до певних серверів. %sНатисніть кнопку, щоб дізнатися більше, зокрема про те, як перенести ваші світи на новий пристрій. # +sunsetting.popup.sunset.dx10=Цей графічний пристрій більше не підтримується. Ви отримали останнє оновлення для цього пристрою. З цього часу ви можете продовжити розбудовувати свої світи, а також використовувати покупки з Ринку (зокрема, Minecoins). Ваші Realms продовжать працювати, якщо власник певного Realm не оновить його на іншому пристрої. Ви більше не отримуватимете актуальні оновлення і не зможете грати в мультиплеєрі з пристроями чи в Realms, які продовжують оновлюватися. Ви також не зможете підключатися до певних серверів. %sНатисніть кнопку, щоб дізнатися більше, зокрема про те, як перенести ваші світи на новий пристрій. Ми розуміємо пов’язані незручності та цінуємо час, який ви провели в грі, як і ваш внесок у її розвиток. # + +sunsetting.popup.pendingSunset.geo.ios=Наші можливості з підтримки цього пристрою добігають кінця у вашому регіоні. Отримавши останнє оновлення, ви все ще зможете грати у своїх світах і використовувати покупки з Ринку, але більше не зможете здійснювати покупки на Ринку. Realms, які керуються з цього пристрою, продовжать працювати ще 6 місяців. 30 вересня 2023 року ви більше не матимете доступу до Realm. Рекомендується завантажити свій світ до цього та скасувати підписку, переглянувши налаштування підписки на своєму пристрої. %sЯкщо ви ввійшли в обліковий запис Microsoft/Xbox Live, ваші покупки на Ринку, монети Minecoins, а також ваша підписка на Realms будуть доступні на інших платформах. Якщо ви хочете перенести свої світи з цього пристрою на інший пристрій, ви можете зробити це, завантаживши світ у Realm і завантаживши резервну копію на свій новий пристрій. %sНатисніть кнопку, щоб дізнатися більше, зокрема про те, як перенести ваш світ на новий пристрій. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.ios=Наші можливості з підтримки цього пристрою добігають кінця у вашому регіоні. Ви все ще зможете грати у своїх світах і використовувати покупки з Ринку, але більше не зможете здійснювати покупки на Ринку. Realms, які керуються з цього пристрою, продовжать працювати до 30 вересня 2023 року. Після цього ви більше не матимете доступу до Realm. Рекомендується завантажити свій світ до цього. %sЯкщо ви ввійшли в обліковий запис Microsoft/Xbox Live, ваші покупки на Ринку, монети Minecoins, а також ваша підписка на Realms будуть доступні на інших платформах. Якщо ви хочете перенести свої світи з цього пристрою на інший пристрій, ви можете зробити це, завантаживши світ у Realm і завантаживши резервну копію на свій новий пристрій. %sНатисніть кнопку, щоб дізнатися більше, зокрема про те, як перенести ваш світ на новий пристрій. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.amazon=Наші можливості з підтримки цього пристрою добігають кінця у вашому регіоні. Отримавши останнє оновлення, ви все ще зможете грати у своїх світах і використовувати покупки з Ринку, але більше не зможете здійснювати покупки на Ринку. Realms, які керуються з цього пристрою, продовжать працювати ще 6 місяців. 30 вересня 2023 року ви більше не матимете доступу до Realm. Рекомендується завантажити свій світ до цього. %sЯкщо ви ввійшли в обліковий запис Microsoft/Xbox Live, ваші покупки на Ринку, монети Minecoins, а також ваша підписка на Realms будуть доступні на інших платформах. Якщо ви хочете перенести свої світи з цього пристрою на інший пристрій, ви можете зробити це, завантаживши світ у Realm і завантаживши резервну копію на свій новий пристрій. %sНатисніть кнопку, щоб дізнатися більше, зокрема про те, як перенести ваш світ на новий пристрій. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.amazon=Наші можливості з підтримки цього пристрою добігають кінця у вашому регіоні. Ви все ще зможете грати у своїх світах і використовувати покупки з Ринку, але більше не зможете здійснювати покупки на Ринку. Realms, які керуються з цього пристрою, продовжать працювати до 30 вересня 2023 року. Після цього ви більше не матимете доступу до Realm. Рекомендується завантажити свій світ до цього. %sЯкщо ви ввійшли в обліковий запис Microsoft/Xbox Live, ваші покупки на Ринку, монети Minecoins, а також ваша підписка на Realms будуть доступні на інших платформах. Якщо ви хочете перенести свої світи з цього пристрою на інший пристрій, ви можете зробити це, завантаживши світ у Realm і завантаживши резервну копію на свій новий пристрій. %sНатисніть кнопку, щоб дізнатися більше, зокрема про те, як перенести ваш світ на новий пристрій. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.android=Наші можливості з підтримки цього пристрою добігають кінця у вашому регіоні. Завдяки цьому останньому оновленню ви все ще зможете грати у своїх світах і використовувати покупки з Ринку, але більше не зможете здійснювати нові покупки. Realms, які керуються з цього пристрою, продовжать працювати ще 6 місяців. З 30 вересня 2023 року ви більше не матимете доступу до цих Realms. Рекомендується завантажити свій світ до цього часу та скасувати підписку, переглянувши свої підписки в Google Play. %sВи більше не отримуватимете актуальні оновлення і не зможете грати в мультиплеєрі. Ви також не зможете підключатися до певних серверів. %sЯкщо ви ввійшли в обліковий запис Microsoft/Xbox Live, ваші покупки з Ринку й монети Minecoins, а також підписка на Realms будуть доступні на інших платформах, де ви граєте в Minecraft. Ви можете стартувати нову підписку з інших платформ, де ви граєте в Minecraft. %sЯкщо ви хочете перенести світи з цього пристрою на інший, ви можете зробити це, завантаживши світ у Realm і завантаживши резервну копію на новий пристрій. %sНатисніть кнопку, щоб дізнатися більше, зокрема про те, як перенести ваші світи на новий пристрій. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.android=Наші можливості з підтримки цього пристрою добігають кінця у вашому регіоні. Ви все ще зможете грати у своїх світах і використовувати покупки з Ринку, але більше не зможете здійснювати покупки на Ринку. Realms, які керуються з цього пристрою, продовжать працювати до 30 вересня 2023 року. Після цього ви більше не матимете доступу до Realm. Рекомендується завантажити свій світ до цього. %sЯкщо ви ввійшли в обліковий запис Microsoft/Xbox Live, ваші покупки на Ринку, монети Minecoins, а також ваша підписка на Realms будуть доступні на інших платформах. Якщо ви хочете перенести свої світи з цього пристрою на інший пристрій, ви можете зробити це, завантаживши світ у Realm і завантаживши резервну копію на свій новий пристрій. %sНатисніть кнопку, щоб дізнатися більше, зокрема про те, як перенести ваш світ на новий пристрій. ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.generic=Наші можливості з підтримки цього пристрою добігають кінця у вашому регіоні. Отримавши останнє оновлення, ви все ще зможете грати у своїх світах і використовувати покупки з Ринку, але більше не зможете здійснювати покупки на Ринку. Realms, які керуються з цього пристрою, продовжать працювати ще 6 місяців. 30 вересня 2023 року ви більше не матимете доступу до Realm. Рекомендується завантажити свій світ до цього. %sЯкщо ви ввійшли в обліковий запис Microsoft/Xbox Live, ваші покупки на Ринку, монети Minecoins, а також ваша підписка на Realms будуть доступні на інших платформах. Якщо ви хочете перенести свої світи з цього пристрою на інший пристрій, ви можете зробити це, завантаживши світ у Realm і завантаживши резервну копію на свій новий пристрій. %sНатисніть кнопку, щоб дізнатися більше, зокрема про те, як перенести ваш світ на новий пристрій. # +sunsetting.popup.sunset.geo.generic=Наші можливості з підтримки цього пристрою добігають кінця у вашому регіоні. Ви все ще зможете грати у своїх світах і використовувати покупки з Ринку, але більше не зможете здійснювати покупки на Ринку. Realms, які керуються з цього пристрою, продовжать працювати до 30 вересня 2023 року. Після цього ви більше не матимете доступу до Realm. Рекомендується завантажити свій світ до цього. %sЯкщо ви ввійшли в обліковий запис Microsoft/Xbox Live, ваші покупки на Ринку, монети Minecoins, а також ваша підписка на Realms будуть доступні на інших платформах. Якщо ви хочете перенести свої світи з цього пристрою на інший пристрій, ви можете зробити це, завантаживши світ у Realm і завантаживши резервну копію на свій новий пристрій. %sНатисніть кнопку, щоб дізнатися більше, зокрема про те, як перенести ваш світ на новий пристрій. # sunsetting.banner.play.worldTab.pending=Ваша версія скоро може втратити можливість підключення до мультиплеєра # sunsetting.banner.play.friendsTab.pending=Ваша версія скоро може втратити можливість підключення до мультиплеєра # @@ -10886,7 +10897,7 @@ dr.classic_skins.addition_skin_count=і ще %s # dr.classic_skins.choose_custom_skin=Вибрати новий скін # dr.classic_skins.custom_skin_title=Імпорт скіна # dr.classic_skins.custom_skin_description=Імпортуйте файл зображення у форматі .png (64x32, 64x64 або 128x128) з пристрою, щоб використовувати його як скін. Він не синхронізуватиметься між пристроями або іграми. # -dr.classic_skins.custom_skin_description_disabled=Ваш пристрій не може вибрати нестандартний скін у режимі мультиплеєра. Поверніться до головного меню, щоб установити його. # +dr.classic_skins.custom_skin_description_disabled= Ваш пристрій не може вибрати нестандартний скін у режимі мультиплеєра. Поверніться до головного меню, щоб установити його. # dr.classic_skins.custom_skin_description_popup=Гравці з власними скінами не будуть видимі вам, якщо ввімкнуто параметр "Дозволити лише надійні скіни" # dr.classic_skins.custom_skin_section_title=Власні скіни # dr.classic_skins.invalidCustomSkin=Імпортуйте файл у форматі .png (розмір 64x64, 64x32 або 128x128) # diff --git a/resource_pack/texts/zh_CN.lang b/resource_pack/texts/zh_CN.lang index 2d81e9da9..485524c41 100644 --- a/resource_pack/texts/zh_CN.lang +++ b/resource_pack/texts/zh_CN.lang @@ -1908,8 +1908,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=村民贸易再平衡 # createWorldScreen.experimentalVillagerTradesRebalanceDescription=包含为村民更新的贸易,以便重新平衡 # createWorldScreen.experimentalArmadillo=犰狳和狼铠 # createWorldScreen.experimentalArmadilloDescription=了解犰狳,用新的狼铠装备你的狼! # -createWorldScreen.experimentalBundles=同捆包 # -createWorldScreen.experimentalBundlesDescription=允许合成并使用同捆包物品 # createWorldScreen.worldPreferences=世界偏好 # createWorldScreen.startWithMap=初始地图 # createWorldScreen.defaultName=我的世界 # @@ -3878,7 +3876,7 @@ howtoplay.minecoins.text.1=使用 Minecraft 的游戏内货币 Minecoins,探 howtoplay.minecoins.text.2=兑换后,您的 Minecoins 将关联至自己的 Microsoft 账户,因此您也可以在其他支持的设备上访问游戏币并进行购买! # howtoplay.minecoins.button.text.1=获取硬币 # howtoplay.minecoins.header.1=免责声明 # -howtoplay.minecoins.text.3=*Minecoins 需要带 Minecraft 市场的《Minecraft:基岩版》版本。Minecoins 在 PlayStation® 上不兼容。有关兼容性信息,请参阅 minecraft.net/minecoins #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Minecoins 需要带 Minecraft 市场的《Minecraft:基岩版》版本。Minecoins 在 PlayStation® 上不兼容。有关兼容性信息,请参阅 minecraft.net/minecoins  #### CertRequirement: [PlayStation®] howtoplay.mining=采矿 # @@ -6295,13 +6293,13 @@ options.dev_addCoins=添加 %s 个硬币 # options.dev_addCoinTitle=添加硬币 # options.dev_reset_entitlements=重设所有权利 # options.dev_reset_entitlements_loading=重设权限,该对话框将在处理完成后关闭。您可以关闭此窗口,但在此命令完成前关闭游戏可能会导致意想不到的结果。 # -options.dev_reset_entitlements_error_unfinished=警告,未正确删除所有权限。请尝试再次运行该命令,如有可能,请在重启客户端之后尝试。 # +options.dev_reset_entitlements_error_unfinished=警告,未正确删除所有权限。请尝试再次运行该命令,如有可能请在重启客户端之后尝试。 # options.dev_reset_entitlements_warning=警告!这将删除您的所有权限,包括可能无法恢复的旧版权限!如果您有大量权限,此操作可能需要一段时间。确定要继续吗? # options.dev_reset_entitlements_success=权限删除成功。 # options.dev_currencyFailureWarning=网络呼叫失败。错误:%s # options.dev_currencyFailureWarningGeneric=网络呼叫失败。确保您已登录到列入允许列表的帐户。 # options.dev_reset_wallet=重置电子钱包 # -options.dev_allowlist_failure=错误!操作失败,请仔细检查以确保此账号位于允许列表中。 # +options.dev_allowlist_failure=错误!操作失败,请仔细检查以确保此帐户位于允许列表中。 # options.discoveryEnvironment=Discovery 环境(需要重新启动) # options.discoveryEnvironment.production=生产 # options.discoveryEnvironment.staging=预备 # @@ -6411,7 +6409,6 @@ options.dev_sunsetting_tier.two=阶段 2 - KitKat # options.dev_sunsetting_tier.three=阶段 3 - FireTV # options.dev_sunsetting_tier.four=阶段 4 - 1024MB # options.dev_sunsetting_tier.five=第 5 级 - iOS 和 Nougat # -options.dev_sunsetting_tier.six=第 6 级·- iOS 13、Android 8 和 VR 设备 # options.dev_sunsetting_tier.not_pending=未搁置 # options.dev_gatherings_section=收集 # options.dev_gatherings_enable=启用收集 # @@ -6966,12 +6963,26 @@ sunsetting.popup.title=此设备不再受支持。 # sunsetting.popup.moreInfo=更多信息 # sunsetting.popup.dontshow=不再显示此内容 # -sunsetting.popup.pendingSunset.device=我们即将无法支持此设备。目前您仍能继续收到更新,但到 2025 年 3 月为止,您将收到适用于此设备的最后一次更新。%s收到最终更新后,您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品(包括 Minecoins),但您将不再能够在此设备上购买新的物品。从 2025 年 3 月开始,由此设备管理的 Realm 将继续运行 6 个月,除非 Realm 所有者选择在另一台设备上进行更新。要取消您的 Realm 订阅,您将需要在创建 Realm 的设备上,找到订阅的“设置”菜单进行此操作。您将不再收到最新的更新内容,且将无法与继续接收更新的设备或 Realm 玩多人游戏。您也将无法连接到某些服务器。%s单击按钮了解更多信息。 # -sunsetting.popup.sunset.device=我们已无法支持此设备。从 2025 年 3 月开始,您将不再收到更新,直到您更新您的设备。这是与此设备兼容的最后一个更新。%s您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品(包括 Minecoins)。由此设备管理的 Realm 将自 2025 年 3 月起继续运行 6 个月,除非 Realm 所有者选择在另一台设备上进行更新。要取消您的 Realm 订阅,您将需要在创建 Realm 的设备上,找到订阅的“设置”菜单进行此操作。您将不再收到最新的更新内容,且将无法与继续接收更新的设备或 Realm 玩多人游戏。您也将无法连接到某些服务器。%s单击按钮了解更多信息。 # -sunsetting.popup.pendingSunset.windows_xr=我们已无法支持此 VR/MR 图形设备。2025 年 3 月之后的更新将不再支持此设备,届时您将收到支持此设备的最后一次更新。%s收到最终更新后,您仍然可以在 PC 上收到更新,也可以在没有 VR/MR 设备的情况下进行游戏。从现在开始,您可以继续在世界中进行创造,也可以在非 VR/MR 图形设备(如电脑显示器)上继续使用在市场购买的物品(包括 Minecoins)。您将无法在 Minecraft 中使用您的 VR/MR 设备,因为最新更新将不再支持此设备。%s单击按钮了解更多信息。 # -sunsetting.popup.sunset.windows_xr=我们已无法支持此 VR/MR 图形设备。此 VR/MR 设备不再受到支持。您已收到支持此图形设备的最后一次更新,您仍然可以在 PC 上收到更新,也可以在没有 VR/MR 设备的情况下进行游戏。从现在开始,您可以继续在世界中进行创造,也可以在非 VR/MR 图形设备(如电脑显示器)上继续使用在市场购买的物品(包括 Minecoins)。您将无法在 Minecraft 中使用您的 VR/MR 设备,因为最新更新将不再支持此设备。%s单击按钮了解更多信息。给您带来不便,我们深表歉意。同时我们也衷心感谢您为这款游戏付出的时间以及您的支持。 # -sunsetting.popup.pendingSunset.geo=在您所在的地区内,我们即将无法支持此设备。收到最终更新后,您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品。但是,您将无法再在市场中购买物品。由此设备管理的 Realm 将继续运行 6 个月。从 2023 年 9 月 30 日开始,您将无法再访问 Realm。建议您在此之前下载好您的世界数据。%s如果您已使用 Microsoft 账号登录,那么您在市场购买的物品、Minecoins 以及您订阅的 Realm 服务可在其他平台上使用。如果您想将您的世界从此设备转移到另一台设备,您可以将世界上传到 Realm,然后在您的新设备上下载备份数据即可。%s单击按钮了解更多信息,包括将您的世界转移到新设备的方法。 # -sunsetting.popup.sunset.geo=在您所在的地区内,我们已无法支持此设备。您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品。但是,您将无法再在市场中购买物品。由此设备管理的 Realm 将继续运行至 2023 年 9 月 30 日。之后,您将无法再访问 Realm。建议您在此之前下载好您的世界数据。%s如果您已使用 Microsoft 账号登录,那么您在市场购买的物品、Minecoins 以及您订阅的 Realm 服务可在其他平台上使用。如果您想将您的世界从此设备转移到另一台设备,您可以将世界上传到 Realm,然后在您的新设备上下载备份数据即可。%s单击按钮了解更多信息,包括将您的世界转移到新设备的方法。 # +sunsetting.popup.moreInfo.gearVR=有关详细信息,请使用任意浏览器访问 https://aka.ms/MinecraftSunsetting。 # +sunsetting.popup.moreInfo.gearVR.geo=有关详细信息,请使用任意网络浏览器访问 https://aka.ms/MinecraftGeoSunsetting。 # + +sunsetting.popup.pendingSunset.ios=我们即将无法支持此设备。目前您仍能继续收到更新,但到 2024 年 2 月为止,您将收到此设备的最后一次更新。%s收到最终更新后,您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品(包括 Minecoins),但您将不再能够在此设备上购买新的物品。由此设备管理的 Realms 将继续运行 6 个月,除非 Realm 所有者选择在另一台设备上进行更新。要取消您的 Realm 订阅,您将需要在创建 Realm 的设备上,找到订阅的“设置”菜单进行此操作。您将不再收到最新的更新版本,且将无法与继续接收更新的设备或 Realms 玩多人游戏。您也将无法连接到某些服务器。%s单击按钮了解更多信息,包括将世界转移到新设备的方法。 # +sunsetting.popup.pendingSunset.android=我们即将无法支持此设备。目前您仍能继续收到更新,但到 2024 年 2 月为止,您将收到此设备的最后一次更新。%s收到最终更新后,您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品(包括 Minecoins),但您将不再能够在此设备上购买新的物品。由此设备管理的 Realms 将继续运行 6 个月,除非 Realm 所有者选择在另一台设备上进行更新。要取消您的 Realm 订阅,您将需要在 Google Play 的订阅中进行此操作,您可以在能够登录到您帐号的任何受支持设备或 PC 上访问 Google Play。您将不再收到最新的更新版本,且将无法与继续接收更新的设备或 Realms 玩多人游戏。您也将无法连接到某些服务器。%s单击按钮了解更多信息,包括将世界转移到新设备的方法。 # +sunsetting.popup.pendingSunset.ios_android=我们即将无法支持此设备。目前您仍能够继续收到更新,但到 2021 年 11 月为止,您将收到此设备的最后一次更新。对于给您带来的不便,我们深表歉意。%s收到最终更新后,您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品(包括 Minecoins)。由此设备管理的 Realms 将继续运行 6 个月,除非 Realm 所有者选择在另一台设备上进行更新。您将无法收到最新的更新版本,且将无法与继续接收更新的设备或 Realms 玩多人游戏。您也将无法连接到某些服务器。%s单击按钮了解更多信息,包括将世界转移到新设备的方法。 # +sunsetting.popup.sunset.ios_android=此设备不再受到支持。您已收到此设备的最终更新。从现在开始,您可以继续在世界中进行创造,也可以继续使用在市场中购买的物品(包括 Minecoin)。您的 Realms 将继续运行,除非 Realm 所有者选择在另一台设备上进行更新。您将无法收到最新的更新版本,且将无法与继续接收更新的设备或 Realms 玩多人游戏。您也将无法连接到某些服务器。%s单击按钮了解更多信息,包括将世界转移到新设备的方法。我们知道这会给您带来不便,我们衷心感谢您为这款游戏付出的时间,希望能在更新后的设备上再次与您相会。 # +sunsetting.popup.pendingSunset.gearvr_win10=我们即将无法支持此设备。目前您仍能够继续收到更新,但到我们下一次重大更新为止,您将收到此设备的最后一次更新。对于给您带来的不便,我们深表歉意。%s收到最终更新后,您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品(包括 Minecoin)。但是,您将无法在此设备上访问多人游戏或 Realms。您将无法收到最新的更新版本,且将无法与继续接收更新的设备或 Realms 进行游戏。您也将无法连接到某些服务器。%s单击按钮了解更多信息,包括将世界转移到新设备的方法。 # +sunsetting.popup.sunset.gearvr_win10=此设备不再受到支持。您已收到此设备的最终更新。从现在开始,您可以继续在世界中进行创造,也可以继续使用在市场中购买的物品(包括 Minecoin)。但是,您将无法在此设备上访问多人课程或 Realms。您将无法收到最新的更新版本,且将无法与继续接收更新的设备进行课程。您也将无法连接到某些服务器。 # +sunsetting.popup.pendingSunset.dx10=我们即将无法支持此图形设备。目前您仍能够继续收到更新,但到我们下一次重大更新为止,您将收到此设备的最后一次更新。对于给您带来的不便,我们深表歉意。%s收到最终更新后,您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品(包括 Minecoin)。由此设备管理的 Realms 将继续运行,除非 Realm 所有者选择在另一台设备上进行更新。您将无法收到最新的更新版本,且将无法与继续接收更新的设备或 Realms 玩多人游戏。您也将无法连接到某些服务器。%s单击按钮了解更多信息,包括将世界转移到新设备的方法。 # +sunsetting.popup.sunset.dx10=此图形设备不再受到支持。您已收到此设备的最终更新。从现在开始,您可以继续在世界中进行创造,也可以继续使用在市场中购买的物品(包括 Minecoin)。您的 Realms 将继续运行,除非 Realm 所有者选择在另一台设备上进行更新。您将无法收到最新的更新版本,且将无法与继续接收更新的设备或 Realms 玩多人游戏。您也将无法连接到某些服务器。%s单击按钮了解更多信息,包括将世界转移到新设备的方法。给您带来不便,我们深表歉意。同时我们也衷心感谢您为这款游戏付出的时间以及您的支持。 # + +sunsetting.popup.pendingSunset.geo.ios=在您所在的地区内,我们即将无法支持此设备。在您收到最终更新后,您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品。但是,您将无法再在市场中购买物品。由此设备管理的 Realm 将继续运行 6 个月。自 2023 年 9 月 30 日开始,您将无法再访问 Realm。建议您在此之前下载好您的世界数据,并通过在您的设备上查看订阅设置来取消订阅。%s如果您已使用 Microsoft/Xbox Live 帐户登录,那么您在市场购买的物品、Minecoins 以及您订阅的 Realm 服务可在其他平台使用。如果您想将您的世界从此设备转移到另一个设备,您可以将世界上传到 Realm,然后在您的新设备上下载备份数据即可。%s单击按钮以获取更多信息,包括将世界转移到新设备的方法。 ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.ios=在您所在的地区内,我们已无法支持此设备。您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品。但是,您将无法再在市场中购买物品。由此设备管理的 Realm 将继续运行至 2023 年 9 月 30 日。该时间点过后,您将无法再访问 Realm。建议您在此之前下载好您的世界数据。%s如果您已使用 Microsoft/Xbox Live 帐户登录,那么您在市场购买的物品、Minecoins 以及您订阅的 Realm 服务可在其他平台使用。如果您想将您的世界从此设备转移到另一个设备,您可以将世界上传到 Realm,然后在您的新设备上下载备份数据即可。%s单击按钮以获取更多信息,包括将世界转移到新设备的方法。 ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.amazon=在您所在的地区内,我们即将无法支持此设备。在您收到最终更新后,您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品。但是,您将无法再在市场中购买物品。由此设备管理的 Realm 将继续运行 6 个月。自 2023 年 9 月 30 日开始,您将无法再访问 Realm。建议您在此之前下载好您的世界数据。%s如果您已使用 Microsoft/Xbox Live 帐户登录,那么您在市场购买的物品、Minecoins 以及您订阅的 Realm 服务可在其他平台使用。如果您想将您的世界从此设备转移到另一个设备,您可以将世界上传到 Realm,然后在您的新设备上下载备份数据即可。%s单击按钮以获取更多信息,包括将世界转移到新设备的方法。 ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.amazon=在您所在的地区内,我们已无法支持此设备。您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品。但是,您将无法再在市场中购买物品。由此设备管理的 Realm 将继续运行至 2023 年 9 月 30 日。该时间点过后,您将无法再访问 Realm。建议您在此之前下载好您的世界数据。%s如果您已使用 Microsoft/Xbox Live 帐户登录,那么您在市场购买的物品、Minecoins 以及您订阅的 Realm 服务可在其他平台使用。如果您想将您的世界从此设备转移到另一个设备,您可以将世界上传到 Realm,然后在您的新设备上下载备份数据即可。%s单击按钮以获取更多信息,包括将世界转移到新设备的方法。 ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.android=在您所在的地区内,我们即将无法支持此设备。收到此最终更新后,您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品。但是,您将无法再在市场中购买物品。由此设备管理的 Realm 将继续运行 6 个月。自 2023 年 9 月 30 日开始,您将无法再通过此设备访问 Realm。建议您在此之前下载好您的世界数据,并通过在 Google Play 中查看您的订阅来取消订阅。%s后续您将无法接收最新更新,且无法进行多人游戏,也无法连接到部分服务器。%s如果您已使用 Microsoft/Xbox Live 帐户登录,那么您在市场购买的物品、Minecoins 以及您订阅的 Realm 服务可在玩《我的世界》的其他平台上使用。您可以在玩《我的世界》的其他平台上开始新的订阅。%s如果您想将您的世界从此设备转移到另一个设备,您可以将世界上传到 Realm,然后在您的新设备上下载备份数据即可。%s单击按钮以获取更多信息,包括将世界转移到新设备的方法。 ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.android=在您所在的地区内,我们已无法支持此设备。您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品。但是,您将无法再在市场中购买物品。由此设备管理的 Realm 将继续运行至 2023 年 9 月 30 日。该时间点过后,您将无法再访问 Realm。建议您在此之前下载好您的世界数据。%s如果您已使用 Microsoft/Xbox Live 帐户登录,那么您在市场购买的物品、Minecoins 以及您订阅的 Realm 服务可在其他平台使用。如果您想将您的世界从此设备转移到另一个设备,您可以将世界上传到 Realm,然后在您的新设备上下载备份数据即可。%s单击按钮以获取更多信息,包括将世界转移到新设备的方法。 ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.generic=在您所在的地区内,我们即将无法支持此设备。在您收到最终更新后,您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品。但是,您将无法再在市场中购买物品。由此设备管理的 Realm 将继续运行 6 个月。自 2023 年 9 月 30 日开始,您将无法再访问 Realm。建议您在此之前下载好您的世界数据。%s如果您已使用 Microsoft/Xbox Live 帐户登录,那么您在市场购买的物品、Minecoins 以及您订阅的 Realm 服务可在其他平台使用。如果您想将您的世界从此设备转移到另一个设备,您可以将世界上传到 Realm,然后在您的新设备上下载备份数据即可。%s单击按钮以获取更多信息,包括将世界转移到新设备的方法。 # +sunsetting.popup.sunset.geo.generic=在您所在的地区内,我们已无法支持此设备。您仍然可以在您的世界中进行游戏,并使用您在市场购买的物品。但是,您将无法再在市场中购买物品。由此设备管理的 Realm 将继续运行至 2023 年 9 月 30 日。该时间点过后,您将无法再访问 Realm。建议您在此之前下载好您的世界数据。%s如果您已使用 Microsoft/Xbox Live 帐户登录,那么您在市场购买的物品、Minecoins 以及您订阅的 Realm 服务可在其他平台使用。如果您想将您的世界从此设备转移到另一个设备,您可以将世界上传到 Realm,然后在您的新设备上下载备份数据即可。%s单击按钮以获取更多信息,包括将世界转移到新设备的方法。 # sunsetting.banner.play.worldTab.pending=您的版本可能很快就会无法连接到多人游戏 # sunsetting.banner.play.friendsTab.pending=您的版本可能很快就会无法连接到多人游戏 # @@ -10886,7 +10897,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=选择新皮肤 # dr.classic_skins.custom_skin_title=导入皮肤 # dr.classic_skins.custom_skin_description=从设备中导入一个 png(64x32、64x64 或 128x128)作为外观使用。这将不会在设备或游戏之间同步。 # -dr.classic_skins.custom_skin_description_disabled=在多人游戏中,您的设备无法选择自定义皮肤。请返回主菜单装备一个。 # +dr.classic_skins.custom_skin_description_disabled= 在多人游戏中,您的设备无法选择自定义皮肤。请返回主菜单装备一个。 # dr.classic_skins.custom_skin_description_popup=如果启用了"仅允许受信任的皮肤"选项,则有自定义皮肤的玩家将不可见 # dr.classic_skins.custom_skin_section_title=拥有的皮肤 # dr.classic_skins.invalidCustomSkin=请导入尺寸为 64x64、64x32 或 128x128 的 .png 文件 # diff --git a/resource_pack/texts/zh_TW.lang b/resource_pack/texts/zh_TW.lang index 7e72e5a6b..0454213db 100644 --- a/resource_pack/texts/zh_TW.lang +++ b/resource_pack/texts/zh_TW.lang @@ -1908,8 +1908,6 @@ createWorldScreen.experimentalVillagerTradesRebalance=重新調整村民交易 createWorldScreen.experimentalVillagerTradesRebalanceDescription=包含村民交易更新,旨在重新調整平衡性 # createWorldScreen.experimentalArmadillo=犰狳和狼鎧 # createWorldScreen.experimentalArmadilloDescription=了解犰狳,並用新的狼鎧來裝備你的狼! # -createWorldScreen.experimentalBundles=組合包 # -createWorldScreen.experimentalBundlesDescription=讓你合成並使用組合包物品 # createWorldScreen.worldPreferences=世界偏好選擇 # createWorldScreen.startWithMap=起始地圖 # createWorldScreen.defaultName=我的世界 # @@ -2446,8 +2444,8 @@ realmsSettingsScreen.windowsStoreDisplayName=Windows 市集 # realmsSettingsScreen.xboxOneStoreDisplayName=Xbox 市集 # realmsSettingsScreen.amazonStoreDisplayName=Amazon Appstore # realmsSettingsScreen.oculusStoreDisplayName=Oculus Store # -realmsSettingsScreen.berwickStoreDisplayName=PlayStation®Store #### CertRequirement: [PlayStation®Store] -realmsSettingsScreen.SonyStoreDisplayName=PlayStation®Store #### CertRequirement: [PlayStation®Store] +realmsSettingsScreen.berwickStoreDisplayName=PlayStation®商店 #### CertRequirement: [PlayStation®Store] +realmsSettingsScreen.SonyStoreDisplayName=PlayStation®商店 #### CertRequirement: [PlayStation®Store] realmsSettingsScreen.unknownStoreDisplayName=未知商店 # realmsSettingsScreen.extendingRealm=正在延長 Realm... # realmsSettingsScreen.offerError.title=購買待處理 # @@ -3878,7 +3876,7 @@ howtoplay.minecoins.text.1=使用 Minecoin,Minecraft 的遊戲內貨幣,來 howtoplay.minecoins.text.2=一旦兌換之後,您的 Minecoin 將連結到您的 Microsoft 帳戶,因此您也可以在其他支援的裝置上存取您的硬幣和所購買項目! # howtoplay.minecoins.button.text.1=取得錢幣 # howtoplay.minecoins.header.1=免責聲明 # -howtoplay.minecoins.text.3=*Minecoin 需要具有 Minecraft 市集的 Minecraft:基岩版才能使用。Minecoin 與 PlayStation® 不相容。有關相容性資訊,請參閱 minecraft.net/minecoins #### CertRequirement: [PlayStation®] +howtoplay.minecoins.text.3=*Minecoin 需要具有 Minecraft 市集的 Minecraft:基岩版才能使用。Minecoin 與 PlayStation® 不相容。有關相容性資訊,請參閱 minecraft.net/minecoins  #### CertRequirement: [PlayStation®] howtoplay.mining=採礦 # @@ -6411,7 +6409,6 @@ options.dev_sunsetting_tier.two=第 2 層 - KitKat # options.dev_sunsetting_tier.three=第 3 層 - 火焰電視 # options.dev_sunsetting_tier.four=第 4 層 - 1024MB # options.dev_sunsetting_tier.five=第 5 層 - iOS 12 和牛軋糖 # -options.dev_sunsetting_tier.six=第 6 層 - iOS 13、Android 8、VR 裝置 # options.dev_sunsetting_tier.not_pending=未擱置 # options.dev_gatherings_section=集會 # options.dev_gatherings_enable=啟用收集 # @@ -6966,12 +6963,26 @@ sunsetting.popup.title=不再支援此裝置。 # sunsetting.popup.moreInfo=更多資訊 # sunsetting.popup.dontshow=不要再顯示此內容 # -sunsetting.popup.pendingSunset.device=我們對這款裝置的支援即將結束。你將繼續收到更新,直到 2025 年 3 月,屆時你將會收到適用於這款裝置的最終更新。%s在收到最終更新後,你仍然可以在你的世界中遊玩,並存取在市集購買的內容 (包括 Minecoin),但是你將無法再在此裝置上進行新的購買。從 2025 年 3 月起,使用此裝置管理的 Realms 將繼續運作 6 個月,除非 Realms 的擁有者在其他裝置上進行更新。如要取消 Realms 定期服務,你需要在建立 Realm 的裝置上的「設定」選單中,透過「定期服務」選項進行取消。你將不會再收到最新的更新,並且無法與繼續收到更新的裝置或 Realms 進行多人遊戲。你也將無法連線到某些伺服器。%s按一下按鈕以取得更多資訊。 # -sunsetting.popup.sunset.device=我們對此裝置的支援已經結束。從 2025 年 3 月開始,你將不會再收到更新,除非你更新你的裝置。這是與此裝置相容的最後一次更新。%s你仍然可以在你的世界中遊玩,並存取在市集購買的內容包括 (Minecoin)。從 2025 年 3 月起,使用此裝置管理的 Realms 將繼續運作 6 個月,除非 Realms 的擁有者在其他裝置上進行更新。如要取消 Realms 定期服務,你需要在建立 Realm 的裝置上的「設定」選單中,透過「定期服務」選項進行取消。你將不會再收到最新的更新,並且無法與繼續收到更新的裝置或 Realms 進行多人遊戲。你也將無法連線到某些伺服器。%s按一下按鈕以取得更多資訊。 # -sunsetting.popup.pendingSunset.windows_xr=我們對此 VR/MR 圖形裝置的支援即將結束。在 2025 年 3 月之後,此裝置將不再支援更新,屆時你將收到支援此裝置的最終更新。%s在收到最終更新後,你的電腦仍將繼續收到更新,並且你將能夠在不使用 VR/MR 裝置的情況下繼續遊戲。從此以後,你可以繼續在你的世界中建造,並且你在市集購買的內容 (包括 Minecoin) 將繼續在非 VR/MR 圖形裝置 (例如電腦螢幕) 上可用。由於 VR/MR 裝置將不再受最新更新支援,你將無法再將其與 Minecraft 搭配使用。%s按一下按鈕以取得更多資訊 # -sunsetting.popup.sunset.windows_xr=我們對此 VR/MR 圖形裝置的支援已經結束。此 VR/MR 裝置已不再受支援。你已收到支援此圖形裝置的最終更新,並且你的電腦仍將繼續收到更新,你將能夠在不使用 VR/MR 裝置的情況下繼續遊戲。從此以後,你可以繼續在你的世界中建造,並且你在市集購買的內容 (包括 Minecoins) 將繼續在非 VR/MR 圖形裝置 (例如電腦螢幕) 上可用。由於 VR/MR 裝置將不再受最新更新支援,你將無法再將其與 Minecraft 搭配使用。%s按一下按鈕以獲取更多資訊。我們知道這會造成不便,並衷心感謝你花時間玩我們的遊戲以及你的支持。 # -sunsetting.popup.pendingSunset.geo=我們即將在你所在地區終止支援此裝置。收到最終更新後,你仍能在你的世界玩遊戲,並使用已在市集購買的物品,但你將無法再到市集購買。透過此裝置管理的 Realm 將繼續運作 6 個月。2023 年 9 月 30 日起,你將無法再存取該 Realm。在此之前,建議你先下載你的世界。%s如果你已使用 Microsoft 帳戶登入,你在市集購買的物品、Minecoin 和 Realms 定期服務將能在其他平台上使用。如果你想將你的世界從此裝置移動到另一個裝置,請先將世界上傳到一個 Realm,然後下載一個備份到你的新裝置即可。%s按一下按鈕以取得更多資訊,包括將世界移動到新裝置的方法。 # -sunsetting.popup.sunset.geo=我們已經停止在你所處地區支援此裝置。你仍然可以在你的世界中遊玩遊戲,並使用你在市集購買的物品,但你將無法繼續在市集中購買。透過此裝置管理的 Realm 將繼續運作至 2023 年 9 月 30 日,之後你將無法再使用該 Realm。建議你在此之前下載你的世界。%s如果你使用 Microsoft 帳戶登入,你在市集購買的物品、 Minecoins 和 Realms 定期服務將能在其他平台上使用。如果你想將你的世界從此裝置移動到另一個裝置,請先將世界上傳到一個 Realm,然後下載一個備份到你的裝置即可。%s按一下按鈕以取得更多資訊,包括將世界移動到新裝置的方法。 # +sunsetting.popup.moreInfo.gearVR=如需更多詳細資訊,請在任意瀏覽器中造訪 https://aka.ms/MinecraftSunsetting。 # +sunsetting.popup.moreInfo.gearVR.geo=如需更多詳細資訊,請用任意瀏覽器造訪 https://aka.ms/MinecraftGeoSunsetting。 # + +sunsetting.popup.pendingSunset.ios=我們對此裝置的支援功能即將終止。您將持續收到更新內容,直到 2024 年 2 月為止,屆時您將收到此裝置的最終更新內容。%s收到最终更新後,您仍然可以在您的世界中遊玩,且能存取市集購買內容 (包括 Minecoin)。但無法在此裝置進行新的購買,除非 Realm 擁有者在不同的裝置上更新,否則在此裝置上管理的 Realms 在未來 6 個月內仍然可以正常運作。要取消 Realm 訂閱,您需要在建立 Realm 裝置的設定功能表中取消訂閱。您將不會再收到最新的更新內容,無法與繼續接收更新的裝置或 Realms 遊玩多人遊戲。您也將無法連線到某些伺服器。%s按一下按鈕了解更多資訊,其中包括能將您的世界移至新裝置的方法。 # +sunsetting.popup.pendingSunset.android=我們對此裝置的支援功能即將終止。您將持續收到更新內容,直到 2024 年 2 月為止,屆時您將收到此裝置的最終更新內容。%s收到最终更新後,您仍然可以在您的世界中遊玩,並且存取市集購買內容 (包括 Minecoin)。但無法在此裝置進行新的購買,除非 Realm 擁有者在不同的裝置上更新,否則在此裝置上管理的 Realms 在未來 6 個月內仍然可以正常運作。要取消 Realm 訂閱,您需要在 Google Play 的訂閱中取消,您可以在任何支援的裝置存取 Google Play,或者在電腦上登入您的帳戶進行存取。您將不會再收到最新的更新內容,無法與繼續接收更新的裝置或 Realms 遊玩多人遊戲。您也將無法連線到某些伺服器。%s按一下按鈕了解更多資訊,其中包括能將您的世界移至新裝置的方法。 # +sunsetting.popup.pendingSunset.ios_android=我們對此裝置的支援功能即將終止。預計到 2022 年 11 月,您將持續收到更新內容,然後您將收到此裝置的最終更新內容。造成不便,我們深表歉意。%s收到最终更新後,您仍然可以在您的世界中遊玩,並且存取市集購買內容 (包括 Minecoin)。除非 Realm 擁有者在不同的裝置上更新,否則在此裝置上管理的 Realms 將能持續運作。您將不會再收到最新的更新內容,並且將無法透過持續接收更新的裝置或 Realms 遊玩多人遊戲。您也將無法連線到某些伺服器。%s按下按鈕了解更多資訊,其中包括能將您的世界移至新裝置的方法。 # +sunsetting.popup.sunset.ios_android=已不再支援此裝置。您已收到此裝置的最終更新。從現在開始,您可以繼續在您的世界中建造,而您的市集購買內容 (包括 Minecoin) 仍然可以繼續使用。除非 Realm 擁有者在不同的裝置上更新,否則您的 Realms 將能持續運作。您將不會再收到最新更新內容,並且將無法透過持續接收更新的裝置或 Realm 遊玩多人遊戲。您也將無法連線到某些伺服器。%s按下按鈕了解更多資訊,其中包括能將您的世界移至新裝置的方法。我們知道這會對您造成不便,真的非常感謝您花費時間遊玩我們的遊戲,也希望能在更新裝置上與您再會。 # +sunsetting.popup.pendingSunset.gearvr_win10=我們對此裝置的支援功能即將終止。到我們推出的下一個主要版本為止,您將持續收到更新內容,然後您將收到此裝置的最終更新內容。造成不便,我們深表歉意。%s收到最终更新後,您仍然可以在您的世界中遊玩,並且存取市集購買內容 (包括 Minecoin)。但是,您將無法再從此裝置存取多人遊戲或 Realms。您將不會再收到最新的更新內容,並且將無法透過持續接收更新的裝置或 Realms 遊玩多人遊戲。您也將無法連線到某些伺服器。%s按下按鈕了解更多資訊,其中包括能將您的世界移至新裝置的方法。 # +sunsetting.popup.sunset.gearvr_win10=我們將不再支援此裝置。你已經收到此裝置的最終更新。從現在開始,你可以繼續在你的世界中建造,你在市集中購買的內容 (包括 Minecoins) 將可以繼續使用。但是,你將無法再從此裝置存取多人遊戲或 Realm 資料庫。你將無法再收到最新更新內容,並且將無法使用持續接收更新的裝置。你也無法連線至特定伺服器。 # +sunsetting.popup.pendingSunset.dx10=我們對此影像裝置的支援功能即將終止。到我們推出的下一個主要版本為止,您將持續收到更新內容,然後您將收到此裝置的最終更新內容。造成不便,我們深表歉意。%s收到最终更新後,您仍然可以在您的世界中遊玩,並且存取市集購買內容 (包括 Minecoin)。除非 Realms 擁有者在不同的裝置上更新,否則在此裝置上管理的 Realms 將能持續運作。您將不會再收到最新的更新內容,並且將無法透過持續接收更新的裝置或 Realms 遊玩多人遊戲。您也將無法連線到某些伺服器。%s按下按鈕了解更多資訊,其中包括能將您的世界移至新裝置的方法。 # +sunsetting.popup.sunset.dx10=已不再支援此影像裝置。您已收到此裝置的最終更新。從現在開始,您可以繼續在您的世界中建造,而您的市集購買內容 (包括 Minecoin) 仍然可以繼續使用。除非 Realm 擁有者在不同的裝置上更新,否則您的 Realms 將能持續運作。您將不會再收到最新更新內容,並且將無法透過持續接收更新的裝置或 Realms 遊玩多人遊戲。您也將無法連線到某些伺服器。%s按下按鈕了解更多資訊,其中包括能將您的世界移至新裝置的方法。我們知道這會對您造成不便,真的非常感謝您花費時間遊玩我們的遊戲,也非常感謝您的支持。 # + +sunsetting.popup.pendingSunset.geo.ios=我們即將終止在您所在地區支援此裝置。收到最終更新後,您仍能在您的世界中遊玩遊戲,並使用已在市集購買的物品,但您將無法再在市集中購買。透過此裝置管理的 Realm 將繼續運作 6 個月。2023 年 9 月 30 日起,您將無法再存取該 realm。建議您在此之前透過檢視裝置中的「訂閱」設定,先下載您的世界並取消訂閱。%s如果您已使用 Microsoft/Xbox Live 帳戶登入,您在市集購買的物品、Minecoins 和 Realms 訂閱將能在其他平台上使用。如果您想將您的世界從此裝置移動到另一個裝置,方法是先將世界上傳到一個 Realm,再下載一個備份到你的新裝置上。%s按一下此按鈕以取得更多資訊,包括將世界移動到新裝置的方法。 ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.ios=我們已停止在您所處地區支援此裝置。您仍然能在您的世界中遊玩遊戲,並使用您在市集購買的物品,但您將無法繼續在市集中購買。透過此裝置管理的 Realm 將繼續運作至 2023 年 9 月 30 日,之後您將無法再使用該 Realm。建議您在此之前下載您的世界。%s如果您使用 Microsoft/Xbox 帳戶登入,您在市集購買的物品、Minecoins 和 Realms 訂閱將能在其他平台上使用。如果你想將您的世界從這個裝置移動到另一個裝置,請先將世界上傳到一個 Realm,然後下載一個備份到新裝置上即可。%s按一下按鈕以取得更多資訊,包括將世界移動到新裝置的方法。 ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.amazon=我們即將終止在您所在地區支援此裝置。收到最終更新後,您仍能在您的世界中遊玩遊戲,並使用已在市集購買的物品,但您將無法再在市集中購買。透過此裝置管理的 Realm 將繼續運作 6 個月。2023 年 9 月 30 日起,您將無法再存取該 realm。建議您在此之前下載您的世界。%s如果您已使用 Microsoft/Xbox Live 帳戶登入,您在市集購買的物品、Minecoins 和 Realms 訂閱將能在其他平台上使用。如果您想將您的世界從此裝置移動到另一個裝置,方法是先將世界上傳到一個 Realm,再下載一個備份到你的新裝置上。%s按一下此按鈕以取得更多資訊,包括將世界移動到新裝置的方法。 ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.amazon=我們已停止在您所處地區支援此裝置。您仍然能在您的世界中遊玩遊戲,並使用您在市集購買的物品,但您將無法繼續在市集中購買。透過此裝置管理的 Realm 將繼續運作至 2023 年 9 月 30 日,之後您將無法再使用該 Realm。建議您在此之前下載您的世界。%s如果您使用 Microsoft/Xbox 帳戶登入,您在市集購買的物品、Minecoins 和 Realms 訂閱將能在其他平台上使用。如果你想將您的世界從這個裝置移動到另一個裝置,請先將世界上傳到一個 Realm,然後下載一個備份到新裝置上即可。%s按一下按鈕以取得更多資訊,包括將世界移動到新裝置的方法。 ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.android=我們即將停止在您所處地區支援此裝置。您若安裝此最終更新,則仍能在您的世界中遊玩遊戲,並使用您在商城購買的物品,但您將無法繼續於商城中購買商品。透過此裝置管理的 Realm 將繼續運作 6 個月。2023 年 9 月 30 日,您將無法再以此裝置使用該 Realm。建議您在此之前於 Google Play 中查看您的訂閱,以下載您的世界及取消訂閱。%s您將不會再收到最新更新,也無法進行多人遊戲。您也將無法連接到某些伺服器。%s如果您使用 Microsoft/Xbox Live 帳戶登入,您的 Marketplace 購買物品和 Minecoins,以及 Realms 訂閱將能在您其他遊玩 Minecraft 的平台上繼續使用。您可以從您遊玩 Minecraft 的這些其他平台開始新訂閱。%s如果您想將您的世界從此裝置移動到另一個裝置,方法是先將世界上傳到一個 Realm,然後再下載一個備份到您新裝置上。%s挾一下按鈕以取得更多資訊,包括將世界移動到新裝置的方法。 ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.sunset.geo.android=我們已停止在您所處地區支援此裝置。您仍然能在您的世界中遊玩遊戲,並使用您在市集購買的物品,但您將無法繼續在市集中購買。透過此裝置管理的 Realm 將繼續運作至 2023 年 9 月 30 日,之後您將無法再使用該 Realm。建議您在此之前下載您的世界。%s如果您使用 Microsoft/Xbox 帳戶登入,您在市集購買的物品、Minecoins 和 Realms 訂閱將能在其他平台上使用。如果你想將您的世界從這個裝置移動到另一個裝置,請先將世界上傳到一個 Realm,然後下載一個備份到新裝置上即可。%s按一下按鈕以取得更多資訊,包括將世界移動到新裝置的方法。 ###disable_3rd_party_console_resource_pack_check +sunsetting.popup.pendingSunset.geo.generic=我們即將終止在您所在地區支援此裝置。收到最終更新後,您仍能在您的世界中遊玩遊戲,並使用已在市集購買的物品,但您將無法再在市集中購買。透過此裝置管理的 Realm 將繼續運作 6 個月。2023 年 9 月 30 日起,您將無法再存取該 realm。建議您在此之前下載您的世界。%s如果您已使用 Microsoft/Xbox Live 帳戶登入,您在市集購買的物品、Minecoins 和 Realms 訂閱將能在其他平台上使用。如果您想將您的世界從此裝置移動到另一個裝置,方法是先將世界上傳到一個 Realm,再下載一個備份到你的新裝置上。%s按一下此按鈕以取得更多資訊,包括將世界移動到新裝置的方法。 # +sunsetting.popup.sunset.geo.generic=我們已停止在您所處地區支援此裝置。您仍然能在您的世界中遊玩遊戲,並使用您在市集購買的物品,但您將無法繼續在市集中購買。透過此裝置管理的 Realm 將繼續運作至 2023 年 9 月 30 日,之後您將無法再使用該 Realm。建議您在此之前下載您的世界。%s如果您使用 Microsoft/Xbox 帳戶登入,您在市集購買的物品、Minecoins 和 Realms 訂閱將能在其他平台上使用。如果你想將您的世界從這個裝置移動到另一個裝置,請先將世界上傳到一個 Realm,然後下載一個備份到新裝置上即可。%s按一下按鈕以取得更多資訊,包括將世界移動到新裝置的方法。 # sunsetting.banner.play.worldTab.pending=您的版本可能很快就會無法連線到多人遊戲 # sunsetting.banner.play.friendsTab.pending=您的版本可能很快就會無法連線到多人遊戲 # @@ -10886,7 +10897,7 @@ dr.classic_skins.addition_skin_count=+%s # dr.classic_skins.choose_custom_skin=選擇新外觀 # dr.classic_skins.custom_skin_title=匯入外觀 # dr.classic_skins.custom_skin_description=從你的裝置匯入 PNG (64x32、64x64 或 128x128) 以做為外觀使用。這將不會在裝置或遊戲之間同步。 # -dr.classic_skins.custom_skin_description_disabled=你的裝置在多人遊戲中無法選擇自訂外觀。請回到主選單來裝備。 # +dr.classic_skins.custom_skin_description_disabled= 你的裝置在多人遊戲中無法選擇自訂外觀。請回到主選單來裝備。 # dr.classic_skins.custom_skin_description_popup=如果啟用了「僅允許受信任的外觀」選項,你將看不到擁有專屬外觀的玩家 # dr.classic_skins.custom_skin_section_title=已擁有的外觀 # dr.classic_skins.invalidCustomSkin=請匯入尺寸為 64x64、64x32 或 128x128 的 .png 檔 # diff --git a/resource_pack/textures/terrain_texture.json b/resource_pack/textures/terrain_texture.json index 83abac42b..aeb8d575e 100644 --- a/resource_pack/textures/terrain_texture.json +++ b/resource_pack/textures/terrain_texture.json @@ -5042,6 +5042,58 @@ }, "flattened_tnt_side": { "textures": "textures/blocks/tnt_side" + }, + "mushroom_stem_top": { + "textures": [ + "textures/blocks/mushroom_block_skin_stem", + "textures/blocks/mushroom_block_skin_stem", + "textures/blocks/mushroom_block_skin_stem", + "textures/blocks/mushroom_block_skin_stem", + "textures/blocks/mushroom_block_skin_stem", + "textures/blocks/mushroom_block_skin_stem", + "textures/blocks/mushroom_block_skin_stem", + "textures/blocks/mushroom_block_skin_stem", + "textures/blocks/mushroom_block_skin_stem", + "textures/blocks/mushroom_block_skin_stem", + "textures/blocks/mushroom_block_inside", + "textures/blocks/mushroom_block_skin_stem", + "textures/blocks/mushroom_block_skin_stem", + "textures/blocks/mushroom_block_skin_stem", + "textures/blocks/mushroom_block_skin_stem", + "textures/blocks/mushroom_block_skin_stem" + ] + }, + "mushroom_stem_bottom": { + "textures": [ + "textures/blocks/mushroom_block_skin_stem", + "textures/blocks/mushroom_block_skin_stem", + "textures/blocks/mushroom_block_skin_stem", + "textures/blocks/mushroom_block_skin_stem", + "textures/blocks/mushroom_block_skin_stem", + "textures/blocks/mushroom_block_skin_stem", + "textures/blocks/mushroom_block_skin_stem", + "textures/blocks/mushroom_block_skin_stem", + "textures/blocks/mushroom_block_skin_stem", + "textures/blocks/mushroom_block_skin_stem", + "textures/blocks/mushroom_block_inside", + "textures/blocks/mushroom_block_skin_stem", + "textures/blocks/mushroom_block_skin_stem", + "textures/blocks/mushroom_block_skin_stem", + "textures/blocks/mushroom_block_skin_stem", + "textures/blocks/mushroom_block_skin_stem" + ] + }, + "mushroom_stem_north": { + "textures": "textures/blocks/mushroom_block_skin_stem" + }, + "mushroom_stem_south": { + "textures": "textures/blocks/mushroom_block_skin_stem" + }, + "mushroom_stem_west": { + "textures": "textures/blocks/mushroom_block_skin_stem" + }, + "mushroom_stem_east": { + "textures": "textures/blocks/mushroom_block_skin_stem" } } } \ No newline at end of file diff --git a/resource_pack/textures/ui/Add-Ons_12x12.png b/resource_pack/textures/ui/Add-Ons_12x12.png new file mode 100644 index 000000000..943860121 Binary files /dev/null and b/resource_pack/textures/ui/Add-Ons_12x12.png differ diff --git a/resource_pack/textures/ui/Add-Ons_8x8.png b/resource_pack/textures/ui/Add-Ons_8x8.png new file mode 100644 index 000000000..b126e5bab Binary files /dev/null and b/resource_pack/textures/ui/Add-Ons_8x8.png differ diff --git a/resource_pack/textures/ui/Add-Ons_Nav_Icon36x36.png b/resource_pack/textures/ui/Add-Ons_Nav_Icon36x36.png new file mode 100644 index 000000000..eda6f22eb Binary files /dev/null and b/resource_pack/textures/ui/Add-Ons_Nav_Icon36x36.png differ diff --git a/resource_pack/textures/ui/Add-Ons_Side-Nav_Icon_24x24.png b/resource_pack/textures/ui/Add-Ons_Side-Nav_Icon_24x24.png new file mode 100644 index 000000000..715198289 Binary files /dev/null and b/resource_pack/textures/ui/Add-Ons_Side-Nav_Icon_24x24.png differ diff --git a/resource_pack/textures/ui/hotbar_end_cap.json b/resource_pack/textures/ui/hotbar_end_cap.json index 4169d78cf..b4beec21c 100644 --- a/resource_pack/textures/ui/hotbar_end_cap.json +++ b/resource_pack/textures/ui/hotbar_end_cap.json @@ -7,8 +7,6 @@ ], "base_size": [ 1, - 1, - 1, - 1 + 22 ] } diff --git a/resource_pack/textures/ui/hotbar_start_cap.json b/resource_pack/textures/ui/hotbar_start_cap.json index 4169d78cf..b4beec21c 100644 --- a/resource_pack/textures/ui/hotbar_start_cap.json +++ b/resource_pack/textures/ui/hotbar_start_cap.json @@ -7,8 +7,6 @@ ], "base_size": [ 1, - 1, - 1, - 1 + 22 ] } diff --git a/resource_pack/ui/_ui_defs.json b/resource_pack/ui/_ui_defs.json index 38617c5f9..c22f546bf 100644 --- a/resource_pack/ui/_ui_defs.json +++ b/resource_pack/ui/_ui_defs.json @@ -213,7 +213,6 @@ "ui/xbl_console_qr_signin.json", "ui/xbl_console_signin.json", "ui/xbl_console_signin_succeeded.json", - "ui/xbl_friend_finder.json", "ui/xbl_immediate_signin.json", "ui/xbl_optional_signin.json", "ui/win10_trial_conversion_screen.json" diff --git a/resource_pack/ui/game_tip_screen.json b/resource_pack/ui/game_tip_screen.json index 92ad54851..3b410c1c9 100644 --- a/resource_pack/ui/game_tip_screen.json +++ b/resource_pack/ui/game_tip_screen.json @@ -11,6 +11,7 @@ "from": "$anim_alpha_from", "to": "$anim_alpha_to", "duration": "$anim_duration", + "$anim_event_name|default": "game_tip_animation_in_finished", "end_event": "$anim_event_name" }, diff --git a/resource_pack/ui/hud_screen.json b/resource_pack/ui/hud_screen.json index 3e06e061b..b3cf1566f 100644 --- a/resource_pack/ui/hud_screen.json +++ b/resource_pack/ui/hud_screen.json @@ -857,7 +857,7 @@ "chat_grid_item": { "type": "panel", "layer": 1, - "size": [ "100%-2px", "100%c" ], + "size": [ "100%-2px", "100%c+0.3px" ], // Crafted to fit messages with neither gap or overlap "anchor_from": "top_left", "anchor_to": "top_left", "bindings": [ @@ -1166,7 +1166,7 @@ }, { "bubbles_rend_0@bubbles_renderer": { - "offset": [ 179, -50 ], + "offset": [ 180, -50 ], "anchor_from": "bottom_left", "anchor_to": "bottom_left", "bindings": [ @@ -1179,7 +1179,7 @@ }, { "bubbles_rend_1@bubbles_renderer": { - "offset": [ 179, -50 ], + "offset": [ 180, -50 ], "anchor_from": "bottom_left", "anchor_to": "bottom_left", "bindings": [ @@ -1201,6 +1201,96 @@ ] }, + "centered_gui_elements_at_bottom_middle_touch": { + "type": "panel", + "anchor_from": "bottom_middle", + "anchor_to": "bottom_middle", + "size": [ 200, 50 ], + "controls": [ + { + "heart_rend@heart_renderer": { + "offset": [ -1, -40 ], + "anchor_from": "bottom_left", + "anchor_to": "bottom_left" + } + }, + { + "horse_heart_rend_0@horse_heart_renderer": { + "offset": [ 200, -56 ], + "anchor_from": "bottom_left", + "anchor_to": "bottom_left", + "bindings": [ + { + "binding_name": "#creative_horse_hearts", + "binding_name_override": "#visible" + } + ] + } + }, + { + "horse_heart_rend_1@horse_heart_renderer": { + "offset": [ 200, -50 ], + "anchor_from": "bottom_left", + "anchor_to": "bottom_left", + "bindings": [ + { + "binding_name": "#survival_horse_hearts", + "binding_name_override": "#visible" + } + ] + } + }, + { + "armor_rend@armor_renderer": { + "offset": [ -1, -40 ], + "anchor_from": "bottom_left", + "anchor_to": "bottom_left" + } + }, + { + "hunger_rend@hunger_renderer": { + "offset": [ 200, -40 ], + "anchor_from": "bottom_left", + "anchor_to": "bottom_left" + } + }, + { + "bubbles_rend_0@bubbles_renderer": { + "offset": [ 200, -50 ], + "anchor_from": "bottom_left", + "anchor_to": "bottom_left", + "bindings": [ + { + "binding_name": "#is_not_riding_bubbles", + "binding_name_override": "#visible" + } + ] + } + }, + { + "bubbles_rend_1@bubbles_renderer": { + "offset": [ 200, -50 ], + "anchor_from": "bottom_left", + "anchor_to": "bottom_left", + "bindings": [ + { + "binding_name": "#is_riding_bubbles", + "binding_name_override": "#visible" + } + ] + } + }, + { "exp_rend@exp_progress_bar_and_hotbar": {} } // for classic + ], + "bindings": [ + { + "binding_name": "#hud_visible_centered_touch", + "binding_name_override": "#visible", + "binding_type": "global" + } + ] + }, + "not_centered_gui_elements": { "type": "panel", "controls": [ @@ -1241,7 +1331,7 @@ }, { "hud_player_rend_pocket@hud_player_renderer": { - "offset": [ 40, 40 ], + "offset": [ 15, 15 ], "anchor_from": "top_left", "anchor_to": "top_left" } @@ -2964,6 +3054,7 @@ }, { "centered_gui_elements@centered_gui_elements": {} }, { "centered_gui_elements_at_bottom_middle@centered_gui_elements_at_bottom_middle": {} }, + { "centered_gui_elements_at_bottom_middle_touch@centered_gui_elements_at_bottom_middle_touch": {} }, { "centered_ridingvr_gui_elements@centered_gui_elements_at_bottom_middle": { "anchor_from": "top_middle", diff --git a/resource_pack/ui/loom_screen_pocket.json b/resource_pack/ui/loom_screen_pocket.json index 7e47d2860..15971fac5 100644 --- a/resource_pack/ui/loom_screen_pocket.json +++ b/resource_pack/ui/loom_screen_pocket.json @@ -163,14 +163,7 @@ "anchor_from": "top_left", "anchor_to": "top_left", "controls": [ - { "pocket_tab_close_button@common_tabs.pocket_tab_close_button": {} }, - { - "padding": { - "type": "panel", - "size": [ 0, 1 ] - } - }, - { "pocket_tab_help_button@common_tabs.pocket_tab_help_button": {} }, + { "pocket_tab_close_and_help_button@common_tabs.pocket_tab_close_and_help_button": {} }, { "fill": { "type": "panel", diff --git a/resource_pack/ui/progress_screen.json b/resource_pack/ui/progress_screen.json index 1352faa55..84f5c07b8 100644 --- a/resource_pack/ui/progress_screen.json +++ b/resource_pack/ui/progress_screen.json @@ -1500,110 +1500,131 @@ } }, { - "edu_cloud_error_text_wrapper": { - "type": "stack_panel", - // magic offset to make the text wrapping perfect - "size": [ "100%-24px", "100%c" ], - "offset": [ 0, -8 ], + "error_text_tts_wrapper": { + "type": "panel", + "size": [ "100%", "100%cm" ], "controls": [ { - "edu_cloud_error_text": { - "type": "label", - "size": [ "default", "default" ], - "max_size": [ "100% - 8px", 60 ], - "color": "$loading_text_color", - "layer": 2, - "anchor_from": "top_left", - "anchor_to": "top_left", - "text": "#progress_text", - "font_type": "smooth", + "tts_border@common.non_interact_focus_border_button": { + "tts_inherit_siblings": true, + "size": [ "100%sm + 5px", "100%sm" ], + "offset": [ 0, -8 ], "bindings": [ - { "binding_name": "#progress_text" } + { + "binding_name": "#tts_enabled", + "binding_name_override": "#enabled" + } ] } }, { - "vertical_padding": { - "type": "panel", - "size": [ 0, 5 ] - } - }, - { - "error_code": { + "edu_cloud_error_text_wrapper": { "type": "stack_panel", - "size": [ "100% - 8px", 15 ], - "orientation": "horizontal", + // magic offset to make the text wrapping perfect + "size": [ "100%-24px", "100%c" ], + "offset": [ 0, -8 ], "controls": [ { - "code_text@progress.code_text": { + "edu_cloud_error_text": { + "type": "label", "size": [ "default", "default" ], - "font_type": "smooth", + "max_size": [ "100% - 8px", 60 ], + "color": "$loading_text_color", + "layer": 2, "anchor_from": "top_left", - "anchor_to": "top_left" + "anchor_to": "top_left", + "text": "#progress_text", + "font_type": "smooth", + "bindings": [ + { "binding_name": "#progress_text" } + ] } }, { - "code_number@progress.code_number": { - "size": [ "default", "default" ], - "font_type": "smooth", - "anchor_from": "top_left", - "anchor_to": "top_left" + "vertical_padding": { + "type": "panel", + "size": [ 0, 5 ] } - } - ] - } - }, - { - "vertical_padding_2": { - "type": "panel", - "size": [ 0, 5 ], - "bindings": [ - { - "binding_name": "#cloud_link_visible", - "binding_name_override": "#visible" - } - ] - } - }, - { - "cloud_support_link": { - "type": "stack_panel", - "orientation": "horizontal", - "size": [ "100%c", "100%c" ], - "bindings": [ + }, { - "binding_name": "#cloud_link_visible", - "binding_name_override": "#visible" - } - ], - "controls": [ + "error_code": { + "type": "stack_panel", + "size": [ "100% - 8px", 15 ], + "orientation": "horizontal", + "controls": [ + { + "code_text@progress.code_text": { + "size": [ "default", "default" ], + "font_type": "smooth", + "anchor_from": "top_left", + "anchor_to": "top_left" + } + }, + { + "code_number@progress.code_number": { + "size": [ "default", "default" ], + "font_type": "smooth", + "anchor_from": "top_left", + "anchor_to": "top_left" + } + } + ] + } + }, { - "cloud_support_hypertext@edu_common.underline_button": { - "size": [ "98%c", "100%c" ], - "$single_label_size": [ "default", "default" ], - "$single_line_font_scale_factor": 1, - "$pressed_button_name": "button.edu_cloud_hyperlink", - "$single_line_label_text": "#edu_cloud_error_hyperlink_label", - "$font_type": "smooth", - "anchor_from": "top_left", - "anchor_to": "top_left", - "$label_text_bindings": [ + "vertical_padding_2": { + "type": "panel", + "size": [ 0, 5 ], + "bindings": [ { - "binding_name": "#edu_cloud_error_hyperlink_label" + "binding_name": "#cloud_link_visible", + "binding_name_override": "#visible" } ] } }, { - "padded_icon@common.empty_panel": { + "cloud_support_link": { + "type": "stack_panel", + "orientation": "horizontal", "size": [ "100%c", "100%c" ], + "bindings": [ + { + "binding_name": "#cloud_link_visible", + "binding_name_override": "#visible" + } + ], "controls": [ { - "icon": { - "type": "image", - "texture": "textures/ui/icon_external_link", - "size": [ 9, 9 ], - "offset": [ 7, 0.6 ] + "cloud_support_hypertext@edu_common.underline_button": { + "size": [ "98%c", "100%c" ], + "$single_label_size": [ "default", "default" ], + "$single_line_font_scale_factor": 1, + "$pressed_button_name": "button.edu_cloud_hyperlink", + "$single_line_label_text": "#edu_cloud_error_hyperlink_label", + "$font_type": "smooth", + "anchor_from": "top_left", + "anchor_to": "top_left", + "$label_text_bindings": [ + { + "binding_name": "#edu_cloud_error_hyperlink_label" + } + ] + } + }, + { + "padded_icon@common.empty_panel": { + "size": [ "100%c", "100%c" ], + "controls": [ + { + "icon": { + "type": "image", + "texture": "textures/ui/icon_external_link", + "size": [ 9, 9 ], + "offset": [ 7, 0.6 ] + } + } + ] } } ] diff --git a/resource_pack/ui/settings_sections/general_section.json b/resource_pack/ui/settings_sections/general_section.json index 323e7b030..6a43de6c6 100644 --- a/resource_pack/ui/settings_sections/general_section.json +++ b/resource_pack/ui/settings_sections/general_section.json @@ -10155,6 +10155,14 @@ "$toggle_name": "dev_edu_demo" } }, + { + "edu_cloud_resumable_upload@settings_common.option_toggle": { + "$option_label": "options.dev_eduCloudResumableUpload", + "$option_binding_name": "#dev_edu_cloud_resumable_upload", + "$option_enabled_binding_name": "#dev_edu_cloud_resumable_upload_enabled", + "$toggle_name": "dev_edu_cloud_resumable_upload" + } + }, { "edu_ad_debug_panel@settings_common.option_toggle": { "$option_label": "options.dev_ad_show_debug_panel", diff --git a/resource_pack/ui/settings_sections/realms_world_section.json b/resource_pack/ui/settings_sections/realms_world_section.json index f108654bc..934d5e57c 100644 --- a/resource_pack/ui/settings_sections/realms_world_section.json +++ b/resource_pack/ui/settings_sections/realms_world_section.json @@ -191,13 +191,7 @@ "$option_enabled_binding_name": "#is_hardcore_enabled", "$toggle_name": "is_hardcore", "$focus_override_right": "FOCUS_OVERRIDE_STOP", - "$enabled": "$is_pregame", - "bindings": [ - { - "binding_name": "#hardcore_visible", - "binding_name_override": "#visible" - } - ] + "$enabled": "$is_pregame" } }, { diff --git a/resource_pack/ui/settings_sections/world_section.json b/resource_pack/ui/settings_sections/world_section.json index 345257b56..9241897ac 100644 --- a/resource_pack/ui/settings_sections/world_section.json +++ b/resource_pack/ui/settings_sections/world_section.json @@ -738,13 +738,7 @@ "$option_binding_name": "#is_hardcore", "$option_enabled_binding_name": "#is_hardcore_enabled", "$toggle_name": "is_hardcore", - "$focus_override_right": "FOCUS_OVERRIDE_STOP", - "bindings": [ - { - "binding_name": "#hardcore_toggle_visible", - "binding_name_override": "#visible" - } - ] + "$focus_override_right": "FOCUS_OVERRIDE_STOP" } }, { diff --git a/resource_pack/ui/smithing_table_2_screen_pocket.json b/resource_pack/ui/smithing_table_2_screen_pocket.json index fd654125a..569d2222a 100644 --- a/resource_pack/ui/smithing_table_2_screen_pocket.json +++ b/resource_pack/ui/smithing_table_2_screen_pocket.json @@ -525,14 +525,7 @@ "anchor_from": "top_left", "anchor_to": "top_left", "controls": [ - { "pocket_tab_close_button@common_tabs.pocket_tab_close_button": {} }, - { - "padding": { - "type": "panel", - "size": [ 0, 1 ] - } - }, - { "pocket_tab_help_button@common_tabs.pocket_tab_help_button": {} }, + { "pocket_tab_close_and_help_button@common_tabs.pocket_tab_close_and_help_button": {} }, { "fill": { "type": "panel", diff --git a/resource_pack/ui/start_screen.json b/resource_pack/ui/start_screen.json index 0243c7203..fb2daf268 100644 --- a/resource_pack/ui/start_screen.json +++ b/resource_pack/ui/start_screen.json @@ -1413,7 +1413,13 @@ "$button_binding_condition": "none", "$button_text_grid_collection_name": "", "tts_inherit_siblings": true, - "$focus_override_right": "profile_button" + "$focus_override_right": "profile_button", + "bindings": [ + { + "binding_name": "(not #marketplace_disabled)", + "binding_name_override": "#visible" + } + ] }, "error_store_button@common_buttons.light_content_button": { diff --git a/resource_pack/ui/stonecutter_screen.json b/resource_pack/ui/stonecutter_screen.json index fb0108549..b41ee9bef 100644 --- a/resource_pack/ui/stonecutter_screen.json +++ b/resource_pack/ui/stonecutter_screen.json @@ -577,12 +577,6 @@ "close_button_panel": { "type": "panel", "size": [ "100%c", "100%" ], - "bindings": [ - { - "binding_name": "#close_button_visible", - "binding_name_override": "#visible" - } - ], "controls": [ { "close_button@common.light_close_button": { @@ -601,6 +595,12 @@ "size": [ 6, 0 ] } } + ], + "bindings": [ + { + "binding_name": "#close_button_visible", + "binding_name_override": "#visible" + } ] } } diff --git a/resource_pack/ui/store_common.json b/resource_pack/ui/store_common.json index 39b7bd8a6..d4a30dc2a 100644 --- a/resource_pack/ui/store_common.json +++ b/resource_pack/ui/store_common.json @@ -1019,14 +1019,14 @@ { "plus_button@common_buttons.light_content_button": { "ignored": "$add_coin_not_visible", - "size": [ 72, 17 ], + "size": [ "100%c", 17 ], "offset": "$button_offset", "layer": 3, "anchor_from": "left_middle", "anchor_to": "left_middle", "$button_state_panel": "common_store.wallet_button_panel", "$focus_override_right": "search_header_text_box", - "$focus_override_left": "back_button", + "$focus_override_left": "inventory_button_focus", "button_mappings": [ { "from_button_id": "button.menu_select", @@ -1045,7 +1045,6 @@ }, "inventory_panel": { - "ignored": "$ignore_inventory_button", "type": "input_panel", "size": [ "100%c", "100%" ], "anchor_from": "left_middle", @@ -1058,9 +1057,9 @@ "layer": 3, "anchor_from": "left_middle", "anchor_to": "left_middle", - "$button_state_panel": "common_store.xbl_status_panel", - "$focus_id": "inventory_button", + "$button_state_panel": "common_store.inventory_button_panel", "$focus_override_left": "back_button", + "$focus_id": "inventory_button_focus", "variables": [ { "requires": "($is_inventory_screen or $is_on_3p_server)", @@ -1070,29 +1069,6 @@ "requires": "(not $is_inventory_screen and not $is_on_3p_server)", "$pressed_button_name": "button.my_account" } - ], - "button_mappings": [ - { - "from_button_id": "button.controller_start", - "to_button_id": "$pressed_button_name", - "mapping_type": "global" - }, - { - "from_button_id": "button.menu_select", - "to_button_id": "$pressed_button_name", - "mapping_type": "pressed" - }, - { - "from_button_id": "button.menu_ok", - "to_button_id": "$pressed_button_name", - "mapping_type": "focused" - } - ], - "bindings": [ - { - "binding_name": "#is_top_row_button_focus_enabled", - "binding_name_override": "#focus_enabled" - } ] } } @@ -2409,46 +2385,8 @@ "size": [ "100%c", "100%" ], "$padding_size": [ 2, "100%" ], "controls": [ - { - "gamepad_helper_start_alignment_hack": { - "ignored": "$ignore_inventory_button", - "type": "panel", - "size": [ "100%c", "100%" ], - - "variables": [ - { - "requires": "$is_ps4", - "$start_gamepad_helper_offset": [ -2, 3 ], - "$gamepad_helper_icon_size": [ 18, 18 ] - }, - { - "requires": "(not $is_ps4)", - "$start_gamepad_helper_offset": [ 4, -1 ] - } - ], - - "controls": [ - { - "gamepad_helper_start@common.gamepad_helper_start": { - "offset": "$start_gamepad_helper_offset", - "anchor_to": "left_middle", - "anchor_from": "left_middle", - "layer": 2, - "$hide_description": true, - "bindings": [ - { - "binding_name": "#gamepad_helper_visible", - "binding_name_override": "#visible" - } - ] - } - } - ] - } - }, { "inventory_panel": { - "ignored": "$ignore_inventory_button", "type": "panel", "size": [ "100%c", "100%" ], "layer": 2, @@ -2464,7 +2402,7 @@ { "padding0": { "type": "panel", - "size": "$padding_size", + "size": [ 6, "100%" ], "ignored": "$ignore_3rd_party_servers" } }, @@ -2481,6 +2419,13 @@ } ] } + }, + { + "padding1": { + "type": "panel", + "size": [ 4, "100%" ], + "ignored": "$ignore_3rd_party_servers" + } } ] }, @@ -2736,67 +2681,27 @@ ] }, - "xbl_status_panel": { + "inventory_button_panel": { "type": "stack_panel", "orientation": "horizontal", "size": [ "100%c", 17 ], "controls": [ { - "player_profile": { + "inventory_button": { "type": "panel", "size": [ "100%c", "100%" ], "controls": [ { - "status_panel@common_store.xbl_player_status_panel": { + "status_panel@common_store.inventory_button": { } } - ], - "bindings": [ - { - "binding_name": "#show_xbl_profile_info", - "binding_name_override": "#visible" - } - ] - } - }, - { - "no_player_profile": { - "type": "panel", - "size": [ "100%c", "100%" ], - "controls": [ - { - "status_panel@common_store.no_xbl_player_status_panel": {} - } - ], - "bindings": [ - { - "binding_name": "(not #show_xbl_profile_info)", - "binding_name_override": "#visible" - } - ] - } - }, - { - "no_xbl_and_content_owned_panel": { - "type": "panel", - "size": [ "100%c", "100%" ], - "controls": [ - { - "status_panel@common_store.content_owned_no_xbl_panel": {} - } - ], - "bindings": [ - { - "binding_name": "(not #show_xbl_profile_info)", - "binding_name_override": "#visible" - } ] } } ] }, - "xbl_player_status_panel": { + "inventory_button": { "type": "stack_panel", "orientation": "horizontal", "size": [ "100%c", "100%" ], @@ -2804,29 +2709,20 @@ "anchor_to": "right_middle", "controls": [ { - "gamer_pic_with_bevel": { + "my_content_button": { "type": "panel", "size": [ 17, 17 ], "layer": 5, "controls": [ { - "player_pic": { + "library_icon": { "type": "image", "size": [ 17, 17 ], - "bindings": [ - { - "binding_name": "#gamer_pic_texture", - "binding_name_override": "#texture" - }, - { - "binding_name": "#gamer_pic_file_source", - "binding_name_override": "#texture_file_system" - } - ] + "texture": "textures/ui/sidebar_icons/my_content" } }, { - "player_pic_bevel": { + "library_icon_bevel": { "type": "image", "size": [ 17, 17 ], "layer": 4, @@ -2919,161 +2815,10 @@ "offset": [ 0, 2 ], // To line up with the coin balance text "controls": [ { - "gamertag_label": { + "inventory_label": { "type": "label", "font_type": "smooth", - "text_alignment": "right", - "text": "#gamertagpacks", - "color": "$body_text_color", - "layer": 2, - "bindings": [ - { - "binding_name": "#gamertagpacks" - } - ] - } - } - ] - } - } - ] - } - } - ] - }, - - "no_xbl_player_status_panel": { - "type": "stack_panel", - "orientation": "horizontal", - "size": [ "100%c", "100%" ], - "bindings": [ - { - "binding_name": "(not #has_local_content)", - "binding_name_override": "#visible" - } - ], - "controls": [ - { - "user_image_alignment_hack": { - "type": "panel", - "size": [ "100%c", "100%c" ], - "controls": [ - { - "user_image@common_buttons.new_ui_button_panel": { - "$button_size_override": [ 17, 17 ], - "$button_content": "common_store.user_icon_small", - "$border_visible": true - } - } - ] - } - }, - { - "no_xbl_player_status_label_alignment_pannel": { - "type": "panel", - "size": [ "100%c", "100% -4px" ], - "controls": [ - { - "label_panel@common_store.ribbon_bar_text_background": { - "size": [ "100%c + 4px", "100%" ], - "offset": [ 0, 2 ], // To line up with the coin balance text - "controls": [ - { - "gamertag_label": { - "type": "label", - "font_type": "smooth", - "text_alignment": "right", - "size": [ "default", "default" ], - "text": "store.inventory.no.xbl", - "color": "$body_text_color", - "layer": 2 - } - } - ] - } - } - ] - } - } - ] - }, - - "content_owned_no_xbl_panel": { - "type": "stack_panel", - "orientation": "horizontal", - "size": [ "100%c", "100%" ], - "bindings": [ - { - "binding_name": "(#has_local_content)", - "binding_name_override": "#visible" - } - ], - "controls": [ - { - "no_xbl_content_owned_alignment_hack": { - "type": "panel", - "size": [ "100%c", "100%c" ], - "controls": [ - { - "warning_with_bevel": { - "type": "panel", - "size": [ 17, 17 ], - "controls": [ - { - "warning_glyph@common_store.bang_icon": { - "layer": 5 - } - }, - { - "warning_bevel": { - "type": "image", - "size": [ 17, 17 ], - "layer": 4, - "$icon_bevel_hoverstate_texture_swap|default": "", - "variables": [ - { - "requires": "$default_state", - "$icon_bevel_hoverstate_texture_swap": "textures/ui/unsynced_bevel" - }, - { - "requires": "$hover_state", - "$icon_bevel_hoverstate_texture_swap": "textures/ui/unsynced_bevel_hover" - }, - { - "requires": "$pressed_state", - "$icon_bevel_hoverstate_texture_swap": "textures/ui/unsynced_bevel_pressed" - }, - { - "requires": "$locked_state", - "$icon_bevel_hoverstate_texture_swap": "textures/ui/unsynced_bevel_pressed" - } - ], - "texture": "$icon_bevel_hoverstate_texture_swap" - } - } - ] - } - } - ] - } - }, - { - "no_xbl_content_owned_label_alignment_pannel": { - "type": "panel", - "size": [ "100%c", "100% -4px" ], - "controls": [ - { - "no_xbl_content_owned_label_panel@common_store.ribbon_bar_red_hover_text_background": { - "size": [ "100%c + 4px", "100%" ], - "offset": [ 0, 2 ], // To line up with the coin balance text - "controls": [ - { - "gamertag_label": { - "type": "label", - "font_type": "smooth", - "text_alignment": "right", - "size": [ "default", "default" ], - "text": "store.inventory.no.xbl", + "text": "store.myLibrary", "color": "$body_text_color", "layer": 2 } @@ -4668,20 +4413,12 @@ "$carousel_row_tab_collection_name|default": "carousel_tab_collection", "$ignore_cycle_buttons|default": false, - "property_bag": { - "timer_duration": 8 - }, "bindings": [ { "binding_type": "$store_factory_collection_details", "binding_collection_name": "$store_factory_collection_name", "binding_collection_prefix": "$store_factory_collection_prefix" }, - { - "binding_type": "collection", - "binding_collection_name": "carousel_row_collection_name", - "binding_name": "#timer_duration" - }, { "binding_type": "collection", "binding_collection_name": "carousel_row_collection_name", diff --git a/resource_pack/ui/store_promo_timeline_screen.json b/resource_pack/ui/store_promo_timeline_screen.json index 111d07dc1..1939863b5 100644 --- a/resource_pack/ui/store_promo_timeline_screen.json +++ b/resource_pack/ui/store_promo_timeline_screen.json @@ -5,7 +5,6 @@ "type": "stack_panel", "orientation": "vertical", "size": [ "100%", "100%c" ], - "$store_factory_collection_name": "factory_collection", "factory": { "name": "promo_banner_factory", @@ -19,7 +18,6 @@ "$store_factory_collection_name" ] }, - "collection_name": "$store_factory_collection_name", "bindings": [ { "binding_name": "#section_content", diff --git a/resource_pack/ui/token_faq_screen.json b/resource_pack/ui/token_faq_screen.json index b6c9499aa..228f1801a 100644 --- a/resource_pack/ui/token_faq_screen.json +++ b/resource_pack/ui/token_faq_screen.json @@ -77,6 +77,7 @@ } ] }, + "background@common.screen_background": { "alpha": 0.65, "layer": 1 @@ -109,32 +110,14 @@ "token_content_panel": { "type": "stack_panel", - "size": [ "100%-4px" , "100%-4px" ], - "anchor_from": "top_middle", - "anchor_to": "top_middle", + "size": [ "100% - 6px" , "100% - 6px" ], "controls": [ - { - "image_panel": { - "type": "panel", - "size": [ "100%", "fill" ], - "controls": [ - { - "token_info_image": { - "type": "image", - "size": [ "233%y", "100%" ], - "texture": "textures/ui/token_info_image" - } - } - ] - } - }, { "token_info_text": { "type": "label", "text": "store.tokens.tokenInfo", "size": [ "100%", "default" ], "font_type": "smooth", - "font_scale_factor": 1.1, "color": "$store_white_text_color" } } @@ -145,9 +128,10 @@ "type": "panel", "controls": [ { - "dialog@common_dialogs.main_panel_one_button": { - "size": [ 260, "100% - 70px" ], - "$button_panel": "token_faq.token_faq_button_panel", + "dialog@common_dialogs.main_panel_two_buttons": { + "size": [ 260, 200 ], + "$top_button_panel": "token_faq.token_faq_button_panel", + "$bottom_button_panel": "token_faq.back_button_panel", "$text_name": "store.tokens.name", "$child_control": "token_faq.token_content_panel", "layer": 3 @@ -158,18 +142,26 @@ "token_faq_button_panel@common_buttons.light_text_button": { "size": [ "100% - 14px", 30 ], - "anchor_from": "bottom_middle", - "anchor_to": "bottom_middle", "$pressed_button_name": "button.faq_screen", - "$button_text": "#token_faq_button_text", - "$button_text_binding_type": "global", + "$button_text": "store.tokens.faq", "$focus_id": "faq_screen", - "$focus_override_down": "FOCUS_OVERRIDE_STOP", + "$focus_override_down": "faq_screen_back", "$focus_override_left": "FOCUS_OVERRIDE_STOP", "$focus_override_right": "FOCUS_OVERRIDE_STOP", "$focus_override_up": "owned_list_0" }, + "back_button_panel@common_buttons.light_text_button": { + "size": [ "100% - 14px", 30 ], + "$pressed_button_name": "button.goBack", + "$button_text": "store.tokens.back", + "$focus_id": "faq_screen_back", + "$focus_override_down": "FOCUS_OVERRIDE_STOP", + "$focus_override_left": "FOCUS_OVERRIDE_STOP", + "$focus_override_right": "FOCUS_OVERRIDE_STOP", + "$focus_override_up": "faq_screen" + }, + "token_popup@common.base_screen": { "button_mappings": [ { @@ -194,5 +186,4 @@ "$screen_content": "token_faq.token_popup_content", "$screen_background_control": "token_faq.background" } - -} \ No newline at end of file +} diff --git a/resource_pack/ui/ui_common.json b/resource_pack/ui/ui_common.json index 9974edc85..eee517716 100644 --- a/resource_pack/ui/ui_common.json +++ b/resource_pack/ui/ui_common.json @@ -3928,6 +3928,9 @@ "alpha": "$alpha_anim", "text": "#selected_hover_text", "color": "$item_hover_text_color", + // Hover texts get formatted and localized before they make it to the UI. + // Localizing them twice risks breaking the formatted text. + "localize": false, // Disable profanity filter for this control so that // we can enable it on the fly only for items with custom names "enable_profanity_filter": false @@ -3973,7 +3976,7 @@ "anchor_from": "top_middle", "offset": "$offset", - "$offset|default": [ 0, "12%" ], + "$offset|default": [ 0, "6%" ], "$alpha_anim_background|default": "@common.anim_item_lock_notification_background_alpha", "$alpha_anim_text|default": "@common.anim_item_lock_notification_text_alpha", diff --git a/resource_pack/ui/ui_edu_common.json b/resource_pack/ui/ui_edu_common.json index 0e9ca3b29..e14934868 100644 --- a/resource_pack/ui/ui_edu_common.json +++ b/resource_pack/ui/ui_edu_common.json @@ -1877,81 +1877,121 @@ "size": [ 250, "100%c" ], "controls": [ { - "conflict_resolution_description": { - "type": "label", - "size": [ "100%", "default" ], - "font_type": "smooth", - "color": "$body_text_color", - "text": "#edu_cloud_conflict_resolution_description", - "bindings": [ - { - "binding_name": "#edu_cloud_conflict_resolution_description" - } - ] - } - }, - { "padding1@common.empty_panel": { "size": [ "100%sm", 10 ] } }, - { - "world_info_stack": { - "type": "stack_panel", - "size": [ "100%", "100%c" ], + "conflict_resolution_description_wrapper": { + "type": "panel", + "size": [ "100%", "100%cm" ], "controls": [ { - "local_world_name_label": { - "type": "label", - "size": [ "100%", "default" ], - "font_type": "smooth", - "color": "$body_text_color", - "text": "#edu_cloud_conflict_resolution_local_name", + "tts_border@common.non_interact_focus_border_button": { + "tts_inherit_siblings": true, + "size": [ "100%sm + 5px", "100%sm" ], "bindings": [ { - "binding_name": "#edu_cloud_conflict_resolution_local_name", - "binding_type": "global" + "binding_name": "#tts_enabled", + "binding_name_override": "#enabled" } ] } }, { - "local_world_last_changed_label": { + "conflict_resolution_description": { "type": "label", "size": [ "100%", "default" ], "font_type": "smooth", "color": "$body_text_color", - "text": "#edu_cloud_conflict_resolution_local_date", + "text": "#edu_cloud_conflict_resolution_description", "bindings": [ { - "binding_name": "#edu_cloud_conflict_resolution_local_date", - "binding_type": "global" + "binding_name": "#edu_cloud_conflict_resolution_description" } ] } - }, + } + ] + } + }, + { "padding1@common.empty_panel": { "size": [ "100%sm", 10 ] } }, + { + "world_info_wrapper": { + "type": "panel", + "size": [ "100%", "100%cm" ], + "controls": [ { - "cloud_world_name_label": { - "type": "label", - "size": [ "100%", "default" ], - "font_type": "smooth", - "color": "$body_text_color", - "text": "#edu_cloud_conflict_resolution_cloud_name", + "tts_border@common.non_interact_focus_border_button": { + "tts_inherit_siblings": true, + "size": [ "100%sm + 5px", "100%sm" ], "bindings": [ { - "binding_name": "#edu_cloud_conflict_resolution_cloud_name", - "binding_type": "global" + "binding_name": "#tts_enabled", + "binding_name_override": "#enabled" } ] } }, { - "cloud_world_last_changed_label": { - "type": "label", - "size": [ "100%", "default" ], - "font_type": "smooth", - "color": "$body_text_color", - "text": "#edu_cloud_conflict_resolution_cloud_date", - "bindings": [ + "world_info_stack": { + "type": "stack_panel", + "size": [ "100%", "100%c" ], + "controls": [ { - "binding_name": "#edu_cloud_conflict_resolution_cloud_date", - "binding_type": "global" + "local_world_name_label": { + "type": "label", + "size": [ "100%", "default" ], + "font_type": "smooth", + "color": "$body_text_color", + "text": "#edu_cloud_conflict_resolution_local_name", + "bindings": [ + { + "binding_name": "#edu_cloud_conflict_resolution_local_name", + "binding_type": "global" + } + ] + } + }, + { + "local_world_last_changed_label": { + "type": "label", + "size": [ "100%", "default" ], + "font_type": "smooth", + "color": "$body_text_color", + "text": "#edu_cloud_conflict_resolution_local_date", + "bindings": [ + { + "binding_name": "#edu_cloud_conflict_resolution_local_date", + "binding_type": "global" + } + ] + } + }, + { + "cloud_world_name_label": { + "type": "label", + "size": [ "100%", "default" ], + "font_type": "smooth", + "color": "$body_text_color", + "text": "#edu_cloud_conflict_resolution_cloud_name", + "bindings": [ + { + "binding_name": "#edu_cloud_conflict_resolution_cloud_name", + "binding_type": "global" + } + ] + } + }, + { + "cloud_world_last_changed_label": { + "type": "label", + "size": [ "100%", "default" ], + "font_type": "smooth", + "color": "$body_text_color", + "text": "#edu_cloud_conflict_resolution_cloud_date", + "bindings": [ + { + "binding_name": "#edu_cloud_conflict_resolution_cloud_date", + "binding_type": "global" + } + ] + } } ] } diff --git a/resource_pack/ui/xbl_friend_finder.json b/resource_pack/ui/xbl_friend_finder.json deleted file mode 100644 index aa788353d..000000000 --- a/resource_pack/ui/xbl_friend_finder.json +++ /dev/null @@ -1,291 +0,0 @@ -/******************************************************** -+* (c) Mojang. All rights reserved * -+* (c) Microsoft. All rights reserved. * -+*********************************************************/ - -{ - "namespace": "xbl_friend_finder", - - "message_label": { - "type": "label", - "text": "$message_binding_name", - "max_size": [ "100% - 4px", 20 ], - "shadow": false, - "offset": [ 0, 6 ], - "anchor_from": "top_middle", - "anchor_to": "top_middle", - "color": "$dark_button_default_text_color", - "layer": 3, - "$message_binding_name|default": "", - "bindings": [ - { - "binding_name": "$message_binding_name", - "binding_type": "global" - } - ] - }, - - "text_edit_panel": { - "type": "panel", - "size": [ "100%", 20 ], - "controls": [ - { - "text_edit_box@common.text_edit_box": { - "$text_box_name": "gamertag_search_box", - "$place_holder_text": "xbox.friendfinder.enterGamertag", - "$text_edit_box_label_anchor_point": "left_middle", - "$text_edit_box_label_offset": [ 2, 0 ], - "$text_edit_box_label_size": [ "100% - 6px", 10 ], - "max_length": 16, - "layer": 1, - "size": [ "100%", 20 ], - "property_bag": { - "#property_field": "#gamertag" - }, - "button_mappings": [ - { - "from_button_id": "button.menu_select", - "to_button_id": "button.menu_select", - "handle_select": true, - "handle_deselect": false, - "mapping_type": "pressed" - }, - { - "from_button_id": "button.menu_ok", - "to_button_id": "button.menu_select", - "handle_select": true, - "handle_deselect": true, - "mapping_type": "focused" - }, - { - "from_button_id": "button.menu_ok", - "to_button_id": "button.search", - "handle_select": false, - "handle_deselect": true, - "mapping_type": "focused" - }, - { - "from_button_id": "button.menu_cancel", - "to_button_id": "button.menu_cancel", - "handle_select": false, - "handle_deselect": true, - "mapping_type": "global" - } - ] - } - } - ] - }, - - "progress_loading": { - "type": "panel", - "size": [ "100%", "100%" ], - - "$hide_failure_text|default": false, - "$use_sibling_scope|default": true, - "$baseLayer|default": 2, - - "controls": [ - { - "progress_loading_outline@common_store.banner_fill": { - "bindings": [ - { - "binding_name": "#progress_loading_visibility", - "binding_name_override": "#visible", - "binding_condition": "always" - } - ] - } - }, - { - "stack_panel": { - "type": "stack_panel", - "orientation": "vertical", - "controls": [ - { - "centerer_0": { - "type": "panel", - "size": [ "100%", "100%c" ], - "controls": [ - { - "network_failure_text": { - "type": "label", - "layer": "($baseLayer + 1)", - "color": "$body_text_color", - "text_alignment": "center", - "ignored": "$hide_failure_text", - "size": [ "100%-4px", "default" ], - "text": "network.thirdparty.findfriends.failed", - "alpha": 0, - "anims": [ - "@common_store.failure_text_wait_animation" - ], - "bindings": [ - { - "binding_name": "#should_display_no_internet_warning", - "binding_name_override": "#visible", - "binding_condition": "always" - } - ] - } - } - ] - } - }, - { - "centerer_1": { - "type": "panel", - "size": [ "100%", "100%c" ], - "controls": [ - { - "progress_loading_bars@common_store.progress_loading_bars": { - "layer": "($baseLayer + 1)", - "bindings": [ - { - "binding_name": "#search_in_progress", - "binding_name_override": "#visible", - "binding_condition": "always" - } - ] - } - } - ] - } - } - ] - } - } - ] - }, - - "main_panel": { - "type": "stack_panel", - "size": [ "100% - 4px", "100%c" ], - "controls": [ - { - "padding_0": { - "type": "panel", - "size": [ "100%", 2 ] - } - }, - { - "find_friends_label": { - "type": "label", - "size": [ "100%", 10 ], - "color": "$body_text_color", - "layer": 1, - "text": "xbox.friendfinder.findFriends" - } - }, - { - "padding_1": { - "type": "panel", - "size": [ "100%", 2 ] - } - }, - { - "text_edit_panel@xbl_friend_finder.text_edit_panel": {} - }, - { - "padding_2": { - "type": "panel", - "size": [ "100%", 6 ] - } - }, - { - "searching_profile_panel": { - "type": "image", - "texture": "textures/ui/mainbanners", - "size": [ "100%", 45 ], - "controls": [ - { - "searching_label@xbl_friend_finder.message_label": { - "$message_binding_name": "#friend_finder_text" - } - }, - { - "progress_loading@xbl_friend_finder.progress_loading": { - "layer": 100 // Make this on top - } - } - ], - "bindings": [ - { - "binding_name": "#message_panel_visible", - "binding_name_override": "#visible" - } - ] - } - }, - { - "padding_3": { - "type": "panel", - "size": [ "100%", 6 ] - } - } - ] - }, - - "gamepad_helpers": { - "type": "panel", - "layer": 2, - "controls": [ - { - "gamepad_helper_a@common.gamepad_helper_a": { - "anchor_from": "bottom_middle", - "anchor_to": "bottom_middle", - "offset": [ "-10%", "-5%" ] - } - }, - { - "gamepad_helper_b@common.gamepad_helper_b": { - "anchor_from": "bottom_middle", - "anchor_to": "bottom_middle", - "offset": [ "10%", "-5%" ] - } - } - ] - }, - - // ----------------------------------------------- - // - // screen - // - // ----------------------------------------------- - "xbl_friend_finder@common.base_screen": { - "button_mappings": [ - { - "from_button_id": "button.menu_cancel", - "to_button_id": "button.menu_exit", - "mapping_type": "global" - } - ], - "$screen_content": "xbl_friend_finder.xbl_friend_finder_screen_content" - }, - - "xbl_friend_finder_screen_content": { - "type": "panel", - "controls": [ - { "gamepad_helpers@xbl_friend_finder.gamepad_helpers": {} }, - { - "dialog@xbl_friend_finder.dialog": { - "layer": 1 - } - } - ] - }, - - "dialog@common_dialogs.form_fitting_main_panel_no_buttons": { - "size": [ 250, "100%c" ], - "offset": [ 0, "-20%" ], - "$child_control": "xbl_friend_finder.main_panel", - "$text_name": "xbox.profile.addFriend", - "$close_button_offset": [ 0, -21 ], - "variables": [ - { - "requires": "($nx_os or $is_ps4)", - "$text_name": "networkWorld.find_cross_platform_friends" - } - ] - } -} diff --git a/version.json b/version.json index 10f0153aa..4a92f9a4e 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,6 @@ { - "latest": { "version": "1.21.30.25", "date": "28-08-2024", "type": "preview" }, + "latest": { "version": "1.21.40.20", "date": "04-09-2024", "type": "preview" }, + "1.21.40.20": { "version": "1.21.40.20", "date": "04-09-2024", "type": "preview" }, "1.21.30.25": { "version": "1.21.30.25", "date": "28-08-2024", "type": "preview" }, "1.21.30.24": { "version": "1.21.30.24", "date": "21-08-2024", "type": "preview" }, "1.21.30.23": { "version": "1.21.30.23", "date": "15-08-2024", "type": "preview" },